
.terms-sec {
  padding-top: 50px;
  padding-bottom: 50px;
}
.terms-sec .container {
  width: 80%;
  margin: auto;
}
.terms-sec h1 {
  color: #141919;
  font-size: 26px;
    font-family: "proxima-nova", sans-serif;
font-weight: 600;
font-style: normal;
    text-align: center;
    margin-bottom: 4%;
}
.terms-sec p,.terms-sec p strong {
  font-family: "proxima-nova", sans-serif;
font-weight: 500;
font-style: normal;
  font-size: 16px;
  color: #4F4F4F;
}
.terms-sec p {
  font-family: "proxima-nova", sans-serif;
font-weight: 400;
font-style: normal;
}
.terms-sec li {
  color: #4F4F4F;
  font-size: 15px;
  margin-bottom: 8px;
}
#bread_crums {
  position: absolute;
}
@media (min-width: 1400px) {
  .terms-sec h1 {
    font-size: 27px !important;
}

}
@media screen and (min-width: 1450px) and (max-width: 1600px) {
  .terms-sec h1 {
    font-size: 29px !important;
}

}
@media (min-width: 1550px) {
  .terms-sec h1 {
    font-size: 30px !important;
}

}
@media (min-width: 1650px) {
  .terms-sec h1 {
    font-size: 32px !important;
}

}
@media (min-width: 1800px) {
  .terms-sec h1 {
    font-size: 36px !important;
}

}
@media (max-width:767px) {
  .terms-sec {
    padding-top: 70px;
    padding-bottom: 50px;
}
.terms-sec .container {
  width: 95%;
  margin: auto;
}
.terms-sec h1 {
  font-size: 24px;
  margin-bottom: 6%;
}
.header_bg {
  margin-bottom: 70px;
}
li#privacy-policy {
  scroll-margin-top: -150px;
}
}
@media (min-width:768px) and (max-width:1024px) {
  .terms-sec {
    padding-top: 70px;
    padding-bottom: 50px;
}
.terms-sec .container {
  width: 90%;
  margin: auto;
}
}