body, * {
  font-family: 'Montserrat', sans-serif;
  line-height:160%;
}
a, a:link, a:active, a:visited, a:hover {
/* color: #1054ca; */
text-decoration: none;
color:#064A9B;
}
input[type=text], input[type=number], input[type=password], textarea {
padding:5px 8px;;
border:1px solid #ccc;
border-radius:7px;
}
.content-area > h1 {
text-transform: uppercase;
margin-top:1rem;
margin-bottom:1.2rem;
font-size:23px;
letter-spacing: 1px;
}
.responsiveButton {
    border:1px solid #666; padding:5px; border-radius:6px; margin-top:1rem; cursor: pointer;
}
@media (max-width: 990px) {
    .logo-field {
    text-align:center;
    }
    .responsiveMenu {
    display:none;
    }
}
@media (min-width: 990px) {
    .responsiveButton {
    display:none;
    }
    .responsiveMenu {
    display:block;
    }
}
.homeSearchInput:focus {

        outline: none;


}
.first-title {
  margin-top:1rem;
  font-weight:500;
  font-size:22px;
  letter-spacing: 1px;
  }
.gray_text {
color:rgb(150,150,150);
}

@media screen and (min-width: 992px) {
  .content-area {
  padding-left:3rem;
  }
}

.BodyBackground {
position:absolute;
top:0;
z-index:-9999;
width:100%;
height:300px;
background: url(../top-bg.png) no-repeat center 90%;
background-size: 100% auto;
}
  @media (min-width: 1600px) {
    .BodyBackground {
    background:none;
    }
  }
h1 {
font-size:26px;
padding-bottom:0.5rem;
}
  @media (max-width: 768px) {
    h1 {
      font-size:22px;
    }
  }
h2 {
font-size:22px;
}
  @media (max-width: 768px) {
    h2 {
    font-size:18px;
    }
  }
.container {
max-width:1100px;
}
.LogoLine {
margin-top:2rem;
margin-bottom:1rem;
}
  @media (max-width: 480px) {
    .LogoLine img {
    width:150px;
    }
  }
  .LogoDiv {}
.HeaderLine {

}
  .HeaderDiv {
  text-align:center;
  position:absolute;
  z-index:100;
  width:100%;
  }
    .HeaderDiv img {
    max-width:100%;
    margin-left:-6rem;
    }

    @media (max-width: 1000px) {
      .HeaderDiv img {
        margin-left:0rem;
      }
    }
.ContentLine {
  margin-top:6rem;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.28);
  padding-top:120px;
  padding-bottom:100px;
  background:url(../content-bg.png) repeat-y center center;
  background-size: 100% 100%;
}

  @media (max-width: 768px) {
    .ContentLine:after {
      display: none;
    }
  }
  @media (max-width: 768px) {
    .ContentLine {
      margin-top:4rem;
      padding-top:90px;;
      padding-bottom: 45px;
      background:none;
    }
  }
  @media (min-width: 1100px) {
    .ContentLine:after {
      width: 39.5%;
    }
  }
  @media (min-width: 1300px) {
    .ContentLine:after {
      width: 42.5%;
    }
  }

  @media (max-width: 480px) {
    .ContentLine {
      margin-top:3.5rem;
      padding-top:50px;
      background:none;
    }
    .CContent .CTitle {
      text-align: center;
    }
  }
  .ContentDiv {
    position:relative;
    z-index:9999;
  }
  .ContentLeft {
    z-index:9999;
    position: relative;
    padding-bottom:2rem;
    }

    .searchHeader {
    margin-top:1rem;
    color:rgb(150,150,150);
    padding-top:1rem;
    padding-bottom:1rem;
    border-top:1px solid rgb(220,220,220);
    }
      .searchResults {
        padding-top:1rem;
        padding-bottom:1rem;
      border-top:1px solid rgb(220,220,220);
      }
    .MessageArea {
    padding:1rem;
    margin-bottom:1.5rem;
    border-radius:10px;
    margin-bottom:2rem;
    background:#e0edfa;
    }
    .field {
    clear:both;
    display:block;
    width:100%;
    }
      .field label {
        clear:both;
        display:block;
        width:100%;
        padding-top:1rem;
      }
  .ContentRight {}
    .ContentRight .CButton {
    width:240px;
    margin-top:0.6rem;
    }
    @media (max-width: 768px) {
      .ContentRight .CButton {
      width:100%;
      }
      .ContentRightTitle, .ContentRightDescription {
      text-align:center;
      }
    }
    .CatalogBtn {}
