body {
  font-family: Roboto Slab;
  color: #424f65;
  font-size: 17px;
  line-height: 160%;
}

a {
  text-decoration: none;
}

button,
input {
  border: none;
  outline: none;
}

/*Navbar*/
.nav-bar-container {
  min-width: 97vw;
  margin-left: 1.5vw;
  margin-right: 1.5vw;
  padding: 20px 0px;
}

.navbar-expand-xl {
  z-index: -1 !important;
}

.brand-logo {
  height: auto;
}

.my-logo {
  height: 30px !important;
}

.navbar-brand {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

@media screen and (max-width: 1200px) {
  .navbar-translate {
    width: 100%;
    display: flex;
    justify-content: center !important;
    position: relative;
    align-items: center;
    transform: translateX(0);
    transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    justify-content: space-between;
  }

  #progressbar li strong {
    display: none;
  }
}

.footer-bottom {
  background-color: #111a45;
  color: #fff;
  padding: 22px 0px;
}

.not101 {
  font-size: 12px;
}

.heading01 {
  margin-bottom: 45px;
  padding: 15px 0px 0px 0px;
  text-align: center;
}

.swal2-icon {
  font-size: 21px !important;
}

.footer-bottom a {
  color: #ffffff;
}

.fit-image {
  width: 60% !important;
}

/* Header Start */
header {
  transition: all 0.3s ease-in-out;
  box-shadow: 0 1px 6px 0 rgba(214, 220, 239, 1);
  top: 0px;
  background-color: #fff;
  position: sticky;
  z-index: 40;
  height: auto;
}

.logo {
  padding: 13px 0px;
}

.logo a {
  color: #3a76cb;
  text-transform: capitalize;
  color: #000000;
  font-size: 35px;
  font-weight: 500;
  text-decoration: none;
}

.mob-menu {
  display: none;
}

.main-menu {
  margin: 0px 0px;
  float: right;
}

.main-menu ul.nav {
  float: left;
  margin-right: 20px;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  padding-top: 17px;
}

.nav li:first-child {
  margin-left: 0px;
}

.main-menu ul {
  display: inline-block;
}

.main-menu ul li {
  position: relative;
  display: inline-block;
  margin: 11px 10px;
}

.main-menu ul li a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
  white-space: nowrap;
  display: block;
  text-decoration: none;
}

.main-menu .nav li a {
  color: #495057;
}

.main-menu ul.right-nav {
  padding-left: 0px;
}

.main-menu ul.right-nav li a {
  background: linear-gradient(113deg, #dd154d 0%, #fd0036 50%, #fe613f 100%);
  color: #fff;
  width: 150px;
  height: 45px;
  text-align: center;
  border: solid 1px #fe613f;
  vertical-align: middle;
  display: table-cell;
}

.main-menu ul.right-nav li:last-child {
  margin-right: 0px;
}

@media (max-width: 1000px) {
  .logo {
    display: inline-block;
    width: 78%;
    padding: 10px 10px 10px 0px;
  }

  .mob-menu {
    display: inline-block;
    width: 20%;
  }

  .mob-menu span {
    border: solid 2px #3a76cb;
    display: block;
    text-align: center;
    border-radius: 4px;
    padding: 2px 6px;
    width: 50px;
    color: #3a76cb;
    font-size: 25px;
    cursor: pointer;
  }

  .main-menu {
    margin: 0px 0px 20px 0px;
    float: left;
    background-color: #f1f1f1;
    width: 100%;
    display: none;
  }

  .main-menu ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    width: 100%;
  }

  .main-menu ul.right-nav {
    text-align: center;
    margin-top: 6px;
  }

  ul.right-nav {
    margin-bottom: 10px;
  }

  .main-menu {
    margin: 0px 0px 20px 0px;
    float: left;
    background-color: #f1f1f1;
    width: 100%;
    display: none;
  }

  .main-menu ul li {
    display: block;
    width: 100%;
    margin: 0px;
  }

  .nav li:first-child {
    margin-left: 0px;
  }

  .main-menu ul li a {
    padding: 10px 15px;
    display: block;
    border-bottom: solid 1px #e2e4e6;
    text-align: center;
  }

  .main-menu ul.right-nav li {
    margin-left: 0px;
    margin-right: 30px;
    display: inline-block;
    width: 150px;
  }

  .main-menu ul.right-nav li a {
    font-size: 18px !important;
  }
}

