.navbar {
  height: 90px;
  /* background-color: whitesmoke; */
  /* box-shadow: 0px 1px 20px grey; */
  border-bottom: 2px solid white;
}

.img-responsive {
  width: 70%;
}

.container-fluid {
  background-color: none;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
  margin: 0 auto;
}

.insights-title {
  font-size: 44px;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  padding-left: 0px;
  margin-top: -10px;
  color: #4F4A55;
}



.header-right-menu {
  text-align: right;
  padding-top: 45px;
}

.header-item-one {
  text-align: right;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding-left: 0px;
  padding-right: 20px;
  color: #4F4A55;
  letter-spacing: 1.2px;
}

.pgt-link {
  color: #4F4A55;
}

body{
  max-width: 600px;
  margin: 0 auto !important;
  float: none !important;
  background-image: none;
  background-blend-mode: lighten;
}

.body-class {
  background-color: #E8E8E8;
}

.head {
  margin-top: 20px;
  margin-bottom: 20px;
  position: absolute;
  top: 0;

}

.main-poll-item {
  padding-right: 0px;
  padding-left: 0px;
}

.promocontent {
  margin: 0 auto;
  background-color: #FFF;
  background-size: cover;
  margin-top: 30px;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  border-top: 25px solid #4F4A55;
  box-shadow: 0px 1px 40px #C4BFC8;
}

.card-content {
  border-radius: 20px;
  margin-top: 10px;
  box-shadow: 0px 1px 50px lightgrey;
  margin-left: 15px;
  margin-right: 15px;
}

.promo-title {
  font-size: 36px;
  line-height: 50px;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  color: #403836;
}

.mask1 {
  -webkit-mask-image: linear-gradient(to bottom, transparent 25%, black 100%);
  mask-image: linear-gradient(to bottom, transparent 25%, black 0%);
}

.pgt-divider {
  border: 1px dashed #F4B199;
}

.promo-subtitle{
  font-size: 18px;
  line-height: 32px;
  text-align: left;
  font-family: 'Poppins';
  font-weight: 500;
  padding-left: 20px;
  padding-right: 30px;
  padding-bottom: 30px;
  color: #403836;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 3px;
}

.promo-bottom {
  border-radius: 5px;
  padding-bottom: 10px;
  background-color: #F2F2F2;
}

.button-row {
  text-align: right;
  padding-top: 22px;
  width: 100%;
}

#promo-button {
  padding-right: 30px;
}

.promo-btn {
  text-align: center;
  margin: 0 auto;
}

.btn.btn-info.promo-btn {
  background-image: none;
  background-color: #FFF;
  border: 2px solid #4F4A55;
  width: 250px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-top: -10px;
  height: 40px;
  padding-top: 8px;
  color: #4F4A55;
  width: 150px;
  margin-bottom: 20px;
  text-shadow: none;
}

.popular {
  font-size: 28px;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding-top: 35px;
  padding-left: 20px;
  color: #4F4A55;
  text-shadow: 2px 3px lightgrey;
}

.popular-one {
  font-size: 28px;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding-left: 20px;
  padding-top: 75px;
  color: #4F4A55;
  text-shadow: 2px 3px lightgrey;
}

.all-polls-section {
  width: 100%;
}

.poll-row {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
  background-color: white;
  border-left: 25px solid #F4B199;
  box-shadow: 0px 1px 10px #C4BFC8;
}

.polls :hover {
  color: black;
  text-decoration: none;
}

.articles :hover {
  text-decoration: none;
  color: black;
}

.quizzes :hover {
  text-decoration: none;
  color: black;
}

.polls {
  transition: 0.3s;
}

.poll-icon {
  display: block;
  border-radius: 5px;
}

.poll-icon span {
  color: white;
  font-size: 50px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
  width: 20px;
  opacity: 0.7;
}

.poll-name {
  display: table;
}

.take-poll {
  color: #8356BE;
  font-size: 12px;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-align: right;

}

.take-poll :hover {
  text-decoration: none;
  background-color: blue;
}

.poll-name span {
  color: #403836;
  font-size: 24px;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  display: table-cell;
  vertical-align: middle;
  padding-left: 0px;
  padding-top: 10px;
  padding-bottom: 8px;
  padding-right: 14px;
  border-radius: 2px;
}

