/*
Author: 	Lokesh Thakur
Company: 	Kavyasoftech
website: 	kavyasoftech.com
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans|Poppins:400,500,600,700');
html, body * {
  outline:none !important;
}
body, html {
	background:#fff;
	/*overflow-x:hidden;*/
  font-family: 'Poppins', sans-serif !important;
  font-size: 15px;
  font-weight: 100;
  line-height: 20px;
  padding-right:0px !important;
}
body.modal-open {
  padding-right: 0px !important;
}
h4 {
    margin-bottom: 25px;
    font-weight: normal;
}
a.pinkish_link, a.pinkish_link:hover, a.pinkish_link:focus {
  color:#cc1dc2 !important;
}
section#howitworks {
    font-family: 'Open Sans', sans-serif;
}
.bold300 {
  font-weight: 300 !important;
}
.bold400 {
  font-weight: 400 !important;
}
.bold600 {
  font-weight: 600 !important;
}
.yellow_btn {
    background: #c2e86e;
    color: #000 !important;
}
.qte {
    line-height: 33px!important;
}
.h3, .h4,h3,h4 {
	line-height:24px !important;
}
.h1, .h2/*, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6*/ {
  line-height: 40px !important;
}
section#footer {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.custom-btn.btn-block_ {
	width: 100%;
}
p {
  line-height: 24px;
}
.modal-body.popup_bg > * {
  position:relative;
  z-index:1;
}
.modal-body h2.color-pink {
  margin-bottom: 0px;
}
.modal-body.popup_bg::after {
  background: rgba(0, 0, 0, 0) url("https://ridecheers.com/webTheme/images/icon.png") no-repeat scroll 0 0 / 100% auto;
  bottom: 0;
  content: "";
  display: block;
  height: 90px;
  left: 50%;
  margin-left: -155px;
  opacity: 0.08;
  position: absolute;
  width: 310px;
  z-index: 0;
}
.margin-offset {
  margin-top:0px
}
.margin-offsets {
  margin-top:75px;
}
.btn {
	position:relative;
	overflow:hidden;
}
.ripple {
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  transform: scale(0);
  position: absolute;
  opacity: 1;
}
.rippleEffect {
    animation: rippleDrop .6s linear;
}

@keyframes rippleDrop {
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.icheckbox, .iradio {
  background: #fff;
  border: 2px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-right: 10px;
  text-align: center;
  cursor: pointer;
}
.icheckbox.hover, .iradio.hover {
  border: 2px solid #e81280;
  transition: border 0.3s ease;
}
.icheckbox.checked, .iradio.checked {
  border: 2px solid #e81280;
}
.icheckbox.disabled, .iradio.disabled {
  cursor: default;
}
.icheckbox.checked.disabled, .iradio.checked.disabled {
  opacity: 0.5;
}
.icheckbox {
  position: relative;
}
.icheckbox:before {
  transform:scale(0);
  transition:all .3s;
  position: absolute;
  top: -4px;
  left: 2px;
  font-family: 'Glyphicons Halflings';
  content: "\e013";
  color: #e81280;
  font-size: 12px;
}
.icheckbox.checked:before {
  transform:scale(1);
}
.iradio {
  border-radius: 50%;
  transition:all .3s;
 /* transform:scale(0);*/
}
.iradio.checked {
	transform:scale(1);
  background: #e81280;
  border: 2px solid #e81280;
  box-shadow: inset 0px 0px 0px 4px #fff;
}






.logo_slider {
  margin-top: 100px;
}
.logo_slider.owl-carousel .owl-item img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 100%;
}
.logo_slider.owl-carousel .item {
  display: table-cell;
  height: 150px;
  padding-left: 20px;
  padding-right: 20px;
  vertical-align: middle;
}
#footer {
  position: relative !important;
}

