*, html, body, p, ul, ui {
  user-select: none;
  padding: 0;
  margin: 0;
}

@media print {
  html, body {
    display: none;
  }
}

a {
  text-decoration: none !important;
}

.vtab {
  height: 100px;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

@media (max-width: 768px) {
  .mb-100 {
    margin-bottom: 50px !important;
  }
}

strong {
  font-weight: 500;
}

html {
  scroll-behavior: smooth;
}

.btn:hover {
  /*box-shadow: 0px 0px 10px var(--red) !important;*/
}

.bg-light {
  background-color: #f9fafd !important;
}

/* Header Top */

header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
}

header ul {
  padding: 0;
  margin: 0;
}

header .header-top {
  /*background: #0f6efb;*/
  /*background-color: #000000;*/
  color: #ffffff;
  padding: 1px;
  /*display: none;*/
  margin: 0;
}

header .header-top a {
  color: #ffffff;
}

header .header-top h2 {
  font-size: 12px;
  /*font-weight: 100;*/
  margin-top: 5px;
  /*color: var(--white);*/
  opacity: 0.60;
  text-align: center;
}

header .header-bottom {
  background: #000000;
  /*color: #725e26;*/
  padding: 10px 0;
}

header .header-bottom .header-contact a {
  color: #bebebe;
  display: inline-block;
  padding-right: 30px;
  font-weight: 300;
  font-size: 14px;
  padding-bottom: 0;
}

header .header-bottom a:hover {
  opacity: 0.70;
}

header .header-bottom .header-contact a i {
  padding-right: 10px;
  /*font-size: 12px;*/
  /*color: #bebebe;*/
}

header .header-bottom .header-social a {
  padding-right: 10px;
  padding: 5px;
  /*font-size: 12px;*/
  color: #bebebe;
}

@media (max-width: 990px) {
  header {
    display: none;
  }
}

/* Navigation Top */

@media (min-width: 768px) {
  .navbar {
    height: 70px;
  }
}

.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

.navbar-tm {
  margin-top: 0px !important;
  /*opacity: 1;*/
}

@media (min-width: 768px) {
  .navbar-wrapper {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  #navbar {
    padding: 0 5%;
  }
}

@media (min-width: 992px) {
  .navbar {
    border-radius: 10px;
  }
}

.navbar {
  background-color: #ffffff;
  opacity: 0.8;
  /*border-radius: 10px;*/
  /*box-shadow: 0px 7px 10px rgba(52,58,64,0.27);*/
}

.navbar a {
  /*color: #725e26;*/
  font-weight: 600;
  /*border-bottom: solid 2px #ffffff;*/
}

.navbar a:hover {
  color: #0f6efb;
  font-weight: 600;
  /*background-color: rgba(180,185,190,0.27);*/
  /*border-bottom: solid 2px #0f6efb;*/
  /*border-top-left-radius: 5px;*/
  /*border-top-right-radius: 5px;*/
}

.navbar .active {
  color: #0f6efb !important;
  background: #ffffff;
}

.navshadow {
  opacity: 1;
  box-shadow: 0px 5px 5px rgba(52,58,64,0.27);
  border-radius: 0;
  /*border-bottom: 2px solid rgba(15,110,251,0.4);*/
}

.my-account-icon {
  height: 40px !important;
  width: 40px !important;
  border-radius: 20px;
  overflow: hidden;
}

.my-account-icon:hover {
  box-shadow: 0px 0px 5px 0px;
}

.my-account-menu .dropdown-item {
  font-weight: normal!important;
  text-align: center;
}

.top-search {
  position: relative !important;
}

.search-icon {
  position: absolute;
  top: 2px;
  right: 2px;
  /*width: 20px;*/
  /*left: 100px;*/
  padding: 4px 3px;
  /*margin-left: 10px;*/
}

.search-input {
  padding-right: 25px;
}

.badge {
  position: absolute;
  left: 35px;
  top: -8px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(0,123,255,0.5);
}

.fit-cover {
  object-fit: cover;
}

.slide-data {
  padding: 20px 10px;
  border-radius: 10px;
  background-color: rgba(255,255,255,0.95);
  text-align: center;
  margin-top: 250px;
}

.slide-data p {
  margin-bottom: 20px;
  color: var(--bs-orange);
}

.brand-slider {
  background-color: rgba(233,230,230,0.79);
  padding: 2% 0;
  overflow: hidden;
}

.brand-slider img {
  max-height: 80px;
}

.tbanner {
  text-shadow: 0px 0px 10px #000000;
}

@media (min-width: 992px) {
  .tbanner p {
    margin-bottom: 20px;
  }
}

