.table_bg_gray{
	background-color: #7B7B7D !important;
}
.table_bg_gray_light{
	background-color: #E1E0DD !important;
}

.show-slider-phd .slick-arrow.slick-prev {
    margin-top: -75px;
}
.show-slider-phd .slick-arrow.slick-next {
    margin-top: -75px;
    right: 30px;
}



 #distinctive--features .custom--disk{
	padding-top: 150px !important;}

@media (max-width: 767px) {
 #distinctive--features .custom--disk{
	padding-top: 150px !important;
 }
	#distinctive--features .custom--disk .fs-6{
    font-size: 14px !important;
	}
}

@media (max-width: 390px) {
 #distinctive--features .custom--disk{
	padding-top: 105px !important;
 }
	#distinctive--features .custom--disk .fs-6{
    font-size: 12px !important;
	}
}





.program-section {
        padding: 50px 0;
    }
     

    .program-card {
        overflow: hidden;
        background: transparent;
        text-align: center;
        position: relative;
        height: 100%;
        width: 100%;
        max-width: 347px;
        padding-top: 66px;
    }

    .program-header {
        /*background: #E4C54E;*/
        padding: 90px 20px 20px;
        font-weight: 700;
        /*text-transform: uppercase;*/
        height: 180px;
        /*color:	#000 !important;*/
            line-height: 1;
    }
    .icon-group{
    		border-radius: 10px 10px 0px 0px;
    }

    .program-content {
        padding: 20px 20px 40px;
        /*font-weight: 600;*/
         height: 240px;
             border: 2px solid #000 !important;
    border-radius: 0px 0px 15px 15px;
        
    }

    .program-content p {
        margin-bottom: 12px;
        /*font-weight: 700;*/
        /*line-height: 1.8;*/
        color:	#000 !important;
    }

    .icon-circle {
        width: 132px;
        height: 132px;
        background: #E4C54E;
        border-radius: 50%;
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        /*border: 8px solid #6C63B8;*/
        font-size: 32px;
        /*color: #6C63B8;*/
        z-index: 1;
    }
@media (max-width: 767px){
	.program-section {
        padding: 0px 0;
    }
  .program-card {
        overflow: hidden;
        background: transparent;
        text-align: center;
        position: relative;
        height: 100%;
        width: 100%;
        max-width: 100%;
        padding-top: 66px;
        margin-left: auto;
        margin-right: auto;
    }
    .program-header {
        /*background: #E4C54E;*/
        padding: 90px 20px 20px;
        font-weight: 700;
        /*text-transform: uppercase;*/
        height: 180px;
        /*color:	#000 !important;*/
            line-height: 1;
    }
      .program-content {
         height: fit-content;
        
    }
}