#verify .focused > input {
  font-size: 27px;
  letter-spacing: 30px;
  padding-left: 30px;
}
#verify .focused > input {
  font-size: 27px;
}
#verify .focused {
  margin-top: 30px;
}
.padding10{
 padding:10px;
}
.pad-btm-0 {
  padding-bottom: 0;
}
/*Navbar*/
.scrolled .navbar {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  padding-bottom: 10px;
  padding-top: 10px;
  opacity:1;
}
.scrolled .navbar-brand {
	font-size: 10px;
	font-size: 30px;
}
.navbar-brand {
  padding:5px;
}
.my-header *{transition:all .3s;}
.my-header {
  background: #fff;
  border-bottom: 0 none;
  border-radius: 0 !important;
  padding-bottom: 15px;
  padding-top: 15px;
  transition: all 0.5s ease .3s;
  opacity:1;
}
.navbar-brand {
    color: #7e84ff !important;
    height: 65px;
    padding: 2px 8px;
}
.scrolled .navbar-brand {height:63px;}
.navbar-default .navbar-nav > li > a {
	/*color:#000;
	pointer-events: none;*/
}
body.scrolled .navbar-default .navbar-nav > li > a {
	pointer-events: visible;
}
.dropdown-menu > li > a {
  clear: both;
  color: #333;
  display: block;
  font-weight: 400;
  line-height: 1.42857;
  padding: 10px 20px;
  white-space: nowrap;
}
.navbar-nav > li > a {
  padding-bottom: 10px;
  padding-top: 10px;
    border-radius: 50px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active {
  background: transparent !important;
  color: #cc1dc2 !important;
}
.navbar-default .navbar-nav > li > a.yellow_btn:hover,.navbar-default .navbar-nav > li > a.yellow_btn:focus {
  background:#c2e86e !important;
  color:inherit !important;
}
.navbar-brand > img {
    display: block;
    height: 100%;
    image-rendering: -webkit-optimize-contrast;
}
.my-header .navbar-nav {
  float: left;
  margin-top: 10px;
}
.about-sec > .col-sm-4 > a {
  color: #000;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 10px;
  text-align:center !important;
}

.about-sec h3 {
  font-weight: 600;
}

.bg2 {
  background: rgba(0, 0, 0, 0) url("../images/bg2.jpg") repeat scroll 0 0 / cover ;
  padding-bottom: 130px;
  position: relative;
}
.bg3 {
  background: rgba(0, 0, 0, 0) url("../images/bg3.jpg") repeat scroll center bottom / cover ;
 /* min-height: 430px;*/
  position: relative;
}
.bg4 {
  background: rgba(0, 0, 0, 0) url("../images/bg4.jpg") repeat scroll 0 0/cover;
}
.bg5 {
  background: rgba(0, 0, 0, 0) url("../images/bg5.jpg") repeat scroll 0 0/cover;
}
.bg6 {
  background: rgba(0, 0, 0, 0) url("../images/bg6.jpg") repeat scroll center center/cover;
}
.bg7 {
  background: rgba(0, 0, 0, 0) url("../images/bg7.jpg") repeat scroll center center/cover;
}

.bg002 {
  background: rgba(0, 0, 0, 0) url("../images/bg_002.jpg") repeat scroll center center/cover;
  padding-bottom: 40px;
  padding-top: 40px;
}

.bg003 {
  background: rgba(0, 0, 0, 0) url("../images/bg_003.jpg") repeat scroll center center/cover;
  padding-bottom: 40px;
  padding-top: 40px;
}

.bg004 {
  background: rgba(0, 0, 0, 0) url("../images/bg_004.jpg") repeat scroll center center/cover;
  padding-bottom: 40px;
  padding-top: 40px;
}

.min-h-400 {
  margin-bottom: -50px;
  margin-top: -170px;
  min-height: 340px;
  padding-top: 200px;
}
.check_rad_bx label {
  font-weight: lighter;
}

.color-pink {
  color: #CC1DC2;
}
.bg-pink {
  background: #CC1DC2;
}
.color-white, .heading1.color-white {
  color: #fff;
}
a.color-pink:hover, a.color-pink:focus, a.color-pink:active {
  color: #cc1dc2;
  text-decoration: underline !important;
}
/*.dropdown .dropdown-menu a:hover {
  border-left: 4px solid #7e84ff;
}*/
.navbar .dropdown-menu img {
  margin-right: 10px;
  width: 30px;
}
.heading1 {
  color: #000;
  font-weight: 400;
  margin-bottom: 30px;
}
.heading1 > img {
  display: block;
  margin: 0 auto;
  padding-bottom: 0;
  padding-top: 20px;
  width: 90px;
}
#footer.mysec .btn-hldr.clearfix {
  margin: 0 auto;
  width: 350px;
}
.mysec .btn-hldr.clearfix {
  margin: 0 auto;
  width: 230px;
}
.bg1 .btn-hldr > a {
  padding: 10px 10px 10px 0;
}
.textshadow {
  text-shadow: 0 4px 10px rgb(0, 0, 0);
}
.offset-top-btm {
  padding-bottom: 50px;
  padding-top: 100px;
}
.about-sec > .col-sm-4 > a:hover, .about-sec > .col-sm-4 > a:focus, .about-sec > .col-sm-4 > a:active {
  text-decoration: none;
}
.btn-hldr > a {
  display: block;
  float: left;
  padding: 5px;
  width: 50%;
  padding: 20px;
}
.btn-hldr > a > img {
  width: 100%;
}
.btn-hldr {
  margin-bottom: 20px;
  margin-top: 20px;
}
section {
  padding-bottom: 50px;
  padding-top: 50px;
}
.img-hldr {
  margin-bottom: 40px;
  margin-top: 40px;
  text-align: center;
}
.img-hldr h3 {
  margin-bottom: 20px;
  margin-top: 30px;
  text-transform: uppercase;
  color: #7E84FF;
}

