
section h2 {
    font-size: 27px;
    color: #1d274e;
    text-transform: none;
    font-weight: 600;
    margin-top: 0px;
}
.baner-region {
    position: relative;
    /* background: url(https://clsite-file.s3.amazonaws.com/6858_cucet-Eligibility.jpg) center center/cover no-repeat; */
    overflow: hidden;
    padding: 40px 0;text-align: left;
}
.baner-region .btn {
    background-color: #f15a22;
    border: 0 none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 18px;
    text-align: center;
    border-radius: 2px;
    width: auto;
    line-height: 20px;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
}

.baner-region::before {
    content: '';
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background-color:#e9eaff;
    opacity: 0.8;
}

.bg {
animation: slide 3s ease-in-out infinite alternate;
background-image: linear-gradient(
-60deg
, #ff0000 50%, #2900ff 50%);
bottom: 0;
left: -50%;
opacity: .3;
position: absolute;
right: -50%;
top: 0;
z-index: 1;
}
.bg2 {
animation-direction: alternate-reverse;
animation-duration: 4s;
}

.bg3 {
animation-duration: 5s;
}

@keyframes slide {
0% {
transform: translateX(-25%);
}
100% {
transform: translateX(25%);
}
}   
.home-content {
    position: relative;
    z-index: 99;
    color: #ffffff;
}

.baner-region h1 {
    font-size: 30px;
    line-height: 1.18;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #000;
}

.baner-region p {
    font-size: 14px;
    color: #000;
    }


.baner-section-h2 h2
{
    color: #fff;
}
.table tbody > tr:first-child td {
    background-color: #f15a22;
    color: #fff;
}
.red {
    color: #ff0000;
}
.baner-section-a a
{
    color: #337ab7;
}
.baner-region .ms li {
    list-style: outside none none;
    margin: 0;
    padding: 3px 0 3px 25px;
    position: relative;
    text-align: left;
    font-size: 15px;
    color: #fff;
}

.mb-20 {
    margin-bottom: 20px;
}


.table>tbody>tr>td>p{
    text-align: center;
}

.table>tbody>tr>td{
    text-align: center;
}

h2#Suggested {
    color: #F15A22;
    text-align: center;
}

.slide-program{
    display: none;
    margin-top: 10px;
    border-top: 1px #bbb solid;
    padding-top: 10px;
}

.slide-program a{
  color: #000;
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  background-color: #fff;
  box-shadow: 0 5px 15px 0 rgb(68 68 68 / 10%);
  padding: 10px 20px;
}

.btn-click h4{
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}

.btn-click{
    color: #000;
    display: block;
    font-size: 15px;
    padding: 11px 15px;
    width: 100%;
    background: rgba(255,255,255,0.15);
    border-radius: 2px;
    line-height: 22px;
    background-color: #fff5ee;
    box-shadow: 0 5px 15px 0 rgb(68 68 68 / 10%);}

.product-grid.full-grid{
  width: 100%;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: indianred;
    filter: alpha(opacity=20);
    opacity: inherit;
    background: #eb593c!important;
    width: 25px;
    height: 25px;
}
.modal-header .close {
    margin-top: 4px;
}
.close:focus, .close:hover {
    opacity:inherit;
}

.btn-click h4 i{
  position: absolute;
  right: 0;
  top: 5px;
}

.btn-click h4 .fa-angle-up{
  display: none;
}

.btn-click h4.arrowup .fa-angle-down{
  display: none;
}

.btn-click h4.arrowup .fa-angle-up{
  display: inline-block;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.box-area.with-img .program-box h5 {
    margin: 15px;
    display: none;
}

/* mCustom scroll bar settings */
.mCustomScrollbar{
    position: relative;
    height: 100px;
    overflow: auto;
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;margin-bottom: 20px;
}
.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}
.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}
.mCSB_inside > .mCSB_container {
    margin-right: 15px;
}
.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto;
}
.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
}
.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background-color: rgba(0, 0, 0, .1);
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
    background-color:#f15a22;
}
.currentafbox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: rgb(105, 204, 68);
}

.accordion-section .panel-default {
    border: 0;
    background:#EFF2F8;
    padding: 5px !important;position: relative;
    }
.accordion-section .panel-heading{
    border: 0;
    background: none;
    
    }

.accordion-section .panel-default .panel-title a,
.accordion-section a.accordion-section-title {
    display: block;

}
.accordion-section .panel-default .panel-title a::after,
.accordion-section a.accordion-section-title:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 22px;
    content: "\f106";
    color: #337ab7;
    position: absolute;
    right: 10px;
}

