body{
    font-family: 'Hind Siliguri', sans-serif !important;
}
/* Reset Css start */
h1, h2, h3, h4, h5, h6, p{
    padding: 0;
    margin: 0;
}
ul{
    padding: 0;
    margin: 0;
}
ul li{
    list-style: none;
}
/* Reset Css end */
:root {
    --primary-color: #3498db;
    --secondary-color: #2ecc71;
    --text-color: #333;
    --background-color: #f5f5f5;
}

/* Common Css Start */
.custom-btn{
    display: flex;
    border-radius: 5px;
    padding: 10px;
    gap: 5px;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 122.601%;
}
.title{
    text-align: center;
    margin-bottom: 48px;
}
.title h2{
    font-family: "Hind Siliguri";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
/* Common Css End */


/* Banner Section Start */
.liveClassRegister{
    padding: 5px;
}
.course-details-banner{
    min-height: 100vh;
    background-size: 100% 100%;
    margin-top: 85px;
    /* background-color: var(--primary-color, #3498db); */
}
.course-details-banner .banner-left h2{
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
}
.course-count-btn {
    margin: 25px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.course-count-btn .custom-btn.total-class{
    background: #7732F1;
}
.course-count-btn .custom-btn.total-project{
    background: #28CABF;
}
.course-count-btn .custom-btn.total-days{
    background: #F0BE0C;
}
.course-details-banner .banner-left p{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 122.601%; /* 17.164px */
}
.course-details-banner .banner-left ul li{
    font-size: 14px;
}
.banner-left .instructor-info{
    border-radius: 3px;
    border-left: 3px solid #28CABF;
    background: rgba(38, 39, 60, 0.69);
    padding: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 50px 0 40px 0;
}
.banner-left .instructor-info .instructor-img{
    width: 68px;
    height: 68px;
    border-radius: 50%;
    border: 2px solid #FDCD47;
    overflow: hidden;
    flex: 0 0 68px;
}
.banner-left .instructor-info .instructor-img img{
    width: 100%;
    height: 100%;
}
.banner-left .instructor-info .instructor-details h2{
    font-family: "Hind Siliguri";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 122.601%;
}
.banner-left .instructor-info .instructor-details h3{
    font-family: "Hind Siliguri";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 122.601%;
}
.banner-left .course-info {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 24px;
}
.banner-left .course-info .course-info-item{
    border-right: 1px solid rgba(255, 255, 255, 0.19);
    padding-right: 10px;
}
.banner-left .course-info .course-info-item:last-child {
    border-right: none; /* Remove border-right from the last item */
}
.banner-left .course-info .course-info-item h2{
    color: #FDCD47;
    font-family: "Hind Siliguri";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 7px;
}
.banner-left .course-info .course-info-item h3{
    color: #FFF;
    font-family: "Hind Siliguri";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
}

.banner-right{

}
.banner-right .trailer-video{
    border-radius: 13px;
    background: rgba(0, 0, 0, 0.58);
    /* overflow: hidden; */
    position: relative;
}
.banner-right .trailer-video img{
    width: 100%;
    border-radius: 13px 13px 13px 13px;
}
.banner-right .trailer-video .header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    background: rgba(255, 141, 101, 0.22);
    padding: 0 15px;
    border-radius: 13px 13px 0px 0px;
}
.banner-right .trailer-video .header .left-content{
    display: flex;
    align-items: center;
    gap: 10px;
}
.banner-right .trailer-video .header .left-content img{
    width: 50px;
}
.banner-right .trailer-video .header .left-content p,
.banner-right .trailer-video .header .right-content p{
    color: #FFF;
    font-family: "Hind Siliguri";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 122.601%;
    cursor: pointer;
}
.banner-right .trailer-video .header .right-content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.banner-right .trailer-video .play-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 99;
}
.banner-right .trailer-video .play-icon img{
    width: 100%;
    height: 100%;
}
.banner-right .trailer-video .overly {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.58);
    z-index: 9;
    border-radius: 13px 13px 13px 13px;
}
.banner-right .course-feeBtn{
    position: relative;
    border-radius: 13px;
    border: 1px solid rgba(212, 212, 212, 0.37);
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(2px);
    padding: 15px;
    margin: 8px 0;
}
.banner-right .course-feeBtn h2{
    text-align: right;
    color: #FFF;
    font-family: "Hind Siliguri";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 122.601%;
}
.banner-right .course-feeBtn .overly{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.19);
}
.banner-right .course-feeBtn .overly h2{
    color: #FFF;
    font-family: "Hind Siliguri";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 122.601%;
}
.banner-right .course-registerBtn {
    
}
.banner-right .course-registerBtn a{
    border-radius: 13px;
    background: #FDCD47;
    text-align: center;
    padding: 15px;
    display: block;
    color: #000;
    font-family: "Hind Siliguri";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 122.601%;
    width: 100%;
    border: 0;
}

