
.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;
} */


/* .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;

}


.baner-section-h2 h2
{
    color: #fff;
}

.red {
    color: #ff0000;
}
.baner-section-a a
{
    color: #337ab7;
}


.mb-20 {
    margin-bottom: 20px;
}


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{
    margin-top: 0;
    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: transparent;
    box-shadow: 0 5px 15px 0 rgb(68 68 68 / 10%);
    border: 1px solid #759fdf;}


.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: -2px;
}
.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: #000;
    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
  }

.light-blue {
    background: #e6f2ff;
}

.orange {
    color: #e85222 !important;
}

.ms ul li::before {
    color: #e85222;
    content: "\f0a4";
}


form {
    padding: 0 20px;
}

.form-box h4 {
    color: #fff;
    font-size: inherit;
    padding: 10px 15px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 15px;
    background: #c54771;
    border-radius: 0;
    font-size: 17px;
}

.form-box h4 span {
    margin: 0;
    color: #ffe16d;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 0px;
    padding: 3px 0px 0;
    font-weight: 700;
    display: block;
    width: 100%;
}

.form-box .modal-header {
    padding: 0;
}

.form-box .modal-body {
    padding: 0;
}

.form-region {
    padding: 0;
}
button.close {
    border-radius: 50%;
    width: 22px;
    height: 22px;
    opacity: inherit;
    color: #fff !important;
    position: absolute;
    z-index: 999;
    right: -8px;
    top: -8px;
    float: right;
    font-size: 17px !important;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    font-size: 27px;
    background-color: #000000 !important;
    margin-top: 0px !important;
}
/* 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;

}

.modal-header .close {
    right: 0px;
    top: 0 !important;
}

}