.left > a, .right > a {
  color: #bfbfbf !important;
  cursor: pointer;
  display: block;
  padding-bottom: 15px;
  padding-top: 15px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  text-align:center;
}
.left > a:hover,.right > a:hover {
  color: #000 !important;
}
.left > a:hover h3, .right > a:hover h3 {
  color: #cc1dc2;
}
.left > a {
  float: right;
  padding-right: 15px;
  width: 100%;
}
.right > a {
  float: left;
  padding-left: 15px;
  width: 100%;
}
.list-inline.logos img {
  height: 100px;
  margin-left: 20px;
  margin-right: 20px;
}
.logos {
  margin-top: 60px;
  text-align: center;
}
.row.fture-sec {
  margin-top: 70px;
  position:relative;
}
.fture-sec > div {
  float: left;
  width: 33.3%;
}
.black_lnk {
    color: #fff !important;
}
.center {
  min-height: 700px;
  position: relative;
  perspective:1000px;
}
.center > img.selected {
  opacity: 1;
  transform: rotateY(0deg);
}
.center > img {
	border-radius: 15px;
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.7);
	width: 100%;
	opacity: 0;
	position: absolute;
	transition: all 1s;
	left:0;
	transform: rotateY(-180deg);
}
.custom-hr {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #d0d0d0;
}
.line-input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: #b0b0b0;
  border-image: none;
  border-style: solid;
  border-width: 0 !important;
  font-size: 14px;
  min-height: 35px;
  width: 100%;
}
.srch-fltr {
  margin-right: 15px;
  margin-top: -29px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.hidden-srch-br > input {
  background: rgba(0, 0, 0, 0) url("../images/srch.png") no-repeat scroll 0 54%;
  border-width: 0;
  color: #949494;
  font-size: 25px;
  font-weight: bold;
  height: 50px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-left: 63px;
  padding-right: 165px;
  width: 100%;
}
.ofrs.brs {
  position: relative;
}
.ofrs.brs.slcted::after {
  background: #5cb85c none repeat scroll 0 0;
  border-radius: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  content: "";
  display: block;
  font-family: fontawesome;
  font-size: 30px;
  height: 50px;
  left: 10px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 10px;
  width: 50px;
}
.txt-area .focused::after, .txt-area .focused::before {
  bottom: 1px !important;
}
.focused::after {
  background: #bebebe none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  bottom: 0px;
  transform: scale(1, 1);
  transform-origin: 50% 50% 0;
  transition:all .3s;
  width: 100%;
  z-index: 1;
}
.focused.active::before {
  animation: 0.5s ease 0s normal none 1 running mymove;
  background: #cc1dc2 !important;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transform: scale(1, 1);
  width: 100%;
  z-index: 2;
}
.media.lt-crd {
  border: 1px solid;
  border-radius: 8px;
  padding: 10px;
}
.selected-crd .media.lt-crd {
  background: #d7d7d7 none repeat scroll 0 0;
}
.media.ofrs .media-left {  display: block; padding-top:10px;}.media.ofrs .media-object {  display: block;  margin: 0 auto 0 30%;  width: 190px;}
.dcrpt {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 15px;
  min-height: 110px;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    0%   {transform: scale(0,1);}
    100% {transform: scale(1,1);}
}
/* Standard syntax */
@keyframes mymove {
    0%   {transform: scale(0,1);}
    100% {transform: scale(1,1);}
}
.btn.custom-btn, .btn.custom-btn.btn-block {
  background: #cc1dc2 none repeat scroll 0 0;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  padding: 10px 30px;
  border:2px solid #cc1dc2;
}
.btn-round {
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  padding: 20px;
  text-transform: uppercase;
}
.letterspacing2 {
  letter-spacing:2px;
}
.focused {margin-bottom:10px; position:relative;}
.sbscrb-nw {
  background: #fff none repeat scroll 0 0;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 30px;
}
.toggle_faq {
  margin-top:20px;
}
.toggle_faq > ul > li::before {
	background: url('../images/question_icon.png');
	height: 25px;
	width: 26px;
	background-size: 100%;
	display: block;
	content: "";
	float: left;
	margin-right:10px;
}
.toggle_faq p {
  border-left: 2px solid #cc1dc2;
  color: #a0a0a0;
  display: none;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
  padding-left: 15px;
}
/*.toggle_faq a::before {
  color: #cc1dc2;
  content: "-";
  font-size: 46px;
  margin-right: 10px;
  position: relative;
  top: 9px;
}*/
.toggle_faq li {
	color: #000;
	list-style: outside none none;
	padding-bottom: 10px;
	padding-left: 0;
	padding-top: 10px;
}
.toggle_faq a {
  color: #000;
  cursor: pointer;
  font-size:17px;

}
.toggle_faq a:hover,.toggle_faq a:focus,.toggle_faq a:active  {
  text-decoration:none;
}
#footer {
  background: #fff none repeat scroll 0 0;
  padding-bottom: 40px;
  padding-top: 50px;
}
#footer .about > img {
  margin-bottom: 40px;
  width: 200px;
}
#footer h2 {
  font-weight: 100;
  margin-bottom: 35px;
  margin-top: 0;
  text-transform: uppercase;
}
#footer ul {
  list-style: outside none none;
  padding-left: 0;
}
#footer ul > li {
  padding:5px;
}
#footer ul > li > a {
  color: #000;
  text-decoration: none;
}
/*#footer ul > li > a::after {
  background: #7e84ff none repeat scroll 0 0;
  content: "";
  display: block;
  float: left;
  height: 3px;
  margin-right: 10px;
  margin-top: 11px;
  width: 10px;
}*/
.cntnt-tb > h1 {
  font-size: 27px;
  font-weight: 100;
  margin-bottom: 20px;
  margin-top: 20px;
}
.cntnt-tb .form-group {
  margin-bottom: 5px;
}
.cntnt-tb {
  padding-left: 10px;
  padding-right: 10px;
}
.btm-ftr {
  box-shadow: 10px 10px 10px 9px rgba(0, 0, 0, 0.3);
  padding: 15px;
}
.sldr {
  background: #ffffff none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 50%;
  z-index: 0;
}
.tab-wrpr {
  background: #eae8e9 none repeat scroll 0 0;
  margin: -15px -15px 20px;
  position: relative;
}
.tab-wrpr > .tb {
  color: #c4c4c4;
  cursor: pointer;
  float: left;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  position: relative;
  text-align: center;
  width: 50%;
  z-index: 1;
}
.about-sec a {
	opacity: 0;
  transform: translate(0px, 100px);
  transition: all 0.5s ease .5s;
}
.about .about-sec a {
  filter: blur(0px);
  opacity: 1;
  transform: translate(0px);
}
.about-sec img {
  filter: blur(5px);
  opacity: 0;
  transform: translate(0px, 100px);
  transition: all 0.5s ease 0.3s;
}
.about .about-sec img {
  filter: blur(0px);
  opacity: 1;
  transform: translate(0px);
}
#home img {
  transition: all 0.5s ease 1s;
  margin:0 auto;
}
#home img.anim1 {
  opacity: 0;
  transform: rotate(90deg) translateY(-390px);
}

