@import url('https://fonts.googleapis.com/css2?family=Wittgenstein:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
.pynewbatch{
    background-color: #fff;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.pynewbatch h1{
    color: #555;
    font-size: 60px;
    font-family: "Kaushan Script", cursive;
    margin-bottom: 40px;
    margin-top: -20px;
    text-align: center;
}
.pynewbatch h3{
    font-weight: 300;
    text-align: center;
    color: #ed5f5e;
}

.Key-Highlights{
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.key-feature-new-wrap {
    padding: 30px 24px 20px 24px;
    background-color: #ffffff;
    border-radius: 8px;
    max-width: 800px;
    width: 100%;
    justify-content: center;
}
.key-feature-new {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    line-height: 30px;
    position: relative;
    padding-left: 10px;
    justify-content: center;
}
.key-feature-new i{
    float: left;
    color: #1c1c6b;
    padding-right: 10px;
    font-size: 25px;
    justify-content: center;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: center;
}
.col-md-6 {
    position: relative;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    align-items: center;
}
.col-md-4 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
}


.wrappercolap{
    display: flex;
    padding-top: 50px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.collapsible{
    max-width: 800px;
    overflow: hidden;
    font-weight: 500;
    width: 100%;
    position: relative;

}
.collapsible i{
    float: right;
    margin-right: 20px;
 }
 .collapsible span{
    float: right;
    margin-right: 20px;
 }
.collapsible label{
    position: relative;
    background: #fff;
    margin-top: 15px;
    cursor: pointer;
    padding: 15px 0;
    border-radius: 5px;
    padding-left: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 22px;
    font-weight: 500;
    color: #222
}

.collaps-text{
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    transition: all 0.3s ease;
    opacity: 0.7;
    top:-100%;
    line-height: 1.4;
    max-height: 0px;
    padding: 0 20px;
    line-height: 26px;
    
}
.collaps-text ul {
    padding: 0 50px;
    list-style:square ;
}
.collapsible input:checked ~ .collaps-text{
    max-height: fit-content;
    padding-bottom: 25px;
    background: #fff;
    opacity: 1;
    top: 0;
    margin-top: -5px;

}
.collapsible input:checked +label i{
    transform: rotate(180deg);
    color: #ed5f5e;
}
.collapsible input:checked +label span{
    transform: rotate(180deg);
    color: #ed5f5e;
}
.collapsible input:checked +label {
    font-size: 18px;
    color: #ed5f5e;
}
.collapsible input{
    display: none;
}
.collaps-text h2{
    margin-bottom: 10px;
    padding: 15px 15px 0;
    color: #1c1c6b;
}
.collaps-text p{
    padding-left: 15px;
    padding-right: 15px;
}
input[type="ckecked"]{
    display: none;
}
.Certificate{
    background-color: #fff;
}

.Certificate .certimg img{
    width: 100%;
    position: relative;
    max-width: 800px;

}
.Certificate .certimg{
    text-align: center;
}
.Certificate p{
    text-align: center;
    padding: 20px;
    font-size: 20px;
    
    margin: 10px;
}
.Dream-Job{
    background-color: #fff;
}

.Dream-Job .jobimg{
    text-align: center;
}
.Dream-Job .jobimg img{
    width: 100%;
    position: relative;
    max-width: 800px;
}

#acoordion{
    max-width: 800px;
    overflow: hidden;
    font-weight: 500;
    width: 100%;
    position: relative;
}
#acoordion li{
    list-style: none;
    width: 100%;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
}
#acoordion li label{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    color: #ed5f5e;
}