.contact-section {
  /*padding: 130px 0 100px;*/
}

.contact-section .contact-title {
  font-size: 27px;
  font-weight: 600;
  /*margin-bottom: 22px;*/
}

.form-contact .form-group {
  margin-top: 10px;
  margin-bottom: 10px;
  /*text-align: left !important;*/
}

.form-contact .form-control {
  border: 1px solid #e5e6e9;
  border-radius: 5px;
  /*height: 38px;*/
  padding-left: 18px;
  font-size: 18px;
  background: transparent;
  /*margin-top: 5px;*/
}

.form-contact textarea {
  height: 200px;
}

.form-contact .field-float {
  float: left;
  margin-right: 20px;
}

.form-contact .form-field-group {
  padding: 10px;
  border-radius: 10px;
  width: 100%;
  /*background: rgba(180,185,190,0.27);*/
  background-color: #ffffff;
  margin-bottom: 20px;
  box-shadow: 0px 0px 4px 0px rgba(52,58,64,0.37);
}

.contact-info {
  margin-bottom: 25px;
}

.contact-info i {
  margin-right: 20px;
  color: #8f9195;
  font-size: 27px;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-size: 16px;
  color: #2a2a2a;
}

.contact-info .media-body p {
  color: #8a8a8a;
  font-size: 14px;
}

footer {
  /*background-color: #0f6efb;*/
}

footer h6 {
  padding: 0;
  margin: 0;
}

footer .hr {
  width: 60px;
  background-color: #0f6efb;
  height: 3px;
  margin-top: 3px;
  margin-bottom: 10px;
}

footer a {
  color: #ffffff;
}

footer a:hover {
  color: #ffffff;
  opacity: 0.7;
}

footer a:hover i {
  color: #4993ff;
  opacity: 1;
}

footer i {
  margin-right: 5px;
}

footer ul, p {
  margin: 0;
}

footer .footer-social {
  background-color: #0f6efb;
}

@media (max-width: 580px) {
  footer .footer-social, footer .footer-social .social-icon {
    text-align: center !important;
  }
}

footer .footer-social .social-icon {
  text-align: right;
}

footer .footer-links {
  background-color: #1c2331;
  /*padding: 1px 0;*/
}

@media (max-width: 580px) {
  footer .footer-links {
    padding-left: 30px;
  }
}

.btn-blue {
  background-color: #2077f8;
}

.btn-blue:hover {
  background-color: #0958cc;
  color: #ffffff !important;
  opacity: 0.9;
}

footer .copyright {
  background-color: #000000;
  font-size: small;
  text-align: center;
}

@media (max-width: 580px) {
  footer .copyright .rights {
    display: block;
  }
}

.developer {
  color: #000000;
  font-size: small;
  text-align: center;
  display: none;
}

.developer a {
  color: #0f70ff;
  font-size: small;
  font-weight: 600;
}

.developer a:hover {
  color: #ff1d0f;
}

.jumbotron.carousel-hero {
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center;
  /*padding-top: 100px;*/
  /*padding-bottom: 100px;*/
  /*margin-bottom: 0;*/
  height: 100vh;
  /*height: calc(100vh - 6rem);*/
}

.jumbotron.hero-nature {
  background-image: url('../../assets/img/website/industrial-magnets.jpg');
}

.jumbotron.hero-photography {
  background-image: url('../../assets/img/website/industrial-hydraulic-system.jpg');
}

.jumbotron.hero-technology {
  background-image: url('../../assets/img/website/industrial-filters-1.jpg');
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  /*background-color: rgba(15,110,251,0.35);*/
  padding: 120px 20px;
}

.carousel-control-prev-icon:hover, .carousel-control-next-icon:hover {
  background-color: rgba(128,128,128,0.35);
}

h1.hero-title, h2.hero-title, h3.hero-title {
  text-shadow: 0 3px 3px rgba(0,0,0,0.4);
  color: #fff;
}

.hero-title {
  text-shadow: 0 3px 3px rgba(0,0,0,1);
  color: #fff;
}

.hero-subtitle {
  max-width: 600px;
  margin: 25px auto;
  padding: 10px 15px;
  color: #fff;
}

.plat {
  border-radius: 0px;
}

.btn-primary.focus, .btn-primary:focus {
  /*box-shadow: 0 0 0 0 #048f83!important;*/
}

.btn-primary:hover {
  color: #fff;
  /*background-color: #016090;*/
  /*border-color: #016090;*/
}

.btn-primary {
  /*background-color: #048f83!important;*/
  /*border-color: #048f83!important;*/
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
}

.data-center {
  display: flex;
  justify-content: center;
  align-items: end;
}