.crcle {
  background: #7e84ff none repeat scroll 0 0;
  border-radius: 100%;
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  transform: scale(0) rotateY(180deg);
  transition: all 0.5s ease 0s;
  width: 200px;
}
.crcle > img {
  left: 0;
  position: absolute;
  transform: translateY(170px);
  width: 100%;
  transition:all 0.3s ease .5s;
}
.services .crcle > img {transform: translateX(0px);}
.services .crcle {
  transform: scale(1) rotateY(0deg);
}
.mbl-scrns {
  position: relative;
}

.mbl-scrns > .first {
  transform: translateX(150px);
  transition:all 0.5s ease 0s;
  opacity: 0;
  position: absolute;
}
.mbl-scrns > .second {
  	opacity: 0;
  position: absolute;
  transform: translateX(150px);
  transition:all 0.5s ease .5s;
}
.mbl-scrns > .third {
  	opacity: 0;
  position: absolute;
  transform: translate(10px, 20px);
  transition:all 0.5s ease 1s;
}


body.about .mbl-scrns > img.first {
  opacity: 1 !important;
  transform: translateX(0px) !important;
}
body.about .mbl-scrns > img.second {
  opacity: 1 !important;
  transform: translateX(0px) !important;
}
body.about .mbl-scrns > img.third {
  opacity: 1 !important;
  transform: translateX(0px) !important;

}
#download .media-left > img {
  height: 180px;
}
.download #download .btn-hldr {
  opacity: 1;
  transform: translateY(0px);
}
#download .btn-hldr {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease 0s;
}
.ofrs .media-left {
  background: #f5f5f5 none repeat scroll 0 0;
  vertical-align: middle !important;
}
.ofrs .media-body {
  padding: 15px;
}
.btn-default {
  background-color: #cc1dc2;
  border: 2px solid #cc1dc2;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  transition:all .3s;
}
.btn-default:hover {
	background:transparent;
	color:#cc1dc2;
	border-color:#cc1dc2;
}
.col-centered {
  float: none;
  margin: 0 auto;
}
.width500 input.form-control {
  width: 480px;
}
.heading2 {
  color: #cc1dc2;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.ofrs {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 5px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 25px;
  padding: 3px;
}
.clearfix.gray-bg {
  background: #ededed none repeat scroll 0 0;
  margin-top: 30px;
  padding: 20px;
}
.img-hldr-list > img {
  height: 180px;
  width: 100%;
}
.list-dtls {
  padding: 12px;
}
.list-dtls p > img {
  margin-top: -5px;
}
.bottom-social_btn {
  width: 300px;
  margin:0 auto;
}
.btn-hldr.bottom-social_btn > a {
  padding: 5px;
}
#footer .list-inline a:hover {
  background: #cc1dc2 none repeat scroll 0 0;
}
#footer .list-inline a {
  background: #d3d6d6 none repeat scroll 0 0;
  border-radius: 40px;
  color: #fff;
  display: table-cell;
  height: 40px;
  vertical-align: middle;
  width: 40px;
}
#footer a {
  color: #cc1dc2;
  transition:all .3s;
}
#footer .list-inline {
  margin-top: 20px;
}
.image-responsive {
  width: 100%;
}
.pink_bg {
  background: #a428a2 none repeat scroll 0 0;
  color: #fff;
}
.learnmore_popup h2 {
  margin-bottom: 0;
}
 	.learnmore_popup .modal-dialog.brdr_rds30 {
  border-radius: 30px;
  overflow: hidden;
}
.learnmore_popup a.color-white,.learnmore_popup a.color-white:hover {
  color: #fff;
  text-decoration: underline !important;
}
.learnmore_popup .btn,.learnmore_popup .btn:hover,.learnmore_popup .btn:focus {
  border: 1px solid #fff !important;
  border-radius: 0px !important;
  background:rgba(0,0,0,0) !important;
}
.learnmore_popup input.form-control {
  border: 0 solid #fff;
  border-radius: 0;
  box-shadow: none;
  height: 37px;
}
.black_form {
  background: #000 none repeat scroll 0 0;
  padding: 10px;
}
.lg_message {
  padding-top:100px;
  padding-bottom:80px;
}
.lg_message h3 {
  line-height: 35px !important;
}
.btn-round-sm {
  border-radius: 50px;
  font-size: 20px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.signed_partner > img {
  height: auto;
  left: 0;
  top: 0;
  width: 100%;
}
.signed_partner {
  background: #f0f0f0 none repeat scroll 0 0;
  height: 200px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.details_ {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  bottom: 0;
  padding: 10px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.details_ h4 {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}
.details_ p {
  margin-bottom: 0;
}
.learnmore#footer {
  background: #000 !important;
  color: #fff;
}
/*#footer.learnmore .input-group .btn {
  margin-top: -1px;
  padding: 2px 10px 5px;
}*/
#footer.learnmore .form-group {
  display:table;
}
#footer.learnmore .form-group > * {
  border-radius: 0;
  display: table-cell;
  height: 40px;
  width: auto;
}
#footer.learnmore ul.list-inline a {
  background: #cc1dc2 none repeat scroll 0 0;
}
#footer.learnmore ul.list-inline a:hover {
  background: #ffffff none repeat scroll 0 0;
  color: #cc1dc2;
}
#footer.learnmore .form-group .btn {
  margin-left: 5px;
  margin-top: -1px;
}

  .form-group_ {
    margin-bottom: 15px;
    width: 100%;
    display: block;
    clear: both;
}
.form-control_ {
    height: 39px;
    border-radius: 5px;
    border: 0px solid #000;
    width: 70%;
    padding-left: 10px;
    padding-right: 10px;
    color: #000000;
}
.btn-lg.btn.btn-pink {
   background: #c82dc4 !important;
   border-width: 0px !important;
   color: #fff;
   border-radius: 10px !important;
}

