@font-face {
  font-family: "Noto Sans";
  src: url('../fonts/NotoSans-Regular.otf');
  src: url('../fonts/NotoSans-Regular.otf') format("otf"), url('../fonts/NotoSans-Regular.eot?#iefix') format("eot"), url('../fonts/NotoSans-Regular.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans";
  src: url('../fonts/NotoSans-SemiBold.otf');
  src: url('../fonts/NotoSans-SemiBold.otf') format("otf"), url('../fonts/NotoSans-SemiBold.eot?#iefix') format("eot"), url('../fonts/NotoSans-SemiBold.woff') format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans";
  src: url('../fonts/NotoSans-Bold.otf');
  src: url('../fonts/NotoSans-Bold.otf') format("otf"), url('../fonts/NotoSans-Bold.eot?#iefix') format("eot"), url('../fonts/NotoSans-Bold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans";
  src: url('../fonts/NotoSans-Black.otf');
  src: url('../fonts/NotoSans-Black.otf') format("otf"), url('../fonts/NotoSans-Black.eot?#iefix') format("eot"), url('../fonts/NotoSans-Black.woff') format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url('../fonts/HelveticaNeue-Regular.ttf');
  src: url('../fonts/HelveticaNeue-Regular.ttf') format("ttf"), url('../fonts/HelveticaNeue-Regular.eot?#iefix') format("eot"), url('../fonts/HelveticaNeue-Regular.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url('../fonts/HelveticaNeue-Bold.ttf');
  src: url('../fonts/HelveticaNeue-Bold.ttf') format("ttf"), url('../fonts/HelveticaNeue-Bold.eot?#iefix') format("eot"), url('../fonts/HelveticaNeue-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: "Noto Sans";
  color: #8ca4b1;
  font-size: 16px;
  overflow-x: hidden;
  background-position: center -300px;
  background-image: url(../images/header_image.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 1199px) {
  body {
    background-position: center -200px;
  }
}
@media (max-width: 991px) {
  body {
    background-position: center -100px;
  }
}
@media (max-width: 767px) {
  body {
    background-position: center top;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1150px;
  }
}
.bg-grey {
  background-color: #f3f6f9;
}
.bg-pink {
  background-color: #b54881;
}
.bg-yellow {
  background-color: #d1b671;
}
.color-yellow {
  color: #d1b671;
}
.font-14 {
  font-size: 14px;
}
.font-16 {
  font-size: 15px;
}
.font-18 {
  font-size: 18px !important;
}
.font-26 {
  font-size: 26px !important;
}
.font-24 {
  font-size: 24px;
  line-height: 30px;
}
.font-37 {
  font-size: 37px !important;
}
.font-white-shadow {
  text-shadow: 0px 2px 8px rgba(50, 50, 50, 0.7);
}
.text-white strong {
  color: #fff;
}
.font-small {
  font-size: 12px;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-bold {
  font-weight: 600 !important;
}
.font-weight-black {
  font-weight: 700;
}
.text-black {
  color: #000;
}
.text-grey {
  color: #8ca4b1;
}
.text-grey-light {
  color: #909ca5;
}
.text-yellow {
  color: #d1b671;
}
.text-pink {
  color: #b54881;
}
.rounded {
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
}
.rounded-top {
  -webkit-border-radius: 10px 10px 0 0 !important;
  -moz-border-radius: 10px 10px 0 0 !important;
  border-radius: 10px 10px 0 0 !important;
}
.rounded-right {
  -webkit-border-radius: 0 10px 10px 0 !important;
  -moz-border-radius: 0 10px 10px 0 !important;
  border-radius: 0 10px 10px 0 !important;
}
.rounded-left {
  -webkit-border-radius: 10px 0 0 10px !important;
  -moz-border-radius: 10px 0 0 10px !important;
  border-radius: 10px 0 0 10px !important;
}
.shadow-box {
  box-shadow: 0px 21px 86px 0px rgba(140, 164, 177, 0.37);
}
#default-placeholder {
  display: block;
  height: 100px;
}
#bigger-placeholder {
  display: block;
  height: 200px;
}
h1 {
  color: #fff;
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 5px;
  text-shadow: 0px 21px 86px rgba(140, 164, 177, 0.5);
}
@media (max-width: 992px) {
  h1 {
    font-size: 40px;
  }
}
h2 {
  color: #b54881;
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 30px;
  text-shadow: 0px 21px 86px rgba(140, 164, 177, 0.5);
}
@media (max-width: 991px) {
  h2 {
    font-size: 17px;
  }
}
h3 {
  color: #000;
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  h3 {
    font-size: 17px;
  }
}
h4 {
  color: #d1b671;
  font-weight: 600;
  font-size: 16px;
}
a {
  color: #b54881;
  font-weight: 500;
}
a:hover,
a:focus {
  color: #9b1e5f;
}
a.btn {
  height: 60px;
  line-height: 60px;
}
.btn,
button,
.button,
.swal2-cancel {
  background-color: #b54881;
  background-image: -moz-linear-gradient(0deg, #d86da5 0%, #b54881 100%);
  background-image: -webkit-linear-gradient(0deg, #d86da5 0%, #b54881 100%);
  background-image: -ms-linear-gradient(0deg, #d86da5 0%, #b54881 100%);
  box-shadow: 0px 15px 50px 0px rgba(181, 72, 129, 0.3);
  height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.05em;
  vertical-align: middle;
  padding: 0 40px;
  border: none;
  font-size: 18px;
}
@media (min-width: 992px) {
  .btn,
  button,
  .button,
  .swal2-cancel {
    font-size: 18px;
    padding: 0 80px;
  }
}
.btn:hover,
button:hover,
.button:hover,
.swal2-cancel:hover,
.btn:focus,
button:focus,
.button:focus,
.swal2-cancel:focus,
.btn:active,
button:active,
.button:active,
.swal2-cancel:active {
  background: #9b1e5f;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.btn.btn-fullwidth,
button.btn-fullwidth,
.button.btn-fullwidth,
.swal2-cancel.btn-fullwidth {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.btn.btn-small,
button.btn-small,
.button.btn-small,
.swal2-cancel.btn-small {
  height: 40px;
  line-height: 25px;
  color: #fff;
  padding: 0 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 30px;
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.2);
}
.btn.btn-small:hover,
button.btn-small:hover,
.button.btn-small:hover,
.swal2-cancel.btn-small:hover,
.btn.btn-small:focus,
button.btn-small:focus,
.button.btn-small:focus,
.swal2-cancel.btn-small:focus,
.btn.btn-small:active,
button.btn-small:active,
.button.btn-small:active,
.swal2-cancel.btn-small:active {
  background-color: #b54881;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-grey,
button.btn-grey,
.button.btn-grey,
.swal2-cancel.btn-grey,
.btn.btn-danger,
button.btn-danger,
.button.btn-danger,
.swal2-cancel.btn-danger {
  background: #89929b;
  background-image: -moz-linear-gradient(0deg, #c9d0d7 0%, #89929b 100%);
  background-image: -webkit-linear-gradient(0deg, #c9d0d7 0%, #89929b 100%);
  background-image: -ms-linear-gradient(0deg, #c9d0d7 0%, #89929b 100%);
  box-shadow: 0px 21px 86px 0px rgba(140, 164, 177, 0.37);
  color: #fff;
}
.btn.btn-grey:hover,
button.btn-grey:hover,
.button.btn-grey:hover,
.swal2-cancel.btn-grey:hover,
.btn.btn-danger:hover,
button.btn-danger:hover,
.button.btn-danger:hover,
.swal2-cancel.btn-danger:hover,
.btn.btn-grey:focus,
button.btn-grey:focus,
.button.btn-grey:focus,
.swal2-cancel.btn-grey:focus,
.btn.btn-danger:focus,
button.btn-danger:focus,
.button.btn-danger:focus,
.swal2-cancel.btn-danger:focus,
.btn.btn-grey.active,
button.btn-grey.active,
.button.btn-grey.active,
.swal2-cancel.btn-grey.active,
.btn.btn-danger.active,
button.btn-danger.active,
.button.btn-danger.active,
.swal2-cancel.btn-danger.active {
  background: #454c53;
  color: #fff;
}
.btn.btn-white,
button.btn-white,
.button.btn-white,
.swal2-cancel.btn-white {
  background-color: #fff;
  color: #8ca4b1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-white:hover,
button.btn-white:hover,
.button.btn-white:hover,
.swal2-cancel.btn-white:hover,
.btn.btn-white:focus,
button.btn-white:focus,
.button.btn-white:focus,
.swal2-cancel.btn-white:focus,
.btn.btn-white:active,
button.btn-white:active,
.button.btn-white:active,
.swal2-cancel.btn-white:active {
  background: #c9d0d7;
}
.btn.btn-white i,
button.btn-white i,
.button.btn-white i,
.swal2-cancel.btn-white i {
  display: inline;
}
.btn.btn-disabled,
button.btn-disabled,
.button.btn-disabled,
.swal2-cancel.btn-disabled {
  background: #f3f6f9;
  color: #8ca4b1;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.btn.btn-disabled:hover,
button.btn-disabled:hover,
.button.btn-disabled:hover,
.swal2-cancel.btn-disabled:hover,
.btn.btn-disabled:focus,
button.btn-disabled:focus,
.button.btn-disabled:focus,
.swal2-cancel.btn-disabled:focus,
.btn.btn-disabled:active,
button.btn-disabled:active,
.button.btn-disabled:active,
.swal2-cancel.btn-disabled:active {
  background-color: #f3f6f9;
  color: #8ca4b1;
}
.btn .fa,
button .fa,
.button .fa,
.swal2-cancel .fa {
  color: #b54881;
  font-size: 20px;
}
.checkbox-toggle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  margin-right: 30px;
}
.checkbox-toggle .toggle {
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.checkbox-toggle .toggle-group .btn {
  text-align: left;
  background: #f3f6f9;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #c9d0d7;
  text-transform: none;
  color: #8ca4b1;
  padding-right: 25px;
  padding-left: 25px;
  height: 30px;
  display: inline;
}
.checkbox-toggle .toggle-group .btn.btn-primary {
  background: #b54881;
  color: #fff;
}
.checkbox-toggle .toggle-group .btn.toggle-handle {
  background: #fff;
  border: 1px solid #c9d0d7;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}
.modal-content .btn,
.modal-content button {
  height: auto;
  padding: 5px;
  color: #b54881;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal-content .btn.btn-upload,
.modal-content button.btn-upload {
  padding-bottom: 0;
  background-color: #b54881;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.modal-content .btn.btn-upload:not(:disabled):not(.disabled):active,
.modal-content button.btn-upload:not(:disabled):not(.disabled):active {
  background: none;
}
.swal2-popup .swal2-styled.swal2-confirm {
  background-color: #b54881 !important;
  box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.3) !important;
  -webkit-box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.3) !important;
  height: 60px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  color: #fff !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  text-align: center !important;
  letter-spacing: 0.05em !important;
  vertical-align: middle !important;
  padding: 0 50px !important;
  border: none !important;
}
.swal2-popup .swal2-styled.swal2-confirm:hover {
  background: #b54881 !important;
  color: #fff !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.swal2-popup #swal2-title {
  color: #b54881;
}
.swal2-popup .swal2-styled.swal2-cancel {
  height: 60px;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #f3f6f9;
  color: #8ca4b1;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 13px;
}
.swal2-popup .swal2-styled.swal2-cancel:hover,
.swal2-popup .swal2-styled.swal2-cancel:focus,
.swal2-popup .swal2-styled.swal2-cancel.active {
  background-color: #b54881;
  color: #fff;
}
.swal2-popup .swal2-styled.swal2-cancel.for-physicians:hover,
.swal2-popup .swal2-styled.swal2-cancel.for-physicians:focus,
.swal2-popup .swal2-styled.swal2-cancel.for-physicians.active {
  background-color: #d1b671;
  color: #fff;
}
.chosen-select {
  width: 100%;
}
.chosen-container-multi .chosen-choices {
  border-radius: 7px;
  box-shadow: 0px 21px 86px 0px rgba(140, 164, 177, 0.47);
  border: none !important;
  padding-top: 5px !important;
}
.chosen-container-multi .chosen-choices .search-field {
  padding: 5px !important;
}
.chosen-container-multi .chosen-choices li.search-choice {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
label {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
label.custom-control-label {
  text-transform: none;
}
.switch-label {
  font-size: 15px;
  vertical-align: middle;
}
.form-control,
.ui-selectmenu-button.ui-button {
  border: none;
  height: 40px;
  font-size: 18px;
  outline: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: block;
  width: 100%;
  background: #fff;
}
.form-control:focus,
.ui-selectmenu-button.ui-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(140, 164, 177, 0.3);
  -moz-box-shadow: 0 0 0 0.2rem rgba(140, 164, 177, 0.3);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(140, 164, 177, 0.3);
}
.form-control:read-only,
.ui-selectmenu-button.ui-button:read-only {
  background-color: #fff;
}
.form-control:disabled,
.ui-selectmenu-button.ui-button:disabled {
  background-color: #e8eef3;
}
.form-control::-webkit-input-placeholder,
.ui-selectmenu-button.ui-button::-webkit-input-placeholder {
  /* Edge */
  font-size: 13px;
}
.form-control:-ms-input-placeholder,
.ui-selectmenu-button.ui-button:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 13px;
}
.form-control::placeholder,
.ui-selectmenu-button.ui-button::placeholder {
  font-size: 18px;
}
textarea {
  resize: none;
}
.ui-selectmenu-button.ui-button {
  line-height: 38px;
}
.ui-selectmenu-icon {
  top: 10px;
}
.validation-comment {
  font-size: 13px;
}
.form-error {
  color: #b54881;
}
.custom-switch {
  padding-left: 60px;
}
.custom-switch .custom-control-label {
  font-weight: normal;
  line-height: 26px;
  font-size: 15px;
}
.custom-switch .custom-control-label::before {
  width: 44px;
  height: 22px;
  pointer-events: all;
  border-radius: 10px;
  background-color: #8ca4b1;
  border: none;
  left: -60px;
  cursor: pointer;
}
.custom-switch .custom-control-label::before:focus,
.custom-switch .custom-control-label::before:hover,
.custom-switch .custom-control-label::before:active {
  background-color: #8ca4b1;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.custom-switch .custom-control-label::after {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 10px;
  left: -58px;
  cursor: pointer;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #b54881;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::before:focus,
.custom-switch .custom-control-input:checked ~ .custom-control-label::before:hover,
.custom-switch .custom-control-input:checked ~ .custom-control-label::before:active {
  background-color: #b54881;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(22px);
}
.custom-switch .custom-control-input:disabled ~ .custom-control-label::before,
.custom-switch .custom-control-input[disabled] ~ .custom-control-label::before {
  background-color: #c9d0d7;
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #6fbfad;
}
.custom-switch .custom-control-input:hover ~ .custom-control-label::before,
.custom-switch .custom-control-input:focus ~ .custom-control-label::before,
.custom-switch .custom-control-input:active ~ .custom-control-label::before {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.custom-checkbox {
  padding-left: 60px;
}
.custom-checkbox .custom-control-label {
  font-weight: normal;
  line-height: 26px;
  font-size: 15px;
  padding-left: 25px;
}
.custom-checkbox .custom-control-label::before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  pointer-events: all;
  background-color: #fff;
  background-image: none;
  border: 3px solid #fff;
  left: -8px;
  cursor: pointer;
}
.custom-checkbox .custom-control-label::before:focus,
.custom-checkbox .custom-control-label::before:hover,
.custom-checkbox .custom-control-label::before:active {
  background-color: #8ca4b1;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border: 3px solid #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before:focus,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before:hover,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before:active {
  background-color: #b54881;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background: none !important;
}
.custom-checkbox .custom-control-input:disabled ~ .custom-control-label::before,
.custom-checkbox .custom-control-input[disabled] ~ .custom-control-label::before {
  background-color: #c9d0d7;
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #6fbfad;
}
.custom-checkbox .custom-control-input:hover ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:active ~ .custom-control-label::before {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.img-responsive {
  width: 100%;
  height: auto;
}
.toggle-section {
  background: #f3f6f9;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}
.toggle-section .toggle-section-head h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #8ca4b1;
  padding: 15px 20px;
}
.toggle-section .toggle-section-head .toggle-arrow {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 30px;
  color: #e8eef3;
  cursor: pointer;
}
.toggle-section .toggle-content {
  display: none;
  padding: 0 20px;
}
.toggle-section .toggle-content .question {
  font-size: 19px;
  font-weight: bold;
  color: #b54881;
}
.toggle-section .toggle-content .question-comment {
  font-size: 13px;
  margin-bottom: 15px;
}
.toggle-section.active .toggle-section-head .toggle-arrow:before {
  content: "\f106";
}
.toggle-section.active .toggle-content {
  display: block;
}
#main-container {
  position: relative;
}
.image-cropper-group #editor_pic_name {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .image-cropper-group #editor_pic_name {
    max-width: 300px;
  }
}
.navbar-brand {
  padding: 0;
  max-width: 147px;
}
.navbar {
  padding-top: 100px;
  margin-bottom: 100px;
  z-index: 20;
}
.navbar > .container {
  position: relative;
}
footer {
  background-color: #b54881;
}
#footer-menu-wrap {
  text-align: right;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
#footer-menu-wrap #footer-menu {
  list-style-type: none;
  margin: 0;
  padding: 5px 0;
}
#footer-menu-wrap #footer-menu li {
  margin: 10px 10px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
#footer-menu-wrap #footer-menu li a {
  font-weight: 500;
  color: #fff;
}
@media (max-width: 575px) {
  #footer-menu-wrap {
    text-align: center;
  }
  #footer-menu-wrap #footer-menu li {
    display: block;
  }
}
.pagination {
  font-size: 15px;
  font-weight: bold;
  width: 100%;
}
.pagination ul {
  margin: 70px auto 40px;
  padding-left: 0;
  list-style-type: none;
}
.pagination ul li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.pagination ul li a {
  line-height: 30px;
  text-align: center;
  display: inline-block;
  color: #8ca4b1;
  height: 30px;
  width: 30px;
}
.pagination ul li.active a {
  color: #fff;
  background: #b54881;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.pagination ul li.prev,
.pagination ul li.next {
  font-size: 30px;
  vertical-align: middle;
  cursor: pointer;
}
.pagination ul li.prev a,
.pagination ul li.next a {
  color: #8ca4b1;
}
.pagination ul li.prev a:hover,
.pagination ul li.next a:hover,
.pagination ul li.prev a:focus,
.pagination ul li.next a:focus {
  color: #b54881;
}
.swal2-icon-content-smiley {
  transform: rotate(90deg);
  padding-bottom: 12px;
}
.more-div {
  cursor: pointer;
}
.read-more-div {
  position: absolute;
  right: 30px;
  bottom: 20px;
}
.read-more-div .fa-arrow-right {
  padding-left: 5px;
}
.read-more-div .fa-arrow-right::before {
  color: #000;
}
/* Cookie banner */
.light.cc_dialog,
.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog {
  background-color: #fff !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.light.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_head {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.light.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.light.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_content,
.light.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer {
  background: #fff !important;
}
.cc_dialog button {
  margin-right: 30px !important;
}
.cc_dialog_headline {
  font-weight: bold !important;
}
.cc_dialog button.cc_b_reject,
.cc_dialog button.cc_b_cp {
  text-transform: uppercase;
  background-color: #fff;
  color: #8ca4b1 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 18px;
  box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.3) !important;
  -webkit-box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.3) !important;
  height: 60px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  padding: 0 50px !important;
}
@media (max-width: 994px) {
  .cc_dialog button.cc_b_reject,
  .cc_dialog button.cc_b_cp {
    padding: 0 20px !important;
    margin-bottom: 10px;
    font-size: 16px;
    height: 50px !important;
  }
}
.cc_dialog button.cc_b_reject:hover,
.cc_dialog button.cc_b_cp:hover,
.cc_dialog button.cc_b_reject:active,
.cc_dialog button.cc_b_cp:active {
  background: #c9d0d7;
}
.light.cc_dialog button.cc_b_ok,
.light.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_save button {
  text-transform: uppercase;
  background-color: #b54881 !important;
  box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.3) !important;
  -webkit-box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.3) !important;
  height: 60px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  color: #fff !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  text-align: center !important;
  letter-spacing: 0.05em !important;
  vertical-align: middle !important;
  padding: 0 50px !important;
  border: none !important;
  font-size: 18px;
}
@media (max-width: 994px) {
  .light.cc_dialog button.cc_b_ok,
  .light.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_save button {
    padding: 0 20px !important;
    margin-bottom: 10px;
    font-size: 16px;
    height: 50px !important;
  }
}
.light.cc_dialog button.cc_b_ok:hover,
.light.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_save button:hover,
.light.cc_dialog button.cc_b_ok:active,
.light.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_save button:active {
  background: #b54881 !important;
}
.light.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_save button {
  margin: 15px 0;
}
.cookie-consent-preferences-overlay input[type="checkbox"].checkbox_cookie_consent + label::before {
  background: #e8eef3 !important;
}
.cookie-consent-preferences-overlay input[type="checkbox"].checkbox_cookie_consent:checked + label::before {
  background: #b54881 !important;
}
.cookie-consent-preferences-overlay input[type="checkbox"].checkbox_cookie_consent + label::after {
  top: 2px !important;
  width: 20px !important;
  height: 20px !important;
}
.cookie-consent-preferences-overlay input[type="checkbox"].checkbox_cookie_consent:checked + label::after {
  margin-left: 18px !important;
}
.light.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_content .cc_cp_m_content a {
  color: #b54881 !important;
  font-weight: bold !important;
}
#search-box .search-type-wrap {
  position: relative;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 21px 86px 0px rgba(140, 164, 177, 0.37);
  color: #000;
  cursor: pointer;
}
#search-box .search-type-wrap.active {
  background: #f3f6f9;
  box-shadow: none;
}
#search-box .search-type-wrap.active:after {
  content: url(../images/check_icon.png);
  width: 25px;
  height: 25px;
  position: absolute;
  top: 10px;
  right: 10px;
}
/*# sourceMappingURL=default.css.map */