.price_box {
  padding: 42px;
  background-color: #fff;
  box-shadow: 0 0 14px 0
    rgba(154.70000000000002, 154.70000000000002, 154.70000000000002, 0.5);
}

.price_box:nth-child(2) {
  background-color: #faebd7;
}

@media (min-width: 768px) {
  .price_box {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

#generic_price_table {
  padding: 90px 0px;
  background-image: linear-gradient(180deg, #eff4ff 0%, #fee3d0 100%);
}

.price-head {
  text-align: center;
  color: #111a45;
}

.head {
  font-size: 24px;
  font-weight: 700;
}

.price_btn {
  margin: 26px 0px;
}

.price_btn button {
  background-color: #ff5100;
  color: #fff;
  border-radius: 0 0 0 0;
  padding: 14px 95px;
  text-decoration: none;
  border: none;
}

.price_btn button:hover {
  background-color: #fff;
  color: #ff5100;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

._price .sign,
._price .currency {
  font-size: 36px;
  font-weight: 700;
}

.plan_details {
  ul {
    background-color: transparent;
    padding: 0px;
  }

  ul li {
    color: #333;
    list-style: none;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
  }

  ul li:before {
    content: "✔";
    color: #ff5100;
    font-size: 18px;
    font-weight: bold;
    padding-right: 8px;
  }
}

#heading {
  color: #f64f17;
  font-weight: 700;
  font-size: 2rem;
  text-rendering: optimizeLegibility;
}

#msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}

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

#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform input,
#msform textarea,
#msform select {
  padding: 8px 15px 8px 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 25px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2c3e50;
  background-color: #eceff1;
  font-size: 16px;
  letter-spacing: 1px;
}

#msform input:focus,
#msform textarea:focus,
#msform select:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #f64f17;
  outline-width: 0;
}

#msform .action-button {
  width: 158px;
  background: #f64f17;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  border: 1px solid #f64f17;
  padding: 10px 5px;
  margin: 10px 0px 10px 5px;
  float: right;
}

.upgrade-button {
  width: 126px;
  background: #f64f17;
  font-weight: bold;
  color: white;
  border: 0 none;
  border: 1px solid #f64f17;
  border-radius: 0px;
  cursor: pointer;
  padding: 5px 0px;
  margin: 2px 0px 0px 5px;
  float: right;
}

#msform .action-button:hover,
#msform .action-button:focus,
.upgrade-button:hover,
.upgrade-button:focus {
  border: 1px solid #f64f17;
}

#msform .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px 10px 0px;
  float: right;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  background-color: #000000;
}

.card {
  z-index: 0;
  border: none;
  position: relative;
}

.fs-title {
  font-size: 25px;
  color: #f64f17;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left;
}

.purple-text {
  color: #f64f17;
  font-weight: normal;
}

.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right;
}

.fieldlabels {
  color: gray;
  text-align: left;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
}

#progressbar .active {
  color: #f64f17;
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 20%;
  float: left;
  position: relative;
  font-weight: 400;
}

#progressbar #account:before {
  font-family: FontAwesome;
  content: "\f13e";
}

#progressbar #personal:before {
  font-family: FontAwesome;
  content: "\f007";
}

#progressbar #business_details:before {
  font-family: FontAwesome;
  content: "\f328";
}

#progressbar #payment_details:before {
  font-family: FontAwesome;
  content: "\f53d";
}

#progressbar #confirm:before {
  font-family: FontAwesome;
  content: "\f00c";
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #f64f17;
}

.progress {
  height: 20px;
}

.progress-bar {
  background-color: #f64f17;
}

.fit-image {
  width: 100%;
  object-fit: cover;
}

label span {
  color: red;
}

.payment-plan {
  margin: 0px !important;
  background: #f64f17 !important;
  padding: 11px !important;
  color: #fff !important;
  cursor: pointer !important;
  font-size: 21px !important;
}

.payment-plan:hover {
  margin: 0px !important;
  background: #fff !important;
  padding: 11px !important;
  color: #f64f17 !important;
  cursor: pointer !important;
  font-size: 21px !important;
}

.iti__flag-container {
  left: 0px !important;
}
