.demo-btn{
	padding-right: 5%;
    padding-left: 5%;
}
.features .features__img {
    width: auto;
    max-height: 80px;
}
.section .section__title {
    margin-bottom: 50px;
    margin-top: 50px;
}
.dashboard-title{
	margin-bottom: 0px !important;
}
.dashboard-img{
	margin-top: 0px;
}
.button-color{
	background-color: #ff5c72 !important;
	border: none;
}
/*.send-btn{
	    padding-left: 10%;
    padding-right: 10%;
}*/
.bk-card-size{
	margin-bottom: 0px !important;
}
.believe .believe__avatar {
    border: 8px solid #0000f7;
}

.switch-field {
  font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
  padding: 40px 0px;
    overflow: hidden;
}

.switch-title {
  margin-bottom: 6px;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
  float: left;
}

.switch-field label {
  display: inline-block;
  width: 130px;
 /* background-color: #ff5c72;*/
   background-color: #ff5c7294;
  color: white;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 6px 14px;
  /*border: 1px solid rgba(0, 0, 0, 0.2);*/
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
 /* background-color: #ff5c7294;*/
  background-color: #ff5c72;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

.custom-switch-main{
	text-align: center;
	width: 100%;
}
.custom-switch{
	display: inline-block;
}
.m-b-0{
	margin-bottom: 0px !important;
}