@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
* {
  font-family: 'Poppins', sans-serif;
  scroll-padding-top: 100px;
}
:root {
  --primary: #71b6f9;
  --secondary: #10c469;
}
body{
  
}

a {
  text-decoration: none;
}

.cursor-pointer {
  cursor: pointer;
}

.page_wrapper {
  background-color: #f6f9ff;
}
@media screen and (min-width: 1920px) {
  .page_wrapper {
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
  }
}

.logo img {
  width: 70px;
}

@media print {
  .pdf-container {
    display: none;
  }
}

.pdf_box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.close_modal_btn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 11;
  font-size: 1.7rem;
  border-radius: 50%;
  background-color: #fff;
  color: #333;
}

.ads_slider .carousel-control-next-icon,
.ads_slider .carousel-control-prev-icon {
  background-color: rebeccapurple;
  opacity: 1;
  z-index: 11 !important;
}

/* Modals  */

.modal-content {
  border-radius: 5px !important;
}
.modal-header {
  border: 0;
  padding-bottom: 0;
}
.modal-title {
  width: calc(100% - 50px);
}
.modal-title h5 {
  font-size: 1.1rem;
}

.modal_closeBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.5rem;
  background-color: #f6f9ff;
  border-radius: 50%;
  display: flex;
  padding: 5px;
  color: #02055a;
  cursor: pointer;
}
.modal-backdrop.show,
.modal {
  z-index: 1111;
}

.chat{
  position: fixed;
  bottom: 20px;
  right: 20px;
}
