*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  --prime: #028D94;
  --primegrad: linear-gradient(94.07deg, #028D94 -0.65%, #03ADB5 -0.64%, #028D94 113.7%);
  --accent: #028D9415;
  --pagebg: #028D9410;
  --ltprime: #028D9490;
  --shadow: 0px 4px 40px 0px #0000001A;
  --sec: #FFD6D7;
  --seclt: #FFEFEF;
}

body {
  background: var(--pagebg);
}

.error {
  color: red
}

/* .intl-tel-input {
  position: relative;
  z-index: 99 !important;
} */

.intl-tel-input .country-list {
  z-index: 100 !important;
}

a {
  text-decoration: none;
  color: inherit;
}

.fs-7 {
  font-size: 14px;
}

.mw-500 {
  max-width: 500px;
}

button {
  border: none;
  background: none;
}

.text-prime {
  color: var(--prime);
}

.bg-prime {
  background: var(--prime);
}

.bg-accent {
  background: var(--accent);
}

.btn-prime:hover,
.btn-prime {
  background: var(--prime);
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  color: #fff;
  min-height: 42px;
  padding: 5px 16px;
  border: none;
  min-width: 180px;
  border-radius: 6px;
}

.bg-sec {
  background: var(--sec);
}

.bg-seclt {
  background: var(--seclt);
}

.btn-sec:hover,
.btn-sec {
  border: 1px solid var(--prime);
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 5px 16px;
  background: #fff;
  min-height: 42px;
  min-width: 180px;
  border-radius: 6px;
}


.gif-loader img {
  width: 200px !important;
  /* height: 200px; */
  aspect-ratio: 30/28 !important;
  /* background: #fff; */
  padding:1rem;
  border-radius: .7rem;
}

/* .btn-prime:hover,
.btn-sec:hover {
  background: var(--accent);
} */

.linebefore {
  padding-left: 10px;
  border-left: 4px solid var(--prime);
  color: var(--prime);
  margin-left: 6px;
  margin-bottom: 14px;
  font-size: 24px;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

header a {
  font-size: 24px;
  font-weight: 600;
  color: var(--prime);
}

header .login-logout a {
  font-size: 16px;
}

footer {
  background: var(--primegrad);
  font-size: 14px;
}

footer>*>*,
footer>* {
  color: #fff !important;
}

footer .footermenu {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

footer .footermenu a:after {
  content: '|';
  padding-left: 10px;
  color: #fff;
}

footer .footermenu a:nth-last-child(2)::after,
footer .footermenu a:last-child::after {
  content: none;
}

footer .footermenu a:last-child {
  margin-left: 10px;
}


main {
  background: var(--primegrad);
  padding: 50px;
  margin: 0px 40px 50px;
  border-radius: 10px;
}

/* home page */
.searchbox {
  max-width: 550px;
  margin: auto;
  position: relative;
  margin-bottom: 40px;
}

.searchbox input[type='search'] {
  width: 100%;
  border: none;
  border-radius: 6px;
  background: #fff;
  padding: 10px 60px 10px 14px;
  outline: none;
  box-shadow: 0px 4px 20px 0px #028D940D;
}

.searchbox button {
  width: 50px;
  position: absolute;
  top: 3px;
  right: 3px;
  border: none;
  border-radius: 6px;
  background: var(--prime);
  outline: none;
  padding: 7px;
}

.searchbox button img {
  filter: brightness(0) invert(1);
}

input::placeholder,
textarea::placeholder {
  color: #999;
}

.navmenues {
  display: flex;
  gap: 10px;
  position: relative;
  flex-wrap: wrap;
}

.navmenues::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background: linear-gradient(94.07deg, #028D94 -0.65%, #03ADB5 -0.64%, #028D94 113.7%);
  height: 6px;
  border-radius: 5px;
  opacity: 10%;
}

.navmenues button {
  color: #2227;
  font-size: 16px;
  padding: 0px 20px;
  border-bottom: 5px solid transparent;
  padding-bottom: 6px;
}

.navmenues button:hover,
.navmenues button.active {
  position: relative;
  color: var(--prime);
  /* font-weight: 500; */
}

.navmenues button:hover::after,
.navmenues button.active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  background: linear-gradient(94.07deg, #028D94 -0.65%, #03ADB5 -0.64%, #028D94 113.7%);
  height: 6px;
  border-radius: 5px;
}


.qntbtns {
  position: relative;
  width: 120px;
  border: 1px solid #2225;
  border-radius: 12px;
  height: 36px;
  overflow: hidden;
  margin-left: 20px;
}

.qntbtns button {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  height: calc(100% + 2px);
  width: 35px;
  display: grid;
  place-content: center;
  border: 1px solid #2225;
  z-index: 3;
  font-size: 30px;
}

.qntbtns button.increase {
  left: unset;
  right: -1px;
  font-size: 20px;
}

.qntbtns input {
  width: 100%;
  height: 35px;
  outline: none;
  border: none;
  padding: 1px 22px;
  text-align: center;
}



@media (max-width:768px) {
  main {
    background: var(--primegrad);
    padding: 30px;
    margin: 0px 20px 30px;
    border-radius: 16px;
  }

  .navmenues {
    justify-content: space-around;
  }

  /* .navmenues button {
    font-size: 16px;
    padding: 0px 20px;
  } */
}

@media (max-width:476px) {
  main {
    background: var(--primegrad);
    padding: 10px;
    margin: 0px 10px 20px;
  }


  .navmenues button {
    font-size: 16px;
    padding: 0px 10px;
  }
}



label {
  display: block;
  margin: 18px 0px 8px;
}

textarea,
select,
input {
  display: block;
  width: 100%;
  outline: none;
  border: none;
  background: #fff;
  border-radius: 6px;
  padding: 8px 12px;
  box-shadow: 0px 4px 20px 0px #028D941A;
  margin-bottom: 10px;
}

select {
  padding: 10px 12px;
}

.badge {
  background: #f005;
  color: #fff;
  padding: 8px 26px;
  border-radius: 10px 0 0 0;
  position: absolute;
  right: 0;
  bottom: 0;
  width: fit-content;
  font-weight: 400;
}

.roleselector {
  display: flex;
  gap: 12px;
}

.roleselector input {
  display: none;
}

.roleselector button {
  padding: 10px;
  border-radius: 40px;
  background: #fff;
  color: #2226;
  flex-grow: 1;
  flex-basis: 0;
}

.roleselector button.selected {
  background: var(--prime);
  color: #fff;
}

.galitem {
  position: relative;
  cursor: pointer;
  border-radius: 20px;
}

#videoModal .img-fluid,
.galitem .img-fluid {
  border-radius: 20px;
}

.play-video {
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
}

.video-iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.close {
  position: absolute;
  background: none;
  border: none;
  right: 20px;
  top: 0px;
  font-size: 40px;
  font-weight: 500;
  color: var(--prime);
}

.greenbar {
  background: var(--prime);
  padding: 30px;
  border-radius: 0px 0px 30px 30px;
}

.anchors {
  background: #fff2;
  display: flex;
  gap: 8px;
  border-radius: 40px;
  width: fit-content;
  color: #fff;
  padding: 10px 20px;
  font-size: 13px;
  margin-left: -10px;
}

.about-social {
  display: flex;
}

.about-social a {
  height: 44px;
  width: 44px;
}