.poll-subtitle {
  color: #403836;
  font-size: 18px;
  line-height: 27px;
  text-align: left;
  font-family: 'Poppins';
  display: table-cell;
  vertical-align: middle;
  font-weight: 500;
  padding-left: 0px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.poll-link {
  /* border: 2px solid #F4B199; */
  border-radius: 5px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  height: 40px;
  padding-top: 8px;
  color: #9E7BCC;
  width: 100%;
  margin-top: 20px;
}

.quizzes-row {
  padding-left: 20px;
  padding-right: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
  background-color: white;
  border-left: 25px solid #C9C9C9;
  box-shadow: 0px 1px 10px #C4BFC8;

}

.quizzes-icon {
  color: #8356BE;
  font-size: 12px;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-align: right;
}

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

.all-quizzes {
  padding-left: 0px;
  padding-right: 0px;
}

.quizzes-icon span {
  color: white;
  font-size: 50px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
  width: 20px;
  opacity: 0.7;
}

.main-quizzes-item {
  padding-left: 0px;
  padding-right: 0px;
}

.quizzes-name {
  height: 70px;
  display: table;
}

.quizzes-name span {
  color: #403836;
  font-size: 24px;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  display: table-cell;
  vertical-align: middle;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 8px;
  padding-right: 14px;
  background-color: #FFF;
  border-radius: 2px;
}

.all-articles {
  padding-left: 0px;
  padding-right: 0px;
}

.main-articles-item {
  padding-left: 0px;
  padding-right: 0px;
}

.articles-row {
  padding-left: 20px;
  padding-right: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
  background-color: white;
  border-left: 25px solid #9E7BCC;
  box-shadow: 0px 1px 10px #C4BFC8;
}

.articles-icon {
  color: #8356BE;
  font-size: 12px;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-align: right;
}

.articles-icon span {
  ccolor: white;
  font-size: 50px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
  width: 20px;
  opacity: 0.7;
}

.articles {
  padding-top: 0px;
}

.articles-name {
  height: 70px;
  display: table;
}

.articles-name span {
  color: #403836;
  font-size: 24px;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  display: table-cell;
  vertical-align: middle;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 8px;
  padding-right: 14px;
  background-color: #FFF;
  border-radius: 2px;
}

.contact {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  padding-left: 24px;
  line-height: 20px;
  padding-top: 18px;
}

.btn.btn-info.email {
  background-image: none;
  background-color: #4B2DC6;
  border: none;
  color:black;
  width: 250px;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size:16px;
  border-radius: 100px;
  color:#fff;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-right: 15px;
}

.contact-us {
  border-top: 2px solid #CCCCCC;
  background-color: white;
  height: 100%;
  margin-top: 16px;
}

.footer-kh {
  border-top: 2px solid #CCCCCC;
  background-size: cover;
  padding: 10px;
  padding-top: 26px;
}


.ms-icon {
  border-radius: 16px;
  color: #333;
}

.ms-icon :hover {
  text-decoration: none;
}

.footer-icon {
  width: 40px;
}




.cp {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 12px;
  color: #4F4A55;
  text-align: center;
  vertical-align: baseline;
}



.footer-nav-bar {
  padding-top: 12px;
  padding-left: 15px;
  text-align: right;
}

.img-bottom {
  width: 175px;
}

#top-padding {
  padding-top:10px;
}

.copywrite {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 12px;
  color: #4F4A55;
  text-align: left;
  padding-top: 50px;
  margin-top: 15px;
  padding-bottom: 36px;
}

.copywrite-text {
  color: #4F4A55;
}

a {
  color: red;
}

.fa {
    padding: 15px;
    text-align: center;
    text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
    opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
    background: #3B5998;
    color: white;
}

/* Twitter */
.fa-twitter {
    background: #55ACEE;
    color: white;
}

.mlc-btn {
  height: 44px;
  width: auto;
}

.share {
  margin-bottom: 20px;
}


@media (min-width: 576px) {
  .poll-icon {
    font-size: 32px;
  }

  .poll-name span {
    /* padding-left: 20px; */
  }

  .poll-subtitle span {
    /* padding-left: 20px; */
    display: block;
  }

  .quizzes-name span {
    /* padding-left: 20px; */
  }

  .articles-name span {
    /* padding-left: 20px; */
  }

  body {
    background-image: url("../images/geometric-10.png");
    background-repeat: repeat;
  }
}
