.section-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-description-left{
    width: 50%;
}
.section-description p{
    font-size: 16px;
}

.section-description-right{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pgdm-img-right{
    width: 400px;
}
.pgdm-img-right img{
    width: 100%;
    height: 100%;
}
.section-heading h2{
    text-transform: capitalize;
    /* margin-bottom: 20px; */
}
.programStatus {
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 20px 0px;
    box-sizing: border-box;
    background-color: #f8fafc;
    border: 1px solid #e3ebf3;
    width: 100%;
    margin-top: 20px;
}
.programStatus-list {
    display: flex;
}
.programStatus-item {
    width: 33%;
    padding: 0px 12px;
}
.programStatus-item h3 {
    font-size: 20px;
    margin-bottom: 0;
    /* font-weight: 700; */
    letter-spacing: .3px;
    margin-bottom: 15px;
    text-align: center;
}
.programStatus-item p {
    font-size: 16px;
    font-weight: 500;
    color: #262727;
    margin: 5px 0 0;
    line-height: 16px;
    text-align: center;
}
#seperater {
    border-width: 2px;
    border-style: solid;
    -webkit-border-image: -webkit-linear-gradient(bottom,rgba(0,0,0,0),#ff3e3e,rgba(0,0,0,0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(bottom,rgba(0,0,0,0),#ff3e3e,rgba(0,0,0,0)) 1 100%;
    -o-border-image: -o-linear-gradient(bottom,rgba(0,0,0,0),#ff3e3e,rgba(0,0,0,0)) 1 100%;
    border-image: linear-gradient(to top,rgba(0,0,0,0),#ff3e3e,rgba(0,0,0,0)) 1 100%;
    
     
}
.content li::before {
    content: '';
    left: 0px;
    position: absolute;
    top: 8px;
    width: 10px;
    height: 10px;
    background: #c42a28;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.content{
    position: relative;
    line-height: 29px;
    display: flex;
    flex-wrap: wrap;
}
.content li{
    list-style-type: none;
    position: relative;
    width: 50%;
    padding: 0px 27px;
}
.program-block {
    background-color: #f8fafc;
    /* padding: 10px; */
    margin-top: 50px;
    border: 1px solid #000;
}
.wrapper-table h3 {
    text-align: center;
    margin-bottom: 24px;
}
.table-bordered {
    margin-bottom: 0;
    border: 1px solid #807e7e !important;
}
.preparation-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    padding-left: 26px;
}
.list-style{
    padding-left: 30px;
}
.preparation-block li {
    list-style: disc;
}
.preparation-block li {
    width: 33%;
    padding: 10px 0px;
    font-size: 17px;
    font-weight: 600;
}
.table-block {
    display: flex;
    justify-content: space-between;
}
.table-bordered {
    margin: 0;
    border: 1px solid #807e7e !important;
}
.list-style li {
    list-style-type: disc !important;
    /* line-height: 28px; */
    padding: 10px 0px;
    font-size: 17px;
    font-weight: 600;
}
.wrapper-table {
    width: 100% !important;
    padding: 0px !important;
}
.wrapper-table {
    background-color: #f8fafc;
}
.certification-p img{
    width: 100%;
}
.bootom-p{
    text-align: center;
    margin: 20px 0px;
    color: #000;
    font-weight: 600;
}
.section-PGDM {
    padding: 20px 0px;
}
.section-description p{
    /* font-size: 18px; */
}
.fee-img img{
    width: 100%;
}

.fee-table-wraper h4 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}
.fee-description{
    padding-top: 30px;
}
.fee-description h4{
    font-size: 24px;
}
.apply-btn-block{
    margin: 30px 0px;
    text-align: center;
    
}
.btn-apply {
    background-color: #ff8b00;
    border: none;
    color: #fff;
    padding: 13px 35px;
    /* font-size: 18px; */
    font-weight: 600;
}
/*  */
.HomePage__ProfessionalExperience__card__info {
    display: flex;
    align-items:center;
    justify-content: center;
    flex-direction: column;
}
.HomePage_cardimage {
    background-color: #fff;
    /* border-radius: 100%; */
    overflow: hidden;
    width: 60px;
    height: 60px;
    /* margin-top: -60px; */
    margin-bottom: 16px;
}
.HomePage_cardimagePhoto {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.HomePage_cardimagePhoto img {
    width: 100%;
    height: 100%;
}
.HomePage__ProfessionalExperience__card__title {
    font-size: 22px;
    font-weight: 600;
    color: #5a5a5a;
    line-height: 1;
}
.HomePage__ProfessionalExperience__card__subtitle {
    font-size: 14px;
    color: #000;
    line-height: 1.43;
    letter-spacing: normal;
    font-family: "proxima_regular";
}
.HomePage__ProfessionalExperience__card__subtitle p {
    font-size: 16px;
}
.HomePage__ProfessionalExperience__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    height: 100%;
    width: 348px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    padding: 30px;
}
.HomePage__ProfessionalExperience__card:hover {
    -webkit-box-shadow: 0 11px 16px -10px #891c1a;
    box-shadow: 0 11px 16px -10px #891c1a;
}
.content-selection li{
   width: 30% !important;
}
.content-skill ul li {
    color: #000;
    margin-top: 10px;
    float: left;
    width: 275px;
    padding-left: 17px;
    font-weight: 600;
    position: relative;
}
.content-skill ul {
    padding: 0;
    list-style-type: none;
    margin: 10px 0 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    line-height: 28px;
}
.content-skill-p li::before{
    left: 0 !important;
}
.section-heading p{
    margin-bottom: 30px;
}
.wrapper-tab {
  
    padding: 4% 0px;
}
.tab-content {
    border: 1px solid #ddd;
    padding: 20px 20px 0px;
}
.wrapper-tabs {
   display: flex;
    text-align: center;
}
.salarys {
    margin-right: 50px;
}
.salarys .salary-line .active {
    position: relative;
    border-bottom: 1px solid #000;
    width: auto;
    padding: 0 10px;
    text-align: center;
    margin-top: 20px;
    display: inline-block;
    margin-bottom: 20px;
}
.salarys .dual-bar:first-child {
    /* margin-left: 0; */
    height: 20px;
}
.salarys .dual-bar {
    width: 40px;
    height: 128px;
    background-color: #79bdf6;
    display: inline-block;
    margin-left: 15px;
    vertical-align: bottom;
    position: relative;
}
.salarys .dual-bar .price {
    font-size: 10px;
    font-weight: 500;
    color: #272c37;
    position: absolute;
    top: -16px;
    right: 0;
    left: 0;
    margin: auto;
}
.salarys .dual-bar .percent {
    top: inherit;
    bottom: -20px;
}
.hire-companys {
    width: 400px;
}
.hire-logos-wrapper div {
    display: inline-block;
    vertical-align: middle;
}
.hire-company {
    max-height: 32px;
    margin: 40px 20px 0px 0;
    width: auto;
}
.hire-source {
    margin-top: 24px;
    display: block;
}
.salarys .dual-bar:nth-child(2), .salarys .dual-bar:nth-child(4) {
    height: 60px;
}
.salarys .dual-bar:nth-child(5) {
    height: 20px;
}
.salary-tab{
    background-color: #e2e1e1;
    width: 33.3%;
    border-left: 1px solid #b5b3b3;
    border-right: 1px solid #b5b3b3;
    text-align: center;
}
/*  */
.section-image-p{
    height: 400px;
    background-image: url(../images/pgdm-3/pgdm-3-i.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-banner-text h1{
    font-size: 36px;
    line-height: 52px;
}
.banner-wrapper-p ul{
    color: #fff;
    margin: 20px 0px;
}
.banner-wrapper-p ul li{
  font-size: 26px;
}
.breadcrumb-p{
text-align: center;
}
.enquireNowScroll-p{
    background-color: #ff8b00 !important;
    border-color: #ff8b00 !important;
}
.trigger_popup_fricc1-p {
    background-color: #ff8b00 !important;
    border-color: #ff8b00 !important; 
}
.icon-img {
    width: 70px;
}
/* .nav-tabs>.salary-tab.active>a, .nav-tabs>.salary-tab.active>a:focus, .nav-tabs>.salary-tab.active>a:hover{
    background-color: #ff8b00 !important;
}
.nav>.salary-tab>a:focus, .nav>.salary-tab>a:hover{
    background-color: #ff8b00 !important;
} */
.font-family{
    font-family: Arial, Helvetica, sans-serif;
  }
  .modal-title-p {
    color: #bb0000;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
 }
 .modal-body-p{
    padding: 12px 50px !important;
 }
 .close-p{
    color: #000;
    opacity: 1;
    font-size: 25px;
 }
 .fee-table-detail{
    background-color: #f8fafc !important;
 }
 .fee-table-detail th{
     min-width: 68px !important;
     text-align: center;
 }
 .fee-table-detail td{
    min-width: 68px !important;
    text-align: center;
}
.banner-wrapper-p{
    margin: 0px 18%;
}
.side-img-p{
    margin: 20px 0px;
    width: 213px;
}
.side-img-p img{
    width: 100%;
}
.dwl-btm-p {
    background: linear-gradient(90deg, rgba(255,139,0,1) 0%, rgba(255,139,0,1) 37%, rgba(255,222,0,0.9528186274509804) 100%);
    height: 68px;
    padding: 13px 30px;
}
.banner-wrapper-pp {
    margin: 0px 15%;
}
.school-partners-flex{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 20px;

}
.school-partners-img {
    width: 170px;
    height: 80px;
}
.school-img2{
    height: 150px !important;
}
.school-partners-img img{
    width: 100%;
    height: 100%;
}
@media (max-width: 767px)

{  
 .mobilefooter{
    display: none;
}
.wrapper-table h3 {
    font-size: 16px;
}
.global-h3 h3 {
    font-size: 18px;
}
.school-partners-flex{
    flex-wrap: wrap;
}
.school-partners-img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.school-img2 {
    height: auto !important;
}
    .banner-wrapper-p {
        margin: 0px 8%;
    }
    .banner-wrapper-pp {
        margin: 0px 15%;
    }
    .programStatus-list {
        flex-direction: column;
    }
    .data-engineer-img {
    width: 100% !important;
    }
    .section-banner-text h1 {
        font-size: 26px;
        line-height: 30px;
    }
    .banner-wrapper-p ul li {
        font-size: 18px;
    }
    .modal-enquire-form {
        width: 100% !important;
        margin: 0px;
    }
    /*  */
    .table-wrapper h3 {
        font-size: 20px;
    }
    .table-bordered {
        height: 100%;
    }
    .table-bordered-one{
        height: auto !important;
    }
    .preparation-block li {
        width: 45%;
        padding: 4px 0px;
        font-size: 16px;
    }
    .list-style li {
        padding: 4px 0px;
        font-size: 15px;
    }
    .section-heading h2 {
        font-size: 22px;
    }
    .content {
        flex-direction: column;
    }
    .content li {
        width: 100%;
    }
    .programStatus-item {
        width: 100%;
    }

.section-flex {
    flex-direction: column;
}
.section-description-left {
    width: 100%;
}
.section-description-right {
    width: 100%;
}

.HomePage__ProfessionalExperience__card {
    width: 100%;
    margin-bottom: 20px;
}
.content-selection li {
    width: 100% !important;
}
.fee-table-wraper h4 {
    font-size: 17px;
}
.fee-table-detail th{
font-size: 14px;
}
.fee-table-detail td{
    font-size: 14px;
    }
 .wrapper-tab .nav-tabs{
    display: flex;
    flex-direction: column;
    width: 100%;
 }   
 .wrapper-tabs {
   
    flex-direction: column;
}
.salary-tab {
    width: 100%;
}
.salarys {
    margin-right: 0px;
}
.hire-companys {
    width: 100%;
}
.hire-company {
    max-height: 24px;
}
.tab-content {
    padding: 20px 6px 0px;
}
.side-img-p {
    width: 100%;
}
.testimonial-list-item{
        width: 100%;
        margin-right: 0px;
}
    
}


/*demo  */

#fixed-social {
    position: fixed;
    top: 130px;
    right: 0;
    z-index: 9999;
}
#fixed-social a {
    color: #fff;
    display: block;
    height: 40px;
    position: relative;
    text-align: center;
    line-height: 40px;
    width: 40px;
    margin-bottom: 1px;
    z-index: 2;
}

.fixed-twitter {
    background-color: #7D3895;
}
#fixed-social i, #fixed-social1 i {
    padding: 13px;
}
#fixed-social a small {
    opacity: 0;
    z-index: 1;
    display: none;
}
#fixed-social a:hover > span {
    visibility: visible;
    right: 41px;
    opacity: 1;
}
#fixed-social a span {
    bottom: 0;
    line-height: 40px;
    right: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}
