::selection {
  background: #099;
  color: #fff;
}
input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:focus-within, select:-webkit-autofill, select:-webkit-autofill:active, select:-webkit-autofill:hover, select:-webkit-autofill:focus, select:-webkit-autofill:focus-within, textarea:-webkit-autofill, textarea:-webkit-autofill:active, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:focus-within {
  box-shadow: 0 0 0 1000px #f8f8f8 inset !important;
}
a {
  text-decoration: none !important;
}
.btn:focus, .form-control:focus {
  box-shadow: none;
}
textarea.form-control {
  text-transform: capitalize;
  font-size: 14px;
  border-radius: 0;
}
.btn:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.btn:hover, .btn:focus {
  text-decoration: none;
  color: #ddd;
}
button {
  outline: none !important;
}
body {
  font-family: "Open Sans", sans-serif;
  background: #fffae0;
}
.fcs-topbar-container {
  background: #403f6f;
  padding: 0;
}
.fcs-topbar-heading {
  line-height: 1.2em;
  font-size: 12px;
  color: #fff;
  padding: 5px 15px;
  text-transform: capitalize;
}
.fcs-topbar-link {
  line-height: 1.2em;
  padding: 5px 15px;
}
.fcs-secondary-button {
  color: #fff;
  text-transform: capitalize;
}
h1{
  margin-top: 0.4rem !important;
  text-transform: capitalize !important;
}
.fcs-icon {
  color: #fff;
  padding: 0;
}
.fcs-icon-border {
  border-left: 1px solid #fff0;
  padding-left: 10px;
}
.container-fluid.fcs-form-container > .row {
  justify-content: center;
}
@media (min-width: 780px) {
  .fcs-topbar-container {
      border-bottom: 1px solid #fff0;
 }
  .fcs-topbar-heading {
      text-align: left;
 }
  .fcs-topbar-link {
      text-align: right;
 }
  .col-lg-6.col-7.fcs-navbar-heading {
      text-align: center;
 }
}
@media (max-width: 780px) {
  .fcs-topbar-heading {
      text-align: center;
      border-bottom: 1px solid #fff0;
 }
  .fcs-topbar-link {
      text-align: center;
      border-bottom: 1px solid #fff0;
 }
  .col-lg-6.col-7.fcs-navbar-heading {
      text-align: left;
 }
}
.fcs-navbar-container {
  background-color: #fff;
  padding: 0;
}
.fcs-navbar-heading, .fcs-navbar-logo {
  padding: 5px 5px;
}
.fcs-navbar-heading {
  text-align: left;
}
.fcs-navbar-logo {
  text-align: right;
}
.fcs-small-text {
  font-size: 18px;
  display: block;
  margin-bottom: -2px;
}
.fcs-bold-text {
  display: block;
  font-weight: 800;
  color: #222;
  text-align: center;
  line-height: 1.6em;
  font-size: 24px;
}
@media (min-width: 780px) {
  .fcs-bold-text {
      text-align: center;
 }
}
.fcs-mainbar-container {
  background: #006c51 !important;
  padding: 6px;
}
.navbar-toggler {
  font-size: 1.8rem;
  padding: 0;
}
@media (min-width: 780px) {
  .navbar-toggler {
      display: block;
 }
  .navbar-expand-lg .navbar-collapse {
      justify-content: center;
 }
  li.nav-item {
      border-left: 1px solid #fff0;
      padding: 0 2px;
 }
  li.nav-item:last-child {
      border-right: 1px solid #fff0;
 }
  li.nav-item:hover, li.nav-item.active {
      background: #fff;
 }
  .col-lg-2.col-3.fcs-navbar-heading {
      max-width: 12%;
      padding-right: 0;
 }
  .col-lg-4.col-7.fcs-navbar-heading {
      padding-left: 0;
      margin-left: -45px;
 }
}
@media (min-width: 992px) {
  .navbar-toggler {
      display: none;
 }
}
.navbar-toggler-icon {
  width: unset;
  height: unset;
  vertical-align: unset;
  color: #1d3a7c;
}
@media (min-width: 780px) {
  .col-lg-3.col-2.fcs-navbar-logo {
      display: none;
 }
}
@media (max-width: 780px) {
  .fcs-navbar-logo img {
      display: none;
 }
  .col-lg-2.col-3.fcs-navbar-heading {
      padding-right: 0;
 }
  ul.navbar-nav {
      padding: 15px;
 }
  ol.carousel-indicators {
      display: none;
 }
  .col-lg-6.col-7.fcs-navbar-heading {
      text-align: left;
 }
  .fcs-small-text {
      font-size: 14px;
 }
  .fcs-bold-text {
      font-size: 22px;
 }
}
. navbar-dark, .navbar-nav .nav-link {
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  text-transform: capitalize;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #403f6f;
}
.fcs-marquee-container {
  background: #eee;
  padding: 0;
  display: flex;
}
.fcs-marquee-container marquee {
  font-size: 14px;
  color: #000;
  font-weight: 700;
  padding-top: 6px;
  text-transform: capitalize;
}
.fcs-marquee-container span {
  padding: 5px;
  color: red;
}
.fcs-cont {
  background: #fcf1ca;
  padding: 5px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 15px;
}
.fcs-light-bg {
  background: #2767dc;
  color: #fff;
  line-height: 1.2em;
  padding: 15px;
  text-transform: capitalize;
  font-size: 14px;
}
.fcs-dark-bg {
  background: #69932b;
  color: #fff;
  line-height: 1.2em;
  padding: 15px;
  text-transform: capitalize;
  font-size: 14px;
}
.fcs-padding-container {
  padding: 30px;
}
@media (max-width: 780px) {
  .fcs-padding-container .row div:nth-child(4) {
      background: #eee;
 }
  .fcs-padding-container .row div:nth-child(5) {
      background: #eee;
 }
}
.container-fluid.fcs-padding-container {
  background: #eee;
}
.fcs-bold-text-white {
  display: block;
  font-weight: 800;
  line-height: 1.2em;
  font-size: 20px;
  text-align: center;
  color: #2c498d;
  text-decoration: underline;
}
. fcs-bold-text-white1 {
  display: block;
  line-height: 1.2em;
  font-size: 16px;
  text-align: center;
  color: red;
}
hr {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
  border: 0;
  border-top: 1px solid #0a222e;
}
div#nav-tab {
  margin: 30px;
  justify-content: center;
}
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs .nav-link {
  border-radius: 0;
  text-transform: capitalize;
  color: #fff;
  font-size: 14px;
  background: #2c498d;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  background-color: #2c498d;
  color: #fff;
  border-color: #2c498d;
}
@media (max-width: 780px) {
  .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
      color: red;
 }
  .navbar-dark .navbar-nav .nav-link:hover {
      color: #000;
 }
}
.nav-tabs .nav-link.active {
  background-color: #e54f07;
  color: #fff;
  border-color: #e54f07;
}
@media (max-width: 780px) {
  .nav-tabs .nav-link {
      width: 100%;
 }
}
.tab-content.fcs-padding-container {
  background: #eee;
  padding: 0 60px 40px 60px;
}
.card {
  border: 0;
  border-radius: 0;
}
#nav-tabContent div .row {
  justify-content: center;
}
h5.card-title {
  font-size: 20px;
  text-transform: capitalize;
  text-align: center;
  font-weight: 700;
  color: #69932b;
}
p.card-text {
  font-size: 14px;
  text-transform: capitalize;
  line-height: 1.2em;
}
.card-pricing {
  padding: 10px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  text-transform: capitalize;
  color: #fff;
  background: url();
}
.card-pricing span:nth-child(1) {
  font-size: 18px;
  font-weight: 500;
}
.card-pricing span:nth-child(3) {
  font-size: 32px;
  font-weight: 700;
}
.card-pricing span:nth-child(3) i {
  font-size: 22px;
}
.card-pricing span:nth-child(5) {
  font-size: 12px;
}
.fcs-card-link, .fcs-card-link:hover {
  padding: 0;
  font-size: 14px;
  text-transform: capitalize;
  color: #2767dc;
  display: block;
  margin-top: 30px;
  bottom: 0;
  position: absolute;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (max-width: 780px) {
  .card {
      margin-bottom: 30px;
 }
  .card:last-child {
      margin-bottom: 0;
 }
  .w-100 {
      display: none;
 }
  .card.col-lg-3.col-12 {
      background: #ffffff !important;
 }
}
.dropdown-menu.show {
  margin: 0;
  border-radius: 0;
  border: 0;
  font-size: 14px;
  text-transform: capitalize;
  background: #567c1e;
  padding: 0;
}
.dropdown-menu.show a {
  color: #fff;
  font-weight: 400;
  padding: 5px 11px;
}
.dropdown-menu.show a:hover, .dropdown-menu.show a:focus {
  background: #69932b;
  outline: none !important;
}
.dropdown-item.active, .dropdown-item:active {
  background: #69932b;
}
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  right: 0;
}
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  color: #fff;
  font-size: 20px;
}
.icon-bar a:nth-child(even) {
  background: #69932b;
}
@media (min-width: 780px) {
  .icon-bar a:nth-child(odd) {
      background: #2767dc;
 }
  .row .card:nth-child(even) {
      background: #f8f8f8;
 }
}
@media (max-width: 780px) {
  .icon-bar a:nth-child(odd) {
      background: #2767dc;
 }
  .card.col-lg-4.col-12 {
      background: #ffffff !important;
 }
}
.fcs-blue-container {
  background: #2767dc;
}
div#nav-iso .row .card:last-child {
  background: #fff;
}
.fcs-help {
  text-align: center;
  font-size: 15px;
  justify-content: center;
}
.top-help {
  margin-top: 5px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: #23a455;
  box-sizing: border-box;
  margin-right: 15px;
}
@media (min-width: 780px) {
  .top-help {
      text-align: center;
 }
}
.fcs-stat-container {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
  justify-content: space-evenly;
}
.fcs-user-icon {
  width: 50px;
  height: 50px;
  padding: 0;
  text-align: center;
  line-height: 50px;
  background: url();
  color: #fff;
  font-size: 22px;
}
.fcs-stat-container span:nth-child(1) {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  color: #69932b;
}
.fcs-stat-container span:nth-child(3) {
  font-size: 14px;
  text-transform: capitalize;
  line-height: 1.2em;
  white-space: nowrap;
}
@media (max-width: 780px) {
  .fcs-stat-container > div {
      margin-bottom: 5px;
 }
}
.cd-top, .cd-top:hover {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 5px 10px;
  color: #fff;
  z-index: 9;
  background: #e0920b;
}
.cd-top {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s, background-color 0.3s;
}
.cd-top--is-visible {
  visibility: visible;
  opacity: 1;
}
.container-fluid.fcs-padding-container.bg-green {
  padding: 0;
}
.bg-green {
  background: #0f7451 !important;
}
.whats-new-title {
  background: #fff0 url() no-repeat scroll right center;
  color: #fff;
  padding: 20px;
  line-height: 1.2em;
}
@media (max-width: 780px) {
  .fcs-new-second {
      padding: 15px 30px 15px 15px !important;
      line-height: 1.2em;
 }
  .whats-new-subtitle {
      font-size: 14px !important;
 }
  div#nav-tabContent .row.fcs-help {
      margin-top: 30px;
 }
}
.whats-new-title span {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 700;
}
.whats-new-subtitle {
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
}
.whats-new-subtitle > a {
  color: #fff;
  text-decoration: underline;
}
.fcs-new-second {
  padding: 20px;
  line-height: 1.2em;
}
.row {
  align-items: unset;
}
.bg-grey {
  background: #f8f8f8;
  padding: 15px;
}
.fcs-center {
  text-align: center !important;
  background: url() !important;
}
.container-fluid.fcs-footer {
  background: #fcf5ae;
}
.fcs-footer1 {
  background: #0a222e !important;
  color: #fff !important;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  padding-bottom: 22px;
  padding-top: 22px;
}
.fcs-footer1 a {
  color: #fff;
  text-decoration: none;
}
.fcs-box {
  background-color: #0a222e;
  text-align: center !important;
  border-radius: 8px;
  padding: 10px;
}
.fcs-center-footer > div > span {
  font-weight: 700;
  color: #61ce70;
  border-radius: 7px;
}
.fcs-box a {
  color: #fff;
  text-decoration: none;
  font-size: 8pt;
  font-weight: 700;
}
.fcs-bottom-main {
  background-color: #051a4c;
  color: #fff;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.fcs-bottom-nav {
  background-color: #0a222e;
  color: #fff;
  font-size: 14px;
  padding: 6px;
}
.fcs-bottom-nav a {
  color: #fff;
  text-decoration: none;
}
.table .thead-dark th {
  color: #fff;
  background-color: #e54f07;
  border-color: #e54f07;
}
.container-fluid.bg-yellow {
  padding: 10px;
  font-size: 14px;
  text-align: center;
  text-transform: capitalize;
  color: #e54f07;
}
.bg-yellow {
  background: #fcf1ca;
}
.container-fluid.fcs-footer > .col-lg-11.col-11 {
  padding: 5px;
  text-align: center;
  border-bottom: 1px solid #69932b;
  justify-content: center;
  margin: auto;
}
.container-fluid.fcs-footer > div > a {
  color: #000;
}
.container-fluid.fcs-footer > .col-lg-11.col-11 > a:last-child {
  border-right: 0;
}
.container-fluid.fcs-footer > .col-lg-11.col-11 > a {
  color: #fff;
  border-right: 1px solid #69932b;
}
.fcs-center-footer {
  justify-content: center;
  padding: 15px 0;
  text-transform: capitalize;
}
.fcs-center-footer > div > span {
  font-size: 14px;
  color: #61ce70;
}
.fcs-form-container .col-12.col-lg-5 {
  padding: 0;
  margin: 15px 0;
}
.row.fcs-center-footer > div > span:nth-child(4) > span {
  margin-left: 5px;
}
.bg-orange {
  background: #e54f07 !important;
}
.fcs-form-container {
  padding: 15px;
}
form {
  background: #efefef;
  padding: 15px;
  height: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.form-instructions .form-gro up {
  margin-bottom: 0;
}
.form-instructions {
  background: #efefef;
  padding: 15px;
  height: 100%;
  font-size:14px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
label.fcs-text-dark {
  color: #000;
}
.fcs-bold-text-dark {
  display: block;
  font-weight: 800;
  line-height: 1.2em;
  font-size: 20px;
  text-align: center;
  color: #000;
  text-transform: capitalize;
}
label {
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 12px;
}
.txt {
  font-weight: 700;
}
select, input {
  text-transform: capitalize;
  border-radius: 0 !important;
  font-size: 14px !important;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.required {
  color: red;
}
.fcs-submit-button, .fcs-submit-button:hover, .fcs-submit-button:active, .fcs-submit-button:focus {
  background: #006c51 !important;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
}
.edit-submit {
  background: #545b62;
}
.modal-content {
  border-radius: 0;
  border: 0;
  overflow: hidden !important;
  padding-right: 0 !important;
}
@media (max-width: 780px) {
  .fcs-mt-30 {
      margin-top: 30px;
 }
}
@media (max-width: 780px) {
  .col-md-3 {
      text-align: center;
 }
}
@media (max-width: 780px) {
  .col-md-4 {
      text-align: center;
 }
}
input[type="file"] {
  background: none !important;
  border: 0;
  margin: 0;
  padding: 0;
  height: unset;
}
.progress {
  display: none;
  border-radius: 0;
  width: 300px;
  margin-top: 5px;
}
@media (max-width: 780px) {
  .progress {
      width: 100%;
 }
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}
input.razorpay-payment-button {
  background: #e54f07;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
  padding: 5px 10px;
  outline: none !important;
}
.plain-design-link, .plain-design-link:hover {
  color: #000;
  text-decoration: none;
}
.fcs-box2 {
  padding: 20px;
  background-color: #0a222e !important;
  color: #fff;
  font-weight: 700;
}
.vediv {
  padding: 5px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0.2), 0 6px 20px 0 rgb(0 0 0 / 0.19);
  background-color: #f97806;
}
.fcs-marquee-container {
  background: #ffc107;
  padding: 0;
  display: flex;
}
.fcs-marquee-container marquee {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  padding-top: 6px;
  text-transform: capitalize;
}
.fcs-marquee-container span {
  padding: 5px;
  color: #fff;
}
.fchd {
  background: #006c51;
  color: #fff;
  font-weight: 700;
  padding: 10px;
  margin-top:1rem;
  border-radius: 24px 24px 1px 1px;
}
code {
  font-size: 14px;
  color: #060405;
  word-wrap: break-word;
}
.helpline a {
  text-decoration: none;
  color: #242424;
  font-size: 15px;
  font-weight: 700;
}
.helpline i {
  color: #045ba3;
  font-size: 10px;
}
@media (max-width: 780px) {
  .logo {
      text-align: center !important;
 }
  .helpline {
      text-align: center !important;
      padding: 20px;
 }
  .text-right {
      text-align: left !important;
 }
}
@media screen and (min-width: 768px) {
  .only-forlogo {
      margin-left: 80px;
 }
}
.navbar-dark .navbar-nav .nav-link {
  color: rgb(255 255 255 / 88%);
  font-size: 12px !important;
}
.btn-group-sm>.btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: 12px;
  line-height: 1.5;
  border-radius: .2rem;
}
