/* width */
::-webkit-scrollbar {
  width: 10px;
  border: none;
}

.active-link-te {
  color: #ff4d22 !important;
}

p a {
  color: #ff4d22;
  text-decoration: none;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px grey;
          box-shadow: inset 0 0 2px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ff4d22;
}

.navbar-landing {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  z-index: 1;
  top: 0;
  padding: 25px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sticky {
  position: fixed !important;
  background-color: #fff;
  z-index: 99999 !important;
  padding: 18px 0;
  -webkit-box-shadow: #c6d2d9 5px 5px 30px -5px;
          box-shadow: #c6d2d9 5px 5px 30px -5px;
}

.navbar-landing .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-landing .logo-landing a {
  color: #555;
  font-weight: 600;
  text-decoration: none;
}

.navbar-landing .menu-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.menu-list li {
  list-style: none;
}

.menu-list li a {
  color: #282828;
  font-weight: 500;
  margin-left: 25px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-list li a:hover {
  color: #bf0606;
}

/*.banner{
  background:url("images/bg.jpg") no-repeat;
  height:100vh;
  background-size:cover;
  background-position:center;
  background-attachment: fixed;
}*/
.about {
  padding: 30px 0;
}

.about .title {
  font-size: 38px;
  font-weight: 700;
}

.about p {
  padding-top: 20px;
  text-align: justify;
}

.icon {
  font-size: 20px;
  cursor: pointer;
  display: none;
}

.menu-list .cancel-btn {
  position: absolute;
  right: 30px;
  top: 20px;
}

@media (max-width: 1230px) {
  .content {
    padding: 0 60px;
  }
}

@media (max-width: 1100px) {
  .content {
    padding: 0 40px;
  }
}

@media (max-width: 900px) {
  .content {
    padding: 0 30px;
  }
}

@media (max-width: 868px) {
  .icon {
    display: block;
  }
  body.disabled {
    overflow: hidden;
  }
  .icon.hide {
    display: none;
  }
  .navbar-landing .menu-list {
    position: fixed;
    min-height: 100vh;
    width: 100%;
    max-width: 400px;
    left: -100%;
    top: 0px;
    display: block;
    padding: 40px 0;
    text-align: center;
    background: #003652;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .navbar-landing.show .menu-list {
    left: 0%;
  }
  .navbar-landing .menu-list li {
    margin-top: 25px;
  }
  .navbar-landing .menu-list li a {
    color: #ffff;
    font-size: 23px;
    margin-left: -100%;
    -webkit-transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .navbar-landing.show .menu-list li a {
    margin-left: 0;
  }
}

@media (max-width: 380px) {
  .navbar-landing .logo-landing a {
    font-size: 27px;
  }
}

.circle-play {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ff4d22;
  -webkit-animation: ripple 0.9s linear infinite;
          animation: ripple 0.9s linear infinite;
  text-align: center;
  padding-top: 20px;
  position: relative;
  margin-top: 6rem;
  left: 2rem;
}

.circle-play a {
  color: #ffff;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(102, 234, 243, 0.3), 0 0 0 0.5em rgba(102, 234, 243, 0.5), 0 0 0 1.3em rgba(102, 234, 243, 0.6), 0 0 0 1.8em rgba(102, 234, 243, 0.2);
            box-shadow: 0 0 0 0 rgba(102, 234, 243, 0.3), 0 0 0 0.5em rgba(102, 234, 243, 0.5), 0 0 0 1.3em rgba(102, 234, 243, 0.6), 0 0 0 1.8em rgba(102, 234, 243, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0em rgba(102, 234, 243, 0.3), 0 0 0 0.5em rgba(102, 234, 243, 0.4), 0 0 0 1.6em rgba(102, 234, 243, 0.5), 0 0 0 3em rgba(102, 234, 243, 0.2);
            box-shadow: 0 0 0 0em rgba(102, 234, 243, 0.3), 0 0 0 0.5em rgba(102, 234, 243, 0.4), 0 0 0 1.6em rgba(102, 234, 243, 0.5), 0 0 0 3em rgba(102, 234, 243, 0.2);
  }
}

@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(102, 234, 243, 0.3), 0 0 0 0.5em rgba(102, 234, 243, 0.5), 0 0 0 1.3em rgba(102, 234, 243, 0.6), 0 0 0 1.8em rgba(102, 234, 243, 0.2);
            box-shadow: 0 0 0 0 rgba(102, 234, 243, 0.3), 0 0 0 0.5em rgba(102, 234, 243, 0.5), 0 0 0 1.3em rgba(102, 234, 243, 0.6), 0 0 0 1.8em rgba(102, 234, 243, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0em rgba(102, 234, 243, 0.3), 0 0 0 0.5em rgba(102, 234, 243, 0.4), 0 0 0 1.6em rgba(102, 234, 243, 0.5), 0 0 0 3em rgba(102, 234, 243, 0.2);
            box-shadow: 0 0 0 0em rgba(102, 234, 243, 0.3), 0 0 0 0.5em rgba(102, 234, 243, 0.4), 0 0 0 1.6em rgba(102, 234, 243, 0.5), 0 0 0 3em rgba(102, 234, 243, 0.2);
  }
}

.shape-wthree {
  -webkit-animation: fa-spin 5s infinite linear;
  animation: fa-spin 5s infinite linear;
}

.features-wrapper .module-head {
  color: #003652;
  text-transform: uppercase;
  line-height: 1.2;
  position: relative;
}

.features-wrapper .module-head:before {
  content: "";
  width: 30px;
  height: 3px;
  background: #ff4d22;
  position: absolute;
  top: -10px;
}

.module-wrapper {
  padding: 70px 10px;
  background-size: cover;
  position: relative;
}

.module-wrapper .modules-wrapper-1 {
  padding: 20px 15px !important;
  width: 90%;
  display: block;
  margin: 5% 5% !important;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0.696px 4.951px 20px 0px rgba(111, 54, 255, 0.1);
          box-shadow: 0.696px 4.951px 20px 0px rgba(111, 54, 255, 0.1);
  -o-transition: all 0.4s ease-in-out;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  max-height: 120px;
  min-height: 120px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.module-wrapper .modules-wrapper-1:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  border-top: 3px solid #ff4d22;
  border-radius: 2px;
}

.module-wrapper .modules-wrapper-1 img {
  width: 55px;
}

.module-wrapper .modules-wrapper-1 p {
  line-height: 1.5;
}

.module-wrapper .modules-wrapper-1 h2 {
  font-size: 15px;
  font-weight: 500;
  color: #222;
  line-height: 1.4;
}

.module-wrapper .modules-wrapper-1 ul {
  margin-top: 1rem;
}

.module-wrapper .modules-wrapper-1 ul li {
  list-style: none;
  line-height: 1.8;
  font-size: 14px;
  color: #555;
  text-align: center;
}

.wrap-section {
  background-color: #fcfcfc;
  background-image: url(../images/admin/pattern.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.way-easy-shoping-head {
  color: #003652;
  font-size: 2.5rem;
}

.left-img-land {
  width: 100%;
  height: 250px;
  border-radius: 3rem 0 6rem 3rem;
  background-image: url(../images/admin/online-shopping.jpg);
  background-size: cover;
}

.r-img-land {
  width: 100%;
  height: 250px;
  border-radius: 5rem 0 6rem 0px;
  background-image: url(../images/admin/shutterstock_188141780.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
}

.card-service-slider {
  background-color: #fcfcfc;
  padding: 1rem 0rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
}

.card-service-slider .f-wrap-ov {
  text-align: center;
  opacity: 0.7;
  width: 150px;
  padding: 0 10px;
}

.card-service-slider .f-wrap-ov:hover {
  opacity: 1;
}

.card-service-slider .f-wrap-ov img {
  width: 50px;
  height: 50px;
}

.card-service-slider .f-wrap-ov p {
  line-height: 1.4;
  margin-top: 0.3rem;
}

.multiple-payment-options {
  padding: 2rem 0rem !important;
  background-color: #003652;
}

body {
  color: #213546;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.title {
  position: relative;
  margin-top: 30px;
  width: 100%;
  text-align: center;
}

.timeline {
  position: relative;
  width: 100%;
  padding: 30px 0;
}

.timeline .timeline-container {
  position: relative;
  width: 100%;
}

.timeline .timeline-end,
.timeline .timeline-start,
.timeline .timeline-year {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.timeline .timeline-end p,
.timeline .timeline-start p,
.timeline .timeline-year p {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#4f8fc4), to(#00539c));
  background: linear-gradient(#4f8fc4, #00539c);
  border-radius: 100px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.timeline .timeline-year {
  margin: 30px 0;
}

.timeline .timeline-continue {
  position: relative;
  width: 100%;
  padding: 60px 0;
}

.timeline .timeline-continue::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background: #4f84c4;
}

.timeline .row.timeline-left,
.timeline .row.timeline-right .timeline-date {
  text-align: right;
}

.timeline .row.timeline-right,
.timeline .row.timeline-left .timeline-date {
  text-align: left;
}

.timeline .timeline-date {
  font-size: 14px;
  font-weight: 600;
  margin: 0px 0 0 0;
}

.timeline .timeline-date::after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 45px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4f8fc4), to(#00539c));
  background: linear-gradient(#4f8fc4, #00539c);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  border-radius: 15px;
  z-index: 1;
}

.timeline .row.timeline-left .timeline-date::after {
  left: -7px;
}

.timeline .row.timeline-right .timeline-date::after {
  right: -7px;
}

.timeline .timeline-box,
.timeline .timeline-launch {
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
}

.timeline .timeline-launch {
  width: 100%;
  margin: 15px 0;
  padding: 0;
  border: none;
  text-align: center;
  background-color: transparent;
}

.timeline .timeline-box::after,
.timeline .timeline-box::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline .row.timeline-left .timeline-box::after,
.timeline .row.timeline-left .timeline-box::before {
  left: 100%;
}

.timeline .row.timeline-right .timeline-box::after,
.timeline .row.timeline-right .timeline-box::before {
  right: 100%;
}

.timeline .timeline-launch .timeline-box::after,
.timeline .timeline-launch .timeline-box::before {
  left: 50%;
  margin-left: -10px;
}

.timeline .timeline-box::before {
  top: 25px;
  border-color: transparent transparent transparent #ddd;
  border-width: 11px;
}

.timeline .timeline-box::after {
  top: 26px;
  border-color: transparent transparent transparent #ffffff;
  border-width: 10px;
}

.timeline .row.timeline-right .timeline-box::after {
  border-color: transparent #fff transparent transparent;
}

.timeline .row.timeline-right .timeline-box::before {
  border-color: transparent #ddd transparent transparent;
}

.timeline .timeline-launch .timeline-box::after {
  top: -20px;
  border-color: transparent transparent #ddd transparent;
}

.timeline .timeline-launch .timeline-box::before {
  top: -19px;
  border-color: transparent transparent #fff transparent;
  border-width: 10px;
  z-index: 1;
}

.timeline .timeline-box .timeline-icon {
  position: relative;
  width: 40px;
  height: auto;
  float: left;
}

.timeline .timeline-icon i {
  font-size: 25px;
  color: #4f84c4;
}

.timeline .timeline-box .timeline-text {
  position: relative;
  width: calc(100% - 40px);
  float: left;
}

.timeline .timeline-launch .timeline-text {
  width: 100%;
}

.timeline .timeline-text h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
}

.timeline .timeline-text p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .timeline .timeline-continue::after {
    left: 40px;
  }
  .timeline .timeline-end,
  .timeline .timeline-start,
  .timeline .timeline-year,
  .timeline .row.timeline-left,
  .timeline .row.timeline-right .timeline-date,
  .timeline .row.timeline-right,
  .timeline .row.timeline-left .timeline-date,
  .timeline .timeline-launch {
    text-align: left;
  }
  .timeline .row.timeline-left .timeline-date::after,
  .timeline .row.timeline-right .timeline-date::after {
    left: 47px;
  }
  .timeline .timeline-box,
  .timeline .row.timeline-right .timeline-date,
  .timeline .row.timeline-left .timeline-date {
    margin-left: 55px;
  }
  .timeline .timeline-launch .timeline-box {
    margin-left: 0;
  }
  .timeline .row.timeline-left .timeline-box::after {
    left: -20px;
    border-color: transparent #fff transparent transparent;
  }
  .timeline .row.timeline-left .timeline-box::before {
    left: -22px;
    border-color: transparent #ddd transparent transparent;
  }
  .timeline .timeline-launch .timeline-box::after,
  .timeline .timeline-launch .timeline-box::before {
    left: 30px;
    margin-left: 0;
  }
}

.modules-img-ov {
  padding-left: 1rem;
}

@media only screen and (max-width: 500px) {
  .module-wrapper .modules-wrapper-1 {
    padding: 20px 15px !important;
    width: 100%;
    margin: 5% 0% !important;
  }
  .module-wrapper .modules-wrapper-1 p {
    font-size: 12px;
  }
  .module-wrapper .modules-wrapper-1 .col-8 {
    padding-left: 10px;
  }
  .module-wrapper {
    padding: 70px 0 !important;
  }
  .circle-play {
    margin-top: 4rem;
    margin-bottom: 3rem;
  }
  .our-land-services {
    padding: 1rem;
    padding-bottom: 0 !important;
  }
  .modules-img-ov {
    padding-left: 0rem;
  }
}

.site-footer {
  padding: 45px 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: #cadce6;
}

.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5;
}

.site-footer hr.small {
  margin: 20px 0;
}

.site-footer h6 {
  color: #888;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 0.8rem;
  letter-spacing: 2px;
}

.site-footer a {
  color: #888;
}

.site-footer a:hover {
  text-decoration: none;
}

.footer-links {
  padding-left: 0;
  list-style: none;
}

.footer-links li {
  display: block;
}

.footer-links a {
  color: #888;
  text-decoration: none;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.site-footer .social-icons {
  text-align: right;
}

.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #4f84c4;
}

.footer-about {
  text-align: justify;
  color: #888;
}

.copyright-text {
  margin: 0;
  color: #888;
}

@media (max-width: 991px) {
  .site-footer [class^="col-"] {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 0;
  }
  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center;
  }
}

.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}

.social-icons a {
  background-color: #eceeef;
  color: #ffff;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: #29aafe;
}

.social-icons a.facebook:hover {
  background-color: #3b5998;
}

.social-icons a.twitter:hover {
  background-color: #00aced;
}

.social-icons a.linkedin:hover {
  background-color: #007bb6;
}

.social-icons a.dribbble:hover {
  background-color: #ea4c89;
}

.prize-wrapper-hover:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}

.prize-wrapper-hover-1 {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.prize-wrapper-hover:hover .prize-wrapper-hover-1 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.prize-wrapper h1 {
  color: #ff4d22;
  font-weight: 800;
  margin-bottom: 1px;
}

.prize-wrapper .plan-wrap {
  border-radius: 8px;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  padding-bottom: 1rem;
  -webkit-transition: all 0.4s ease-in-out;
  margin: 3rem 0;
  transition: all 0.4s ease-in-out;
}

.prize-wrapper .plan-wrap h4 {
  text-align: left;
  font-weight: 400;
  color: #1a73e8;
  margin: 1rem 0;
}

.prize-wrapper .plan-wrap .pricing-rupee {
  color: #666;
  height: 110px;
  border: 0px solid;
  line-height: 1.6;
}

.prize-wrapper .plan-wrap .pricing-rupee span {
  color: #eeb11b;
  font-weight: 700;
  font-size: 1.2rem;
}

.prize-wrapper .prize-wrapper-head-1 {
  text-align: center;
  padding: 20px 10px;
  height: 120px;
  border: 0px solid;
  background-image: url(../images/bg_prize_1.jpg);
  border-radius: 8px 8px 0 0 !important;
  margin-bottom: 1rem;
  background-size: cover;
}

.prize-wrapper .prize-wrapper-head-1 h3 {
  color: #fff;
  font-weight: 700;
  padding: 8px 0;
}

.prize-wrapper .prize-wrapper-head-1 p {
  letter-spacing: 0.05rem;
  color: #fff;
}

.prize-wrapper .prize-wrapper-head-2 {
  text-align: center;
  padding: 10px 10px;
  height: 110px;
  border: 0px solid;
  position: relative;
  background-image: url(../images/bg_prize.jpg);
  border-radius: 8px 8px 0 0 !important;
  margin-bottom: 1rem;
  background-size: cover;
}

.prize-wrapper .prize-wrapper-head-2::before {
  content: "We Recommend";
  position: absolute;
  width: 100%;
  height: 30px;
  color: #fff;
  background-image: url(../images/bg_prize.jpg);
  background-size: cover;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  left: 0;
  top: -50px;
  padding-top: 10px;
  border-radius: 4px;
}

.prize-wrapper .prize-wrapper-head-2 h3 {
  color: #fff;
  font-weight: 700;
}

.prize-wrapper .prize-wrapper-head-2 p {
  color: #fff;
  margin-top: 0.3rem;
}

.prize-wrapper ul {
  position: relative;
  margin: auto;
  width: 80%;
}

.prize-wrapper ul .check {
  list-style: none;
  color: #666;
  line-height: 2.2;
  margin-left: 1.8rem !important;
  text-align: left;
}

.prize-wrapper ul .check::before {
  content: "";
  width: 20px;
  height: 20px;
  left: -1px;
  margin-top: 8px;
  background-image: url(../images/check-1.png);
  position: absolute;
  background-size: 20px 20px;
}

.prize-wrapper ul .not-check {
  list-style: none;
  color: #666;
  line-height: 2.2;
  margin-left: 1.8rem !important;
  text-align: left;
}

.prize-wrapper ul .not-check::before {
  content: "";
  width: 20px;
  height: 20px;
  left: -1px;
  margin-top: 8px;
  background-image: url(../images/close.png);
  position: absolute;
  background-size: 20px 20px;
}

.buy-now-1 {
  background: #eeb210;
  background: linear-gradient(37deg, #eeb210 0%, #fbbe18 58%);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(108, 39, 255, 0.1);
          box-shadow: 0px 10px 20px 0px rgba(108, 39, 255, 0.1);
  outline: none;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem auto;
  display: inline-block;
  padding: 13px 39px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
  cursor: pointer;
  width: 80%;
  font-weight: 500;
}

.buy-now {
  background: #1a73e8;
  background: linear-gradient(131deg, #1a73e8 32%, #4bbdf3 100%);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(108, 39, 255, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(108, 39, 255, 0.1);
  outline: none;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1rem auto;
  display: inline-block;
  padding: 13px 39px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
  cursor: pointer;
  width: 80%;
}

.price-table-cell .fa-times {
  color: red;
}

.price-table-cell .fa-check {
  color: #2ca01c;
}

.price-table-cell article {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  height: 1000px;
  position: relative;
}

.price-table-cell ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0px;
  z-index: 10;
  padding-bottom: 14px;
}

.price-table-cell li {
  list-style: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.price-table-cell li:last-child {
  border-right: 1px solid #ddd;
}

.price-table-cell .tab-btn-tb {
  width: 100%;
  border: 1px solid #ddd;
  border-right: 0;
  border-top: 0;
  padding: 10px;
  background: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  color: #999;
}

.price-table-cell li.active .tab-btn-tb {
  background: #003652;
  color: #ffff;
}

.price-table-cell table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.price-table-cell th {
  background: #003652;
  display: none;
  color: #fff;
}

.price-table-cell td,
.price-table-cell th {
  height: 53px;
}

.price-table-cell td,
.price-table-cell th {
  border: 1px solid #ddd;
  padding: 10px;
  empty-cells: show;
}

.price-table-cell td,
.price-table-cell th {
  text-align: center;
}

.price-table-cell td + td,
.price-table-cell th + th {
  text-align: center;
  display: none;
}

.price-table-cell td.default {
  display: table-cell;
}

.price-table-cell .bg-purple {
  border-top: 3px solid #0097cf;
}

.price-table-cell .bg-blue {
  border-top: 3px solid #0097cf;
}

.price-table-cell .sep {
  background: #f5f5f5;
  font-weight: bold;
}

.price-table-cell .txt-l {
  font-size: 28px;
  font-weight: bold;
}

.price-table-cell .txt-top {
  position: relative;
  top: -9px;
  left: -2px;
}

.price-table-cell .tick {
  font-size: 18px;
  color: #2ca01c;
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.price-table-cell .hide {
  border: 0;
  background: none;
}

@media (min-width: 640px) {
  .price-table-cell ul {
    display: none;
  }
  .price-table-cell td,
  .price-table-cell th {
    display: table-cell !important;
    width: 280px;
  }
  .price-table-cell th {
    font-size: 15px;
  }
  .price-table-cell td + td,
  .price-table-cell th + th {
    width: auto;
  }
}

.about-wrapper ul {
  position: relative;
}

.about-wrapper ul li {
  list-style: none;
  color: #666;
  line-height: 2;
  margin-left: 1.8rem !important;
  font-size: 14px;
}

.about-wrapper ul li::before {
  content: "";
  width: 17px;
  height: 17px;
  left: -1px;
  margin-top: 5px;
  background-image: url(../images/guest/check.png);
  position: absolute;
  background-size: 17px 17px;
}

.about-wrapper h2 {
  color: #111;
}

.about-wrapper p {
  color: #555;
  font-size: 14px;
  line-height: 2;
  margin-top: 1rem;
}

.about-wrapper p span {
  font-weight: 600;
  color: #333;
}
/*# sourceMappingURL=landing.css.map */