body{font-family: 'Open Sans', sans-serif; /*background: #FCFCFC;*/ color: #000; font-size: 16px; max-width: 2500px; margin: 0 auto; position: relative;}
ul,li{margin:0;padding:0}
a,a:hover{color:inherit;text-decoration:none}
h1,h2,h3,h4 {font-weight: normal; margin: 0;}
select {background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%239AA5C0' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right 0.75rem center; background-size: 16px 12px;}
::-webkit-scrollbar{width:8px;background-color:#ddd;}
::-webkit-scrollbar-thumb{background-color: #000086;}

h2.title {color: #000; font-weight: 700; font-size: 32px;}
h3.subtitle {color: #000; font-size: 24px; font-weight: 600;}
@media (max-width:1400px) {
    h2.title {font-size: 28px;}
}
@media (max-width:767px) {h2.title  {font-size: 22px;} h3.subtitle {font-size: 20px;}  }

.swiper-pagination {display:flex; justify-content: center; position: relative; bottom: auto; margin-top: 15px;}
.swiper-pagination span {margin: 0 3px;}
.swiper-pagination span {width: 5px; height: 5px; border-radius: 100px; padding: 0; display: block; color: transparent; background: #707070; border: 0;}
.swiper-pagination span.swiper-pagination-bullet-active {width: 20px; background: #da2128;}


button.close {position: absolute; right: 15px; top: 18px; padding: 0; width: 20px; height: 20px; opacity: 1; background: none; border: 0;}
button.close::before {content: ''; position: absolute; left: 0; width: 100%; height: 2px; background-color: #000; transform: rotate(45deg);}
button.close::after {content: ''; position: absolute; left: 0; width: 100%; height: 2px; background-color: #000; transform: rotate(-45deg);}

/* paragraph */
.pic_box {border-radius:3px; border-bottom-right-radius: 100px; overflow: hidden;}
.pic_box img {width: 100%; height: 100%; object-fit: cover;}
.intro_txt p {font-size: 18px; line-height: 30px;}
.intro_txt p span {font-weight: bold;}
@media (max-width:1400px){
    .intro_txt p {font-size: 16px; line-height: 26px;}
}
@media (max-width:1200px){
    .intro_txt p {font-size: 15px; line-height: 24px;}
}

/* @media (max-width:991px){
    .pic_box img {height: 300px;}
} */
/* course highlishts */
/*.highlight_wrapper {height: 500px;}*/
.swiper {width: 100%;height: 100%;}
.swiper-grid-column>.swiper-wrapper { flex-direction: inherit;}
.swiper-wrapper{height: auto;margin: 0 auto;}
/* course highlishts */
.swiper-slide {padding:15px 15px 15px 15px;height: auto;}
.ch_box {box-shadow: 0px 5px 9px #00000029;border-radius: 20px;padding: 20px 40px;position: relative;height: 100%;text-align: center;}
.ch_icon {/* background: #1C1C93; */border-radius: 15px;width: 80px;height: 80px;line-height: 80px;text-align: center;/* top:-40px; *//* position: absolute; */display: table;margin: 0 auto;}

.ch_box p {margin: 0;font-size: 17px; line-height: 24px; color: #000000;}
/* course content */
.course_content {background: #CF2F1F;}
.course_content h2.title {text-align: center; color: #fff;}
.accordian_box {background: #fff; box-shadow: 0px 3px 6px #00000029; border-radius: 5px;}
.accordian_head {font-weight: 400; cursor: pointer; padding: 15px 40px 15px 30px;  position: relative; font-size: 18px; color: #000;}
.accordian_head::before {content: ''; position: absolute; right: 30px; top: 50%; margin-top: -6px; width: 12px; height: 12px; border-top: 2px solid #9A9A9A; border-right: 2px solid #9A9A9A; transform: rotate(45deg); transition: all 0.2s ease-in-out;}
/*.accordian_head {font-weight: 700;}*/
/*.accordian_head.active {font-weight: 700;}*/
.accordian_head.active::before { transform: rotate(135deg); transition: all 0.2s ease-in-out;}
.accordian_content {  padding: 30px 30px;display: none;}
/*.accordian_head.active{font-weight: 400;}*/

.accordian_content .col-md-12{    padding: 10px 10px;border-radius: 6px;}
.accordian_content .col-md-12 h6{    color: #00008C;font-weight: 600;}

.accordian_content p strong {
    color: #00008C;
    font-size: 18px;
}

.mb-1.accordian_box {
    box-shadow: none;
    background: #EDEDED;
}
.accordian_head.nested_head {
  padding: 10px 15px;
    /*padding-bottom: 0;*/
    margin: 10px;
}
/*.accordian_head.nested_head.active{padding-bottom: 0;}*/
/*.accordian_content .col-md-12{padding-top: 0;}*/
.accordian_head.nested_head::before {
    content: url(../images/plus-icon.png);
    position: absolute;
    right: 20px;
    top: 40%;
    width: 12px;
    height: 12px;
    transition: all 0.5s ease-in-out;
    border: none;
    transform: rotate(0);
}
.accordian_head.nested_head.active::before {
    content: url(../images/minus-icon.png);
}
.accordian_head.nested_head.active {
    color: #000086;
    transition: all 0.2s ease-in-out;
    font-weight: 600;
}
.course_content ul, .course_content ol {font-size: 16px; padding: 0 0 0 20px; margin: 0;}
.course_content ul li, .course_content ol li {margin: 10px 0;}
.course_content ul li:last-child {margin-bottom: 0;}
.course_content ul.roman_list {padding-left: 10px; list-style: none;}
.courseNote {/*font-size: 16px;color: #FCFCFC;*/font-style: italic;  color: #FCFCFC; letter-spacing: 0.18px;}
.list-none{list-style: none;}

.col-md-12.objectives img{
    margin: 0 auto;
    display: block;
    text-align: center;

}


/*.accordian_box:nth-child(4) .accordian_head::before {display: none;}*/

@media (max-width:1200px){
    .accordian_head {font-size: 16px;}
}

@media (max-width:991px){
    .highlight_wrapper {height: auto    ;}

}

@media (max-width:575px){
    .accordian_head {font-size: 15px; padding: 15px 30px 15px 15px;}
    .accordian_head::before {margin-top: -5px; width: 10px; height: 10px; }
    .accordian_content {padding: 15px;}
    .course_content ul, .course_content ol {font-size: 15px;}
}

/* eligibility */
.eligibility_list li {position: relative; list-style: none; padding-left: 20px; margin-bottom: 10px;}
.eligibility_list li:before {content: '';position: absolute;left: 0;top: 8px;width: 8px;height: 8px;border-radius: 100px;background: #1C1C1C;}
.eligibility_note {font-style: italic;font-size: 15px;font-weight: 500; color: #7C7C7C;}
.list-unstyled{padding-left: 40px;margin: 10px 0;}
.list-unstyled li:before{content: none;}
.list-unstyled li{list-style-type: lower-alpha;padding-left: 0;}

/* class schedule */
.cs_box {background: #DDDDDD; border-radius: 4px; padding: 20px;}
.cs_box p {font-size: 18px;}

/* fee */
.fee_box { padding: 20px; color:#fff; box-shadow: 0px 3px 6px #00000029;
border-radius: 8px;    background: #CF2F1F;}
.fee_box p {margin-bottom: 0px; font-size: 18px; font-weight: 300;}
.fee_box h4 {font-weight: 700; margin-bottom: 0; font-size: 30px;}
.fee_box h4 span {font-size: 14px; font-weight: normal;display: block;}
@media (max-width:575px) {
.fee_box h4  {font-size: 20px;}
}

/* timer */


.timer_box span  {font-size: 25px; vertical-align: middle; font-weight: 700;}


@media (min-width:991px) {
    .timer_box {background: #fff; border-radius: 100px; width:60px; height: 60px;    position: fixed; right: 50px; bottom: 50px;  overflow: hidden; box-shadow: 0px 3px 6px #00000029; display: none; z-index: 1;}
    .timerIcon {width: 60px; line-height: 60px; text-align: center; }
    .timer_box:hover {width: auto; height: auto; background: #F2F2F2;}
    .timeRun_box {display: none;}
    .timer_box:hover .timeRun_box {display: block;}
}

@media (max-width:575px) {
    .timer_box p {font-size: 14px;}
.timer_box span {font-size: 16px;vertical-align: middle;}
}

/* footer */
footer {background: #E0E0E0; color: #000;}
footer h4 {font-size: 14px;color: #0F0F0F;font-weight: 600;}
footer p {font-size: 14px;color: #0F0F0F;}
footer .foot_border {border-left:2px solid #0F0F0F}
footer  img {display: table; margin: 0 auto;}
 /*footer .timesproLogo {width: 150px;} */

@media (max-width:991px) {
    footer {margin-bottom: 60px;}
    footer  img {
        width: 150px;
    }
}


