@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

h1, h2, h3, h4, h5, h6, button, li, a, p, label {
  font-family: 'Poppins', sans-serif !important;
}

a {
  text-decoration: none;
  font-size: 13px;
}

p, input, .form-control {
  font-size: 13px;
}

.form-control {
  border-radius: 4px;
}

.form-control:focus {
  box-shadow: none;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(/assets/img/loader.gif) 50% 50% no-repeat rgba(240, 249, 249, 0.64);

}

.main-body {
  /* background: #F9FCFF; */
  background: #f4f6f8;
}

.header {
  display: flex;
  justify-content: space-between;
  height: 93px;
  align-items: center;
  padding-left: 70px;
  padding-right: 70px;
}

.nav__link li {
  display: inline-block;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}

.nav__link svg {
  margin: 0;
}

.header__link {
  display: flex;
  justify-content: space-between;
  height: 93px;
  align-items: center;
  padding-left: 70px;
  background-color: #fff;
}

.header_link_container_fluid {
  background-color: #fff;
  border: 1px solid #E0E0E0;
  margin-bottom: 1rem;
}

.nav__link__menu li {
  display: inline-block;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #1C1C1C;
}

.nav__link__menu li a {
  color: #1C1C1C;
}

.nav__link__menu {
  padding: 10px;
  margin-bottom: 0;
}


.banner__top {
  height: 400px;
  background: linear-gradient(114.57deg, #0D6EFD 34.31%, #A8C4F4 62.6%);
}

.home__side__menu {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  /* identical to box height */
  color: #505050;

}

.card {
  overflow: hidden;
}

.featured_services_text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  color: #8B96A5;
  margin-bottom: 5px;
}

.btn_isp {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  /* identical to box height */

  text-align: center;

  color: #FFFFFF;
  background: #0D6EFD;
  border-radius: 6px;
  /* min-height: 30px; */
  padding-left: 15px;
  padding-right: 15px;
}

.isp_details {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 22px;

  color: #0D6EFD;
}

.isp_details.price {
  text-align: right;
}

.verified-alert {
  position: absolute;
  font-size: 10px;
  padding: 2px 15px;
  top: 0;
  right: 0;
  color: #0D6EFD;
  background-color: #E5F1FF;
}

.catgory_index_img {
  object-fit: contain;
  height: 200px;
  width: 200px;
}

.detailHeader {
  font-family: 'Inter' !important;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #1C1C1C;
  /* identical to box height, or 140% */

  letter-spacing: -0.2px;


}

.priceBox {
  width: 432.19px;
  height: 72px;
  left: 547.14px;
  top: 378px;

  background: #E5F1FF;
}

.detailPrice {
  /* Title-h5 */

  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #0D6EFD;
}

.detailsDescription {
  /* font-family: 'Inter'; */
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */

  letter-spacing: -0.2px;

  /* gray-600 */
  color: #505050;
  opacity: 0.7;
}

.simillarServices {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;

  color: #505050;

}

.registration_lebel {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 27px;
  color: #0D6EFD;
}

.btn {
  border-radius: 4px;
  outline: none;
}

.btn:active {
  outline: none;
}

.btn:focus {
  outline: none;
}

.input-group .form-control {
  font-size: 13px;
}

.nav__link .btn, .input-group-text.btn {
  margin: 0 5px;
  font-size: 13px;
  padding-left: 15px;
  padding-right: 15px;
}

.card-img-top {
  object-fit: cover;
  object-position: top center;
  height: 200px;
}

.featured_services_title {
  border-radius: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 250px;
  background-color: #0D6EFD;
}

.featured-sec {
  padding: 10px 15px;
}

.newsletter-sec {
  background: linear-gradient(to right, #0D6EFD, #64a2ff);
  padding-top: 90px;
  padding-bottom: 90px;
  color: white;
  text-align: center;
}

.newsletter-sec h1 {
  font-weight: bolder;
  margin-bottom: 0;
}

.newsletter-sec p {
  font-weight: 400;
  font-size: 13px;
}

.newsletter-sec .form-control {
  color: #fff;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  background: transparent;
  font-size: 13px;
}

.newsletter-sec .form-control::placeholder {
  color: #fff;
}

.newsletter-sec .input-group {
  width: 70%;
  margin: auto;
}

.newsletter-sec .btn {
  background: #fff;
  color: #0D6EFD !important;
  border-color: #fff;
  text-transform: uppercase;
  padding: 5px 20px;
  font-size: 13px;
}

.footer-sec {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-sec .get-app .img-box {
  margin-bottom: 10px;
}

.footer-sec .get-app .img-box img {
  width: 130px;
}

.footer-sec .nav-links .list-group-item a {
  color: #8B96A5;
}

.copyright-sec {
  padding: 15px 0;
  font-size: 13px;
  background: #F5FAFF;
}

.copyright-sec .right-col {
  text-align: right;
}

.filters .accordion-item {
  border-bottom: 1px solid #dee2e6 !important;
  border-radius: 0;
}

.filters .accordion, .filters .accordion-item, .filters .accordion-header {
  background: none;
  border: none;
}

.filters .accordion-header .accordion-button {
  font-size: 13px;
  background: none;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
  box-shadow: none;
  color: #1C1C1C;
}

.filters .accordion-header .accordion-button b {
  font-weight: 900 !important;
}

.filters .accordion-header .accordion-button::after {
  height: 0.8rem;
  width: 0.8rem;
  background-size: 0.8rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231C1C1C'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.filters .accordion-body {
  padding-top: 0;
}

.filters .accordion-collapse a {
  font-weight: 400;
}

.login-modal .modal-body {
  padding: 40px 60px;
}

.login-modal .modal-body label {
  text-align: left;
  float: left;
}

.login-modal .modal-body h2 {
  font-weight: 800;
}

.login-modal .modal-body input {
  border: none;
  background: none;
  border-bottom: 1px solid #dee2e6;
  border-radius: 0;
}

.login-modal .modal-body input.form-control:focus {
  background: none;
  box-shadow: none;
}

.login-modal .modal-body input.form-control:active {
  background: none;
  box-shadow: none;
}

.login-modal .modal-body input.form-control:focus-visible {
  background: none;
  box-shadow: none;
}

.login-modal .modal-body .btn {
  width: 80%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: auto;
  border-radius: 2px;
  margin-bottom: 6px;
}

.card-description {
  height: 70px;
  margin-bottom: 10px;
}

section.section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.reg-sec {
  /* background: linear-gradient(120deg, #fff, #fff, #dceaff, #c5dcff, #c5dcff); */
  background: linear-gradient(118.76deg, #fff 43.67%, rgba(67, 151, 235, 0.69) 108.84%);
}

.register-selector .form-check-input {
  margin-top: 6px;
}

.register-selector label {
  font-size: 13px;
}

.card.reg-card {
  padding: 30px;
}

.card {
  border: 1px solid #E5F1FF;
}

label.error {
  color: red;
  font-size: 12px;
}