.profit-calculator-wrapper {
  padding: 50px;
  border: 2px solid rgba(182, 182, 181, 0.5);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  /* background-color: #000000; */
}

.base--color {
  color: #000 !important;
}

/* table css end */
/* button css start */
.cmn-btn {
  padding: 12px 35px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #000;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
}

.cmn-btn:hover {
  color: #ffffff;
  background-color: #000e5;
}

.cmn-btn.active {
  background-color: #001d4a;
}

.cmn-btn2 {
  padding: 12px 35px;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #062c4e;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #000000;
}

.cmn-btn2:hover {
  color: #000000;
  background-color: #c69840;
}

.border-btn {
  padding: 14px 35px;
  font-size: 16px;
  font-weight: weight("semi");
  text-transform: capitalize;
  color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
}

.border-btn:hover {
  background-color: #000;
  color: #000000;
  border-color: #000;
  box-shadow: 0px 25px 40px 0px rgba(51, 51, 51, 0.1);
}

.read-btn {
  padding: 10px 20px;
  min-width: 130px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: rgba(204, 163, 84, 0.14);
  color: #000;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.read-btn:hover {
  background-color: #000;
  color: #ffffff;
}

.btn-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.btn-group *[class*="btn"] {
  margin: 5px 10px;
  align-items: center;
}

.btn-group *[class*="btn"].d-flex {
  padding: 8px 35px;
}

[class*="btn"].btn-md {
  padding: 8px 30px;
}

[class*="btn"].btn-sm {
  padding: 6px 20px;
}

.action-btn {
  padding: 5px 15px;
  font-weight: 600;
  background-color: #ffffff;
  color: #000;
  font-size: 14px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.bg-btn {
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 12px 25px;
}

.bg-btn:hover {
  background-color: #001d4a;
  color: #000000;
  border-color: #001d4a;
}

/* button css end */
/* form css start */
.form-control {
  padding: 10px 20px;
  border: 1px solid hsla(0, 1%, 61%, 0.502);
  width: 100%;
  background-color: transparent;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #000;
  min-height: 50px;
}

/*# sourceMappingURL=main.css.map */
.cookie__wrapper {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: #000;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 10vh;
  font-size: 18px;
  z-index: 99999;
}
.cookie__wrapper .txt {
  max-width: 720px;
  margin-right: 20px;
}
.package-card {
  background-position: unset;
}
.form--control {
  background: transparent !important;
  border: none !important;
}
.thumb__350px {
  height: 350px;
}
.thumb__350px img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1199px) {
  .thumb__350px {
    height: 250px;
  }
}