.data-box {
  background-color: rgba(0,0,0,0.4);
  border-radius: 10px;
  padding: 5px;
}

.about-us {
  line-height: 1.8;
  letter-spacing: 0.5px;
  text-align: justify;
}

.about-us .heading {
  border-left: solid 4px #0f6efb;
  padding-left: 10px;
  /*padding: 1px 10px;*/
  /*background-color: rgba(15,110,251,0.19);*/
}

.about-us p {
  margin: 10px 0;
}

.about-us img {
  margin: 20px 0;
  /*max-height: 300px;*/
}

.bg-about {
  background-image: url('../../assets/img/website/bg-001-blue.jpg');
  background-size: 100% 100%;
  height: 50vh;
}

.bg-supplier {
  background-image: url('../../assets/img/website/bg-001-blue.jpg');
  height: 50vh;
}

.bg-clients {
  background-image: url('../../assets/img/website/bg-001-blue.jpg');
  height: 50vh;
  background-size: 100% 100%;
}

.bg-careers {
  background-image: url('../../assets/img/backgrounds/bg-careers.jpg');
  height: 50vh;
  background-size: 100% 100%;
}

.bg-industries {
  height: 50vh;
  background: url("../../assets/img/backgrounds/bg-industries-in-Pakistan.jpg");
  background-size: 100% 100%;
}

.bg-sugar-industry {
  height: 50vh;
  background: url("../../assets/img/backgrounds/bg-sugar-mill-in-Pakistan.jpg");
  background-size: 100% 100%;
}

.bg-textile-industry {
  height: 50vh;
  background: url("../../assets/img/backgrounds/bg-textile-industry-in-Pakistan.jpg");
  background-size: 100% 100%;
}

.bg-cement-industry {
  height: 50vh;
  background: url("../../assets/img/backgrounds/bg-cement-plant-in-Pakistan.jpg");
  background-size: 100% 100%;
}

.bg-fertilizer-industry {
  height: 50vh;
  background: url("../../assets/img/backgrounds/bg-fertilizer-industry-in-Pakistan.jpg");
  background-size: 100% 100%;
}

.bg-milk-industry {
  height: 50vh;
  background: url("../../assets/img/backgrounds/bg-milk-processing-plant-in-Pakistan.jpg");
  background-size: 100% 100%;
}

.bg-oil-and-gas-industry {
  height: 50vh;
  background: url("../../assets/img/backgrounds/bg-oil-and-gas-industry-in-Pakistan.jpg");
  background-size: 100% 100%;
}

.bg-chemical-industry {
  height: 50vh;
  background: url("../../assets/img/backgrounds/bg-chemical-industry-in-Pakistan.jpg");
  background-size: 100% 100%;
}

.bg-paper-and-board-industry {
  height: 50vh;
  background: url("../../assets/img/backgrounds/bg-paper-and-board-mill-in-Pakistan.jpg");
  background-size: 100% 100%;
}

.bg-power-and-energy-industry {
  height: 50vh;
  background: url("../../assets/img/backgrounds/bg-power-and-energy-plants-in-Pakistan.jpg");
  background-size: 100% 100%;
}

.bg-magnet {
  height: 50vh;
  background: url("../../assets/img/backgrounds/bg-electromagnetic-separator.jpg");
  background-size: 100% 100%;
}

@media (max-width: 576px) {
  .bg-magnet {
    height: 50vh;
    background: url("../../assets/img/backgrounds/bg-electromagnetic-separator.jpg") center / cover no-repeat;
  }
}

.bg-screens {
  height: 50vh;
  background: url("../../assets/img/backgrounds/bg-screens-and-filters.jpg");
  background-size: 100% 100%;
}

@media (max-width: 576px) {
  .bg-screens {
    height: 50vh;
    background: url("../../assets/img/backgrounds/bg-screens-and-filters.jpg") right / cover no-repeat;
  }
}

.bg-gear-motor {
  height: 50vh;
  background: url("../../assets/img/backgrounds/bg-motors-and-gearbox.jpg");
  background-size: 100% 100%;
}

@media (max-width: 576px) {
  .bg-gear-motor {
    height: 50vh;
    background: url("../../assets/img/backgrounds/bg-motors-and-gearbox.jpg") center;
  }
}

.bg-lubrication {
  height: 50vh;
  background: url("../../assets/img/backgrounds/bg-lubrication-system.jpg");
  background-size: 100% 100%;
}

@media (max-width: 576px) {
  .bg-lubrication {
    height: 50vh;
    background: url("../../assets/img/backgrounds/bg-lubrication-system.jpg") left;
    /*background-size: 100% 100%;*/
  }
}

