/*
 * Globals
 */

body {
  font-family:Arial, Tahoma, Verdana;
  color: #1c1c1c;
  background-color:#ececee;
  font-size:12px;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
}


/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}


/*
 * Masthead for nav
 */

.masthead {
  background-color: #fff;
  /*-webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);*/
}

.logo-payment{
	/*float:left;*/	
	padding:10px 0 20px 0;
}

.payment-bdy{
	margin:20px 0 0 0;
}

.sidebar-module h4{
	font-size:18px;
	/*font-weight:bold;*/
	color:var(--PrimaryColor);
}

.sidebar-module p{
	margin-bottom:5px !important;	
}

/*
 * Blog name and description
 */

.blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.blog-description {
  font-size: 20px;
  color: #999;
}


/*
 * Main column and sidebar layout
 */

.blog-main {
  font-size: 18px;
  line-height: 1.5;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
 /* margin: 0 -15px 15px;*/	
 margin-bottom:15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-moz-border-radius: 5px;
  border:1px solid #bfbfbf;
}

.white-payment {
  padding: 15px;
  background-color: #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-moz-border-radius: 5px;
  border:1px solid #bfbfbf; 
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}


/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}


/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 60px;
}

.payment-title {  
  font-size:20px;
  color:var(--PrimaryColor);
  border-bottom:1px solid #bfbfbf;
  padding-bottom:6px; 
}
.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
}

.orange-color{
	color:var(--PrimaryColor);
}

.btn-primary{
	background-color:var(--PrimaryColor);	
	text-align:center;
	border:1px solid var(--PrimaryColor);
	min-width:200px;
	margin-bottom:5px;
}

a.btn-primary-grey{
	background-color:var(--SecondaryColor);	
	text-align:center;
	border:1px solid var(--SecondaryColor);
	min-width:200px;
	margin-bottom:5px;
	color:#fff;
}


.btn-primary.focus, .btn-primary:focus{
	background-color:#4e4e4e;	
	border:1px solid #4e4e4e;
	outline:none;
}

.btn.focus, .btn:focus, .btn:hover{
	background-color:var(--PrimaryColor);	
	border:1px solid var(--PrimaryColor);
	outline:none;
}