.live-hotiline-number a{
    border-radius: 5px;
    text-align: center;
    padding: 10px 10px;
    display: inline-block;
    font-family: "Hind Siliguri";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 122.601%;
    margin-top: 25px;
    border: 0;
}
.live-hotiline-number a{
    background: red;
    color: #fff;
}
.live-hotiline-number a.free-webinar{
    background: white;
    color: #000;
    margin-left: 15px;
    margin-top: 10px;
}

.banner-right .saveBtn{
    text-align: center;
    margin-top: 5px;
}
.banner-right .saveBtn button{
    color: #FFF;
    text-align: center;
    font-family: "Hind Siliguri";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 122.601%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ddd;
}
/* Banner Section End */

/* Course Content Section Start */
.course-module{
    background: #F5F9FF;
}
.course-module .module-content{
    border-radius: 10px;
    background: #FFF;
    padding: 15px;
    margin-top: -300px;
    position: relative;
}
.course-module .module-content .see-moreBtn button{
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    border-radius: 6px;
    background: #7732F1;
    box-shadow: 0px 1px 1.9px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-family: "Hind Siliguri";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 122.601%;
    padding: 10px 15px;
    border: none;
}
.course-module .module-content .header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 5px;
}
.course-module .module-content .header .left-header{
    display: flex;
    align-items: center;
    gap: 5px;
}
.course-module .module-content .header .left-header img{
    width: 40px;

}
.course-module .module-content .header .left-header h2{
    color: #000;
    font-family: "Hind Siliguri";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 122.601%;
}
.course-module .module-content .header .right-header{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.course-module .module-content .header .right-header .item h2{
    color: #000;
    font-family: "Hind Siliguri";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.course-module .module-content .header .right-header .item h2 i{
    border-radius: 6px;
    color: #FFF;
    padding: 5px;
}
.course-module .module-content .header .right-header .item h2 i.hours{
    background: #7732F1;
}
.course-module .module-content .header .right-header .item h2 i.project{
    background: #28CABF;
}
.course-module .module-content .header .right-header .item h2 i.live-class{
    background: #F0BE0C;
}
.course-item{
    margin: 10px 0px;
}

.course-item span.overlyBtn{
    /* position: absolute; */
    /* top: 50%;
    left: 104%;
    transform: translateY(-50%);
    width: 90px;
    z-index: 99; */
}
.course-item span.overlyBtn{
    border-radius: 6px;
    color: #FFF;
    text-align: center;
    font-family: "Hind Siliguri";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 122.601%;
    border: none;
    padding: 5px;
    margin-right: 5px;
}
.mobile-order-list{
    text-align: center;
}
.mobile-order-list span.overlyBtn{
    border-radius: 6px;
    color: #FFF;
    text-align: center;
    font-family: "Hind Siliguri";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 122.601%;
    border: none;
    padding: 5px 20px;
}
.mobile-order-list span.overlyBtn.one button{
    background: #7732F1;
}
.mobile-order-list span.overlyBtn.two button{
    background: #28CABF;
}
.mobile-order-list span.overlyBtn.three button{
    background: #F0BE0C;
}

.course-module .module-content .body{
    padding: 40px 0;
    position: relative;
}
.course-module .module-content .body .middle-line{
    position: absolute;
    width: 3px;
    background: #EDEDED;
    top: 45px;
    left: 50%;
    bottom: 45px;
}
.course-item .accordion-item{
    border: none;
}
.course-item .accordion-item .accordion-header .accordion-button {
    background: #F9F9FA;
    border-radius: 10px;
    border-left: 3px solid #E9E9E9;
    color: #000;
    font-family: "Hind Siliguri";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 122.601%;
    padding: 5px 15px;
}
.course-item .accordion-item .accordion-header .accordion-button:focus{
    box-shadow: none;
}
.course-item .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: #000;
}
.course-item .accordion-item .accordion-header .accordion-button img{
    width: 48px;
    margin-right: 10px;
}

.course-item .accordion-item .accordion-header .accordion-button::after {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    background-image: none !important;
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 13px;
    transition: transform 0.2s ease-in-out, content 0.2s ease-in-out;
    text-align: center;
    background: #fff;
    color: #999;
    border: 2px solid #999;
    border-radius: 50%;
}
.course-item .session-list{
    margin-bottom: -15px;
}
.course-item .session-list h2{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}
.course-item .session-list p{}

/* Course Content Section End */

/* Course Subject Section Start */
.course-subject{
    background: #F5F9FF;
}
.subject-content{
    border-radius: 10px;
    background: #1B1C30;
    color: #FFF;
    padding: 50px;
}
.subject-content .title{
    
}
.subject-content .subject-list ul li{
}

.subject-content .subject-list ul li{
    position: relative;
}

.subject-content .subject-list ul li::after{
    content: '';
    position: absolute;
    left: 107%;
    top: 50%;
    transform: translateY(-50%);
    height: 10px;
    width: 10px;
    background: #ddd;
    border-radius: 50%;
}
.subject-content .subject-list ul li{
    font-family: "Hind Siliguri";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 122.601%;
    border-bottom: 1px solid #B1B1B1;
    padding: 3px 0;
    margin: 10px 50px 10px 10px;
}
.subject-content .subject-list ul li i{
    
}
/* Course Subject Section End */

/* Course Support Section Start */
.course-support{

}
.course-support .support-content{
    
}
.course-support .support-content .support-item{
    border-radius: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 10px 0;
}
.course-support .support-content .support-item .icon{
    flex: 0 0 10%;
}
.course-support .support-content .support-item .icon img{
    width: 50px;
}
.course-support .support-content .support-item .text h2{
    color: var(--Color, #000);
    font-family: "Hind Siliguri";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 122.601%; /* 26.972px */
}
.course-support .support-content .support-item .text p{
    color: #4F4F4F;
    font-family: "Hind Siliguri";
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 122.601%; /* 15.938px */
}
/* Course Support Section End */

/* Course demo project Section start */
.course-demo-project{
    background: #070707;
}
.course-demo-project .demo-project-content{
    background: #070707;
}
.course-demo-project .demo-project-content h1,
.course-demo-project .demo-project-content h2{
    text-align: center;
    font-family: "Hind Siliguri";
    font-size: 48px;
    font-style: normal;
    line-height: 100%;
}
.course-demo-project .demo-project-content h1{
    color: #FFF;
    font-weight: 500;
    
}
.course-demo-project .demo-project-content h2{
    color: #FFC107;
    font-weight: 700;
}

.demo-project-content .project button{
    border-radius: 5px;
    font-family: "Hind Siliguri";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    border: none;
    padding: 15px 25px;
}
/* Slick slider customization start */
.project .slider-for {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -250px;
    margin-top: 50px;
}

.project .slider-for img {
    width: 50%;
    margin: 0 auto;
    display: block;
}

.project .slider-nav div{
    cursor: pointer;
}
.project .slider-nav div,
.project .slider-for div {
    margin-bottom: 10px;
    text-align: center;
}

.project .slider-nav .slick-current button{
    border: 2px solid #FDCD47 !important; 
}

.project .slick-prev {
    left: -33px;
    top: 10%;
    z-index: 9999;
}
.project .slick-next {
    right: 0;
    top: 10%;
    z-index: 9999;
}

.project .slick-prev:before,
.project .slick-next:before {
    color: #FFC107;
    font-size: 35px;
}
/* Slick slider customization end */
/* Course demo project Section end */


/* Course Need Section Start */
.course-need{
    background: #F5F9FF;
    /* padding-top: 225px; */
}
.course-need .need-content{}
.course-need .need-content .need-item{
    border-radius: 10px;
    background: #FFF;
    text-align: center;
    padding: 42px;
}
.course-need .need-content .need-item .icon img{
    width: 45px;
}
.course-need .need-content .need-item .text h2{
    color: #000;
    font-family: "Hind Siliguri";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 122.601%; /* 29.424px */
    margin-top: 15px;
}
.course-need .need-content .need-item .text p{
    color: #4F4F4F;
    text-align: center;
    font-family: "Hind Siliguri";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 122.601%; /* 17.164px */
}

/* Course Need Section End */
.course-details-banner.pgd{
    min-height: 80vh;
}
.pgd-course-module-section{}
.pgd-course-module-section .pgd-header h2,
.pgd-speaker-section .pgd-header h2{
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 20px;
}
.pgd-course-module-section .pgd-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pgd-course-module-section .pgd-content .content-img{
    flex-basis: 50%;
    padding-right: 30px;
    border-right: 2px solid #e8e8e8;
}
.pgd-course-module-section .pgd-content .content-img img{
    width: 100%;
}
.pgd-course-module-section .pgd-content .content-module{
    flex-basis: 50%;
    padding-left: 30px;
}
.course-item .accordion-item .accordion-header .accordion-button .pgd-img img {
    width: 18px;
    margin-right: 5px;
}
.pgd-speaker-section{}
.pgd-speaker-section .pgd-speaksers-list{}
.pgd-speaker-section .pgd-speaksers-list .pgd-speaker{
    text-align: center;
}
.pgd-speaker-section .pgd-speaksers-list .pgd-speaker img{
    width: 100%;
    border-radius: 15px;
}
.pgd-speaker-section .pgd-speaksers-list .pgd-speaker h3.name{
    margin: 8px 0;
}
.pgd-speaker-section .pgd-speaksers-list .pgd-speaker p.designation{}

.pgd-certificate-section{
    background: #0E91E3;
}
.pgd-certificate-section .pgd-certificate-content{
    /* margin-top: 100px; */
}
.pgd-certificate-section .pgd-certificate-content .header{
    padding: 40px;
}
.pgd-certificate-section .pgd-certificate-content .header p{
    color: #FFF;
    font-size: 26px;
}
.pgd-certificate-section .pgd-certificate-content .header h2{
    color: #FFF;
    font-size: 38px;
    line-height: 45px;
    font-weight: bold;
}
.pgd-certificate-section .pgd-certificate-content .item{
    color: #FFF;
    display: flex;
    gap: 20px;
    padding: 20px 40px;
}
.pgd-certificate-section .pgd-certificate-content .item h2{}
.pgd-certificate-section .pgd-certificate-content .item .content{}
.pgd-certificate-section .pgd-certificate-content .item .content h2{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}
.pgd-certificate-section .pgd-certificate-content .item .content p{
    font-size: 16px;
}

.pgd-certificate-section .certificate{
    overflow: hidden;
}
.pgd-certificate-section .certificate img{
    width: 100%;
}
.pgd-benefits-section{
    background: #1F4F9A;
    color: #FFF;
}
.pgd-benefits-section .left-side-benefit{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.pgd-benefits-section .left-side-benefit .content{
    width: 450px;
    margin: 0 auto;
}
.pgd-benefits-section .left-side-benefit .content h2{
    font-size: 48px;
    line-height: 60px;
    font-weight: bold;
}
.pgd-benefits-section .left-side-benefit .content p{
    font-size: 18px;
}
.pgd-benefits-section .item{
    margin: 28px 0;
    display: flex;
    gap: 15px;
    align-items: baseline;
}
.pgd-benefits-section .item .content{}
.pgd-benefits-section .item .content h2{
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
}
.pgd-benefits-section .item .content p{
    font-size: 18px;
}
/* PGD Responsive design start */
@media only screen and (min-width: 200px) and (max-width: 767px) {
    .pgd-course-module-section .pgd-header h2, .pgd-speaker-section .pgd-header h2 {
        font-size: 28px;
    }
    .pgd-course-module-section .pgd-content{
        flex-direction: column;
    }
    .pgd-course-module-section .pgd-content .pgd-main-content{
        margin-top: 20px;
    }
    .pgd-course-module-section .pgd-content .content-img{
        padding-right: 0px;
        border-right: 0px solid #e8e8e8;
    }
    .pgd-course-module-section .pgd-content .content-module{
        padding-left: 0px;
        width: 100%;
    }
    .pgd-speaker-section .pgd-speaksers-list .pgd-speaker h3.name {
        font-size: 18px;
    }
    .pgd-speaker-section .pgd-speaksers-list .pgd-speaker p.designation {
        font-size: 12px;
    }
    .pgd-certificate-section .pgd-certificate-content {
        margin-top: 0px;
    }
    .pgd-certificate-section .pgd-certificate-content .header {
        padding: 0px;
        margin-bottom: 28px;
    }
    .pgd-certificate-section .pgd-certificate-content .header h2 {
        font-size: 28px;
        line-height: 112%;
    }
    .pgd-certificate-section .pgd-certificate-content .item {
        padding: 0px;
        margin-bottom: 16px;
    }
    .pgd-certificate-section .pgd-certificate-content .item .content h2 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .pgd-certificate-section .pgd-certificate-content .item .content p {
        font-size: 14px;
    }
    .pgd-benefits-section .left-side-benefit .content h2 {
        font-size: 28px;
        line-height: 110%;
    }
    .pgd-benefits-section .left-side-benefit .content p {
        font-size: 14px;
    }
    .pgd-benefits-section .item .icon {
        flex-basis: 110px;
    }
    .pgd-benefits-section .item .content p {
        font-size: 16px;
    }
    .pgd-benefits-section .item .content h2 {
        font-size: 20px;
        line-height: 110%;
        margin-bottom: 8px;
    }
}
/* PGD Responsive design end */

/* Responsive design start */
@media only screen and (min-width: 1440px) {
    .banner-mobile{
        padding-bottom: 160px;
    }
    .course-module .module-content {
        margin-top: -200px;
    }
}
@media only screen and (max-width: 1024px) {
    .title h2 {
        font-size: 36px;
    }
    .banner-mobile{
        padding-bottom: 160px;
    }
    .course-module .module-content {
        margin-top: -200px;
    }
    .banner-right .course-feeBtn .overly h2 {
        font-size: 24px;
    }
    .banner-right .course-feeBtn h2 {
        font-size: 24px;
    }
    .banner-right .course-registerBtn a {
        font-size: 24px;
    }
    .banner-left .course-info {
        gap: 15px;
    }

    .course-module .module-content .header .left-header h2 {
        font-size: 25px;
    }
    .course-item {
        margin: 20px 50px;
    }
    .course-item .accordion-item .accordion-header .accordion-button {
        font-size: 14px;
    }
    .course-item .accordion-item .accordion-header .accordion-button img {
        width: 35px;
    }
    .course-item .accordion-item .accordion-body{
        font-size: 12px;
    } 
    .course-item span.overlyBtn {
        font-size: 12px;
    }
    .course-module .module-content .see-moreBtn button {
        font-size: 12px;
    }
    .subject-content .subject-list ul li {
        font-size: 18px;
    }
    .course-support .support-content .support-item .icon img {
        width: 40px;
    }
    .course-support .support-content .support-item .text h2 {
        font-size: 18px;
    }
    .course-demo-project .demo-project-content h1,
    .course-demo-project .demo-project-content h2 {
        font-size: 36px;
    }
    .demo-project-content .project button {
        font-size: 14px;
    }
    .project .slider-for {
        margin-bottom: -165px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .liveClassRegister{
        padding: 0px;
    }
    .custom-btn {
        font-size: 12px;
    }
    .title h2 {
        font-size: 28px;
    }
    .banner-mobile{
        padding-bottom: 160px;
    }
    .course-details-banner .banner-left h2 {
        font-size: 22px;
        line-height: 35px;
    }
    .banner-left .course-info {
        gap: 12px;
    }
    .banner-right .trailer-video .header .left-content {
        gap: 5px;
    }
    .banner-right .trailer-video .header .left-content p,
    .banner-right .trailer-video .header .right-content p {
        font-size: 12px;
    }
    .banner-right .trailer-video .header .left-content img {
        width: 38px;
    }
    .banner-right .trailer-video .play-icon {
        width: 50px;
        height: 50px;
    }
    .banner-right .course-feeBtn .overly {
        right: 60%;
    }
    .banner-right .course-feeBtn .overly h2 {
        font-size: 18px;
    }
    .banner-right .course-feeBtn h2 {
        font-size: 20px;
    }
    .banner-right .course-registerBtn a {
        font-size: 20px;
    }
    .banner-right .course-feeBtn{
        margin: 15px 0;
    }
    .course-module .module-content {
        margin-top: -150px;
    }
    .course-module .module-content .header .left-header img {
        width: 32px;
    }
    .course-module .module-content .header .left-header h2 {
        font-size: 16px;
    }
    .course-module .module-content .header .right-header .item h2 {
        font-size: 12px;
    }

    .banner-left .instructor-info .instructor-img {
        width: 55px;
        height: 55px;
        flex: 0 0 55px;
    }
    .course-info-item {
        flex: 1 1 calc(50% - 20px);
        margin-bottom: 18px;
    }
    .course-item {
        margin: 20px 15px;
    }
    .course-item span.overlyBtn {
        left: 100%;
    }
    .course-item span.overlyBtn {
        width: 55px;
    }
    .subject-content .subject-list ul li {
        margin: 10px;
    }
    .subject-content .subject-list ul li {
        font-size: 16px;
    }
    .course-support .support-content .support-item .text h2 {
        font-size: 14px;
    }
    .course-support .support-content .support-item .text p {
        font-size: 12px;
    }
    .course-support .support-content .support-item {
        gap: 10px;
    }
    .course-demo-project .demo-project-content h1,
    .course-demo-project .demo-project-content h2 {
        font-size: 28px;
    }
    .course-need .need-content .need-item .text h2 {
        font-size: 14px;
        margin: 8px 0;
    }
    .course-need .need-content .need-item .text p {
        font-size: 12px;
    }

}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
    .course-module .module-content {
        margin-top: -80px;
    }
    .course-need .need-content{
        margin-top: 200px;
    }
}
@media only screen and (min-width: 200px) and (max-width: 767px) {
    .liveClassRegister{
        padding: 0px;
    }
    .title h2 {
        font-size: 20px;
    }
    .course-details-banner .banner-left h2 {
        font-size: 28px;
        line-height: 35px;
    }
    .banner-left .instructor-info .instructor-img {
        width: 55px;
        height: 55px;
        flex: 0 0 55px;
    }
    .banner-left .instructor-info .instructor-details h2 {
        font-size: 18px;
    }
    .banner-left .instructor-info .instructor-details h3 {
        font-size: 12px;
    }
    .course-info-item {
        flex: 1 1 calc(50% - 20px);
        margin-bottom: 18px;
    }
    .banner-left .course-info .course-info-item {
        padding-right: 0px;
        text-align: center;
    }
    .banner-right {
        margin: 40px 0;
    }
    .banner-right .trailer-video .header {
        padding: 0 5px;
    }
    .banner-right .trailer-video .header .left-content img {
        width: 34px;
    }
    .banner-right .trailer-video .header .left-content p,
    .banner-right .trailer-video .header .right-content p {
        font-size: 12px;
    }
    .banner-right .trailer-video .play-icon {
        width: 50px;
        height: 50px;
    }
    .banner-right .course-feeBtn .overly h2 {
        font-size: 16px;
    }
    .banner-right .course-feeBtn h2 {
        font-size: 18px;
    }
    .banner-right .course-registerBtn a {
        font-size: 16px;
    }
    .banner-right .saveBtn button {
        font-size: 14px;
    }
    .banner-right .course-feeBtn{
        margin: 15px 0;
    }
    .live-hotiline-number a.free-webinar{
        margin-left: 0px;
    }
    .course-module .module-content .header {
        justify-content: center;
        flex-wrap: wrap;
    }
    .course-module .module-content .header .right-header {
        gap: 12px;
    }
    .course-module .module-content .header .right-header .item h2 {
        font-size: 12px;
    }
    .course-module .module-content .header {
        padding-bottom: 15px;
    }
    .course-item {
        margin: 10px 0px;
    }
    .course-item .accordion-item .accordion-header .accordion-button {
        padding: 10px;
    }
    .course-item .accordion-item .accordion-header .accordion-button img {
        width: 28px;
    }
    .course-item span.overlyBtn {
        padding: 3px;
    }

    .course-item .accordion-item .accordion-header .accordion-button {
        font-size: 12px;
    }
    .course-item .accordion-item .accordion-header .accordion-button::after {
        width: 15px;
        height: 15px;
        font-size: 10px;
        border: 1px solid #999;
    }
    .course-item .session-list h2 {
        font-size: 14px;
    }
    .course-item .session-list p {
        font-size: 12px;
    }
    .subject-content {
        padding: 50px 15px;
    }
    .subject-content .subject-list ul li {
        margin: 5px 0;
        font-size: 14px;
    }
    .subject-content .subject-list ul li::after {
        display: none;
    }
    .course-support .support-content .support-item {
        padding: 10px;
        gap: 10px;
        margin: 8px 0;
    }
    .course-support .support-content .support-item .text h2 {
        font-size: 16px;
    }
    .course-demo-project .demo-project-content h1,
    .course-demo-project .demo-project-content h2 {
        font-size: 22px;
    }

    .project .slick-prev:before,
    .project .slick-next:before {
        font-size: 22px;
        line-height: 1.5;
    }
    .demo-project-content .project button {
        padding: 15px 40px;
    }   

    .project .slider-for img {
        width: 100%;
    }

    .course-need {
        /* padding-top: 130px; */
    }

    .course-need .need-content .need-item {
        padding: 28px;
        margin-bottom: 15px;
    }
}
/* Responsive design end */

/* container */
#share {
    text-align: center;
}
  
/* buttons */
#share a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin: 3px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    opacity: 0.75;
    transition: opacity 0.15s linear;
}

#share a:hover {
    opacity: 1;
}

/* icons */
#share a {
    position: relative;
}

/* colors */
#share .facebook {
    background: #3b5998;
}

#share .twitter {
    background: #55acee;
}

#share .googleplus {
    background: #dd4b39;
}

#share .linkedin {
    background: #0077b5;
}

#share .pinterest {
    background: #cb2027;
}
