@import "../pages/welcome.css";

p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: var(--font-primary) !important;
}

#support .header,
main,
.ft_top {
  background: #2b3742;
}

.blog_sec_heading {
  max-width: fit-content;
  width: fit-content;
}

.blog_sec_heading h1,
.blog_sec_bottom h2 {
  color: white;
}

.blog_sec_heading p {
  font-size: 24px;
  color: #fafafa;
}

.blog_sec_bottom p {
  color: var(--color-primary-secondary);
  max-width: 530px;
}

.blog_sec_heading h1,
.blog_con_bx h2 {
  text-decoration: underline;
  text-decoration-color: var(--color-primary-secondary);
}

.blog_sec_heading p {
  max-width: 600px;
}

.support-input {
  width: 100%;
  border-radius: 5px;
  background-color: white;
  height: 50px;
  padding: 10px 17px;
  margin-bottom: 50px;
  font-size: 24px;
  font-family: var(--font-primary);
  border: none;
  outline: none;
}

.support-input::placeholder {
  color: var(--color-grey-2);
}

.blog_con_bx {
  background: white;
  border-radius: 5px;
  padding: 26px 20px;
}

.blog_con_bx ul {
  margin-top: 10px;
}

.blog_con_icon {
  width: 80px;
  height: 80px;
  background: #e8f0f3;
  border-radius: 0 5px;
  padding-left: 0;
}

.blog_con_bx h2 {
  color: var(--color-black-primary);
  font-size: 22px;
  margin-left: 20px;
  margin-bottom: 0;
}

.blog_con_bx h2::before,
img#faqIcon {
  display: none;
}

.blog_con_bx ul li {
  font-family: var(--font-primary);
  color: var(--color-black-primary);
  font-size: 20px;
  padding-bottom: 8px;
}

.blog_sec_bottom {
  width: 650px;
}

.blog_sec_bottom h2 {
  margin-bottom: 20px;
  font-size: 44px;
}

.ft_top_menu ul li a {
  font-size: 20px;
  font-weight: bold;
}

.blog_sec_bottom a.btn.btn-info {
  display: inline-block;
  font-size: 20px;
  height: 50px;
  padding: 13px 26px;
  box-shadow: none;
  border-radius: 5px;
  font-family: var(--font-primary);
  font-weight: 600;
  line-height: 24px;
  text-transform: unset;
  width: fit-content;
  border: none;
  background: var(--color-primary-primary);
}

.blog_sec_bottom a.btn.btn-info:hover,
.blog_sec_bottom a.btn.btn-info:focus,
.blog_sec_bottom a.btn.btn-info:active {
  background: #ff7c32;
  color: white;
  border-color: #d9d9d9;
}

.support-video-section h5 {
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  color: #000;
  margin-bottom: 13px;
}

.support-video-section p {
  font-size: 22px;
  line-height: 26px;
  color: #000;
  margin: 0 0 24px;
  text-align: left;
}

.support-video-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 333px;
  min-width: 330px;
  max-width: 500px;
  background-color: #fff;
  margin-bottom: 37px;
  border-radius: 4px;
  padding: 15px 70px 25px;
}

@media only screen and (max-width: 991px) {
  .support-video-item {
    padding: 15px;
  }

  .support-video-section.blog_con .grid-item {
    width: fit-content;
  }
}

@media screen and (max-width: 567px) {
  .blog_sec_heading p {
    font-size: 20px;
  }

  .blog_sec_bottom h2 {
    font-size: 36px;
  }

  .container {
    padding-left: 0;
  }
}