.btn-primary:hover{color:#fff;background-color:var(--SecondaryColor);border-color:var(--SecondaryColor);}

.btn-md{
	background-color:var(--PrimaryColor);	
	text-align:center;
	border:1px solid var(--PrimaryColor);
	min-width:130px;
	margin:0 0 5px 5px;
	color:#fff;
	padding:3px 12px !important
}

.btn-md.focus, .btn-md:focus, .btn-md:hover{
	background-color:var(--SecondaryColor) !important;	
	border:1px solid var(--SecondaryColor) !important;
	outline:none !important;
	color:#fff;
}

.btn-md-grey{
	background-color:var(--SecondaryColor);	
	text-align:center;
	border:1px solid var(--SecondaryColor);
	min-width:130px;
	margin:0 0 5px 5px;
	color:#fff;
	padding:3px 12px !important
}

.btn-md-grey.focus, .btn-md-grey:focus, .btn-md-grey:hover{
	background-color:#575757 !important;	
	border:1px solid #575757 !important;
	outline:none !important;
	color:#fff;
}

.finish-btn-width{
	min-width:220px !important;
}



.btn.focus, .btn:focus, .btn:hover{
	background-color:var(--PrimaryColor);	
	border:1px solid var(--PrimaryColor);
	outline:none;
}

.btn-primary:hover{color:#fff;background-color:var(--SecondaryColor);border-color:var(--SecondaryColor);}

.btn-group-lg>.btn, .btn-lg{
	padding:3px 15px;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 4px;
}

a.btn-primary-grey:hover{
	background-color:#4e4e4e;	
	color:#fff;
}

a.btn-primary-grey:hover{
	background-color:#575757;	
	border:1px solid #575757 !important;
	color:#fff;
}

a.btn-primary-grey:hover:focus{
	background-color:#575757 !important;
	border:1px solid #575757 !important;
	color:#fff;
}



/*
 * Footer
 */

.footer-payment {
  padding: 40px 0;
  color: #999; 
}

.footer-payment p{
 
  color: var(--PrimaryColor); 
}

ul.footer-list{
	list-style:disc;
	padding:0;
	margin:0 0 0 10px;
}

ul.footer-list{ list-style:none;}
ul.footer-list li{ color:#000; background-image:url(../images/bullet.jpg); background-repeat:no-repeat; padding-bottom:1px; background-position:left 7px; padding-left:15px;}
.footer-payment p{ color:#1c1c1c; text-align:left; clear:both; margin:5px 0;}
.copyright a{ color:#63625d; margin-left:5px; margin-bottom:5px; text-align:right;}
.copyright a:hover{ color:#000; text-decoration:underline;}


.btn-default{
	background-color:var(--PrimaryColor);
	border:1px solid var(--PrimaryColor);
	color:#fff;
}

.btn-default:hover{
	background-color:var(--SecondaryColor);
	border:1px solid var(--SecondaryColor);
	color:#fff;
}

.modal-title{
	color:var(--PrimaryColor);
}


a.grey-color{
	color:#63625d
}

a.grey-color:hover{
	color:var(--PrimaryColor);
	text-decoration:underline;
}

.combo-bdr{
	border:1px solid #c2c2c2;
}

.btn-nav{
	float:right;
	margin:25px 0 0 0;
}



@media (max-width:800px) {
  .logo-payment {
	  text-align:center;
 
  }
}

@media (max-width:580px) {
  .btn-md{
	 width:100%;
	 margin-left:0;
 
  }
  .btn-md-grey{width:100%; margin-left:0;}
  .modal-footer .btn+.btn{
	margin-left:0;
}
}


@media (min-width: 1200px) {
 /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
      display: block;
      -webkit-animation: fadeInUp 400ms;
      animation: fadeInUp 400ms;
  }

  #portfolio .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  

}

@media (max-width:390px) {
   .top-links{
	   margin-right:23%;	
  }
}




.p-l-r-30 { padding:0 15px !important; }

.formrow{
	clear:both;
	margin:0 0 5px 0;
	float:left;
	border:1px solid red;
	
}

.form-control {
    display: block;
    width: 100%;
    height: 22px;
    padding: 2px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c2c2c2;
    border-radius: 0;
    -webkit-box-shadow:none;
    box-shadow:none;
    -webkit-transition:none;
    -o-transition:none;
    transition:none;
}

.form-control1 {
    display: block;
    width: 100%;
    height: 22px;
    /*padding: 1px 6px;*/
    /*font-size: 14px;*/
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c2c2c2;
    border-radius: 0;
    -webkit-box-shadow:none;
    box-shadow:none;
    -webkit-transition:none;
    -o-transition:none;
    transition:none;
}

label{
	font-weight:normal;
	color:#000 !important
}

label span{
	color:red !important
}

.modal-footer .btn+.btn{
	margin-bottom:5px !important;
	
}

.full{
	width:100%;
}
.top-links{
	display:inline-block;	
	float:right;
	margin-top:25px;
	padding-bottom:10px;
}

.top-links a{
	color:#000;
	padding: 0 5px;
	font-size:13px;
	
}

.top-links a:hover{
	color:var(--PrimaryColor)
}


.sign-in-btn{
    background-color: var(--PrimaryColor);
    text-align: center;   
    float: right;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 13px;
    /* margin: 12px 0 0 10px; */
    margin:-2px 0 0 10px;
}
.sign-in-btn:hover{
	background-color:var(--HoverColor);
	cursor:pointer;
}
.sign-in-btn a{
	color:#fff !important;
	padding: 2px 9px !important;
	display:block;
}
.sign-in-btn a:hover{
	text-decoration:none !important;
}

.sign-in-btn a img {
    margin: 0 0 -2px 5px;
}

.leftspace-new {
    float:left; 
    margin:5px 0 0 50px;
    border:1px solid red;
}
.leftspace-new1 {
    float:left; 
    margin:5px 0 0 50px;
   
}
.leftspace2 {
    float:left; margin:30px 23px; margin-left:34px;width:55%;
}