#acoordion label +input[type="radio"]{
    display: none;
}
#acoordion .content{
    padding: 0 10px;
    line-height: 26px;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s;
}
#acoordion label +input:checked ~ .content{
    max-height: 400px;
}
#acoordion input:checked span{
    transform: rotate(180deg);
}
.democlip{
    background-color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
section> h2{
    text-align: center;
    font-family: "Gruppo", sans-serif;
    font-weight: 400;
    transition: 0.3s;
    font-size: 70px;
    color: #222;
    margin-bottom:70px;
    margin-top: -20px;

}
.demovid{
    max-width: 800px;
    width: 100%;
    height:auto;
    
}
.classtimebox{
    border-radius: 10px;
    border: 0.5px solid #555;
    background: #fff;
    width: 100%;
    text-align: center;
    min-width: 150px;
    padding: 15px;
    margin: 30px;
    max-width: 400px;
    background: #f1f1f1;
    
}
.classtime{
    display: flex;
    justify-content: center;
    align-items: center;
}
.classtime span {
    color: #ed5f5e;
    font-family: Poppins;
    font-size: clamp(30px, 3vw, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    padding-left: 10px;
  }
  .classtime b {
    color: #9ba4ab;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 10px;    
  }
.discaa-card2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid #ed5f5e;
    background: #fff;
    max-width: 300px;
    width: 100%;
    margin-bottom: 20px;
  }
  
  .discaa-card2-top {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .discaa-card2-head span {
    background: #ed5f5e;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Poppins;
    font-size: clamp(44px, 4vw, 60px);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
  .discaa-card2-head b {
    color: #9ba4ab;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: line-through;
  }
  .discaa-card2-head {
    color: #555;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  
  .discaa-card2-btm {
    border-radius: 0px 0px 15px 11.8px;
    border-top: 1px solid #ed5f5e;
    background: #f8f8f1;
    height: 47px;
    box-sizing: border-box;
    color: #f70606;
    font-family: Poppins;
    font-size: clamp(22px, 2.4vw, 28px);
    font-style: normal;
    font-weight: 500;
    line-height: 165%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
.discaa-card2-btm p{
    color: #f70606;
    margin-left: 5px;
    font-size: 18px;
    font-family: Poppins;
}
.Webinarform{
    width: 100%;
}
.Webinarform h2{
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}
.collaps-text img{
    width: 100%;
}
.collaps-text p{
text-align: justify;
font-size: 20px;
}
/*About page*/
.aboutsection{
    padding-bottom: 80px;
    padding-top: 80px;
}
.aboutcontainer{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.aboutmain{
    visibility: visible; 
    animation-duration: 1s; 
    animation-delay: 0.8s; 
    animation-name: fadeInLeft;
}
.bg-nav {
    background-color: #3F495E;
}
.header i{
    font-size: 28px;
    display: none;
}
.cbox{
    display: flex;
    justify-content: space-between;
    margin-top: 75px;
    padding-bottom: 10px;

}
#cboxl{
    display: none;
    list-style: none;
}
.courbox1{
    width: 100%;
    background: #e46050;
    height: 30px;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font: 500;
    font-size: 18px;
    cursor: pointer;
    }
.courbox2{
    width: 100%;
    background: #52bcdc;
    height: 30px;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font: 500;
    font-size: 22px;
    cursor: pointer;
}
.courbox3{
    width: 100%;
    background: #f4ab43;
    height: 30px;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font: 500;
    font-size: 22px;
    cursor: pointer;
}
.courbox4{
    width: 100%;
    background: #5D9547;
    height: 100px;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font: 500;
    font-size: 36px;
    cursor: pointer;
}
@media (max-width:780px) {
    .col-md-6 {
        width: 100%;
    }
    .Key-Highlights{
        padding-bottom: 30px;
    }
    .Key-Highlights h2{
          
        font-size: 40px;
    }
    .syllabus{
        padding-bottom: 50px;
        padding-top: -50px;
    }
    .syllabus h2{
        font-size: 40px;
        margin-bottom: -30px;
    }
    .pynewbatch{
        margin-bottom: 20px;
    }
    .pynewbatch h1{
        margin-top: 20px;
        font-size: 32px;
    }
    .Certificate h2{
        font-size: 40px;
        margin-bottom: -20px;
    }
    .FAQs h2{
        font-size: 40px;
        margin-bottom: -20px;
    }
    .Dream-Job h2{
        font-size: 40px;

    }
    .democlip{
        display: none;
    }
    .demovid{
        display: none;
    }
    .cbox{
        display: none;
    }
    #cboxl{
        display: flex;
        list-style: none;
        flex-direction: column;
        transition:all 0.5s;
       
        margin-top: 20px;
   }
   .nb{
    position: relative;
    margin-top: 1px;

    width: 100%;
    
   }
 
   .cbox ul{
    flex-direction: column;
    text-align: left;
    background: #fff;
    gap:0;
    overflow: hidden;
    width: 100%;
    
   }
   
   .navbarl a {
    font-family: 'Montserrat', sans-serif;
    padding: 0 5px;
    line-height: 35px;
    text-transform: uppercase;
    
    font-size: 18px;
    color: #222;
    text-decoration: none;
    font-weight: 350;
    margin:0 10px;
    cursor: pointer;
    width: 100%;
    
    
    
    
    }
    .navbarl a:hover {
        color: #ed5f5e;
        font-weight: 550;

    }
    .header i{
        display: flex;
    }
    .framedis{
        padding-top: 50px;
    }
    .coursetext{
        border: 1px solid #1c1c6b;
        text-align: center;
    }
    .ctable{
        width: 100%;
    }
    
}
.livedemo{
    width: 100%;
    text-align: center;
    padding: 20px;
}
.livedemo a{
    text-decoration: none;
    
}