@font-face {
  font-family: SourceSansPro;
  src: url(SourceSansPro-Regular.ttf);
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

a {
  color: #0087C3;
  text-decoration: none;
}

body {
  position: relative;
  width: 21cm;  
  height: 29.7cm; 
  margin: 0 auto; 
  color: #555555;
  background: #FFFFFF; 
  font-family: Arial, sans-serif; 
  font-size: 14px; 
  font-family: SourceSansPro;
}

header {
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #AAAAAA;
}

#logo {
  float: left;
  margin-top: 8px;
}

#logo img {
  height: 70px;
}

#company {
  float: right;
  text-align: right;
}


#details {
  margin-bottom: 50px;
}

#client {
  padding-left: 6px;
  border-left: 6px solid #0087C3;
  float: left;
}

#client .to {
  color: #777777;
}

h2.name {
  font-size: 1.4em;
  font-weight: normal;
  margin: 0;
}

#invoice {
  float: right;
  text-align: right;
}

#invoice h1 {
  color: #0087C3;
  font-size: 2.4em;
  line-height: 1em;
  font-weight: normal;
  margin: 0  0 10px 0;
}

#invoice .date {
  font-size: 1.1em;
  color: #777777;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}

table th,
table td {
  padding: 20px;
  background: #EEEEEE;
  text-align: center;
  border-bottom: 1px solid #FFFFFF;
}

table th {
  white-space: nowrap;        
  font-weight: normal;
}

table td {
  text-align: right;
}

table td h3{
  color: #57B223;
  font-size: 1.2em;
  font-weight: normal;
  margin: 0 0 0.2em 0;
}

table .no {
  color: #FFFFFF;
  font-size: 1.6em;
  background: #57B223;
}

table .desc {
  text-align: left;
}

table .unit {
  background: #DDDDDD;
}

table .qty {
}

table .total {
  background: #57B223;
  color: #FFFFFF;
}

table td.unit,
table td.qty,
table td.total {
  font-size: 1.2em;
}

table tbody tr:last-child td {
  border: none;
}

table tfoot td {
  padding: 10px 20px;
  background: #FFFFFF;
  border-bottom: none;
  font-size: 1.2em;
  white-space: nowrap; 
  border-top: 1px solid #AAAAAA; 
}

table tfoot tr:first-child td {
  border-top: none; 
}

table tfoot tr:last-child td {
  color: #57B223;
  font-size: 1.4em;
  border-top: 1px solid #57B223; 

}

table tfoot tr td:first-child {
  border: none;
}

#thanks{
  font-size: 2em;
  margin-bottom: 50px;
}

#notices{
  padding-left: 6px;
  border-left: 6px solid #0087C3;  
}

#notices .notice {
  font-size: 1.2em;
}

footer {
  color: #777777;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  border-top: 1px solid #AAAAAA;
  padding: 8px 0;
  text-align: center;
}

/* start New css Home Design changes 3-11-2020 Tejaswini */
.btn-outline-success {
  color:#138589;
  border-color: #138589;
}

.btn-outline-success:hover {
  background-color: #29a8ac;
  border-color: #29a8ac;
}

.btn-success {
  background-color: #138589;
  border-color: #138589;
}

.btn-success:hover {
  background-color: #29a8ac;
  border-color: #29a8ac;    
}

.text-success {
  color:#138589 !important;
  
}

.btn-primary {
  
  background-color: #dc3f51;
  border-color: #dc3f51;
}

.btn-primary:hover {
background-color: #e56e7b;
  border-color: #e56e7b;
}

.btn-primary:active {
background-color: #29a8ac;
  border-color: #29a8ac;
}

.text-danger {
  color:  #dc3f51 !important; 
}

a {
  color:#138589;
}

a:hover, a:focus {
  color:#dc3f51;
  
}
body.newHome{
 width:initial;
 height:initial;
 font-family: "Open Sans",sans-serif;
 color: #757575; 
 font-size: .9375rem;
}
.newHome .btn-link{
  padding-left: 0px
}
#showTermsConditionModal.show{
  padding-right: 16px;
  padding-left: 16px;
}

.newHome .divider{
  height: unset;
  background: unset;
}
.newHome footer{
height: unset;
}
.newHome .slick-slider{
  margin-bottom: 112px;
}
.newHome header{
border:unset;
}
#pricing-modal .table{
  border:none;
}
#pricing-modal table th, table td{
  background:transparent;
}
#pricing-modal table td.align-middle  {
  text-align: center;
}
#pricing-modal .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0,0,0,.05);}
  #pricing-modal  .table thead th {
  border-bottom: 2px solid #dee2e6;
  }
  #pricing-modal .modal-body {
    overflow-x: auto;
  }
  @media (max-width: 767.98px) {
    .slick-slide>div>div{
      width: 60% !important;;
    }
    .modal-open .navbar{
      right:0px;
    }
    #showTermsConditionModal.show{
      padding-left: 0px;
    }
  }
  @media (min-width:768px) and (max-width:921.98px){
    .signupshow.d-sm-block.d-md-none{
      display: block !important;
    }
  }
  
/* End New css Home Design changes 3-11-2020 Tejaswini */



