/* header CSS */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.contact-clean {
  padding: 40px 0;
  background-color: #f0f0f0;
}
.contact-clean form {
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
  padding: 40px;
  border-radius: 4px;
  color: #505e6c;
}
.form-group {
  margin-bottom: 1rem;
}
.contact-clean form .form-control {
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  outline: 0;
  color: inherit;
  padding-left: 12px;
  height: 42px;
}
.contact-clean form textarea.form-control {
  min-height: 100px;
  max-height: 260px;
  padding-top: 10px;
  resize: vertical;
}
.contact-clean .form-group:last-child {
  margin-bottom: 5px;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.m-auto {
  margin: auto !important;
}

li {
  display: list-item;
  text-align: -webkit-match-parent;
}

.dssolonavbar.navbar .navbar-nav .nav-link {
  color: #c6c6c6;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 8px 5px;
  text-decoration: none;
  margin: 0 6px;
  position: relative;
  display: inline-block;
}

.dssolonavbar.navbar .navbar-nav .nav-link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: ".";
  color: transparent;
  background: #ffffff;
  height: 2px;
  transition: all 0.5s;
  border: 0;
}

.dssolonavbar.navbar .navbar-nav .nav-link.ant-dropdown-trigger:before {
  position: absolute;
  top: 8px;
  right: -10px;
  content: "\f0d7";
  font-family: "Font Awesome 6 Pro";
  margin: auto;
  font-weight: 700;
}
.ant-dropdown ul li {
  border-bottom: 1px solid #cccccc;
  border-radius: 0;
  padding: 0px !important;
  border-radius: 0px !important;
}
.dssolonavbar.navbar .navbar-nav .nav-link:hover:after {
  width: 100%;
}

