body {
  background: #fcfcfb;
  ;
}

.section-shaped .shape-style-1.shape-primary {
  background-position: right;
}

.big-red {
  font-size: 65px;
  color: #f5365c;
  float: left;
  margin-right: 15px;
}

.big-md {
  font-size: 50px;
  color: #f5365c;
  float: left;
}

.timeline {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 500px;
  margin: 100px auto;
  counter-reset: step;
}

.icon-center-medium {
  text-align: center;
  font-size: 50px;
  color: #f5365c;
}

.title-c {
  text-align: center;
}

.mt-15 {
  margin-top: 15rem !important;
}

.img-why {
  width: 100%;
  height: 86%;
}

.border-redious-50 {
  position: relative;
  border-radius: 50px;
  height: 100%;
}

.timeline li {
  float: left;
  text-align: center;
  width: 150px;
  position: relative;
}

.timeline li:before {
  content: counter(step);
  counter-increment: step;
  line-height: 35px;
  width: 35px;
  height: 35px;
  display: block;
  border-radius: 100%;
  border: 1px solid #CCC;
  margin: 0 auto 15px auto;
  background: #fff;
}

.timeline li:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #DDD;
  display: block;
  position: absolute;
  top: 17.5px;
  left: 50%;
  z-index: -1;
}

.timeline li:last-child:after {
  content: none;
}

.timeline li.active {
  color: #8cc413;
}

.timeline li:first-child:before {
  border-color: #8cc413;
}

.timeline li:first-child:after {
  background: #8cc413;
}

.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  /*background: rgba(255,255,255,0.8) url("loader.gif") center no-repeat;*/
  background: rgba(255, 255, 255, 0.8);
}

/* Turn off scrollbar when body element has the loading class */
body.loading {
  overflow: hidden;
}

/* Make spinner image visible when body element has the loading class */
body.loading .overlay {
  display: block;
}

.overlay {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.pac-container {
  z-index: 99999 !important;
}

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}

.is-hide {
  display: none;
}


.custom-control-2 {
  padding-left: 1.7rem !important;
  float: left;
  margin-right: 15px;
}

.img-fluid {
  width: 100%;
  height: auto;
}

.container-1 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.text-color-1 {
  color: #626262;
}

.text-color-2 {
  color: #f5365c;
}

.navbar-brand img {
  height: 60px;
}

.hide {
  display: none;
}

.show {
  display: block;
}


.btn:hover {
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}

.btn-danger:hover {
  color: #fff;
  background-color: #171617;
  border-color: #ec0c38;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ec0c38;
  color: white;
}


.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ec0c38;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single span.fas {
  color: #f5365c;
}

.col-md-275 {
  flex-basis: 20%;
  max-width: 20%;
}

.input-group-text {
  border: 1px solid #ec0c38;
}

.input-group-text {
  color: #ec0c38;
}

/* partner page style */

.bg_partner{
    background: #fff;
}


.partner_heading{
    color:#59585a;
    font-size: 45px;
}

.partner_box{
    border: 1px solid #59585a;
    border-radius: 5px;

}

.partner_bar_bg{
    background:#59585a;
    color:#fff;
    font-weight:800;
    padding: 15px 15px 5px 15px;
}

.partner_bar_blank{
    padding: 15px 15px 5px 15px;
    border-right: 1px solid #59585a;
}

.partner_bar_blank1{
    padding: 15px 15px 5px 15px;
}

.box_main{
    border-radius:20px !important;
}

.box_partner{
    padding:15px !important;
}

.partner_note{
    border: 1px solid #59585a;
    border-radius: 20px;
    background: #59585a;
    color:#fff;
    padding:15px 10px 5px 10px;
}
.partner_msg{
    font-size:14px;
}

.partner_msg1{
    font-size:11px;
}



.nav-pills{
    background:#59585a !important;


}

.nav-pills .nav-link.active{
      background:#59585a !important;

}

.nav-pills .nav-link{
      box-shadow: none !important;
      border-radius: 0px !important;
      color: #59585a;
      border-right: 1px solid #59585a;
      padding: 1.2rem 1rem;


}

/* Home page */

.store_box{
    border-radius:15px;
}

/* batch entry */

.class-link{
  color:#6cc417;
  text-decoration:none;
}

.class-link:hover{
 color:#ffbb00;
}