body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
    font-weight: 600;
}

#header .logo img {
    margin: 0;
    padding: 0;
    max-height: 55px;
}

#header {
    height: 70px;
    /* transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s; */
    background: #121212;
}

#header .logo img {
    max-height: 55px;
}

/* #header.header-transparent {
    background: transparent;
  } */

/**Privacy Policy  and  term-condition etc.**/
app-header {
    padding-top: 200px;
    overflow: hidden;
}

.text-custom {
    color: #4f0e20;
}

.custom-text {
    color: #6D2E46 !important;
}

.privacypolicy h2,
.term-condition h2 {
    font: normal normal normal 30px/30px PT Serif;
    letter-spacing: 0px;
    color: #000000;
    /* / display: inline-block; / */
}

.privacypolicy h2+span,
.term-condition h2+span {
    position: relative;
}

.privacypolicy h2+span::before,
.term-condition h2+span::before {
    position: absolute;
    content: "";
    top: 10px;
    right: 30px;
    width: 90px;
    height: 2px;
    background: #666;
}

.privacypolicy h2+span i,
.term-condition h2+span i {
    position: relative;
    color: #4f0e20;
    font-size: 20px;
}

.privacypolicy h2+span::after,
.term-condition h2+span::after {
    position: absolute;
    content: "";
    top: 10px;
    left: 30px;
    width: 90px;
    height: 2px;
    background: #666;
}

.privacypolicy h3 {
    font: normal normal normal 25px/25px PT Serif;
    letter-spacing: 0px;
    color: #000000;
    padding: 5px 0;
}

.privacypolicy p {
    font: normal normal normal 16px/24px Arial;
    letter-spacing: 0px;
    color: #666666;
     /* margin: 0; 
      padding: 0;  */
}

.term-condition ul li {
    font: normal normal normal 16px/24px Arial;
    letter-spacing: 0px;
    color: #666;
    margin-bottom: 10px;
    list-style: none;
    
    position: relative;
}

.term-condition ul li:before {
    /* content: "\f00c"; */
    content: "●"; color:#4f0e20;
    /* content: "f05d";  */
    font-family: fontawesome;
    margin-right: 5px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
   
    width: 30px;
    display: block;
}

.term-condition ul li span {
    padding-left: 30px;
    display: inline-block;
    vertical-align: top;
    color: #000000;
}
#footer {
    background: #4f0e20;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
  }
  
  
  
  #footer .copyright {
    
    text-align: center;
    padding-top: 37px;
  }
  
  #footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
  }