/**********************************
Responsive navbar-brand image CSS
- Remove navbar-brand padding for firefox bug workaround
- add 100% height and width auto ... similar to how bootstrap img-responsive class works
***********************************/
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Roboto');
.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 15px;
  width: auto;
}
input
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
}
*:focus {
    outline: none;
}





/*************************
EXAMPLES 2-7 BELOW 
**************************/

/* EXAMPLE 2 (larger logo) - simply adjust top bottom padding to make logo larger */

.example2 .navbar-brand>img {
  padding: 7px 15px;
}



.brand-centered {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.brand-centered .navbar-brand {
  display: flex;
  align-items: center;
}
.navbar-toggle {
    z-index: 1;
}




/* CSS Transform Align Navbar Brand Text ... This could also be achieved with table / table-cells */
.navbar-alignit .navbar-header {
	  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 50px;
}
.navbar-alignit .navbar-brand {
	top: 50%;
	display: block;
	position: relative;
	height: auto;
	-webkit-transform: translate(0,-50%);
	        transform: translate(0,-50%);
	margin-right: 15px;
  margin-left: 15px;
}





.navbar-nav>li>.dropdown-menu {
	z-index: 9999;
}

body {
font-family: 'Lato', sans-serif;
}

.navbar-form-search {
  position: relative;
}
.navbar-form-search .form-control {
  width: 250px;
}
.navbar-form-search .btn {
  border: 0;
  background: transparent;
  font-size: 18px;
}
.navbar-form-search .btn:active, .navbar-form-search .btn:hover, .navbar-form-search .btn:focus {
  color: #000;
  outline: none;
  box-shadow: none;
}
.navbar-form-search .search-form-container {
  text-align: right;
  position: absolute;
  width: 300px;
  overflow: hidden;
  background: #transition;
  right: 60px;
  top: 0;
  z-index: 9;
  transition: all .3s ease-in-out;
}
.navbar-form-search .search-form-container.hdn {
  width: 0;
}
.navbar-form-search .search-form-container .search-input-group {
  width: 300px;
  background: #f8f8f8;
}
.navbar-brand {
    height: 79px;
}
@media (min-width: 768px){
.navbar-nav>li>a {
    padding-top: 29px;
}
}
.navbar-form-search .btn {
    padding-top: 20px;
}
@media only screen and (max-width: 767px) {
.navbar-form-search .btn {
    padding-top: 20px;
}
}

.navbar-toggle {
    margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
.navbar-form-search .search-form-container {
    left: 70px;
    top: -23px;   
}
}
@media only screen and (max-width: 767px) {
.navbar-form-search .form-control {
    width: 200px;
}
}

@media only screen and (max-width: 767px) {
.navbar-form-search .search-form-container .search-input-group {
    width: 200px;
}
}
  .navbar {  
    min-height: 80px;    
}
.navbar-default .navbar-nav>li>a {
    font-size: 20px;
}
.navbar-default {
    border-color: #000;
}
.selector {
  background-color: #343F4B;
  width: 958px;
  height: 110px;
}
#sec1 {
  background-color: #343F4B;
  /*width: 958px;*/
  height: 110px;
}
.navbar {
 margin-bottom: 0px;
 }
 
 .support-text {
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    text-align: left;
    padding: 36px 28px 20px 0px;
 }
  .support-text-dn {
     color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 91px;
    text-align: left;
    padding: 36px 28px 20px 0px;
 }

 .love-back{
  background-repeat: no-repeat;
    background-size: 50px;
    background-position: 295px 15px;
    background-image: url(img/love.png)
 }

.love-pad {
      width: 64px;
    padding: 20px 0;
    margin-right:15px;
}
.numberCircle-active {
  
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    display: inline-block;
    color: #fff;
    text-align: center;
    font: 32px Arial, sans-serif;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    padding: 8px;
    background-color: #2D2B7A;
}

.numberCircle-process {
  
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    display: inline-block;
    color: #fff;
    text-align: center;
    font: 32px Arial, sans-serif;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    padding: 8px;
    background-color: #976DD0;
}
.numberCircle-comp {
  
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    display: inline-block;
    color: #fff;
    text-align: center;
    font: 32px Arial, sans-serif;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    padding: 8px;
    background-color: #343F4B;
}

.numberCircle-normal
 {
     behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    display: inline-block;
    color: #969FAA;
    text-align: center;
    font: 32px Arial, sans-serif;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    padding: 8px;
    background-color: #E1E1E1;
}

.numberCircle-completed
 {
     behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    display: inline-block;
    color: #fff;
    text-align: center;
    font: 32px Arial, sans-serif;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    padding: 8px;
    background-color: transparent;
}
.text-center-don {
  color: #06B45C;
     font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}
