*{
    margin: 0;
    font-family: Lato-Regular, sans-serif;
    padding: 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: Lato-Regular, sans-serif;
    src: url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Lato-Bold, sans-serif;
    src: url('../fonts/Lato-Bold.woff') format('woff'), url('../fonts/Lato-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Lato-Light, sans-serif;
    src: url('../fonts/Lato-Light.woff') format('woff'), url('../fonts/Lato-Light.ttf') format('truetype');
    font-weight: normal;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {

    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin: 0;
    background: #fff;
    letter-spacing: 0;
    width: 100%;
    height: auto;
    padding: 0;
    overflow-x: hidden;
}

p{
    font-family:Lato-Regular, sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: Lato-Bold, sans-serif;
    
}

.brand_title img{
    padding-left: 20px;
}
.sub_container{
  width: 1600px;
  padding-right: 20px;
  padding-left: 20px;
  margin:auto !important;
}
.container {
    width: 1600px;
    padding-right: 20px;
    padding-left: 20px;
  margin:auto !important;
}
.total_form{
    padding: 60px 0px 60px 0px ;
    width: 79%;
    margin: auto; 
}
 
/* banner_section_start */
.total_banner{
    position: relative;
}
.banner_content{
    position: absolute;
    top: 64%;
    left: 11.5%;
    transform: translateY(-46%);
}
.refer,
.reward {
  visibility: hidden;
}
.banner_content p{
      font-size: 25px;
}
.banner_content h2{
     line-height: 45px;
}
.banner_content button{
    width: 210px;
    background: #97144d;
    color: #fff !important;
    padding: 10px 30px;
    border: none;
    border-radius: 5px;
    font-size: 1.2rem;
    display: inline;
}
/* banner_section_end */

/* social icon hoiver image css */
   
.fb-hov:hover {
  content: url('../images/fb2.png') ;    
  }
  .twt-hov:hover {
      content: url('../images/twt2.png');
  }
  .linktn-hov:hover{
      content: url('../images/link2.png');
  }
  .outlook-hov:hover{
      content: url('../images/outlook2.png');
  }
  .yahoo-hov:hover{
      content: url('../images/yahoo2.png');
  }
 .mail-hov:hover{
      content: url('../images/mail2.png');
  }
   .whatsapp-hov:hover{
      content: url('../images/whatsapp2.png');
  }
   .sms-hov:hover{
      content: url('../images/sms1.png');
  }
/* social icon hoiver image css End*/
/* Form-section-start */
.form_head {
     padding: 30px 0px;
}
.form_head span{
    /* opacity: 0.7; */
	font-weight: bolder;
}
.wrapper{
    position: relative;
  }
  
  input {
    font-size: 14px;
    border: 0px;
    border-bottom: 1px solid#333;
    height: 37px;
  }
.form-group  .form-control{
     border: none;
     border-bottom: 1px solid #e4e4e4;
     border-radius: 0px;
     padding-left: 0px;
}
  .form-group {
    position: relative;
    margin-bottom: 1.5rem;
  }
  
  .form-control-placeholder {
    position: absolute;
    top: 0;
    transition: all 200ms;
    opacity: 0.5;
  }
form .form-control:focus{
      border: none;
      border-bottom:1px solid #9f9f9f ;
      box-shadow: none;
}
  .form-control:focus + .form-control-placeholder,
  .form-control:valid + .form-control-placeholder {
    font-size: 100%;
    transform: translate3d(0, -60%, 0);
    opacity: 1;

  }
  .refer_cta{
    width: 180px;
    background: #97144d;
    color: #fff !important;
    padding: 10px 40px;
    border: none;
    border-radius: 5px;
    font-size: 1.2rem;
    display: inline;
  }
  .register_links a{
     color: #97144d;
     text-decoration: none;
     cursor: pointer;
  }
  .privacyguideline {
	    color: #97144d;
     text-decoration: none;
     cursor: pointer;
  }
 #PrivacyGuidelines{
  position: relative;
	border: 1px solid #9f9f9f;
	border-radius: 2px;
	background: none;
	cursor: pointer;
	line-height: 0;
	margin: 0 .6em 0 0;
	outline: 0;
	padding: 0 !important;
	vertical-align: text-top;
	height: 20px;
	width: 20px;
	-webkit-appearance: none;
  opacity: .5;
}
#PrivacyGuidelines:checked {
  background-color: #97144d;
  opacity: 1;
}

