.linev1 {
  border-right: 1px solid #000000;
  border-right: 1px solid #a4a5ad;
  height: 4vw;
  margin-top: -1vw;
  font: rgb(33, 31, 31);
}

.text-white2 {
  color: rgb(16, 15, 15) !important;
}

.card-img-top2 {
  background: linear-gradient(to right, #e6edef, #dae2ed);
  height: 130px;
  width: 100%;
  padding: 5%;
  color: #000;
}

.jumbotron {
  height: 340px !important;
}

.nav-link2 {
  color: rgb(0, 0, 0) !important;
  display: block;
  padding: 0.8rem 12px;
  text-decoration: #04b8d8;
  font-weight: bold;
}

a:hover,
li,
ul {
  color: #161616;
}

.text-black {
  color: black;
}

.text-capitalize {
  text-transform: capitalize !important;
}

#cards .user-picture img {
  position: absolute;
  top: -20%;
  right: 10%;
  background: #f8f9fa !important;
  padding: 10px;
}

.user-name {
  color: black;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.20rem;
}

.b-border {
  border-left: 5px solid rgb(247, 25, 25);
}

.resize {
  height: 55px;
  width: 300px;
  border-left: 3px solid rgb(4, 38, 175);
}

.pasee {
  font-size: 13px;
  margin-left: -43px;
  margin-top: 0px;
  font-weight: bold;
}

#cards .card {
  border-radius: 20px;
  min-height: 100%;

}

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.carousel-control-next2-icon,
.carousel-control-prev2-icon {
  border-radius: 50% !important;
  border: 1px solid rgb(0, 0, 0);
}

.carousel-control-prev2-icon,
.carousel-control-next2-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-next2-icon {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E) !important;
}

element.style {
  background-color: rgb(1, 1, 12);
  border-radius: 50% !important;
}

.carousel-control-prev2 {
  left: 0 !important;
}

.carousel-control-next2 {
  right: 0 !important;
}

.menu3 {
  margin-top: -3%;
  padding: 2px 0;
  background: #ffffff;
  box-shadow: 0 4px 13px #c5b4b4;
  border-radius: 2px 2px 2px 2px;
}

.card-body3 {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: -2px;
  padding: 1.2rem;

}

.slider-nav .nav-item.active {
  border-bottom: 4px solid #1AFC05 !important;
  transition: transform 2s;

}

* {
  box-sizing: border-box;
}

h1 {
  margin: 30px 0 10px;
  text-align: center;
}

.faq-container {
  max-width: 540px;
  margin: 0 auto;
}

.faq {
  background-color: #b3cae74a;
  border: 1px solid #9fa4a8;
  border-radius: 5px;
  margin: 12px 0;
  padding: 15px;
  position: relative;
  overflow: hidden;
  transition: 0.3 ease;
}

.faq.active {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.faq.active::before,
.faq.active::after {
  content: "\f075";
  font-family: "Font Awesome 5 Free";
  color: #2ecc71;
  font-size: 7rem;
  position: absolute;
  opacity: 0.2;
  top: 20px;
  left: 20px;
  z-index: 0;
}

.faq.active::before {
  color: #3498db;
  top: -10px;
  left: -30px;
  transform: rotateY(180deg);
}

.faq-title {
  margin: 0 15px 0 0;
  font-size: 15px;
}

.faq-text {
  display: none;
  margin: 30px 0 0;
}

.faq.active .faq-text {
  display: block;
}

.faq-toggle {
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 0;
  position: absolute;
  top: 8px;
  right: 6px;
  height: 30px;
  width: 30px;
}

.faq-toggle:focus {
  outline: 0;
}

.faq-toggle .fa-times {
  display: none;
}

.faq.active .faq-toggle .fa-times {
  color: #fff;
  display: block;
  font-size: 1vw !important;
}

.faq.active .faq-toggle .fa-chevron-down {
  display: none;
}

.faq.active .faq-toggle {
  background-color: #9fa4a8;
}

.card-header2 a {
  display: block;
  position: relative;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

.card-header2 a:after {
  content: "\f06e";
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
}

.card-header2 a[aria-expanded="true"]:after {
  content: "\f410";
}

.card-header2 {
  font-size: 13px;
  cursor: pointer;
  padding: 8px;
  margin: 0px;
  background: #ccccff !important;
}

section {
  margin: 0 auto;
}

.responsive-iframe-container {
  margin: 0 auto;
  position: relative;
  height: 0;
  overflow: hidden;
}

.responsive-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width:549px) {
  .desktop-header {
    display: none;
  }

  .large-container {
    display: none;
  }

  .responsive-iframe-container {
    padding-bottom: 500px;
    width: 100%;
  }
}

@media (min-width:550px) {
  .mobile-header {
    display: none;
  }

  .small-container {
    display: none;
  }

  .responsive-iframe-container {
    padding-bottom: 650px;
    width: 100%;
    max-width: 1400px;
  }
}