.none-space {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100%;
}
b {
    color: var(--primary_color);
}
.factors-tp .date-box img {
    width: 22px;
}
.factors-tp .date-box {
    background: white;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.factors-tp h4 {
    font-size: 33px;
    color: white;
    margin: 40px 0 0 0;
}
.steps-area li {
    margin-bottom: 12px;
    line-height: normal;
}
.course-table tbody tr:nth-child(odd) {
    background: #1f347921;
}
ul.fl-ul li {
    width: 32%;
    font-weight: 600;
    color: #4c4c4c;
    background: #ffffff;
    border-left: 4px solid var(--primary_color);
    padding-left: 16px !important;
    padding: 5px 0;
    box-shadow: 0 0 5px #d5d5d5;
    border-radius: 8px;
    list-style: none;
    margin-bottom: 13px;
}
.project-detail .pr-ul {
    margin-top: 10px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}
ul.fl-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.project-detail .pr-ul li {
    width: 33.33%;
    font-weight: 600;
    color: #3f3f3f;
    list-style: none;
}
.project-detail .pr-ul li {
    width: 33.33%;
    font-weight: 600;
    color: #3f3f3f;
    display: flex;
    margin-bottom: 15px;
    float: left;
    align-items: center;
}
.project-detail .pr-ul .icon img {
    width: 40px;
    height: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #EEEEEE;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
    color: var(--primary_color);
}
.custom-accordion .accordion {
    background-color: #e2e5ee;
    padding: 26px;
    border-radius: 25px;
}

.custom-accordion .accordion-item {
    border-radius: 50px !important;
    padding: 0;
    margin: 10px;
    border: none !important;
}
.custom-accordion button.accordion-button {
    padding: 16px 20px;
    background-color: #ffffff;
    border-radius: 50px 50px 50px 50px !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 20px;
    overflow: hidden;
}
.custom-accordion button.accordion-button:focus {
    box-shadow: none;
}
.custom-accordion .accordion-button:not(.collapsed) {
    background: var(--standard_color) !important;
    color: white;
}
.custom-accordion button.accordion-button img {
    margin-right: 15px;
    filter: drop-shadow(0px 100px 0 var(--primary_color));
    transform: translateY(-100px);
}
.custom-accordion .accordion-button::after {
    z-index: 2;
    filter: brightness(0) invert(1);
}
.custom-accordion .accordion-button::before {
    background: var(--primary_color);
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 15px;
}
.custom-accordion .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}
.biotechnology-content {
    background: #ffffff;
    padding: 40px;
    position: relative;
    box-shadow: 0 0 10px #d2d2d2b0;
}
.biotechnology-content:before {
    content: "";
    position: absolute;
    width: 98%;
    height: 98%;
    border: 2px dotted var(--primary_color);
    left: 1%;
    top: 1%;
    border-radius: 12px;
}
.accor-ul ul {
    padding-left: 32px;
}
.biotechnology-content .accor-ul ul li:nth-child(1) {
    margin-top: 0;
}
.biotechnology-content .accor-ul ul li {
    font-weight: normal;
    font-size: 16px;
}
.accor-ul ul li:nth-child(1) {
    margin-top: 5px;
}
.accor-ul ul li {
    list-style: none;
    position: relative;
    margin: 15px 0;
    text-align: initial;
    font-weight: 600;
    letter-spacing: 0.1px;
}
.accor-ul ul li:before {
    font: normal normal normal 14px / 1 FontAwesome;
    color: var(--primary_color);
    position: absolute;
    left: -24px;
    font-size: 9px;
    content: "\f0a4";
    top: 9px;
    content: "●";
}
.course-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
}
.course-table tbody tr:nth-child(odd):hover {
    background: #e21d5824;
}
.course-table table th {
    background: var(--primary_color);
    color: white;
    font-size: 16px !important;
}
.biotechnology-content ul {
    padding-left: 17px;
}
.course-table table td,
.course-table table th {
    padding: 10px 8px;
    border: 1px solid #dbdbdb;
    font-size: 16px;
}
h2.accordion-header.collapse {
    display: inline !important;
}
.accordion-header.collapse {
    display: block !important;
}
.sr-contner img {
    filter: none;
    width: 60px;
}
.services-box {
    padding: 40px 25px;
    height: 355px;
    border-radius: 8px;
    background-color: #fff;
}
.course-table table {
    width: 100%;
    margin-bottom: 22px;
}
section.about-area {
    background: #eff7ff;
}
.img, img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}
.animations-02 {
    position: absolute;
    right: 0;
    bottom: -10px;
    animation: alltuchtopdown 5s infinite;
    -webkit-animation: alltuchtopdown 5s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 3s;
}
@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px); }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); } }
.about-title .h5 {
    color: var(--primary_color);
    font-size: 18px;
    margin-bottom: 10px;
}
.s-about-content h1 {
    font-size: 40px;
    margin-bottom: 0;
}
.s-about-content p {
    margin-bottom: 15px;
}
.steps-area {
    overflow: hidden;
}
.step-img {
    margin-right: -360px;
    background: #fff;
    padding-bottom: 0;
}
.factors-tp h4 {
    font-size: 33px;
    color: white;
    margin: 40px 0 0 0;
}
.step-box {
    display: flex;
}
.factors-tp .date-box {
    background: white;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.step-box .date-box {
    border-radius: 50%;
    margin-right: 20px;
    text-align: center;
    position: relative;
    float: left;
    color: #fff;
    font-family: 'Jost', sans-serif;
    font-size: 24px;
    font-weight: 600;
}
.factors-tp .date-box img {
    width: 22px;
}
.steps-area li {
    margin-bottom: 12px;
    line-height: normal;
    list-style: none;
}
.steps-area ul {
    margin: 0px;
    padding: 0px;
}
.step-box .text p {
    margin-bottom: 0;
    color: #96bece;
    font-size: 15px;
    line-height: normal;
    margin-bottom: 6px;
}
.boiservices {
    margin-top: 30px;
}

.sr-contner h3 {
    font-size: 20px;
    margin: 20px 0 20px 0;
}


















@media only screen and (max-width:767px){

ul.fl-ul li {
    width: 49%;
}
.project-detail .pr-ul li {
    width: 100%;
}
.custom-accordion .accordion {
    padding: 10px 0;
}
.biotechnology-content {
    padding: 18px;
}
.custom-accordion button.accordion-button {
    padding: 12px 11px;
    font-size: 15px;
}
.custom-accordion .accordion-button::before {
    right: 6px;
    top: 14px;
}









}