#PrivacyGuidelines:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
  #NotInAxisGroupConsent{
  position: relative;
	border: 1px solid #9f9f9f;
	border-radius: 2px;
	background: none;
	cursor: pointer;
	line-height: 0;
	margin: 0 .6em 0 0;
	outline: 0;
	padding: 0 !important;
	vertical-align: text-top;
	height: 20px;
	width: 20px;
	-webkit-appearance: none;
  opacity: .5;
}
#NotInAxisGroupConsent:checked {
  background-color: #97144d;
  opacity: 1;
}
.notaxis
{
padding-top:0 !important;
}
.note
{
margin-bottom:0 !important;
}
#NotInAxisGroupConsent:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
} 
.bottom
{
	padding-bottom:0 !important;
}

/* Form-section-End */

 .refer_head p:first-child{
    font-size: 24px;
    padding-bottom: 5px;
    opacity: 0.7;
 }

 .refer_head p:last-child{
   color: #EC1864;
 }
.total_refer{
    padding: 60px 0px 60px 0px ;
    width: 79%;
    margin: auto; 
}
.arrow_clas{
    padding-top: 60px;
}
/*  #loader_img{
    visibility:hidden;
 } */

.Footer_total{
  width: 79%;
  margin: auto; 
}
.rep{
  font-size: 18px;
  font-weight: bold;
  color: #333;
  
}
/*Accordian Styles */
.frequently-section{
  padding: 60px 0px 60px 0px ;
    width: 79%;
    margin: auto; 
}
.explorehead2 span{
    opacity: 1;
}
.explorehead2 h1{
  font-size: 34px;
}
.loan-accord {
    overflow: hidden;
   
 }
 .title_txt.active {
    background: url(../images/arrow-up.png) right no-repeat;
    background-position: 100% 50%;
 }
 .detail_des {
    display: none;
 }
 .title_txt {
    background: url(../images/arrow-down.png) right no-repeat;
    background-position: 100% 50%;
    padding: 20px 0px 20px 0px;
    color: #333;
    cursor: pointer;
    border-bottom: solid 1px #989898;
    font-weight: bold;
    font-size: 16px;
 }
 .tab-content .tab-pane li {
    font-size: 14px;
    list-style-type: none;
    position: relative;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    line-height: 22px;
 }
 .loan-accord  h1 {
    font-size: 21px;
    margin-bottom: 0px !important;
 }
@media (max-width: 1700px){
.container {
    max-width: 100%;
    padding: 0px;
}
}
@media (max-width: 1200px){
  ul.social_icons {
    margin: auto !important;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    min-height: 110px;
}
  .Footer_total{
    text-align: center;
 }
}

.errohr{
  height: 20px;
}
.mob_banner{
    display: none;
  }
.desk_banner{
    display: block;
 }
.error{
    color: red;
    display: block;
    height: 22px;
    font-size: 12px;
    margin: 0px;
    text-align: left;
	line-height:16px;
}
.errore2a{
  color: #a39f9f;
  display: block;
  height: 22px;
  font-size: 12px;
  margin: 0px;
  text-align: left;
  
}