.form-control_::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #808080;
}
.form-control_::-moz-placeholder { /* Firefox 19+ */
  color: #808080;
}
.form-control_:-ms-input-placeholder { /* IE 10+ */
  color: #808080;
}
.form-control_:-moz-placeholder { /* Firefox 18- */
  color: #808080;
}
.seal_ {
    color:#000;
    height: 300px;
    width: 300px;
    background: url(../images/seal.png);
    background-size: 100%;
    font-size: 28px;
    padding: 100px 60px;
    line-height: 35px;
    font-weight: bold;
    margin-bottom: 100px;
}
.row.lg_message h2 {
    line-height: 50px;
    word-spacing: 5px;
}
.border_white {
    background: rgba(0,0,0,0);
    border: 1px solid #fff;
}
	#subscribe_partner_email {
	color:#fff;
}
.pagination > li > a,.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  color: #cc1dc2;
}
/*add 17-May-2018*/
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover,
.btn-primary, .btn-primary:focus, .btn-primary:hover, .btn-primary:active {
    color: #fff !important;
    background-color: #cc1dc2;
    border-color: #cc1dc2;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff !important;
    background-color: #cc1dc2;
    border-color: #cc1dc2;
}
@media screen and (max-width: 1200px) {
	.center {
	  min-height: 600px;
	}
}
@media screen and (max-width: 996px) {
.bg1 .btn-hldr > a {
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 5px;
}
.center {
  min-height: 500px;
}
.min-h-400 {
  margin-top: 0;
  min-height: auto;
  padding-bottom: 50px;
  padding-top: 50px;
}
}
@media screen and (max-width: 768px) {


	.media.ofrs .media-object {
  display: block;
  margin: 0 auto 0 40px;
  width: 180px;
}
	.media.ofrs > div {
  display: block;
  padding: 10px;
  width: 100%;
}

	.navbar-brand {
		color: #7e84ff !important;
		height: 55px;
	}
	.center {
	  min-height: 450px;
	}
	.nav > li > a {
  	  padding: 10px 12px;
	}
	.navbar-brand {
	  font-size: 38px;

	}
	.scrolled .navbar-brand {
	  font-size: 28px;
	}
}
@media screen and (max-width: 767px) {
	.alert {
	width: 96% !important;
	left: 50%;
	margin-left: -10px;
}
	.tab-wrpr > .tb {font-size: 16px;}
	#forgotPasswordEmail, .cntnt-tb label {
	display: block;
	/* text-align: center; */
	/* width: 100%; */
	font-size: 13px;
	line-height: 24px;
}
	.toggle_faq > ul {
	padding-left: 0px;
}
  #whoyouare .btn {
  font-size: 13px;
  letter-spacing: 0;
}
  #footer.mysec .btn-hldr.clearfix {
  width: 170px;
}
  .mysec .btn-hldr.clearfix {
  width: 290px;
}
  .heading1::after {
    height: 0px !important;
  }
  #faq .col-sm-6 > img {
  width: 250px;
}
.toggle_faq {
  text-align: center;
}
  #download .heading1::after {
    display: none;
  }
  #subscribe_email_modal {
    margin-bottom: 10px;
  }
  .width500 input.form-control {
    width:100%;
  }
  .row.about-sec * {
  text-align: center !important;
}
	.image-responsive {
  width: 250px;
}
	.check_rad_bx > .radio-inline, .check_rad_bx > .checkbox-inline {
  display: block;
  margin-left: 0;
  padding-left:0;
}
	.bg1 {
	  padding-top:100px;
	}
	.about-sec .col-sm-4.text-right {
  text-align: left;
}
	.btn.custom-btn.btn-block {
  background: transparent none repeat scroll 0 0;
  border-radius: 0;
  border-width: 0;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  padding: 10px 12px;
  text-align: left;
}
.nav.navbar-nav.navbar-right {
  width: 100%;
}
.offset-top-btm {
  padding-bottom: 0;
  padding-top: 20px;
  text-align: center;
}

	.width500 {
		text-align:center !important;
  width: auto !important;
}
	#footer h2 {
  font-size: 25px;
  margin-bottom: 10px;
  margin-top: 40px;
}
	.heading1 {
  font-size: 30px;
}
.heading1::after {
  background: rgba(0, 0, 0, 0) url("../webTheme/images/heading_underline.png") repeat scroll 0 0 / 100% auto;
  content: "";
  display: block;
  height: 50px;
  margin: 10px auto;
  width: 80px;
}
#footer .btn-hldr > a {
  width: 170px;
}
#footer .btn-hldr {
  margin: 0 auto;
  width: 340px;
}
	.navbar #bs-example-navbar-collapse-1 {background:#fff !important;}
	.bg2 {
  padding-bottom: 50px;

}
	.mbl-scrns {
		display:none;
	}
	.navbar-brand {
  height: 60px;
}
.bg3 {
  padding-top: 40px;
}
	.triangle2, .triangle1 {height:0px;}
	.right > a {
  float: left;
  padding-left: 0;
  width: 100%;
}
.left > a {
  float: right;
  padding-right: 0;
  width: 100%;
}
.center > img {
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);

}
.btn-hldr > a {
  padding: 10px;
}
.fture-sec > .center {
  left: 50%;
  margin-left: -130px;
  min-height: 450px;
  width: 260px;
}
.fture-sec > .left,.fture-sec > .right {display:none;}
}
.help-block{
	color:#FF0000;
}
.multiselect-native-select div {
    width: 100% !important;
}
}
@media screen and (max-width: 480px) {
	.multiselect-native-select {width:100%;}
	#subscribe_partner_email {
	width: 150px !important;
}
	.btn-hldr > a {
  width: 145px;
}
.btn-hldr {
  width: 300px;
}
.center {
  min-height: 270px;
  position: relative;
}
}


/*end*/


