.grecaptcha-badge {
  display: none;
}

.back h5,
.front h4,
.mdc-button,
.pricing-title,
.uppercase,
.why-us-container a,
a.sign-up {
  text-transform: uppercase;
}

.yellow-heading:after,
a.sign-up:after {
  content: "";
}

.pointer,
a.sign-up {
  cursor: pointer;
}

#myCarousel .carousel-inner img,
.full-w {
  width: 100%;
}

.nopad {
  padding: 0 !important;
}

.pad-r0 {
  padding-right: 0;
}

.pad-l0 {
  padding-left: 0;
}

.pad-r5 {
  padding-right: 5px;
}

.pad-l5 {
  padding-left: 5px;
}

.pad-15 {
  padding: 15px;
}

.pad-l15 {
  padding-left: 15px;
}

.pad-20 {
  padding: 20px;
}

.nomar {
  margin: 0;
}

.mar-t0 {
  margin-top: 0;
}

.mar-b0 {
  margin-bottom: 0 !important;
}

.bot-10 {
  height: 10px;
}

.bot-15 {
  height: 15px;
}

.in-bl {
  display: inline-block;
}

.clear-back {
  background: #fff;
  min-height: 45vh;
}

.no-back {
  background: 0 0;
}

.shad {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.shad-type2 {
  -webkit-box-shadow: 0 0 30px 0 rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0 0 30px 0 rgba(50, 50, 50, 0.2);
  box-shadow: 0 0 30px 0 rgba(50, 50, 50, 0.2);
}

.center {
  float: none !important;
  margin: auto;
}

.bordered {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.left-bordered {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.right-bordered {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.lgrey {
  color: #666 !important;
}

.llgrey {
  color: #999;
}

.lllgrey {
  color: #bebebe;
}

.cvb-color {
  color: #00a6ae;
}

.grey-back {
  background: #f2f2f2;
}

.red-back {
  background: #901d21;
  color: #fff;
}

.red {
  color: #901d21;
}

.gray {
  color: #d0d0d0;
}

.blue-back {
  background: #062c3f;
  color: #fff;
}
.btn.blue-back:hover {
  color: #e3c97f !important;
}
.blue-back .close {
  color: white;
}
.blue {
  color: #062c3f;
}

.trans {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.d-flex {
  display: flex;
}
.flex-row {
  flex-direction: row;
}

.cover-back img,
a.sign-up {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

@keyframes expand {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(2);
  }
}

.popover.error-alert {
  font-size: 12px;
  color: #fff;
  background-color: #c04848;
  border: none;
}

.popover.error-alert.top > .arrow:after {
  border-top-color: #c04848;
}

.popover.error-alert.right > .arrow:after {
  border-right-color: #c04848;
}

.popover.error-alert.bottom > .arrow:after {
  border-bottom-color: #c04848;
}

.exams .exam-desc,
.exams .title {
  border-bottom: 1px solid #e3c97f;
}

.popover.error-alert.left > .arrow:after {
  border-left-color: #c04848;
}

body {
  color: #333;
  font-family: "Open Sans", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #e3c97f;
  background: linear-gradient(to right, #e3c97f, #fff2ce);
  overflow-x: hidden;
  font-size: 14px;
}

.mdc-button,
span.currency {
  font-family: Roboto, sans-serif;
}

.gradient-yellow {
  width: 100%;
  background: linear-gradient(to right, #e3c97f, #fff2ce);
}

.icon-bar {
  background: #fff;
}

.dropdown-menu,
.navbar {
  background: #062c3f;
}

.navbar {
  /* border-radius: 0;
  box-shadow: 0 0 8px #beb3a4; */
}

.navbar a {
  /* color: #fff;
  padding: 15px !important; */
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
.navbar li:hover a {
  color: #e3c97f;
  background: #062c3f;
}

.dropdown-menu a {
  color: #fff !important;
  padding: 3px 15px !important;
}

.dropdown-menu a:hover {
  color: #e3c97f !important;
}

.navbar li a.active,
.navbar li.active {
  background: #901d21;
}

.carousel-control {
  background: 0 0 !important;
}

#mytestimonial .carousel-inner {
  line-height: 1.6;
}

.ept-wrap {
  padding: 40px 0;
}

.footer {
  background: #062c3f;
  position: relative;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
}

.footer.thankyou {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.footer .col-xs-12 {
  margin: 2px auto;
}

.cover-back {
  justify-content: center;
  overflow: hidden;
}

.cover-back img {
  max-height: 100%;
  max-width: 100%;
  transition: all 0.3s;
}

.trans-grow:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.trans-grow:hover img.no-trans {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.btn-sm {
  padding: 6px 15px;
}

button.blue-back:focus,
button.blue-back:hover {
  color: #fff;
}

.img-grey img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  border-radius: 4px;
}

.img-grey:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.course-overlay {
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-shadow: 2px 2px #000;
  border-radius: 4px;
}

.course-overlay:hover {
  background: rgba(0, 0, 0, 0.2);
}

.course-overlay h4 {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(232, 54, 23, 0.5);
  margin: 0;
  padding: 10px;
  height: 50%;
  font-size: 18px;
}

li.exam {
  margin-top: 20px;
}

.exams .exam-desc {
  display: none;
  padding-left: 30px;
  line-height: 1.6;
}

.exams .exam-desc .note {
  margin-top: -20px;
  font-style: italic;
}

.why-us-container {
  width: 80%;
  margin: 0 auto;
  padding: 5rem 0;
  overflow-x: auto;
  color: #fff;
}

.mdc-button,
a.sign-up {
  outline: 0;
  overflow: hidden;
}

.why-us-container .table {
  color: #fff;
  border-collapse: collapse;
  width: 90%;
  margin: auto;
  text-align: center;
}

.why-us-container .table tr:nth-child(1) {
  border-bottom: 3px solid #fff;
}

.why-us-container .table tr td:nth-child(3) {
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}

.why-us-container .table tr td:nth-child(1),
.why-us-container .table tr td:nth-child(4) {
  border-right: 3px solid #fff;
}

.why-us-container .table tr td:nth-child(2) {
  text-align: left;
}

.why-us-container .table td,
.why-us-container .table th {
  text-align: center;
  border: 0;
  padding: 15px;
}

.why-us-container a {
  background: #d8a935;
  margin: 50px 20px 20px;
  padding: 12px;
  font-size: 1rem;
  font-weight: 600;
}

.why-us-container a:active,
.why-us-container a:focus,
.why-us-container a:hover {
  background: #fdc53c !important;
}

.yellow-heading {
  min-height: 4rem;
  font-size: 1.6rem;
  padding-left: 1.5rem;
  padding-right: 7rem;
  background-color: #d8a935;
  position: relative;
  color: #fff;
  font-weight: 600;
  margin: 2rem 0;
  text-align: center;
  vertical-align: middle;
  line-height: 4rem;
  display: inline-block;
}

.yellow-heading:after {
  background: inherit;
  display: inline-block;
  width: 20%;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 0%;
  border-top: 4rem solid transparent;
  border-right: 2rem solid #07344a;
}

.fa-check {
  color: #96bf3b;
}

.fa-times {
  color: #c50000;
}

.focus-container {
  margin: 3rem 0;
}

.focus-container div:nth-child(2) {
  color: #fff;
  font-size: 16px;
  padding: 50px 100px;
}

.tada,
.tada:hover {
  background-color: #188ae2;
  border: none;
}

.career-title {
  margin-bottom: 3rem;
}

.not-month {
  color: #004c72;
}

.blue-back .not-month,
.pricing-new .card,
.pricing-title,
.tada,
.tada:hover {
  color: #fff;
}
.navbar-upper {
  align-items: stretch;
  background: #e3c97f;
  background: linear-gradient(to right, #e3c97f, #fff2ce);
}
.navbar-lower {
  background: #062c3f;
}
.navbar-lower .nav-link {
  color: #fff !important;
}
@media (min-width: 1120px) {
  .mentor-text {
    float: right;
    width: 58%;
  }

  .mentor-img {
    display: inline-block;
  }

  .guest-img {
    width: 42%;
  }
}

.tada {
  margin-left: 8px;
  font-size: 1.1em;
  animation: tada 1s infinite;
}

.tada:hover {
  animation: none;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }

  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    transform: scale(1);
  }

  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    transform: scale(1) rotate(0);
  }
}

.pricing-new {
  width: 94%;
  margin: auto;
}

@media (min-width: 992px) {
  .pricing-h4,
  .pricing-new {
    margin: auto;
  }

  .pricing-new {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .pricing-new {
    width: 98%;
  }
}

@media (min-width: 1300px) {
  .pricing-new {
    width: 92%;
  }
}

.row {
  margin: auto;
}

.pricing-title {
  text-align: center;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.pricing-title button {
  margin-right: 45px;
  width: 20px;
  height: 20px;
  color: #fff;
}

span.amount {
  font-size: 40px;
  font-weight: 400;
}

span.period {
  margin-left: -5x;
}

.pricing .card-header div {
  margin-bottom: 7px;
  letter-spacing: 3px;
  font-size: 21px;
  font-weight: 600;
}

.pricing .card-header:nth-child(1) span {
  margin-bottom: 5px;
  margin-top: -3px;
  display: block;
}

.pricing .fa + span,
a.sign-up {
  display: inline-block;
}

span.currency {
  position: relative;
  font-size: 22px !important;
  letter-spacing: 0;
  top: -20px;
}

span.currency,
span.period {
  font-size: 16px;
}

.pricing-new .card {
  background: linear-gradient(45deg, #252633, #7579a8);
  border: 0;
  border-radius: 15px;
  text-align: center;
}

.pricing-new .card-body,
.pricing-new .card-header {
  padding: 10px 15px 14px;
}

.pricing-new ul {
  text-align: left;
  font-size: 13px;
}

.pricing-new .col-lg-3 {
  padding: 0 10px;
}

.pricing-new .col-lg-3:nth-child(1) .card {
  background: -webkit-linear-gradient(to top, #000, #434343);
  background: linear-gradient(to top, #000, #434343);
}

.pricing-new .col-lg-3:nth-child(2) .card {
  background: -webkit-linear-gradient(to top, #000, #0f9b0f);
  background: linear-gradient(to top, #000, #0f9b0f);
}

.pricing-new .col-lg-3:nth-child(3) .card {
  background: -webkit-linear-gradient(to top, #c14233e0, #d9c00fd1);
  background: linear-gradient(to top, #c14233e0, #d9c00fd1);
}

.pricing-new .col-lg-3:nth-child(4) .card {
  background: linear-gradient(to bottom, #6441a5, #2a0845);
}

.pricing-new .card-header {
  font-size: 1.2em;
}

.pricing-new .card-body > div {
  margin-bottom: 8px;
}

.pricing-new .card-body > div > div {
  font-size: 16px;
}

.pricing-new .card-body div {
  margin-bottom: 7px;
}

.pricing-new .price img {
  width: 20%;
  margin-bottom: 10px;
}

.pricing.card {
  box-shadow: 0 5px 33px 1px rgba(0, 0, 0, 0.33);
  margin-bottom: 2rem;
  min-height: 470px;
}

.pricing-new {
  margin-top: 7px;
}

.pricing button {
  width: 50%;
  margin: 7px auto 15px;
  height: 40px;
  border: 2px solid transparent;
  box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.19),
    0 3px 1px -2px rgba(255, 255, 255, 0), 0 1px 5px 0 rgba(255, 255, 255, 0.68);
}

.pricing .mdl-button:hover {
  border-color: #fff;
  background-color: transparent !important;
  color: #fff !important;
  transition: all 0.2s ease-in-out;
}

.bg-red,
.footer a,
.footer a:hover {
  color: #fff;
}
.footer {
  font-size: 14px;
}
.footer li {
  padding-left: 5px;
  padding-right: 5px;
}
.pricing-new .card-header {
  background: 0 0;
  border-bottom: 0;
  padding-bottom: 0;
  padding-top: 5px;
}

.pricing-new .card-header.price {
  padding-top: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.pricing-new .white-text {
  padding-bottom: 0;
}

@keyframes move {
  0% {
    left: 0;
  }

  100% {
    left: 10px;
  }
}

img.mover {
  animation: move 1s ease-in infinite;
  position: absolute;
  width: 21px;
  height: 33px;
  margin-left: 10px;
}

.sec-text {
  font-size: 13px;
}

.pricing .fa {
  font-size: 20px;
  vertical-align: top;
  padding-top: 5px;
  padding-right: 13px;
}

.far,
.pricing span .fa {
  padding-top: 0;
  padding-right: 0;
  vertical-align: middle;
}

.bold {
  font-weight: 600;
}

.bolder,
a.sign-up {
  font-weight: 700;
}

.underline {
  text-decoration: underline;
}

.bg-green {
  background-color: #d6e3bc;
}
.bg-yellow {
  background: #e3c97f;
  /* background: linear-gradient(to right, #e3c97f, #fff2ce); */
}

.bg-white,
a.sign-up {
  background: #fff;
}

.bg-cream {
  background-color: #fde9d9;
}

.bg-red {
  background: #8e2329;
}

.strike {
  color: #b1b1b1;
}

.text-white {
  color: #fff;
}

a.sign-up {
  padding: 15px;
  margin: 10px auto;
  letter-spacing: 1px;
  position: relative;
  transition: all 0.3s;
  border: 3px solid #d8a935;
  color: #d8a935;
  z-index: 1;
  border-radius: 100px;
}

a.sign-up:hover {
  color: #000;
}

a.sign-up:after {
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
  height: 100%;
  top: 0;
  left: -10%;
  background-image: linear-gradient(135deg, #f8d800 10%, #fffbdd 100%);
  transform: skewX(15deg);
}

a.sign-up:hover:after {
  width: 120%;
}

.features-table .col-md-4 {
  padding: 0;
}

.hr-line {
  height: 5px;
  width: 8rem;
  border: 0;
  margin: 2px auto;
}

.features-table .card {
  padding: 10px;
  border-radius: 15px;
  min-height: 200px;
  margin: 15px;
  background: #fff;
  box-shadow: 0 0 4px 0 #eee4ff, 0 0 10px 0 #fff0c3;
}

.features-table .card h4 {
  margin-bottom: 1.2rem;
}

.features-table li {
  margin-bottom: 0.5rem;
}

.mdc-button {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08929em;
  text-decoration: none !important;
  -webkit-tap-highlight-color: transparent;
  will-change: transform, opacity;
  padding: 0 8px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 64px;
  height: 36px;
  border: none;
  line-height: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  vertical-align: middle;
  border-radius: 4px;
}

.mdc-button:hover {
  color: #fff;
}

.mdc-button--raised {
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-button--raised:hover {
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.poppins {
  font-family: Poppins;
}

.front h1,
.rupee {
  font-family: "Open Sans";
}

.page-wrap h1 {
  font-size: 50px;
}

.header-box {
  height: 350px;
}

.curve-1 {
  margin-bottom: -6px;
}

.curve-1 path {
  fill: #f8f8f8;
}

.curve-2 {
  background: #f8f8f8;
}

.curve-2 path {
  fill: #062c3f;
}

.box-row .col-lg-4:nth-of-type(1) .btn,
.box-row .col-lg-4:nth-of-type(1) .front {
  background-image: linear-gradient(135deg, #ce9ffc 10%, #7367f0 100%);
}

.box-row .col-lg-4:nth-of-type(2) .btn,
.box-row .col-lg-4:nth-of-type(2) .front {
  background-image: linear-gradient(135deg, #90f7ec 10%, #32ccbc 100%);
}

.box-row .col-lg-4:nth-of-type(3) .btn,
.box-row .col-lg-4:nth-of-type(3) .front {
  background-image: linear-gradient(135deg, #ee9ae5 10%, #5961f9 100%);
}

.box-row .col-lg-4:nth-of-type(4) .btn,
.box-row .col-lg-4:nth-of-type(4) .front {
  background-image: linear-gradient(135deg, #abdcff 10%, #0396ff 100%);
}

.box-row .col-lg-4:nth-of-type(5) .btn,
.box-row .col-lg-4:nth-of-type(5) .front {
  background-image: linear-gradient(135deg, #fad7a1 10%, #e96d71 100%);
}

.box-row .col-lg-4:nth-of-type(6) .btn,
.box-row .col-lg-4:nth-of-type(6) .front {
  background-image: linear-gradient(135deg, #e2b0ff 10%, #9f44d3 100%);
}

[data-aos="entry-1"] {
  transform: rotateX(-90deg);
  transform-origin: top;
  opacity: 0;
  transition-property: transform, opacity;
}

[data-aos="entry-1"].aos-animate {
  transform: rotateX(0);
  transform-origin: top;
  opacity: 1;
}

svg.icon {
  height: 24px;
  width: 24px;
  margin: auto;
}

.back,
.box,
.box-inner,
.front {
  width: 260px;
  height: 300px;
}

.box-row {
  margin-bottom: 3rem;
}

.box {
  margin: 30px;
  display: inline-block;
  perspective: 1000px;
}

.box-inner {
  transform-style: preserve-3d;
  transform: translateZ(-130px);
  transition: transform 350ms;
  border-radius: 10px;
}

.box-inner:hover {
  transform: rotateY(-78deg) translateZ(20px);
}

.back,
.front {
  position: absolute;
  background-color: #fff;
  backface-visibility: hidden;
  border-radius: 10px;
}

.front {
  padding: 1rem;
  transform: translateZ(130px);
  background-size: cover;
  background-repeat: no-repeat;
  color: #464646;
}

.front h1 {
  font-size: 40px;
  font-weight: 600;
}

.front h4 {
  font-weight: 700;
}

.front hr {
  border: 0;
  height: 6px;
  width: 2rem;
  margin: 0 auto;
  background: #464646;
}

.front img {
  width: 80px;
  margin-bottom: 1rem;
}

.back {
  transform: rotateY(90deg) translateZ(130px);
  border: 1px solid #b8b5b5;
  font-size: 0.9rem;
  text-align: left;
  overflow-y: auto;
}

.back li {
  margin: 0.5rem 0;
}

.back h5 {
  text-align: center;
  font-weight: 600;
  text-decoration: underline;
  letter-spacing: 1px;
}

.back > .top {
  height: 83%;
  width: 100%;
  padding: 0.5rem;
}

.back > .bottom {
  display: flex;
  justify-content: space-evenly;
  top: 87%;
  position: relative;
}

.back .btn {
  border-radius: 100px;
  font-size: 1rem;
  display: block;
  transition: all 0.5s ease-in-out;
}

.back .btn:hover i {
  left: 4px;
  position: relative;
}

.box-inner::after {
  content: "";
  width: 260px;
  height: 260px;
  position: absolute;
  bottom: 0;
  transform-origin: 100% 100%;
  transform: rotateX(90deg) translateY(130px);
  transition: box-shadow 350ms;
}

.os-host {
  position: absolute !important;
}

.sticky-sidebar {
  opacity: 0;
  position: fixed;
  right: 0;
  z-index: 2;
  font-family: "Poppins", "Open Sans";
  top: 40%;
  animation: fadeInBtn 0.4s ease-in 1.5s;
  animation-fill-mode: forwards;
}

.sticky-sidebar .btn {
  background: #fff;
  border: 2px solid #062c3f;
  border-right: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 2;
  font-size: 1.5rem;
}

.sticky-sidebar span {
  visibility: hidden;
  opacity: 0;
  right: 10px;
  z-index: 1;
  position: absolute;
  color: #fff;
  transition-duration: 0.5s;
  font-size: 1.1rem;
  padding: 5px 10px;
  background: #434343;
  border-radius: 10px;
}

.contact-form .lllgrey,
.sticky-sidebar .btn:hover {
  color: #000;
}

.sticky-sidebar .btn:hover span {
  visibility: visible;
  right: 41px;
  opacity: 1;
}

.asterisk {
  vertical-align: top;
  font-size: 1.5rem;
}

.fixed {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
}

.contact-form {
  background: 0 0;
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  height: 56px;
  top: 30px;
  z-index: 9999;
  left: 50%;
}

#snackbar.show,
.nb-form .loading.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@keyframes fadeInBtn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

/*------------- Form ---------------*/

.nb-form {
  position: fixed;
  z-index: 9999;
  width: 300px;
  background: #fff;
  right: 20px;
  bottom: -541px;
  transition: all 0.6s cubic-bezier(0.22, 0.67, 0.43, 1.22) 0.2s;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.nb-form.show {
  /* bottom: 0px!important; */
}

/*-- User Icon --*/

.nb-form .user-icon {
  position: absolute;
  top: -49px;
  right: 12px;
  display: block;
  width: 58px;
  margin: 20px auto 15px;
  border-radius: 100%;
}

/*-- Title --*/

.nb-form .title {
  background: #062c3f;
  text-align: center;
  font-size: 16px !important;
  padding: 16px 18px !important;
  color: #fff !important;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  border: 2px solid #e3c97f;
  border-bottom: 0;
}

/*-- Text --*/

.nb-form p {
  font-size: 13px;
  margin: 0;
  padding: 15px;
  color: #666;
}

.nb-form .title .fa {
  margin: 0 10px;
  transition: all 0.5s;
}

.nb-form.show .title .fa-chevron-circle-up {
  transform: rotate(180deg);
}

.nb-form button .fa {
  display: none;
  font-size: 1rem;
  vertical-align: middle;
}

.nb-form p.message {
  margin-left: 7px;
}

/*-- Form Elements --*/

.nb-form form {
  padding: 0 15px 15px 15px;
}

.nb-form input,
.nb-form textarea,
.nb-form button,
.nb-form select {
  font-size: 14px;
  width: 254px;
  max-width: 254px;
  margin-bottom: 10px;
  margin-left: 7px;
  padding: 6px;
  border: none;
  border-radius: 4px;
  border-bottom: 1px solid #cac9c9;
}
.nb-form select {
  padding: 1px;
}
.nb-form input:focus,
.nb-form textarea:focus,
.nb-form button:focus {
  outline: none;
  box-shadow: none;
}

.nb-form button {
  display: block;
  width: 160px;
  margin: 0 auto;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.4s ease;
  color: #fff !important;
  border: none;
  background: #062c3f;
}

.nb-form button:disabled,
.nb-form button[disabled] {
  background-color: #cccccc;
  color: #666666;
  cursor: none;
}
.nb-form select:disabled {
  color: #ccb0b0;
}

.nb-form button:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.07), 0 1px 7px 0 rgba(0, 0, 0, 0.02),
    0 3px 1px -1px rgba(0, 0, 0, 0.1);
}

.nb-form textarea {
  min-height: 90px;
}

.nb-form input[type="submit"] {
  background: #03a9f4;
}
.recaptcha-terms-text {
  font-size: 11px !important;
}
@media screen and (max-width: 676px) {
  #compare-modal .modal-dialog {
    width: 100%;
  }
  .nb-form:hover .user-icon {
    display: none;
  }

  .nb-form .message {
    display: none;
  }

  .nb-form form {
    padding-top: 15px;
  }

  .nb-form {
    right: 50%;
    bottom: -490px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* COMPARE MODAL */

.btn.compare {
  margin: 2rem auto;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  transition: all 0.3s;
  border: 3px solid #d8a935;
  color: #d8a935;
  z-index: 1;
  border-radius: 100px;
}

#compare-modal .modal-dialog {
  min-width: 75%;
}
#compare-modal .modal-body {
  min-height: 500px;
  padding: 0;
}
#compare-modal .modal-footer {
  text-align: center;
}
#compare-modal .modal-title {
  vertical-align: middle;
  display: inline-block;
}
#compare-modal .modal-header .previous {
  display: none;
  background: transparent;
  color: #fff;
}
#compare-modal .close {
  color: white;
  opacity: 1;
  padding-top: 5px;
}
.screen-1 {
  padding: 1rem;
  padding-bottom: 0;
}
.screen-2 {
  display: none;
  background: white;
}

.screen-1 h4 {
  margin: 1rem;
  letter-spacing: 1px;
}
.select-products {
  margin: 2rem auto;
  margin-bottom: 1rem;
  max-width: 280px;
}
.select-products .btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 1rem;
  border: 2px solid transparent;
}

.select-products .fa {
  padding-top: 5px;
}

.select-products .btn:hover {
  color: #000;
}
.compare-table {
  display: flex;
  justify-content: center;
  border-radius: 10px;
}

.compare-table .btn {
  background: white;
  width: 30px;
  margin: auto;
  border-radius: 50%;
  height: 30px;
  padding: 0;
}

.column .fa {
  font-size: 1.3rem;
}

.column {
  display: none;
  background: #fff;
  transition: all 0.8s ease-out;
  /* max-width: 200px; */
}

.select-products .fa-check-circle {
  display: none;
}

.selected.selected {
  border-color: #062c3f;
}
.selected .fa-plus-circle {
  display: none;
}
.selected .fa-check-circle {
  display: inline-block;
}

.column .cell {
  min-height: 70px;
  padding: 0.75rem;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  border-bottom: 1px solid #f2f2f2;
}

.column:not(:first-of-type) {
  height: auto;
}

.cell:first-of-type {
  background: #d1dbe3;
  font-weight: 600;
  height: 80px;
  min-width: 90px;
}

.cell.bolder {
  font-size: 1.2rem;
  background: transparent;
  font-family: "Open Sans";
}
.msg > span {
  display: none;
}
.msg {
  color: #ce2020;
  margin: 1rem;
  margin-bottom: 0;
  text-align: center;
}

.free-btn {
  position: relative;

  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  padding: 2.5px 5px;

  font-weight: 700;
  border-radius: 5px;

  color: #8e2329;
  background: #fff;
  border: 2px solid #8e2329;
  border-bottom-width: 4px;

  -webkit-animation: call-to-action 1s linear 2.5s 1 backwards;
  animation: call-to-action 1s linear 2.5s 1 backwards;
}

.free-btn:hover {
  background: #8e2329c4;
  border-radius: 0px;
}
.free-btn i {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.03) 1%,
    rgba(255, 255, 255, 0.6) 30%,
    rgba(255, 255, 255, 0.85) 50%,
    rgba(255, 255, 255, 0.85) 70%,
    rgba(255, 255, 255, 0.85) 71%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(1%, rgba(255, 255, 255, 0.03)),
    color-stop(30%, rgba(255, 255, 255, 0.85)),
    color-stop(50%, rgba(255, 255, 255, 0.85)),
    color-stop(70%, rgba(255, 255, 255, 0.85)),
    color-stop(71%, rgba(255, 255, 255, 0.85)),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.03) 1%,
    rgba(255, 255, 255, 0.6) 30%,
    rgba(255, 255, 255, 0.85) 50%,
    rgba(255, 255, 255, 0.85) 70%,
    rgba(255, 255, 255, 0.85) 71%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.03) 1%,
    rgba(255, 255, 255, 0.6) 30%,
    rgba(255, 255, 255, 0.85) 50%,
    rgba(255, 255, 255, 0.85) 70%,
    rgba(255, 255, 255, 0.85) 71%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.03) 1%,
    rgba(255, 255, 255, 0.6) 30%,
    rgba(255, 255, 255, 0.85) 50%,
    rgba(255, 255, 255, 0.85) 70%,
    rgba(255, 255, 255, 0.85) 71%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.03) 1%,
    rgba(255, 255, 255, 0.6) 30%,
    rgba(255, 255, 255, 0.85) 50%,
    rgba(255, 255, 255, 0.85) 70%,
    rgba(255, 255, 255, 0.85) 71%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1);

  background: linear-gradient(
    to right,
    rgba(142, 35, 41, 0) 0%,
    rgba(142, 35, 41, 0.03) 1%,
    rgba(142, 35, 41, 0.6) 30%,
    rgba(142, 35, 41, 0.85) 50%,
    rgba(142, 35, 41, 0.85) 70%,
    rgba(142, 35, 41, 0.85) 71%,
    rgba(142, 35, 41, 0) 100%
  );

  width: 15%;
  height: 100%;
  transform: skew(-10deg, 0deg);
  -webkit-transform: skew(-10deg, 0deg);
  -moz-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  -o-transform: skew(-10deg, 0deg);

  animation: move 2s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
  -webkit-animation: move 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
  -moz-transform: skew(-10deg, 0deg);
  -moz-animation: move 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: 1s;
  -ms-transform: skew(-10deg, 0deg);
  -ms-animation: move 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-delay: 1s;
  -o-transform: skew(-10deg, 0deg);
  -o-animation: move 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-delay: 1s;
}

@keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0;
  }
  100% {
    left: 82%;
  }
}
@-webkit-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0;
  }
  100% {
    left: 82%;
  }
}
@-moz-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0;
  }
  100% {
    left: 88%;
  }
}
@-ms-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0;
  }
  100% {
    left: 82%;
  }
}
@-o-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0;
  }
  100% {
    left: 82%;
  }
}

@-webkit-keyframes call-to-action {
  0% {
    background-color: #fff;
    color: #8e2329;
  }

  1% {
    background-color: #8e2329;
    color: #fff;
  }

  10% {
    background-color: #fff;
    color: #8e2329;
  }

  11% {
    background-color: #8e2329c4;
    color: #ffffff;
  }

  20% {
    background-color: #fff;
    color: #8e2329;
  }

  21% {
    background-color: #8e2329;
    color: #ffffff;
  }

  30% {
    background-color: #8e2329;
  }

  100% {
    background-color: #8e2329;
  }
}

@keyframes call-to-action {
  0% {
    background-color: #fff;
    color: #8e2329;
  }

  1% {
    background-color: #8e2329;
    color: #fff;
  }

  10% {
    background-color: #fff;
    color: #8e2329;
  }

  11% {
    background-color: #8e2329c4;
    color: #ffffff;
  }

  20% {
    background-color: #fff;
    color: #8e2329;
  }

  21% {
    background-color: #8e2329;
    color: #ffffff;
  }

  30% {
    background-color: #8e2329;
  }

  100% {
    background-color: #8e2329;
  }
}

@media (max-width: 400px) {
  .column .cell {
    height: 80px !important;
  }
}

@media (max-width: 768px) {
  .free-btn {
    letter-spacing: 0;
  }
  .why-us-container,
  .why-us-container .table {
    width: 100%;
  }

  .yellow-heading {
    padding-left: 1rem;
    line-height: 2.5rem;
    font-size: 1.4rem;
    text-align: left;
  }

  .yellow-heading + a {
    margin: 20px;
    position: relative !important;
  }

  .yellow-heading:after {
    width: 10%;
    border-top: 2.5rem solid transparent;
    border-right: 1.25rem solid #07344a;
  }

  .tada-cont {
    float: right;
  }
  .fixed-top {
    position: relative;
  }

  .focus-container div:nth-child(2) {
    padding: 20px;
  }
  .pricing-scroll {
    overflow-x: scroll;
  }
  .xs-nopad {
    padding: 0 !important;
  }

  .logo {
    width: 150px;
  }
}

@media (min-width: 768px) {
  .tada-cont {
    font-size: 1.15em;
  }

  .navbar-lower {
    top: 86.8px;
  }
  body {
    margin-top: 140px;
  }

  .free-btn {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