.showmob {
  display: none;
}
.error_msg{
    font-size: 14px;
    text-align: center;
}
.refe_img{
      width: 164px;
}
.refer_content p{
    font-size: 14px;
}
.main_refer{
     background-color: #F7F7F6;
}
.total_footer{
 background-color: #444;
 color: #e4e4e4;
 padding: 20px 0px;
 font-family: Lato-Light, sans-serif;
}
.total_footer p{
  margin-bottom: 0px;
  font-size: 16px;
  font-family: Lato-Light, sans-serif;
}
.total_footer a{
  margin-bottom: 0px;
  font-size: 16px;
  font-family: Lato-Light, sans-serif;
 
}
.foot-hov a {
  cursor: pointer;
  text-decoration:none;
  color:#fff
}
.mobilwhide{
  display: block;
}
.mobileshow{
  display: none;
}

/*Footer Start*/
.foot-hov a:after {
  content: '';
display: block;
height: 1px;
width: 0;
background: 0 0;
transition: width .5s ease,background-color .5s ease;
}
.foot-hov a:hover:after {
background-color: #fff;
width: 100%;
}
.foot-hov a.col-gry{
  color: #767676 !important;
}
	.mobileonly{
		display:none
	}
/*Footer End*/

@media (max-width: 599px){
	
   .tableWrap  p{
     font-size: 14px
   }
  .showmob {
    display: block;
  }
  .total_form {
      padding: 30px 0px !important;
      width: 85%;
  }
  .total_refer{
    width: 85%;
    padding: 30px 0px !important;
  }
  .frequently-section {
    width: 85%;
    padding: 30px 0px !important;
  }
  .form_head{
     padding: 0px 0px 30px 0px ;
  }
  .refer_content p{
    font-size: 16px;
  }
  .refer_head h4{
    font-size: 24px;
  }
  .frequently-wrapper .explorehead2 h1{
    font-size: 24px;
  }
  .title_txt{
    background: url(../images/arrow-down.png) 100% 50% no-repeat;
  }
  .mob_hide{
    display: none;
  }
  .desk_banner{
     display: none;
  }
  .mob_banner{
    display: block;
    max-height: 360px;
  }
  .modalwidth1{
    min-width: 280px !important;
}
.modalwidth2{
  min-width: 280px !important;
}

}
@media (max-width: 992px){
	  .icon_img {
     display:block;
	 min-height:69px
  }
	.mobileonly{
		display:block
	}
    .refe_img{
        width: 150px;
        display: flex;
        margin: auto;
  }
 
      .arrow_clas{
        padding-top: 0px;
        transform: rotateZ(90deg);
    }
    .banner_content {
        top: 60%;
    }
    .banner_content p{
        font-size: 18px;
    }
    .banner_content h2{
       line-height: 25px;
       font-size: 22px;
    }
    .banner_content button{
      width: 150px;
      padding:5px 30px;
      border-radius: 5px;
      font-size: 0.9rem;
    }
}

@media (max-width: 768px){
	
  .mobilwhide{
    display: none;
  }
  .mobileshow{
    display: block;
  }
    .banner_content {
        top: 63%;
        transform: translateY(0%);
        left: 8%;
    }
    .banner_content p{
        font-size: 18px;
    }
    .banner_content h2{
       line-height: 25px;
       font-size: 22px;
    }
    .banner_content button{
      width: 135px;
      padding:5px 30px;
      border-radius: 5px;
      font-size: 0.9rem;
    }
   
}


/* POPUP1 styles */
.popup-ctas {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0px 0px;
  border-radius: 5px;
  height: 40px;
  background: #98144D;
  width: 60%;
  color: #fff;
  cursor: pointer;
}

