.banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/white-paper.webp") center/cover;
  color: white;
  padding: 20px;
  text-align: left;
  height: 250px;
}
.download-btn {
  background-color: #ff9800;
  color: white;
  padding: 10px 20px;
  text-decoration: none;  
 /* display: block;*/
  text-align: center;
  margin: 10px auto;
  width: fit-content;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.download-btn:hover {
  background-color: #ff9800;
  color: white;
}
.content {
  padding: 20px 0;
}
.styled-list {
  list-style-type: square;
  padding-left: 30px;
}

.social-icons a {
  font-size: 15px;
  color: white;
  display: inline-block;
  background: #1877f2;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-right: 8px;
  transition: 0.3s;
}
.social-icons a:hover {
  opacity: 0.8;
}
.social-icons a:nth-child(2) {
  background: #1da1f2;
}
.social-icons a:nth-child(3) {
  background: #0077b5;
}
    
h4,
h5 {
  color: #156082;
}
.styled-list1 li {
  color: black !important;
  padding-bottom: 1.1em;
}
.styled-list2 li a {
  /*text-decoration: none;*/
  color: black;
  padding-bottom: 0.3rem !important;
}

@media (max-width: 767px) {
  .social-icons,
  .share,
  .downloadDiv {
    display: flex;
    justify-content: center;
  }
  /* .content {
    padding: 0 !important;
  } */
}

.left-side img{
  height: 100%;
}
.right-side h2 {
 color: white;
  font-size: 1.12rem;
}
.form-control {
  border-radius: 0.5rem;
  color: #535658 !important;
}
.right-side button {
  background-color: #ff9800;
  color: white;
  transition: all 0.3s;
}
.right-side button:hover {
  background-color: #ff9800;
  color: white;
}
.input-group-text i{
    color: lightslategray;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 650px; 
  }
}