.fixed-twitter span {
    background-color: #7D3895;
}
.fixed-gplus {
    background-color: #00AF54;
}
.fixed-gplus span {
    background-color: #00AF54;
    margin-top: -40px;
}
.fixed-facebook {
    background-color: #00AAE5;
}
.fixed-facebook span {
    background-color: #00AAE5;
    margin-top: -40px;
}
/*  */
.modal-enquire-form{
    width: 400px;
}
.modal-enquire-form .close-p {
    background-color: #000;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    color: #fff;
    font-size: 22px;
}
.modal-enquire-form .modal-header{
    background-color: #ca0101;
    color: #fff;

}
/* .modal-enquire-form .btn-enqiury{
       background: #101010 !important;
} */
.modal-enquire-form .form-control {
   border-radius: 4px; 
}
.modal-title-p{
color: #fff !important;
}

.btn-enqiury {
    background: #ff8b00;
    color: #fff;
    padding: 8px 30px;
}
.new-enqurey1{
    transform: rotate(270deg);
        position: fixed;
        top: 20%;
        right: 0;
        z-index: 9;
        background-color: #337ab7;
        border-color: #337ab7;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: -41px;
        border: 0;
        color: #fff;
        font-size: 16px;
        padding: 10px 20px;
        border-radius: 10px 10px 0 0;
        z-index: 9999;
        }
    .pgdm-one-block .wrapper-table h4{
padding-left: 20px;
    }
    .pgdm-one-block .preparation-block li {
        width: 50%;
    }
    .sem-line{
        padding-left: 20px;
    }
    .pgdm-one-block .wrapper-table h3{
        border-top: 1px solid #807e7e;
        margin: 0px;
        padding: 8px 0px;
        font-size: 18px;
        border-right: 1px solid #807e7e;
        text-align: left;
    padding-left: 20px;
    color: #000;
    }
    .one-year-pgdm-block .programStatus-item{
width: 50%;
    }
    .neft-section ul {
        font-weight: 600;
        padding: 20px;
        display: flex;
        background-color: antiquewhite;
        flex-wrap: wrap;
        justify-content: space-between;
        line-height: 36px;
    
    }
    .neft-section ul li {
        width: 33%;
        list-style-type: none;
    }
    .section-image-o {
        height: 400px;
        background-image: url(../images/pgdm-3/One-year.jpg);
      
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .one-pgdm-flex{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .one-pgdm-flex li{
        width: 47%;
    }
    .global-st-p li{
        width: 50% !important;
    }
    .global-h3 h3{
        margin: 0px;
        padding: 10px 0px;
        border-right: 1px solid #000;
    }
    .text-global{
        text-align: center;
        font-family: sans-serif;
        margin-right: 16%;
    }
    .data-engineer-img {
        width: 400px;
        margin: 0 auto;
    }
    .modal-content {
    background-color: #fff !important;
    }
    .program-credits li{
  font-weight: 600 !important;
    }
    .program-credits{
        margin-top: 30px;
    }
    .apply-pay-block{
        display: flex;
        align-items: center;
        justify-content: center;
    }
   .mr-10 {
        margin-right: 10px;
    }
    .section-image-sport {
        height: 350px;
        background-image: url(../images/sports-banner.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        background-position: 70% 30%;
    }
    .testimonial-block .section-heading h2{
   margin-bottom: 40px;
    }
    .testimonial-list-item{
        width:250px;
        margin-bottom: 30px;
        margin-right: 20px;
    }
    .testimonial-lists{
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
        flex-wrap: wrap;
    }
.testimonial-new-img{
    height: 90px;
    width: 90px;
    margin-right: 10px;
}
.testimonial-new-img img{
    width: 100%;
    border-radius: 100%;
    height: 100%;
    border: 2px solid #10a19c;
}
.testimonial-new-wrapper h3{
    color: #10a19c;
    font-size: 18px;
}
.testimonial-new-wrapper p{
    margin-top: 20px;
    font-size: 11px;
    line-height: 15px;
    padding-left: 4px;
}
.testimonial-bg{
    background-color: #fff !important;
    padding: 20px 4px !important;
}
.testimonial-img-block{
    display: flex;
}