.modalwidth1{
  min-width: 650px;
}
.modalwidth2{
  min-width: 750px;
}
.alrdy_cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 200px;
  cursor: pointer;
}
.active1 {
  background: #E3E3E3;
  border: 1px solid #98144D;
  border-radius: 5px;
  color: #98144D;
}
.new_cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 200px;
}
.modal-body {
  padding: 50px;
}
.modal-body img{
  display: flex;
  margin: auto;
  padding-bottom: 20px;
}
@media screen and (max-width: 320px){

  .popup-ctas .alrdy-cta {
       width: 100%;
       max-width: 82%;
   }
}
@media screen and (max-width: 499px){
  .title_txt{
     font-size: 14px;
  }
  .blok1{
  border: none;
  padding: 0;
  padding-bottom: 30px;
  text-align: center !important ;
  border-right: none !important ;
   padding-right: 0px !important;
 }
 .blok2{
 text-align: center;
 padding: 0;
 padding-left: 0px !important;
 }

 .log_reg{
  padding-right: 0px !important;
   width: 100%;
  
   margin: 0 auto;
   flex-direction: column;
 }	
.alrdy_cta{
   text-align: center;
 height: 40px;
 margin: auto;
margin-bottom: 20px;
background: #E3E3E3;
border: 1px solid #98144D;
border-radius: 5px;
color: #98144D;
}
.new_cta{
background: #98144D;
border: 1px solid #98144D;
border-radius: 5px;
color: #ffffff;
height: 40px;
margin: auto;
margin-bottom: 20px;
}	

.box{
width: 70%;
}

.popup-ctas{
width: 70%;
background: none;
display: block;
}
.modal-body{
  min-height: 450px;
}
.popup3 .modal-body{
  min-height: 380px;
}
.form-emailsec{
  width: 90% !important;
}

}
@media screen and (min-width: 500px) and (max-width: 767px){
 
.alrdy_cta{
 text-align: center;
   height: 40px;
   margin-bottom: 20px;
   background: #E3E3E3;
   border: 1px solid #98144D;
   border-radius: 5px;
   color: #98144D;
}
.new_cta{
   background: #98144D;
   border: 1px solid #98144D;
   border-radius: 5px;
   color: #ffffff;
   height: 40px;
 }	
 .popup-ctas{
     height: 42px;
 }
}
/* second popup start */
.popup2img  img{
  display: flex;
  margin: auto;
  padding-bottom: 20px;
}
#popup2{
  display: none;
}


 #popup2 .content p{
      text-align: center;
  }
  #popup2 .content h3{
      text-align: center;
  }
  
  .form-emailsec{
      /* border-bottom: 1px solid; */
      width: 43%;
      margin: 0 auto;
      padding-top: 20px;
  }
  .form-emailsub {
     display: flex;
     justify-content: space-around;
      margin: 0 auto;
      padding-top: 30px;
  }
  input#email{
      width: 100%;
      border: none;
      outline: none;
      font-size: 18px;
  }
  .form-emailsub #frmsbmit{
      padding: 0px 20px;
      background: #98144D;
      color: #fff;
      border-radius: 5px;
      outline: none;
      border: none;
      font-size: 16px;
  }

  .log_reg {
	  display: flex;
      justify-content: center;
      width: 80%;
      padding-right: 50px;
      margin: 0 auto;
  }

  .blok1 {
      padding-right: 30px;
      text-align: right;
      border-right: 1px solid #606060;
  }
   .blok2 {
      padding-left: 30px;
      line-height: 26px;
  }
  .emsec {
      margin-bottom: 30px;
  }
  .blok1 p{
      margin-top: 5px;
  }
  .blok2 p{
      margin-top: 5px;
  }
  .blok1 a{
      font-size: 18px;
      text-decoration: none;
      border-bottom: 1px solid #98144D;
      color: #98144D;
  }
  .blok2 a{
      font-size: 18px;
      text-decoration: none;
      border-bottom: 1px solid #98144D;
      color: #98144D;
  }
  @media screen and (max-width: 700px){
  .box{
      width: 70%;
  }
  
  }
  /* inline css index.htm */
 .popupwith
{
width:218px !important;
}
.display-none
{
display: none;
}
.arrow
{
background: url(&quot;images/arrow-down.png&quot;) 100% 50% no-repeat;
}
.signup-color
{
color:#333333;
}
.display-invisible
{
display:none;
visibility:hidden;
}
.bottom_h
{
	margin-bottom:0 !important;
}
