/* body{
    background-color: #ffc;
} */
.content--table-it tr td{
    text-align: center;
    width: 400px;
}
.title-it{
    margin: 0;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 6px;
    padding-top: 30px;
    color:#fc6;
    text-shadow: 1px 1px #000;
}
.title-it a{
    text-decoration: none;
    color:#000;
}
.header-title-it {
    text-align: center;
}
.header-title-it p{
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    }
.top-bar-it {
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    border: 4px solid #000;
    padding: 12px 10px;
    box-shadow: 0px 0px 4px 0px #000;
}
.top-bar-it div {
    font-size: 18px;
    font-family: sans-serif;
}
.page-content-title-it {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
}
.text-align-left {
    text-align: left !important; 
}
.page-content-it {
    padding-bottom: 40px;
}
.bottom-bar-it {
    border-top: 2px solid #000;
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    padding: 12px 10px;
    padding-right: 0;
}
.bottom-bar-it div span {
    background: #000;
    color: #fff;
    padding: 13px 49px 8px 10px;
    font-size: 24px;
}
.section-2 .title-it {
    color: #ec4d69;
}
.grid-it {
    display: flex;
    width: 80%;
    margin: 0 auto;
    padding: 44px 0px;
}
.grid-one-third {
    width: 40%;
    text-align: center;
}
.grid-one-half {
    width: 50%;
}
.grid-one-half pre{
    font-size: 24px;
    font-weight: 600;
    line-height: 44px;
}
.bcg-front {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}
.bcg-front img {
    box-shadow: 0 0 4px 1px #707070;
    margin: 0 auto;
    width: 100%;
}
.bcgautam-img {
    padding-top: 8%;
}
.bcgautam-img img {
    width: 50%;
}
.section-3 {
    padding-top: 50px;
    width: 100%;
    padding:0 0px;
}
section#section-4{
    padding: 0 40px;
}
.subscription-btn {
    text-align: center;
    font-size: 24px;
    padding: 20px 0px;
}
.subscription-btn span {
    color: #fff;
    background: #1497c7;
    padding: 10px 12px;
    border-radius: 8px;
}
.subscription-form-it pre {
    font-size: 20px;
    line-height: 50px;
    font-family: math;
}
.subscription-table-it table {
    width: 100%;
    text-align: left;
    background-color: #f6fff6;
}
.subscription-table-it table tr:first-child {
    background: #11012d;
    color: #ffff;
}
.subscription-table-it table tr th, .subscription-table-it table tr td {
    padding: 12px 10px;
}
.subscription-note {
    width: 80%;
    margin: 0 auto;
    padding: 40px 0px;
}
.subscription-note span {
    color: #fb0303;
    font-size: 24px;
}
.sub-note-grid {
    width: 100%;
    padding: 0;
    margin: 0;
}
.subscription-note-grid-item ol {
    padding: 0 0 0 16px;
    font-size: 18px;
    line-height: 24px;
}
.editor-details-it {
    margin: 0 auto;
    width: 230px;
    border: 2px solid #f3b963;
    border-radius: 16px;
    background:#f6fff6;
}
.school-img-it, .bcg-road-map{
    text-align: center;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.section-2 {
    padding: 40px 0 0 0;
}
.page-background-it {
    /* background-color: #ffc; */
    width: 80%;
    margin: 0 auto;
}
.footer-it {
    text-align: center;
    padding: 20px 0px;
}
.footer-it .title-it {
    color: #02531e;
    font-weight: 800;
    font-size: 64px;
    margin: 0;
    font-family: sans-serif;
    padding-top: 0;
}
.footer-it .subscription-btn {
    margin: 0;
}
.footer-it .subscription-btn span {
    background: #02531e ;
    letter-spacing: 2px;
    font-family: sans-serif;
}
.image-title-it {
    color: #ec4d69;
}
#section-2, #section-3, #section-4, #section-5 {
    margin: 20px 0;
    background: #ffc;
}
.footer-it p {
    margin: 8px 0px;
    font-size: 18px;
    font-family: sans-serif;
}
.sp-img img{
    width: 100%;
}
@media screen and (min-width:1025px) and (max-width:1199px){
    .page-content-title-it {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media screen and (min-width:992px) and (max-width:1024px){
    .page-content-title-it {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media screen and (min-width:768px) and (max-width:991px){
    .page-content-title-it {
        padding-top: 0px;
        padding-bottom: 8px;
    }
}
@media screen and (max-width:767px){
    .page-content-title-it {
        padding-top: 0px;
        padding-bottom: 8px;
    }
}
@media screen and (min-width:481px) and (max-width:640px){
    .title-it {
        font-size: 30px;
        letter-spacing:2px;
    }
    .header-title-it p {
        font-size: 14px;
        letter-spacing: 0px;
    }
    .top-bar-it div {
        font-size: 12px;
    }
    .top-bar-it {
        border: 2px solid #000;
    }
    .page-content-title-it {  
        padding-top: 0px;
        padding-bottom: 4px;
    }
    .bottom-bar-it div {
        font-size: 12px;
    }
    .bottom-bar-it div span {
        padding: 13px 30px 0px 6px;
        font-size: 16px;
    }   
}
@media screen and (max-width:480px){
    .title-it {
        font-size: 30px;
        letter-spacing:2px;
    }
    .header-title-it p {
        font-size: 14px;
        letter-spacing: 0px;
    }
    .top-bar-it div {
        font-size: 12px;
    }
    .top-bar-it {
        border: 2px solid #000;
    }
    .page-content-title-it {  
        padding-top: 0px;
        padding-bottom: 4px;
    }
    .bottom-bar-it div {
        font-size: 12px;
    }
    .bottom-bar-it div span {
        padding: 13px 30px 0px 6px;
        font-size: 16px;
    }
}