﻿.h1, h1 {
    font-size: 18px;
    line-height: 44px;
	padding-left:10px;
}

.checkout-page .nav.nav-tabs {
  margin-top: 5px;
  width: 100%;
}
.checkout-page {
  background: #e9e9e9 none repeat scroll 0 0;
  margin: 0;
  
   
}
.checkout-page .col-main {
  background: #f7f7f7 none repeat scroll 0 0;
  display: inline-block;
  padding: 0;
  width: 100%;
}

.one-page-checkout button.button {
  background:#003f7f none repeat scroll 0 0 !important;  
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: normal;
  margin: 0 0 20px;
  text-transform: uppercase;
}


.back-link {
  background: #e1e1e1 none repeat scroll 0 0;
  border: 1px solid #d1d1d1;
  color: #333333;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: normal;
  padding: 6px 12px;
  text-transform: uppercase;
}
.one-page-checkout .back-link {
  border-radius: 25px;
  margin-right: 13px;
  padding: 10px 24px;
}

.checkout-page .nav-tabs li.active span.chirag {
  background-image: url("../images/lamp1.png");
  background-position: 53% 117%;
  background-repeat: no-repeat;
  border-radius: 50%;
  content: "";
  display: block;
  height: 90px;
  left: 50%;
  margin-left: -45px;
  padding: 10px;
  position: absolute;
  top: -30px;
  width: 90px;
}
 
.checkout-page  .page-title h1  {
  background:#7E3813 none repeat scroll 0 0;
   
  color: #ffffff;
  margin-top: 2px;
  font-size:22px;
  padding:8px;
   
}
.checkout-page .nav-tabs {
  border-bottom: 0px solid #dddddd;
  
}

.checkout-page .nav-tabs li {
  display: inline-block;
  float: none;
  margin: 0 10px;
  position: relative;
  text-align: center;
  transition: all 1s ease 0s;
  width: 18%;
}

.checkout-page .nav-tabs  {
 text-align: center;
 
}
.checkout-page .nav-tabs li a {
  background: #2e3344  none repeat scroll 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  /*border-radius: 26px;*/
}

.checkout-page #tabs li.active > a {
  /* background: #FFF202 none repeat scroll 0 0;*/
  background: #cc8e02 none repeat scroll 0 0;
  color: #2e3344;
  box-shadow:0 5px 5px #000;
}
.checkout-page #tabs li > a{margin-top:;}
.group-select li .input-box {
  margin: 0 10px;
  width: 47%;
}

.checkout-page .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 1px;
  box-shadow: none;
  color: #555;
  display: block;
  font-size: 15px;
  height: 37px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
 
}

#Order-Review .form-group {
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
}
input.input-text, select, textarea {
 
  width: 100%;
}

.checkout-page{ background-color:#ffffff;}

.tab-content {
    display: block;
    padding: 1.5rem 0;
}


.button {
    padding: 9px 14px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 0;
    letter-spacing: .1px;
    height: auto;
    border: 1px solid #2e3344;
    color: #2e3344;
    background: #fff;
}

.panel-body {
    margin-bottom: 1.5rem;
    padding: 1rem 2rem 1.5rem;
    background: #ffffff;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
	margin-left:0px;
    /* margin-left: -20px; */
}

/*.checkout-page .page-title h1 {
    background: #2e3344 none repeat scroll 0 0;
    color: #ffffff;
	margin-top: 2px;
}*/