.text-center-don1 {
   color: #47525E;
   font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.text-center-on-don{
      color: #47525E;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}
.con-pad {
  padding-top: 20px;
}
.con-fn {
  color: #47525E;
   font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 26px;
  text-align:left !important;
}
.con-ln {
  color: #47525E;
 font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 26px;
  padding-left: 30px;
}

.con-pn {
  color: #47525E;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 26px;
}

.con-em {
  color: #47525E;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 26px;
  padding-left: 30px;
}
.fn-pd {
  padding-left: 20px;
}
.ln-pd {
  padding-left: 20px;
}
.pn-pd {
  padding-left: 62px;
}
.em-pd {
  padding-left: 37px;
}
.pay-on{
  background-color: #06B45C !important;
  width: 260px;
  height: 56px;
   color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  border: 0px !important;
  margin-top: 50px;
}
.pay-on-sp {
      padding-left: 170px;
}
.no-section 
{
 padding-top: 20px;
 padding-bottom: 20px;
 background-color: #E9E9E9;
}
.no-section-next
{
 padding-top: 50px;
 padding-bottom: 20px;
 background-color: #E9E9E9;
}
.no-section-pay-on {
  padding-top: 20px;
 padding-bottom: 60px;
 background-color: #E9E9E9;
}
.no-sec {
  padding-bottom: 50px;
}
.no-section-don
{
 padding-top: 20px;
 padding-bottom: 220px;
 background-color: #E9E9E9;
}
.no-section-don-chk
{
 padding-top: 50px;
 padding-bottom: 300px;
 background-color: #E9E9E9;
}
.no-section-1
{
 padding-top: 0px;
 padding-bottom: 10px;
 background-color: #E9E9E9;
}
.no-section-2
{
 padding-top: 10px;
 padding-bottom: 10px;
 }
 .no-section-2-dn 
{
 padding-top: 10px;
 padding-bottom: 0px;
 }
 .no-section-2-cp
{
 padding-top: 10px;
 padding-bottom: 10px;
 }
.arrow-pad {
    height: 45px;
    padding: 0px 10px 10px 15px;
}
.text-center {
  text-align: center;
  color: #47525E;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  /*font-weight: 700;*/
  font-weight: bold !important;
  line-height: 20px;
  }
.but-3 {
    background-color: #FFFFFF;
    width: 116px;
    height: 52px;
    border: 0px;
    text-align: center;
    color: #47525E;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0px;
}
.but-4 {
    background-color: #FFFFFF;
    width: 116px;
    height: 52px;
    border: 0px;
    color: #47525E;
   font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    margin-bottom: 0px;
}
.but3-pad {
padding-right: 30px;
padding-left: 0;
}
.but4-pad {
padding-right: 30px;
padding-left: 0;
}
.but-sub {
   border: 0px !important;
   background-color: #06B45C !important;
  width: 260px;
  height: 56px;
   color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}
input.but-3:focus {
   background-color: #2E2D78 !important;
    color: #FFFFFF;
  border: 0px !important;
}
.next-btn {
  padding-left: 300px;
}
.p-sm {
  color: #47525E;
 font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: justify;
}
.p-smb {
    padding-bottom:10px;
    padding-top:10px;
}
.cir-txt {
      padding-right: 28px;
    padding-left: 40px;
}
.p-dont {
  color: #47525E;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  /*font-weight: 700;*/
  font-weight: bold !important;
  line-height: 41px;
  text-align: left;
}
.p-cont {
   padding-right: 0px;
    padding-left: 0px;
}
.hr-st {
   background-color: #343F4B;
   height: 4px;
}
.hr-st-1 {
   background-color: #343F4B;
   height: 4px;
   margin-top: 30px;
}
.hr-st-2 {
   background-color: #343F4B;
   height: 4px;
   margin-bottom: 0px;
}
.cheq-left {
    margin-left:20px;
}
.cheq {
  background-color: #E9E9E9;
  border-radius: 100%;
  width: 75px;
  height: 75px;
  display: inline-block;
  padding: 8px;
}
.cheq-img {
  width: 54px;
    height: 61.4px;
}
.cheq1-img {
 padding:5px;
}
.cheq-txt {
   color: #7D256E;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
  width: 104px;
  padding-right: 10px;
}
.dont-btn {
       background-color: #343F4B;
    width: 260px;
    height: 56px;
    border: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    margin-bottom: 10px;
  
}

.dont-bank-btn {
       background-color: #343F4B;
    width: 260px;
    height: 56px;
    border: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    margin-bottom: 10px;
    margin-left: 10px;
}

.star {
    background-color: #E9E9E9;
    border-radius: 100%;
    width: 75px;
    height: 75px;
    display: inline-block;
    padding: 14px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.star-img {
    width: 42px;
    height: 39.38px;
}
.star-img1 {
 
}
.don-check  {
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    text-align: center;
    padding: 36px 28px 20px 0px;
}
.don-det {
  color: #47525E;
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 33px;
  text-align: left;
}
.don-det-chk {
  color: #47525E;
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 33px;
  text-align: left;
  padding-bottom: 10px;
}
.amt {
  margin-bottom: 20px;
}
.con-amt {
      color: #47525E;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 26px;
}
.am-pd {
  padding-left: 45px;
}
.ad-pd {
  padding-left: 44px;
}
.cm-pd {
  padding-left: 76px;
}
.ct-pd {
  padding-left: 76px;
}
.nm-pd {
  padding-left: 68px;
}
.con-ad{
      color: #47525E;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 26px;
}
.con-nm{
      color: #47525E;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 26px;
}
.con-cmct{
      color: #47525E;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 26px;
    padding-left: 30px;
}
.cmct-pd {
  padding-left: 74px;
}
.dg-pd {
  padding-left: 14px;
}
.con-dg {
    color: #47525E;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 26px;
}
.con-ct{
      color: #47525E;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 26px;
    padding-left: 30px;
}
.cm-ct{
      color: #47525E;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 26px;
    padding-left: 30px;
}
.an-pd {
  padding-left: 62px;
}
.con-pan {
    color: #47525E;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 26px;
}
.pan-pd {
  padding-left: 70px;
}
.che-sub {
  padding-left: 300px;
}
.text-center-bnk {
  color: #343F4B;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 26px;
  text-align: left;
  text-align: center;
}
.text-center-bank {
    color: #47525E;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
   
}
/* for mobile*/
 @media only screen and (max-width: 767px) {
   .cheq-left {
    margin-left:0px;
}
   
   .che-sub {
  padding-left: 0px;
} 
  .con-pad {
  padding-top: 0px;
}

.con-ln {
  padding-left: 0px;
}

.con-pn {
 
}

.con-em {
  padding-left: 0px;
}
.fn-pd {
  padding-left: 0px;
}
.ln-pd {
  padding-left: 0px;
}
.pn-pd {
  padding-left: 0px;
}
.em-pd {
  padding-left: 0px;
}



   .pay-on-sp {
      padding-left: 0px;
    }
   .dont-bank-btn {
    margin-left: 0;
  }
   .cir-txt {
    padding-right: 28px;
    padding-left: 0px;
    }
   .p-cont {
   padding-right: 15px;
    padding-left: 15px;
  }
   .support-text {
      padding: 32px 24px 24px 0;
   }
   .next-btn {
  padding-left: 20px;
}

   .but3-pad {
    padding-right: 0px;
    padding-left: 17px;
  }
  .but-3 {
  margin-bottom: 10px;
}
 .but4-pad {
    padding-right: 0px;
    padding-left: 17px;
  }
  .but-4 {
  margin-bottom: 10px;
}

 }
@media (min-width: 1200px){
.container {
    width: 958px;
}
}

@media only screen and (max-width: 361px) {
.cir-txt {
    padding-right: 28px !important;
    padding-left: 29px !important;
}
.but3-pad {
    padding-right: 27px !important;
    padding-left: 20px !important;
}
.next-btn {
    padding-left: 29px !important;
}

}

@media only screen and (max-width: 412px){
.cir-txt {
    padding-right: 28px;
    padding-left: 40px;
}
.but3-pad {
    padding-right: 27px;
    padding-left: 40px;
}
.next-btn {
    padding-left: 62px;
}

}

@media only screen and (max-width: 321px) {
.cir-txt {
   padding-right: 0 !important;
    padding-left: 11px !important;
    font-size: 23px !important;
}
.but3-pad {
    padding-right: 6px !important;
    padding-left: 15px !important;
}
.next-btn {
    padding-left: 13px !important;
}
}

@media only screen and (max-width: 376px) {
.cir-txt {
    padding-right: 28px;
    padding-left: 33px;
}
.but3-pad {
    padding-right: 32px;
    padding-left: 23px;
}
.next-btn {
    padding-left: 38px;
}
}

@media only screen and (max-width: 415px) {
.cir-txt {
    padding-right: 25px;
    padding-left: 36px;
}
.but3-pad {
    padding-right: 46px;
    padding-left: 28px;
}
.next-btn {
    padding-left: 47px;
}
}
input
{
    background-color: #FFFFFF !important;
  border: 1px solid #8492A6 !important;
  border-radius:0px !important;
  height:44px;
}
.row {
    margin-top: 10px;
    margin-bottom: 10px;
}
p
{
   margin:0 0 20px;
}