.container-fluid {
  width: 88% !important;
}

.donatebtn, header .donatebtn {
  background: #04a35f !important;
  color: #fff !important;
  padding: 10px 18px !important;
  border-radius: 10px !important;
  font-size: "Lato", sans-serif !important;
  font-size: 16px !important;
  overflow: hidden;
  transition: all 0.35s ease;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
.donatebtn:hover, header .donatebtn:hover {
  background: #0fc85e !important;
  color: #fff !important;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1333333333);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.donatebtn i, header .donatebtn i {
  color: #fff !important;
}

.topbar, .topbar .container-fluid {
  background-color: #01406f !important;
}

.topbar {
  position: relative !important;
  top: 0px;
  height: auto;
}
.topbar .row {
  height: auto !important;
}
.topbar p, .topbar i {
  color: #fff !important;
}
.topbar p {
  font-size: 14px !important;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500 !important;
}
.topbar .social-info-left i {
  font-size: 14px !important;
}

.active {
  color: #01406f !important;
}

header {
  position: -webkit-sticky;
  position: sticky;
  background: #fff;
  top: 0px;
  width: 100%;
  left: 0px;
  z-index: 9;
  margin-bottom: 0px;
  box-shadow: 0px 2px 12px 4px rgba(0, 0, 0, 0.14);
}
header a {
  font-family: "Manrope", sans-serif !important;
}
header li {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
header .row {
  height: 90px;
}

#CtSpinner {
  display: none;
}

.navb ul li:not(:last-child) {
  margin-right: 40px;
}

.p-menu:hover > .submenu {
  display: block;
}

.ds-header {
  display: block;
}

.mb-header {
  display: none;
}

header .container-fluid {
  background: white !important;
}

header a, header i, header p {
  color: #453d3d !important;
  font-size: 1.125rem;
  font-weight: 600;
}

.position-ll {
  position: relative;
  top: 4px;
}

.p-menu {
  position: relative;
  padding-bottom: 8px;
  padding-top: 8px;
}

.submenu {
  position: absolute;
  top: 45px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  z-index: 1;
  background: #fff;
  display: none;
  width: 285px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 5px;
  left: -16px;
  border-radius: 10px;
  border-top: 4px solid #24738a;
}
.submenu li {
  padding-bottom: 15px !important;
}
.submenu li a {
  font-size: 1rem;
}

#menuburgar, #closeiconmenu {
  display: none;
}

.whatsapp {
  position: fixed !important;
  bottom: 20px !important;
  right: 20px !important;
  z-index: 999 !important;
}

.login-div .submenu {
  width: 160px !important;
}

.drotate {
  transform: rotate(178deg);
}

header a:hover {
  color: #000 !important;
}

#scrollTopBtn i {
  color: #fff !important;
}

@media only screen and (max-width: 1300px) {
  .navb ul li:not(:last-child) {
    margin-right: 25px;
  }
  .logo img {
    width: 165px;
  }
}
@media only screen and (max-width: 768px) {
  .topbar {
    display: none;
  }
  #mbnav {
    display: none;
  }
  #mbnav {
    position: fixed;
    top: 69px;
    width: 100%;
    padding: 0px !important;
    margin: 0px !important;
    left: 0px;
    z-index: 1000;
    padding-left: 20px !important;
    padding-top: 20px !important;
    background: rgb(255, 255, 255);
    border-bottom: 1px solid rgba(0, 0, 0, 0.267);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 12px 1px;
  }
  #mbnav ul li {
    display: block !important;
    margin-bottom: 26px !important;
  }
  #mbnav ul li a {
    font-size: 1rem !important;
    font-weight: 800 !important;
  }
  .container-fluid {
    width: 100% !important;
  }
  #menuburgar {
    display: block;
  }
  #menuburgar i {
    font-size: 18px;
    margin-right: 10px;
  }
  .mb-header {
    display: block;
  }
  #mbnav ul, #mbnav li {
    display: block !important;
  }
  #closeiconmenu i {
    font-size: 18px;
    margin-right: 20px;
  }
  header .logo img {
    height: 70px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  header .row {
    height: 70px;
  }
  .whatsapp {
    text-align: right;
  }
  .whatsapp img {
    width: 70%;
  }
  #mbnav .submenu {
    position: relative;
    top: 12px;
    border: 0px solid rgba(0, 0, 0, 0.2);
    z-index: 1;
    background: #fff;
    width: 100%;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 0px;
    left: -16px;
    border-radius: 10px;
    margin-bottom: -12px;
  }
  #mbnav .submenu li {
    margin-bottom: 6px !important;
  }
  #mbnav .submenu li a {
    font-weight: 500 !important;
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1058823529);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0980392157);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1058823529);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0980392157);
  }
}/*# sourceMappingURL=header.css.map */