.accordion-section a.accordion-section-title:after{
    right: 30px;
         content: "\f107";
}

.accordion-section .panel-default .panel-title a.collapsed:after {
    content: "\f107";
}

.accordion-section a.accordion-section-title.active:after{
        content: "\f106";
}

.accordion-section .panel-default .panel-body {
    font-size: 16px;
    color:#222;
}
.accordion-section h5 {
    font-weight: bold;
    color: 
    #337ab7;
    font-size: 16px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color:     #CDD5E3;
}

.theme-accordion-s1 .panel-heading .collapsed::before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
  }
  .theme-accordion-s1 .panel-heading a::before {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 15px;
    font-size: 20px;
    position: absolute;
    right: 9px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
  }
  .theme-accordion-s1 .panel-heading .collapsed {
    background-color: #fff;
    color: #000;
    -webkit-box-shadow: 0 5px 15px 0 rgba(68, 68, 68, .1);
    box-shadow: 0 5px 15px 0 rgba(68, 68, 68, .1)
  }
  .theme-accordion-s1 .panel-heading a {
    background: #f16136;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    display: block;
    padding: 10px 20px;
    position: relative
  }
  .theme-accordion-s1 .panel-default {
    background: 0 0;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }
  .theme-accordion-s1 .panel-heading {
    background-color: transparent;
    padding: 0;
    border-radius: 0
  }
  .panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
  }
  .panel-group .panel-heading {
    border-bottom: 0;
    border-bottom-color: currentcolor
  }
  .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
    background-color: #fff;
    border: 0;
    padding: 15px 20px 5px;
    -webkit-box-shadow: 0 5px 15px 0 rgba(68, 68, 68, .1);
    box-shadow: 0 5px 15px 0 rgba(68, 68, 68, .1)
  }
  .theme-accordion-s1 .panel + .panel {
    margin-top: 15px
  }
  



.form-box h4 {
    color: #000000;
    font-size: 22px;
    padding-bottom: 5px;
    text-align: center;
    margin-top: 0px;
    font-weight: 600;
}
.form-group {
    margin-bottom: 15px!important;
}
.form-box {
    background: #efefef none repeat scroll 0 0;
    padding: 20px 20px;
    border-radius: 0px;
}
.form-control {
    background: #fff none repeat scroll 0 0;
    border-radius: 0px;
    box-shadow: none;
    font-size: 13px;
    border: none;
    height: 34px;
    margin-bottom: 0px;
    padding-left: 10px;
    letter-spacing: 0.7px;
    border-bottom: 1px solid #ccc;
    font-family: 'Poppins', sans-serif;
}
.form-box .btn {
    background-color: #F15A22;
    border: 0 none;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin-top: 0px;
    padding: 3px 15px;
    border-radius: 3px;
    margin-bottom: 0px;
    letter-spacing: 1.1px;
}
.light-blue {
    background: #F0FBFF;
}


/* Thank you page */
.thanlkyou{
    background-color:#6b2ace;
    padding-top: 50px;
    padding-bottom: 80px;
    text-align: center;
}
.thanlkyou img{
    
}
.thanlkyou h2{
    margin-top: 20px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    font-size: 32px;
}
.thanlkyou p{
    color: #fff;
    letter-spacing: 1px;
    font-size: 18px;
}
.thanlkyou p span{
    position: relative;
}
.thanlkyou p span strong{
        position: relative;
    z-index: 2;
}
.thanlkyou p span:after {
    position: absolute;
    bottom: 4px;
    width: 100%;
    left: 0;
    height: 5px;
    background: #fbd1c2;
    content: '';
    z-index: 1;
    opacity: .3;
}
.contfldthh {
    margin-top: -46px;
}
.boxesiner {
    padding: 15px;
    border: 1px solid rgba(171, 171, 171, .4);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .20);
    margin-bottom: 20px;
    border-radius: 15px;
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
    background-color: #fff;
    font-size: 16px;
}

span.blink_me {
    color: #ffed12;
}

.blink_me {
animation: blinker 2s linear infinite;
}

@keyframes blinker {
50% {
opacity: 0;
}
}

.baner-region h3 {
    font-size: 21px;
    text-transform: none;
    font-weight: 600;
    margin-top: 20px;
}

.ex_btn  {margin: 10px auto;}
.ex_btn a {
    display: block;
    color: #fff;
    background-color: #f15a22;
    border-color: #f15a22;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    border-radius: 4px;
}

@media (max-width: 767px){
.tickers b {
   flex-wrap: wrap;
   justify-content: center;
}
#countdown span {
    font-size: 16px;

}

}