@import url('//fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

body {
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  font-style: normal;
  background: #fff;
}
.header-sec {
  background: #aad3ff;
}
.btn-blue {
  border: 1px solid #386ddc;
  border-radius: 20px;
  font-size: 16px;
  padding: 0px 10px;
  font-weight: 400;
  color: #000;
}
.navbar-brand i {
  font-size: 20px;
  color: #386ddc;
  line-height: 26px;
}
.btn-blue:hover {
  color: #000;
}
.right {
  float: right;
  width: 100%;
}
.nav-item i {
  font-size: 20px;
  color: #386ddc;
  line-height: 26px;
}
/* .banner-sec {
  padding: 300px 0px;
  background: url("https://scoopy.app/Policy/images/banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 100vh;
} */
.btn-sec {
  position: relative;
}
.btn-sec .btn {
  padding: 5px 30px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 50px;
  font-size: 16px;
  position: absolute;
  bottom: 89px;
  left: 0;
  background: #386ddc;
}
.guideline-sec {
  background: #fff;
  padding-bottom: 50px;
}
.lineterms-sec {
  width: 100%;
  margin-bottom: 30px;
}
.lineterms-sec h3 {
  font-size: 22px;
  font-weight: 500;
  color: #000;
}
.ds-sec {
  width: 100%;
  padding: 20px 0px;
}
.ds-sec img {
  float: left;
  padding-right: 20px;
}
.ds-sec p {
  margin-bottom: 0px;
  font-size: 14px;
}
.ds-sec .btn {
  color: #c23428;
  float: right;
  text-align: right;
  font-weight: 600;
}
.footer-sec {
  background: #dbdbdb;
  padding: 40px 0px;
}
.ft-sec h4 {
  text-align: center;
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
}
.bt-sec {
  display: inline-block;
  width: 100%;
}
.icon {
  padding-right: 50px;
}
.ft-sec p {
  margin-bottom: 10px;
}
.icon i {
  color: #386ddc !important;
}
.bt-sec i {
  color: #c23428;
}
.copyright-sec {
  background: #a5a5a5;
  padding: 15px 0px;
}
.dnone {
  display: none;
}
.sticky {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgb(0 0 0 / 7%);
  z-index: 11;
  background: #fff;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
}
.abouts-area h3 {
  font-size: 25px;
  font-weight: 500;
  color: #000;
}
.background_bg {
  background-position: center center;
  background-size: cover;
}

.breadcrumb_section {
  padding: 150px 0;
  width: 100%;
}
.page-title h1 {
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: bold;
  line-height: normal;
  color: #fff;
}
.page-title + .breadcrumb {
  margin-top: 10px;
}
.breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.breadcrumb-item {
  color: #fff;
}
.abouts-area {
  padding: 50px 0px;
  background: #fbfbfb;
}
.abouts-area h5 {
  font-size: 18px;
  font-weight: 500;
  color: #3569d5;
}
.abouts-area ul {
  margin: 0;
  list-style: none;
  padding: 0px 0px 0px 30px;
}
.abouts-area li {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #7e7e7e;
  margin-bottom: 10px;
}
.abouts-area i {
  color: #386ddc;
}
.abouts-area p {
  color: #7e7e7e;
  font-size: 14px;
}
.breadcrumb-item > a {
  color: #fff;
}
.breadcrumb-item.active {
  color: #fff;
}
.navbar {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.navbar-brand img {
  width: 100px;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.banner-sec img {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .navbar-nav {
    flex-direction: row;
  }
  .navbar-nav i {
    padding-right: 10px;
    font-size: 16px;
  }
  .btn-sec .btn {
    padding: 4px 20px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 8px;
    position: absolute;
    bottom: 20px;
    left: 35px;
  }
  .lineterms-sec h3 {
    font-size: 16px;
  }
  .ds-sec img {
    float: left;
    padding-right: 20px;
    /* height: 100px; */
    margin-bottom: 10px;
  }
  .lineterms-sec {
    width: 100%;
    margin-bottom: 0px;
  }
  .guideline-sec {
    background: #fff;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .footer-sec {
    padding: 20px 0px;
  }
  .ft-sec h4 {
    font-size: 17px;
  }
  .dnone {
    display: block !important;
  }
  .btn-blue {
    font-size: 15px;
  }
  .page-title h1 {
    font-size: 20px;
  }
  .breadcrumb_section {
    padding: 10px 0px;
  }
  .page-title + .breadcrumb {
    margin-top: 0px;
    font-size: 9px;
  }
  .abouts-area {
    padding: 20px 0px;
  }
  .abouts-area h3 {
    font-size: 18px;
  }
  .abouts-area h5 {
    font-size: 15px;
  }
  .navbar {
    padding-left: 10px;
  }
  .navbar-brand {
    padding-top: 0px;
  }
  .navbar-brand img {
    width: 70px;
  }
  .ds-sec {
    padding: 10px 0px;
  }
  .ds-sec .btn {
    padding: 0px 0px;
  }
}