.dssolonavbar.navbar .navbar-nav .nav-link.active {
  color: #ffffff;
  font-weight: 600;
}
ul.navbar-nav.ml-auto.login-ul {
  margin: 0 !important;
  width: 200px;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0px;
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    /* display: flex !important; */
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

/* Pricing Route body Styles*/

h2 {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.dark_section-pricing-view {
  background: #f2f2f2;
}
.howitworks .card_item {
  border-radius: 10px;
  text-align: center;
  position: relative;
  padding-top: 100px;
}
.home_course .item {
  background-color: #fff;
  flex-grow: inherit;
  flex-basis: auto;
  padding: 15px;
  border-radius: 5px;
}
.home_course .item a {
  background-color: #f0f1f7;
  display: block;
  padding: 15px 0px;
  text-decoration: none;
}
.home_course .item a img {
  width: 70%;
}
.home_course .item a h5 {
  margin-bottom: 0;
  color: #e32726;
  text-transform: uppercase;
  padding-top: 15px;
  font-size: 25px;
  font-weight: 600;
}
.home_course {
  justify-content: space-between;
}
.halftop_img {
  position: absolute;
  transform: translate(-50%, -110%);
  background-color: rgb(255, 255, 255);
  display: inline-block;
  width: 150px;
  height: 150px;
  line-height: 150px;
  left: 50%;
  box-shadow: rgb(203, 226, 239) 0px 2px 5px;
  border-radius: 50%;
}
.howitworks .card_footer {
  background-color: #c7c7c7;
  border-radius: 0 0 10px 10px;
}
.footer_copyright ul li {
  color: #000000;
}
.howitworks .card.card_item p {
  font-weight: 400;
  font-size: 17px;
  color: #191818;
  height: 180px;
}
.new-ds-login-home-banner-text {
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.new-ds-login-home-banner-text h1 {
  font-size: 60px;
  font-weight: 600;
  color: #333333;
}

.new-ds-login-home-banner-text h1 span i {
  font-size: 20px;
  color: #cf2e22;
}
.head1 {
  color: #333;
  font-size: 40px;
  text-transform: uppercase;

  font-weight: 600;
}
.new-ds-login-home-banner-text p {
  font-size: 17px;
  color: #333333;
}
section.pricing.pricing-bg {
  background-color: #ffffff !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
section.pricing.pricing-bg h2 {
  font-size: 40px;
  font-weight: 600;
  color: #333333;
}
section.pricing .pricing-views {
  background-color: transparent;
  background-image: linear-gradient(180deg, #ffffff 0%, #f1f4f9 100%);
  background-image: linear-gradient(180deg, #ffffff 0%, #f9f9f9 100%);
  padding-top: 10px;
  padding-bottom: 50px;
}
section.pricing .pricing-views .card {
  box-shadow: none;
  border-radius: 10px;
  border: none;
}
section.pricing .pricing-views .card:hover {
  box-shadow: 0 1px 10px 10px rgba(86, 95, 112, 0.1);
}
section.pricing .pricing-views .card h5 {
  font-size: 23px;
  font-weight: 600;

  margin: 0px;
  padding: 18px 0px 13px 0px;
  color: #333333;
  background: #f2f2f2;
  padding: 20px 0px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;

  border-radius: 10px 10px 0px 0px;
}
section.pricing .pricing-views .card-body {
  padding: 0px;
}
section.pricing .pricing-views .card-price {
  color: #333333;
  background: #f2f2f2;
  padding: 10px 0px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}
section.pricing .pricing-views .card-price b {
  font-weight: 600;
  font-size: 45px;
}
section.pricing .pricing-views .row-pricing {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: auto;
  grid-gap: 30px;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

section.pricing .pricing-views .btn {
  width: auto;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  margin: auto;
  padding: 7px 40px;
  border-radius: 7px;
  letter-spacing: 0.5px;

  margin-top: 10px;
  margin-bottom: 30px;
  font-weight: 500;
  outline: 0px !important;
  box-shadow: none !important;
  color: #fff;
  background-color: #cf2e22 !important;
  border-color: #cf2e22 !important;
  opacity: 1;
}
section.pricing .pricing-views .btn span {
  font-weight: 500;
  font-size: 10px;
  color: #fff8f7;
  text-transform: capitalize;
  display: block;
}
section.pricing .pricing-views .row-pricing .col-lg-4.item.item-first .card {
  box-shadow: none;
  margin-top: 0px;
}
section.pricing .pricing-views .row-pricing ul.side-list-view {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  background: #f9f9f9;
  border-radius: 10px;
  margin-top: 66px;
  padding-top: 30px;
}
section.pricing .pricing-views .row-pricing ul.side-list-view li {
  margin: 0px;
  padding: 5px 10px;
  /*  */
  font-size: 15px;
  /* font-weight: 400; */
  color: #333333;
  text-align: right;
  font-weight: 600;

  height: 47px;
}
section.pricing .pricing-views ul.fa-ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  padding-top: 30px;
}
section.pricing .pricing-views ul.fa-ul li img {
  width: 25px;
}
section.pricing .pricing-views ul.fa-ul li {
  margin: 0px 20px;
  padding: 10px 15px;
  border-bottom: 1px solid #f3f3f3;
  text-align: center;
  height: 47px;
}
section.pricing .pricing-views ul.fa-ul li:last-child {
  border: 0px;
}
.contact-page-banner {
  height: 420px;
  background: url(/public/assets/images/contact.jpg) center / cover no-repeat;
  background-position: 100% 50%;
  margin-top: -15px;
}
.contact-page-banner-layer {
  height: inherit;
  min-height: initial;
  width: 100%;
  position: absolute;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-page-banner-text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  flex-direction: column;
  width: 50%;
  margin: auto;
}
.contact-page-banner-text h1 {
  color: #ffffff;
  font-size: 56px;
  font-weight: bold;

  text-align: center;
}
.contact-page-banner-text p {
  color: #ffffff;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  font-weight: normal;
  text-align: center;
  font-size: 20px;
}
section.pricing.pricing-another .pricing-views .row-pricing {
  display: flex;
  justify-content: center;
  width: 85%;
  margin: auto;
  grid-gap: 30px;
}
section.pricing.pricing-another .pricing-views ul.fa-ul {
  padding: 0px;
}
section.pricing.pricing-another .pricing-views ul.fa-ul li {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.pricing.pricing-another .pricing-views ul.fa-ul li a {
  margin: 0px;
  padding: 5px 10px;

  font-size: 15px;
  font-weight: 400;
  color: #333333;
}
section.pricing.pricing-another .pricing-views ul.fa-ul li a i {
  color: #018aeb;
}
.p-0-fource {
  padding: 0px !important;
}
p.pricing-bottom-btn {
  margin: 0px;
  /* margin-top: -17px; */
  position: relative;
  top: -15px;
}
p.pricing-bottom-btn a {
  font-size: 12px;
  color: #007bff;
  font-weight: 600;
}
.home_course .item a,
.home_course .item {
  background: #ffffff;
}
.home_course .item:hover {
  box-shadow: 0 1px 10px 10px rgba(86, 95, 112, 0.1);
}
.howitworks .card_footer {
  background-color: #f2f2f2;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 5px 4px #cccccc;
}

.howitworks .card_footer h5 {
  color: #333333;
}
.article-list.contact-feedback {
  padding-bottom: 40px;
}
.article-list.contact-feedback .item {
  padding-top: 50px;
  text-align: center;
}
.article-list.contact-feedback .item .name {
  font-weight: 700;
  font-size: 16px;
  margin-top: 20px;
  color: #e43126;
}
.article-list.contact-feedback .item .description {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
  color: #7d8285;
}
.contact-clean {
  padding: 40px 0;
  background-color: #f0f0f0;
}
.contact-clean form {
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
  padding: 40px;
  border-radius: 4px;
  color: #505e6c;
}
.contact-clean h2 {
  margin-top: 5px;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 36px;
  color: inherit;
}
.contact-clean form .form-control {
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  outline: 0;
  color: inherit;
  padding-left: 12px;
  height: 42px;
}
.contact-clean .form-group:last-child {
  margin-bottom: 5px;
}
.contact-clean form .btn {
  padding: 16px 32px;
  border: none;
  background: 0 0;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
  outline: 0 !important;
}
.contact-clean form .btn-primary {
  background-color: #e43126 !important;
  margin-top: 15px;
  color: #fff;
}

.contact-clean form .form-control {
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  outline: 0;
  color: inherit;
  padding-left: 12px;
  height: 42px;
}
.contact-clean form textarea.form-control {
  min-height: 100px;
  max-height: 260px;
  padding-top: 10px;
  resize: vertical;
}
ul.fa-ul li .fa-ul-li-span {
  display: none;
}
.dark_section-pricing-view .iphoneX-view {
  display: flex;
  width: 100%;
  background: #fdfdfd;
  padding: 30px 20px;
  margin: 30px auto;
  border-radius: 40px;
  box-shadow: 0px 5px 4px #cccccc;
  justify-content: center;
  height: 500px;
}
.dark_section-pricing-view .iphoneX-view .item {
  width: 45%;
  text-align: center;
  /* height: 100%; */
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.dark_section-pricing-view .iphoneX-view .item img {
  height: 100%;
}
.dark_section-pricing-view .iphoneX-view .item h1 {
  font-size: 30px;
  color: #333;
  font-weight: 600;

  text-align: center;
}
.dark_section-pricing-view .iphoneX-view .item h2 {
  font-size: 20px;
  text-align: center;
  color: #333;
  color: #1d9d43;
}
.pricing-bottom-box h1 {
  font-size: 30px;
  font-weight: 600;
  color: #333333;
  text-align: center;
  margin-top: 25px;
}
.pricing-bottom-box h3 {
  font-size: 20px;
  font-weight: 400;
  color: #8c8c8c;
  text-align: center;
  margin-bottom: 20px;
}
.pricing-bottom-box .main-view {
  display: flex;
}
.pricing-bottom-box .main-view .item {
  width: 30%;
  padding: 20px;
  border-radius: 10px;
  /* box-shadow: 0px 0px 4px #cccccc; */
  margin-right: 30px;
  background: #ffffff;
  position: relative;
}
.pricing-bottom-box .main-view .item:last-child {
  margin-right: 0px;
}
.pricing-bottom-box .main-view .item img {
  width: 100%;
  border-radius: 10px;
}
img {
  vertical-align: middle;
  border-style: none;
}

.pricing-bottom-box .main-view .item p {
  margin-top: 30px;
  text-align: center;

  font-size: 18px;
  font-size: 22px;
  line-height: 24px;
  color: #333333;
  position: absolute;
  font-weight: 500;
  top: 30%;
  width: 100%;
  left: 0px;
}
.pricing-bottom-box .main-view .item p span {
  font-size: 18px;
  font-size: 22px;
  display: block;
}
.pricing-bottom-box .main-view .item:first-child p {
  top: 27%;
  color: #ffffff;
}
.pricing-bottom-box .main-view .item:last-child p {
  color: #ffffff;
}
p.contactus-more {
  text-align: center;
  margin: 40px 0px 20px 0px;
}
p.contactus-more a {
  color: #007bff;
  font-size: 16px;
  text-transform: capitalize;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.dark_section-pricing-view {
  background: #f2f2f2;
}
@media (min-width: 992px) {
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 1199px) {
  .pricing-bottom-box .main-view .item p {
    top: 26%;
  }
  .pricing-bottom-box .main-view .item:first-child p {
    top: 22%;
  }
}
@media (max-width: 991px) {
  section.pricing .pricing-views .card h5 {
    font-size: 20px;
  }
  section.pricing .pricing-views .card-price b {
    font-size: 40px;
  }
  section.pricing .pricing-views .row-pricing {
    grid-gap: 15px;
  }
  section.pricing .pricing-views .row-pricing ul.side-list-view li {
    font-size: 12px;
  }
  section.pricing.pricing-bg h2 {
    font-size: 30px;
  }
  .new-ds-login-home-banner-text h1 {
    font-size: 50px;
  }
  .new-ds-login-home-banner-text {
    height: 250px;
  }
  .contact-page-banner {
    height: 320px;
    background: url(/public/assets/images/contact.jpg) center / cover no-repeat;
    background-position: 50% 50%;
    margin-top: -15px;
  }
  .contact-page-banner-text {
    width: 80%;
  }
  .contact-page-banner-text h1 {
    font-size: 45px;
  }
  section.pricing.pricing-another .pricing-views .row-pricing {
    width: 100%;
    grid-gap: 15px;
  }
  section.pricing .pricing-views ul.fa-ul li {
    padding: 10px 5px;
    margin: 0px 5px;
  }
  section.pricing.pricing-another .pricing-views ul.fa-ul li a {
    font-size: 13px;
  }
  .pricing-bottom-box .main-view .item p {
    font-size: 17px;
    line-height: 18px;
  }
  .pricing-bottom-box .main-view .item p span {
    font-size: 17px;
    line-height: 18px;
  }
}

@media (max-width: 768px) {
}

@media (max-width: 767px) {
  section.pricing .pricing-views .row-pricing {
    grid-template-columns: repeat(1, 1fr);
  }
  section.pricing .pricing-views .row-pricing ul.side-list-view li {
    text-align: center;
  }
  section.pricing.pricing-another .pricing-views .row-pricing {
    grid-template-columns: repeat(1, 1fr);
  }
  .new-ds-login-home-banner-text h1 {
    font-size: 30px;
  }
  .new-ds-login-home-banner-text p {
    font-size: 13px;
  }
  .new-ds-login-home-banner-text {
    height: 140px;
  }
  .head1 {
    font-size: 25px;
  }
  section.pricing .pricing-views ul.fa-ul li {
    margin: 0px 5px;
    padding: 10px 5px;
  }
  section.pricing.pricing-bg h2 {
    font-size: 25px;
    padding: 15px 25px !important;
  }
  .contact-page-banner-text h1 {
    font-size: 30px;
  }
  .contact-page-banner-text p {
    font-size: 13px;
    font-weight: 600;
  }
  .contact-page-banner {
    height: 210px;
  }
  .contact-clean form {
    padding: 15px;
  }
  section.pricing .pricing-views .row-pricing .col-lg-4.item.item-first {
    display: none;
  }
  ul.fa-ul li .fa-ul-li-span {
    display: inline-block;
    padding-right: 5px;
  }
  .dark_section-pricing-view .iphoneX-view {
    flex-direction: column;
    align-items: center;
    height: auto;
  }
  .dark_section-pricing-view .iphoneX-view .item img {
    width: 100%;
  }
  .dark_section-pricing-view .iphoneX-view .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .pricing-bottom-box .main-view {
    flex-direction: column;
  }
  .pricing-bottom-box .main-view .item {
    width: 100%;
    margin: 0px;
    margin-bottom: 25px;
    text-align: center;
  }
  .pricing-bottom-box .main-view .item:last-child {
    margin-bottom: 0px;
  }
  .pricing-bottom-box .main-view .item img {
    height: auto;
    max-width: 250px;
  }
  section.pricing
    .pricing-views
    .row-pricing
    .col-lg-3.col-md-3.item.item-first {
    display: none;
  }
  .pricing-bottom-box .main-view .item p {
    top: 30%;
    font-size: 21px;
    line-height: 23px;
  }
  .pricing-bottom-box .main-view .item:first-child p {
    top: 27%;
  }
  .pricing-bottom-box .main-view .item p span {
    font-size: 21px;
    line-height: 23px;
  }
}

.cursorDefault {
  cursor: default;
}
.smiliesCss {
  padding-top: 5px;
  width: 80px;
  text-align: center;
}
.smiliesCss.active {
  border: #2a874e 1px solid;
}

.home-top-box-view {
  margin-top: 100px;
}

.data-providers-page header {
  display: flex;
  align-items: center;
  margin-bottom: -75px;
  z-index: 999;
  position: relative;
  background: #fff;
  border-radius: 15px;
  padding: 30px;
}
.data-providers-page header .item {
  width: 50%;
}
.data-providers-page header h1 {
  font-size: 30px;
  color: #1995ff;
  font-weight: 500;
}
.data-providers-page header p {
  font-size: 16px;
  color: #7b7b7b;
  font-weight: 400;
}
.data-providers-page .main-content {
  background-image: url(/public/assets/images/img-37.jpg);
  background-position: 50% -227.2px;
  width: 100%;
  position: relative;
  background-color: #ccc;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.data-providers-page .main-content h1 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
}
.data-providers-page .main-content p {
  font-size: 15px;
  color: #a2a2a2;
  font-weight: 400;
  margin-bottom: 0px;
}
.data-providers-page .overlay-colored {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.data-providers-page .section-content {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 120px 0;
  z-index: 1;
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.data-providers-page .section-content .item {
  width: 75%;
  margin: auto;
  position: relative;
  margin-bottom: 40px;
}
.data-providers-page .section-content .item::after {
  position: absolute;
  width: 80%;
  background: red;
  height: 2px;
  content: "";
  border: 0;
  height: 1px;
  background: #a2a2a2;
  background-image: -webkit-linear-gradient(left, #1e1e1e, #a2a2a2, #1e1e1e);
  background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
  background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
  background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
  width: 80%;
  margin: auto;
  left: 0px;
  right: 0px;
  bottom: -20px;
}
.data-providers-page .section-content .item:last-child::after {
  display: none;
}

@media (max-width: 767px) {
  .data-providers-page header {
    flex-direction: column-reverse;
  }
  .data-providers-page header .item {
    width: 100%;
  }
  .data-providers-page .section-content .item {
    width: 85%;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
}

/*=======================================
          scrollbar style
  ========================================*/

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
  border-radius: 10px;
  background: #ffffff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #aaaaaa;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000000;
}

/*=======================================
          scrollbar style
  ========================================*/