.bg-hydraulic-system {
  height: 50vh;
  background: url("../../assets/img/backgrounds/bg-hydraulic-system.jpg");
  background-size: 100% 100%;
}

@media (max-width: 576px) {
  .bg-hydraulic-system {
    height: 50vh;
    background: url("../../assets/img/backgrounds/bg-hydraulic-system.jpg");
    /*background-size: 100% 100%;*/
  }
}

.bg-air-compressors {
  height: 50vh;
  background: url("../../assets/img/backgrounds/bg-industrial-air-compressors.jpg");
  background-size: 100% 100%;
}

@media (max-width: 576px) {
  .bg-air-compressors {
    height: 50vh;
    background: url("../../assets/img/backgrounds/bg-industrial-air-compressors.jpg");
    /*background-size: 100% 100%;*/
  }
}

.bg-automotives {
  height: 50vh;
  background: url("../../assets/img/backgrounds/bg-automotive-industry.jpg");
  background-size: 100% 100%;
}

.navbar-toggler-icon {
  background-image: none!important;
  background-color: var(--bs-gray-800);
  height: 3px;
  width: 25px;
  margin: 10px 0;
  position: relative;
  transition: all 0.35s ease-out;
  transform-origin: center;
}

.navbar-toggler-icon::before {
  display: block;
  background-color: var(--bs-gray-800);
  height: 3px;
  content: "";
  position: relative;
  top: -7px;
  transition: all 0.15s ease-out;
  transform-origin: center;
}

.navbar-toggler-icon::after {
  display: block;
  background-color: var(--bs-gray-800);
  height: 3px;
  content: "";
  position: relative;
  top: 4px;
  transition: all 0.35s ease-out;
  transform-origin: center;
}

.navbar-dark .navbar-toggler-icon, .navbar-dark .navbar-toggler-icon::before, .navbar-dark .navbar-toggler-icon::after {
  background-color: var(--bs-gray-100);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  transform: rotate(-90deg) translateX(7px);
}

.navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}

.details {
  /*padding: 30px 5px;*/
  margin-bottom: 50px;
  color: #000000 !important;
  letter-spacing: 1px;
}

.details .heading {
  background: rgba(0,0,0,0.08);
  border-left: 3px solid #1a8956;
  color: #000000;
  padding: 5px 0 1px 20px;
  /*padding-top: 3px;*/
  /*padding-bottom: 1px;*/
  /*margin-bottom: 10px;*/
}

.details p {
  padding: 5px 20px;
  color: #494949 !important;
  /*letter-spacing: 1.5px;*/
  /*font-weight: 400;*/
}

.details ul {
  /*padding: 20px 25px !important;*/
  list-style: none;
  padding: 10px 0 10px 20px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.details span {
  margin-left: 5px;
}

.details ul li {
  margin-bottom: 10px;
  /*padding-right: 10px;*/
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 23px;
  /*width: calc(50% - 25px);*/
  width: 100%;
  color: #494949;
}

.details .icon2 {
  color: var(--bs-secondary);
  margin-top: 9px;
  font-size: 6px;
  margin-right: 10px;
  /*display: none;*/
}

@media (max-width: 380px) {
  .details span {
    display: none;
  }
}

@media (min-width: 576px) {
  .details a {
    width: 320px;
  }
}

@media (min-width: 992px) {
  .list2col li {
    width: 50% !important;
    float: left;
  }
}

.gcse-search {
  display: none;
}

.why-us {
  text-align: center;
  color: #ffffff;
  background-color: #0d72ba;
  padding: 20px 5px;
}

.why-us div {
  padding: 10px 5px;
}

.why-us div p:hover {
  opacity: 0.8;
  /*color: var(--bs-gray-500);*/
}

.why-us div span {
  display: block;
  width: 40px;
  height: 2px;
  margin: 0 auto;
  /*background: #e95311;*/
  background-color: #ffffff;
  margin-top: 5px;
}

.why-us a {
  color: #ffffff;
}

.why-us a:hover {
  /*color: #ffffff;*/
  /*opacity: 0.8;*/
}

.why-us div h4:hover {
  /*color: #ffffff;*/
  opacity: 0.8;
}

.why-us div i {
  font-size: 30px;
  padding: 10px;
}

.why-us div h4 {
  padding: 10px;
}

.hot-products {
  padding: 20px 5px;
}

.hot-products img {
  padding: 20px;
}

.hot-products h6 {
  padding: 10px 0;
  background-color: rgba(255,29,15,0.14);
}

.hot-products a {
  color: #000000;
}

.hot-products .item {
  margin: 10px 0;
  border-radius: 8px;
  box-shadow: 0px 0px 3px 0px rgba(128,128,128,0.35);
}

.hot-products .item:hover {
  color: #ff1d0f;
  box-shadow: 0px 0px 5px 0px rgba(255,29,15,0.52);
}

.list-products {
  padding: 20px 5px;
}

.list-products img {
  padding: 20px;
}

.list-products h6 {
  padding: 10px 0;
  background-color: rgba(15,110,251,0.19);
}

.list-products a {
  color: #000000;
}

.list-products .item {
  margin: 10px 0;
  border-radius: 8px;
  box-shadow: 0px 0px 3px 0px rgba(128,128,128,0.35);
}

.list-products .item:hover {
  color: #0958cc;
  box-shadow: 0px 0px 5px 0px rgba(15,110,251,0.4);
}

.under-line {
  display: block;
  width: 40px;
  height: 2px;
  margin: 0 auto;
  background: #e95311;
  /*background-color: #ffffff;*/
  margin-top: 5px;
}

.app-fields {
  padding: 20px 2px;
  background: #f3f3f4;
}

.app-fields .item {
  padding: 5px;
  background: #ffffff;
  margin: 10px 0;
}

.app-fields .item img {
  max-width: 150px;
  filter: grayscale(100%);
}

.app-fields a:hover img {
  /*max-width: 150px;*/
  filter: grayscale(1%);
  transition: 1s;
}

.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-5 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5 {
    width: 20%;
    float: left;
  }
}

