body {
  font-family: "Nunito", sans-serif;
}

b,
strong {
  font-weight: 700;
}

a,
span {
  display: inline-block;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  width: unset;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.text-left {
  text-align: left;
}

.dropdown-toggle::after {
  display: none;
}

.navbar-expand-lg .navbar-nav .toggle_menu .dropdown-menu {
  position: relative;
}

.toggle_menu h5 {
  font-size: 18px;
  line-height: 25px;
  margin: 20px 20px 0;
}

.toggle_menu .dropdown-menu {
  display: block;
}

.dropdown-menu {
  border: none;
  box-shadow: none;
}

.toggle_menu a {
  font-size: 16px;
  line-height: 22px;
  padding: 12px 16px 12px 20px;
  position: relative;
  display: block;
}

.toggle_menu a:hover {
  background: #ebf4ff;
  color: #144a8a;
}

.nav-item > .dropdown-toggle,
.nav-item > a {
  font-size: 18px;
  line-height: 25px;
  position: relative;
  padding: 22px 33px;
}

.accordion-button::after {
  background: none !important;
  width: unset;
  height: unset;
  font-size: 8px;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background: unset;
  box-shadow: unset;
}

.accordion-item {
  border-width: 0 0 1px;
}

.accordion-item:last-child {
  border: none;
}

.accordion.custom-card {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
}

.custom-logo,
.custom-logo img {
  max-height: 45px;
  margin-bottom: 5px;
  max-width: 188px;
}

.navbar {
  padding: 0;
}

.row > * {
  position: relative;
}

.footer-bg-black {
  background-color: #363f48;
  padding: 20px 0 1px;
  color: #fff;
}

footer {
  background: #f0f3f6;
  padding-top: 90px;
}

footer ul,
footer ol {
  list-style: none;
  padding-left: 0;
}

footer h5 {
  font-size: 24px;
  margin-bottom: 30px;
}

footer .row {
  justify-content: space-around;
}

footer a {
  font-size: 18px;
  transition: color 0.3s ease 0s;
}

footer li {
  margin-bottom: 10px;
}

@font-face {
  font-family: icomoon;
  src: url(../fonts/icomoon.eot?rscz0p);
  src: url(../fonts/icomoon.eot?rscz0p#iefix) format("embedded-opentype"), url(../fonts/icomoon.woff?rscz0p) format("woff"), url(../fonts/icomoon.ttf?rscz0p) format("truetype"),
    url(../fonts/icomoon.svg?rscz0p#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

[class*=" icon-"],
[class^="icon-"] {
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\e900";
}

.icon-pinterest:before {
  content: "\ead1";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-menu:before {
  content: "\e9bd";
}

footer ol {
  display: flex;
}

footer ol span {
  font-size: 30px;
  margin-right: 15px;
}

footer {
  padding-top: 50px;
}

.section-breadcrumb {
  background: #efefef;
  padding: 7px 0;
}

.breadcrumb-item {
  font-size: 12px;
}

.breadcrumb {
  margin: 0;
}

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bcbcbc;
  opacity: 1;
  /* Firefox */
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bcbcbc;
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #bcbcbc;
}

hr {
  opacity: 1;
}

.block-disclaimer .container-fluid,
.block-disclaimer .container {
  display: flex;
  justify-content: flex-end;
}

.block-disclaimer {
  background-color: #f9f9f9;
}

.block-disclaimer .dropdown {
  padding: 6px 0;
  font-size: 12px;
}

.block-disclaimer .dropdown p,
.breadcrumb-item p {
  font-size: 14px;
  margin-bottom: 16px;
  line-height: unset;
}

.breadcrumb-item:last-child > a,
.block-disclaimer a {
  text-decoration: underline;
}

.breadcrumb-item p a,
.block-disclaimer p a {
  text-decoration: underline #3287fb;
}

.breadcrumb-item .dropdown-menu,
.block-disclaimer .dropdown-menu {
  padding: 17px 17px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  width: 367.95px;
}

.breadcrumb-item:last-child {
  margin-left: auto;
}

.breadcrumb-item + .breadcrumb-item:last-child:before {
  display: none;
}

@media (min-width: 768px) {
  footer ul {
    margin-bottom: 85px;
  }

  footer ol {
    margin-top: -50px;
  }

  .visible-767 {
    display: none;
  }
}

@media (min-width: 992px) {
  .toggle_menu h5 {
    white-space: nowrap;
  }

  .nav-item > .dropdown-menu {
    /* max-width: 100%; */
    background: #ffffff;
    border: 1px solid #d7e1f0;
    box-shadow: 0px 10px 50px rgba(22, 60, 112, 0.1);
    border-radius: 10px;
    padding: 20px;
    top: 60px;
  }

  .nav-item:hover > .dropdown-menu {
    display: flex;
  }

  .nav-item > .dropdown-toggle::after {
    position: absolute;
    display: block;
    color: #000;
    right: 12px;
    border: 0;
    font-size: 6px;
    bottom: 32px;
  }

  .mobile_menu_carrot {
    display: none;
  }

  .toggle_menu {
    border: 1px solid #ebf4ff;
    border-radius: 6px;
  }

  .toggle_menu a:hover::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 100%;
    background: #00b4f6;
    left: 0;
    top: 0;
  }

  .toggle_menu:not(:first-child) {
    margin-left: 20px;
  }

  .navbar-nav {
    margin: auto;
  }

  .nav-item:hover {
    color: #257dfd;
  }

  .nav-item:hover > .dropdown-toggle::after {
    transform: rotate(180deg);
    color: #257dfd;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    padding: 0 2%;
    max-width: 1200px;
  }
}

@media (max-width: 991px) {
  .navbar {
    min-height: 57px;
  }
  .custom-logo,
  .custom-logo img {
    max-height: 39px;
    margin: 10px 0 15px;
  }

  .open .dropdown-menu {
    display: block;
  }

  .navbar-collapse {
    position: fixed;
    z-index: 2;
    right: 0;
    top: 0;
    display: flex;
    width: 100%;
  }

  .navbar-toggler[aria-expanded="true"] span::before {
    background: #00b4f6;
    border-radius: 50px;
    padding: 12px;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 20px;
    display: inline-block;
    padding: 11px;
    right: 15px;
    top: 17px;
    font-size: 12px;
  }

  .navbar-toggler {
    border: none;
    padding: 0;
    z-index: 3;
    color: #00b4f6;
    font-size: 18px;
  }

  .navbar-nav {
    box-shadow: 0px 4px 25px 5px rgba(0, 0, 0, 0.25);
    border: 1px solid #d7e1f0;
    border-radius: 10px 0px 0px 10px;
    padding: 197px 25px 20px;
    background: #ffffff;
    height: 100vh;
    overflow: auto;
    margin-left: auto;
    width: 311px;
    display: block;
    padding: 90px 25px 20px;
  }

  .navbar-nav .nav-item:not(:last-child) {
    border-bottom: 1px solid #d7e1f0;
  }

  .toggle_menu {
    border: 1px solid #d7e1f0;
    box-shadow: 0px 10px 50px rgba(22, 60, 112, 0.1);
    border-radius: 10px;
    padding: 23px 23px 10px;
  }

  .toggle_menu:not(:first-child) {
    margin-top: 20px;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  body.active .navbar-collapse {
    background: rgba(0, 0, 0, 0.25);
  }

  .nav-item > .dropdown-toggle,
  .nav-item > a {
    padding: 15px 0;
  }

  .mobile_menu_carrot {
    padding: 0;
    border: 0;
    position: absolute;
    right: 0;
    background: unset;
    font-size: 6px;
    top: 22px;
  }

  .toggle_menu h5 {
    margin: 0;
  }

  .toggle_menu a {
    padding: 8px 0;
    white-space: unset;
  }

  .collapsing {
    height: unset;
    transition: unset;
  }

  .nav-item.open {
    color: #257dfd;
  }

  .nav-item.open .mobile_menu_carrot {
    transform: rotate(180deg);
    color: #257dfd;
  }
}

@media (max-width: 767px) {
  .breadcrumb {
    position: relative;
  }

  .breadcrumb-item:last-child {
    position: absolute;
    bottom: -32px;
    right: 0;
  }

  .breadcrumb-item:last-child > a {
    color: #999999;
  }

  .visible-768 {
    display: none;
  }

  .mobile_menu_carrot {
  }

  footer h5 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  footer a {
    font-size: 14px;
    transition: color 0.3s ease 0s;
  }

  footer li {
    margin-bottom: 5px;
  }
}
