/* @font-face {
  font-family: 'CocktailScript';
  src: url('/font/CocktailScript.eot?#iefix') format('embedded-opentype'),  url('/font/CocktailScript.woff') format('woff'), url('/font/CocktailScript.ttf')  format('truetype'), url('/font/CocktailScript.svg#CocktailScript') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue-Roman';
  src: url('../font/HelveticaNeue-Roman.eot?#iefix') format('embedded-opentype'),  url('/font/HelveticaNeue-Roman.otf')  format('opentype'),
       url('../font/HelveticaNeue-Roman.woff') format('woff'), url('../font/HelveticaNeue-Roman.ttf')  format('truetype'), url('../font/HelveticaNeue-Roman.svg#HelveticaNeue-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
} */
@font-face {
    font-family: 'HelveticaNeue-Roman';
    src: url('../font/HelveticaNeue-Roman.eot?#iefix') format('embedded-opentype'), 
         url('../font/HelveticaNeue-Roman.woff') format('woff'), url('../font/HelveticaNeue-Roman.ttf')  format('truetype'), url('../font/HelveticaNeue-Roman.svg#HelveticaNeue-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  body {
     font-family: 'HelveticaNeue-Roman'; 
  }
a, a:hover{
    color: #212121;
    text-decoration: none;
}
h1{
    font-size: 40px;
    font-weight: Bold;
}
h2{
    font-size: 26px;
}
.font-26{
    font-size: 26px;
}
.font-16{
    font-size: 16px;
}
.font-14{
    font-size: 14px;
}
.font-12{
    font-size: 12px;
}
.font-60 {
    font-size: 60px;
}
.font-30 {
    font-size: 30px;
}
.bg-white{
    background: white;
}
.semi-bold{
    font-weight: 600;
}
.bold{
    font-weight: 700;
}
.clr-w {
  color: white;
}
.clr-b {
   color: #00467f; 
}
.pos-relative{
    position: relative !important;
}
.text-b {
    color: #10218b;  
}
img.banner-img {
  width: 100%;
}
a.header.search-link {
    font-size: 18px;
}
.fa-fe {
    width: 50px;
    text-align: center;
}
header {
    background: #f5f5f5;
}
.bg-gray {
    background: #f5f5f5;
}
a.header.search-link {
    font-size: 16px;
    font-weight: 500;
}
section.footer-bg {
    background: #d3d2d2;
}
p.footer-bg-text {
    font-size: 14px;
    line-height: 30px;
    padding: 0 60px;
    margin-bottom: 60px;
    text-align: justify;
}
footer {
    background: black;
}
p.footer-main-text {
    color: white;
    text-align: center;
    margin-bottom: 0px !important;
}
h6.footer.menu {
    color: white;
    font-weight: 400;
    margin-bottom: 0px !important;
}
img.social {
    width: 30px;
}
ul.list-inline {
    margin-bottom: 0px;
}
img.footer-logo.float-l {
    float: right;
    margin: 0 60px;
}
.banner-img.desc {
    position: relative;
    top: 25%;
    left: -40%;
}
h3.banner-head {
    font-size: 34px;
    font-weight: 600;
    text-transform: uppercase;
    color: #10218b;
}
p.banner-head.desc {
    font-size: 18px;
    font-weight: 600;
}
h1.robot-select.header {
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 40px;
}
.selectWrapper select {
    padding: 10px 5px;
    font-size: 17px;
    line-height: 18px;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: ellipsis;
}
.option {
    padding: 10px 15px;
}
.selectWrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #b8b8b8;
    border-radius: 2px;
    background: #fff url(../images/dropdown.png) right 13px center no-repeat;
}
.select-box {
    background: white;
    padding: 10px 20px;
}
label.select-label {
    font-weight: bolder;
    font-size: 18px;
    padding: 0 5px;
}
.bg-skyblue {
    background: #dedfea;
    margin: 0;
    position: relative;
    top: -5px;
}
h3.rs-head {
    padding: 15px 0px;
    font-size: 18px;
    font-weight: 900;
}
.card-header:first-child { border: none;  padding: 10px 15px 5px;}
.card {
    border: none;
}
.card-header { background: none;}
h5.accordion-head {
    font-size: 16px;
    font-weight: bold;
}
.card-body {
    background: #dedfea;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}
ul.accordion-lists {
    list-style: square;
    list-style-position: outside;
    line-height: 30px;
    list-style-image: url(../images/arrow.png);
    padding: 0px 20px;
}
span.list-texts {
    position: relative;
    left: 15px;
    top: -2px;
    font-weight: 600;
}
a.contact-link {
    font-size: 16px;
    font-weight: 700;
}
.card.odd {
    background: #dcdcdc;
}
.card.even {
    background: #f5f5f5;
}
.mb-7 {
    margin-bottom: 8rem;
}
.select-box:active, .select-box:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.modal-open .modal { background: #f8f8f869;}
.modal-content {
    background: #10218b;
}
.modal-header { border: none;}
.form-group {
    margin-bottom: 10px;
    background: white;
}
button.btn.btn-submit.text-center {
    width: 100%;
    background: #5864ae;
    color: white;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
}
::-webkit-input-placeholder { /* Edge */
    border-bottom: 1px solid black;
    padding-bottom: 5px;
  }
  
  :-ms-input-placeholder { /* Internet Explorer */
    border-bottom: 1px solid black !important;
    padding-bottom: 5px;
  }
  
  ::placeholder {
    padding-bottom: 5px;
    border-bottom: 1px solid black;
  }
  .form-control {
      min-height: 50px;
      border-radius: 0px;
  }
   input[type="text"]::-webkit-input-placeholder,
   textarea::-webkit-input-placeholder,
   input[type="email"]::-webkit-input-placeholder
  {
      color: #000;
      font-weight: 500;
  }
   input[type="text"]:-moz-placeholder,
   textarea:-moz-placeholder{
      color: #000;
      font-weight: 500;
  }
  .selectWrapper.bor-b {
    min-height: 50px;
    border-radius: 0;
    padding: 5px 10px;
}
select.selectWrapper.contactform {
    border-bottom: 1px solid black;
    padding: 10px 0 5px 0;
    font-size: 1rem;
}
/* Tab CSS */
ul.tabs-list{
    margin: 0px;
    padding: 0px;
    list-style: none;
    background: #d3b3b3;
    border-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
ul.tabs-list li{
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
}
ul.tabs-list li.current{
    background: #915959;
    color: #fff;
}
.tab-content{
    display: none;
    color: white;
    background: #915959;
    padding: 15px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.tab-content.current{
    display: inline-block;
}
.loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 999999;
    display:none;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.card-header{cursor:pointer;}
.NoProductsFound {
    text-align: center;
    margin: 15px 0px;
}
.NoProductsFound h1{font-size:20px;letter-spacing:1px;}
.errorType,.errorEnvironment,.errorPayload{font-size:15px;color:red;display:none; padding: 0 20px;}

.price_tag {
    color: #0077BD;
    font-size: 1.0em;
    font-weight: bold;
    padding: 3px 6px;
    border: thin solid #808080;
}
.modal-header {
    padding: 5px 20px;
}
.close {
    color: white;
    opacity: 1 !important;
}
#submitting {
    display: none;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
}
.error{
  color:red;
  margin-bottom: 0px;
      border: none;
    padding: 0px 10px 4px;
    min-height: 25px;
}
label#State-error {
    padding: 0px 0px;
}
select.selectWrapper.contactform {
        padding: 10px 0 10px 0;
        background: #fff url(../images/dropdown.png) right 13px center no-repeat;
}
button.close:focus {
    outline: none;
    color: white;
}
select::-ms-expand {
    display: none;
}
/*:-ms-input-placeholder.form-control {*/
/*    border-bottom: 1px solid black !important;*/
/*    padding: 0 10px;*/
/*    color: black;*/
/*}*/
input:focus {
    outline:none !important;
}
select#State {
    color: black;
}
div#errormsg {
    color: red;
    text-align: center;
    margin-bottom: 10px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { 
    select.selectWrapper.contactform {
        border-bottom: none;
    }
}
@media only screen and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) { 
    label.select-label {
        font-size: 13px !important;
    }
    .selectWrapper select { font-size: 13px !important; }
    .select-box {
        padding: 10px 10px !important;
    }
    
}
h5#mode {
    color: #10218b;
    text-decoration: underline;
    cursor: pointer;
}