.search-engines {
  /*display: none;*/
}

.search-engines a {
  color: #ffffff;
}

.company-list {
  text-align: center;
}

.company-list .logo {
  /*width: 250px;*/
  padding: 5px;
  margin: 10px 0;
  /*vertical-align: bottom;*/
}

.company-list .logo:hover {
  box-shadow: 0px 0px 5px 1px rgba(0,123,255,0.5);
  border-radius: 8px;
}

.company-list .icon {
  height: 90px;
}

@media (max-width: 500px) {
  .company-list .icon {
    /*display: none;*/
  }
}

.company-list img {
  /*max-width: 200px;*/
  max-height: 80px;
}

.company-list h5 {
  margin-top: 5px;
  padding: 5px 2px;
  background-color: rgba(0,0,0,0.08);
  display: none;
}

.company-list-auto {
  display: none;
}

option:first-child {
  color: rgba(52,58,64,0.37) !important;
}

option:disabled {
  color: rgba(52,58,64,0.37) !important;
}

input {
  outline: none;
  -webkit-tap-highlight-color: rgba(52,58,64,0.37);
  overflow-wrap: break-word;
  word-wrap: break-word;
}

::placeholder {
  color: rgba(52,58,64,0.37) !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: rgba(52,58,64,0.37) !important;
}

::-ms-input-placeholder {
  color: rgba(52,58,64,0.37) !important;
}

.form-label {
  font-weight: bold;
}

.form-label-important {
  font-family: Raleway-SemiBold;
  color: #e95311;
  font-weight: bold;
  padding-top: 5px !important;
}

.form-span {
  color: var(--bs-orange);
  font-size: 14px;
  margin-left: 15px;
}

.blinking {
  animation: blink 1s infinite;
}

@keyframes blinkingText {
  0% {
    color: #000;
  }
  49% {
    color: #000;
  }
  60% {
    color: transparent;
  }
  99% {
    color: transparent;
  }
  100% {
    color: #000;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

.form-title {
  width: 100%;
  text-align: center;
}

.modal-dialog {
  /*position: absolute;*/
  top: 45% !important;
  transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  -webkit-transform: translate(0, -50%) !important;
  /*margin: auto 5%;*/
  /*width: 90%;*/
  /*height: 80%;*/
}

#inquiryModal .form-group {
  text-align: left;
  /*font-size: 14px;*/
  /*font-weight: bold;*/
}

#inquiryModal .form-group span {
  margin-left: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}

/* Add WA floating button CSS */

.floating-wa {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 50px;
  right: 50px;
  background-color: #12bb18;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.floating-wa:hover {
  background-color: #0c6efe;
  color: #fff;
  box-shadow: 2px 2px 3px #ff0000;
}

.fab-icon {
  margin-top: 16px;
}

.privacy-policy {
}

.privacy-policy p {
  margin-bottom: 10px;
}

.privacy-policy h2 {
  margin-top: 30px;
  color: #0f6efb;
}

.privacy-policy h3, h4 {
  margin-top: 20px;
}

.privacy-policy ul {
  margin-left: 30px;
  margin-bottom: 20px;
}