.SearchArea {}
  .SearchDiv {
    height: 50px;
    position: relative;
  }

    @media (max-width: 768px) {
      .SearchDiv {
      height: auto;
      position:block;
      }
    }
    .SearchDiv input[type=text] {
      width: 100%;
      height: 50px;
      border-radius: 50px;
      outline: none;
      padding: 0 140px 0 20px;
      border: 0;
      flex: 1;
      box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.28) inset;
      font-size: 17px;
      font-weight: 300;
    }
    @media (max-width: 480px) {
      .SearchDiv input[type=text] {
        padding: 0 20px;
      }
    }
    .SearchTitle {

    }
    @media (max-width: 768px) {
      .SearchTitle {
        text-align:center;
      }
      .SearchInputs {
        text-align:center;
      }
    }
    .SearchBtn {
    position: absolute;
    right: 15px;;
    width: 120px;
    font-weight: 900;
    z-index:9999;
    }

    /*

    SearchSalepoint

    */
    .SearchSalepointDiv {
    padding-top:1rem;
    }
    .SearchSalepoint {
      display: flex;
      align-items: center;
    }

    @media (max-width: 768px) {
      .SearchSalepoint {
        flex-direction: column;
        justify-content: center;
        text-align: center;
      }
    }

    .SearchSalepoint__icon {
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .SearchSalepoint__icon svg {
      display: block;
      width: 36px;
      height: 36px;
    }

    .SearchSalepoint__text {
      flex: 1;
      padding-left: 10px;
      font-size: 17px;
      font-weight: 300;
    }

    @media (max-width: 768px) {
      .SearchSalepoint__text {
        padding-left: 0;
        margin-top: 10px;
      }
    }

    @media (max-width: 480px) {
      .SearchSalepoint__text {
        font-size: 15px;
      }
    }


    .SearchField {}
    .SearchBtn {}
    .SearchTab {}
.searchButton {
margin:0px;
}
  .searchButton span {
  font-size:20px;
  }
  .searchButton img {
  max-width:20px;
  max-height:20px;
  }
.FooterLine {
padding-top:2rem;
padding-bottom:2rem;

}
.FooterBg {
  background: url(../footer-bg.png) no-repeat center bottom;
  background-size: 100% auto;
  height:300px;
  bottom:0;
  position:absolute;
  z-index:-99;
  width:100%;
}
  @media (min-width: 1600px) {
    .FooterBg {
    background:none;
    }
  }
  @media (max-width: 768px) {
    .FooterBg {
      background:none;
      height:auto;
      }
  }
  @media (max-width: 480px) {
    .FooterBg {

      }
  }
  .FooterLeft {}
    .FooterLeft a {
    padding-right:1rem;
    }
    @media (max-width: 768px) {
      .FooterLeft {
      text-align:center;
      }
      .FooterLeft a {
      clear:both;
      display:block;
      padding-bottom:1rem;
      }
    }
  .FooterRight {
  text-align:right
  }
    @media (max-width: 768px) {
      .FooterRight {
      text-align:center;
      }
    }



  .CButton, .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: 0;
    outline: none;
    text-decoration: none;
    height: 40px;
    border-radius: 7px;
    font-weight: 400;
    color: white !important;
    font-size: 15px;
    background: linear-gradient(180deg,#0752AD 50%, #0752AD 50%);
    background-color: #0752AD;
    cursor: pointer;
  }
    .CButton a:link, .CButton a:visited, .CButton a:active {
    color:white;
    }
    .CButton:hover, .btn-primary:hover {
      background: linear-gradient(180deg, lighten(#064A9B, 5%) 50%,lighten(#064A9B, 5%) 50%);
      color: white;
    }
    .CButton:active, .btn-primary:active {
      background: linear-gradient(180deg, lighten(#064A9B, 7%) 50%,lighten(#064A9B, 7%) 50%);
      color: white;
    }
    .CButton:visited, .btn-primary:visited {
    color: white;
    }
    .CButton--large {
      height: 50px;
      border-radius: 50px;
      text-transform: uppercase;
      font-weight: 900;
    }
    /* Button Icon */
    .CButton__icon {
      margin-left: 6px;
      flex-shrink: 0;
      width: 18px;
      height: 18px;
      fill: #fff;
      display: block;
    }

.custom-button {
  display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border: 0;
    outline: none;
    text-decoration: none;
    height: 30px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 28%);
    cursor: pointer;
}

.alert {
background: #1054ca;
color:white;
border:none;
border-radius:7px;
-webkit-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.2);
box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.2);
}

body {
  font-family: 'Open Sans', sans-serif;
}
img {
  max-width: 100%;
}
h2 {
  font-weight: 600;
}
/* a.btn {
  background: #1155cc;
} */
.list-navbar-user {
padding-top:1rem;
border-radius:6px;
background: #e0edfa;
padding-bottom:1rem;
}
.list-navbar {
  padding-left: 2rem;
}

.list-navbar li {
  list-style-type: none;
}
.list-navbar li a {
  color: black;
}
.input-after-image {
  text-align: center;
  margin-top: -2.5rem;
  margin-bottom: 5rem;
}
.input-after-image img {
  height: 30px;
}
.input-after-image input{
  width: 70%;
  height: 75px;
  border-radius: 9999px;
  border-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 0 6rem 0 2rem;
}
.input-after-image input::placeholder {
  color: black;
}
.input-after-image button {
  background: #1155cc;
  color: white;
  border-radius: 9999px;
  font-size: 26px;
  padding: .7rem 1.8rem;
  height: 65px;
  margin-left: -4.5rem;
  border-color: #0d409a;
}
.searchForm {
  margin-top:-2rem;
}
@media (max-width: 768px) {
  .input-after-image input{
    color:#333;
    clear:both;
    height: 50px;
    border:1px solid #555;
    padding: 0 3rem 0 1rem;
    border-radius:8px;;
  }

  .input-after-image button {
    clear:both;
    padding: .4rem 1rem;
    height: 50px;
    margin:auto;
    border-radius:10px;;
    margin-top:0.5rem;
  }
  .searchForm {
    display:block !important;
    clear:both;
    margin-top:-1rem;
  }
}

.input-after-image button span {
  margin-left: .7rem;
}
.input-after-image button div.d-flex {
  justify-content: center;
  align-items: center;
}
.w-40 {
  height: 88px;
  margin-bottom: .7rem;
}
.rounded {
  border-radius: 1rem !important;
}
@media screen and (max-width: 992px) {
  .rounded {
    margin-bottom: 1rem;
  }
}
.copyright-list {
  padding: 0;
  text-align:center;
}
@media (max-width: 992px) {
  .copyright-list {
  text-align:center;
    }
}
.copyright-list li {
  list-style-type: none;
  display: inline-block;
  margin-right: 1.2rem;
}
.copyright-list li a {
  color: black;
}
.copyright-text {
margin-top:0.5rem;
text-align:center;
}
@media (max-width: 992px) {
  .copyright-text {
  padding-top:1rem;
  text-align:center;
    }
}
