/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

html,
body {
  height: 100%;
  /*overflow: auto;*/
}

body {
  margin: 0;
  padding: 0;
  font-family: 'open sans', sans-serif !important;
  color: #1b1b1b;
  font-size: 14px;
  overflow-x: hidden;
  /*background: #f8f8f8;*/
}

/*.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}*/

a {
  text-decoration: none !important;
}

ul,
ol {
  list-style: none;
  padding: 0;
}

.btn:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

.btn-link {
  color: #00b6ad !important;
  font-weight: 800;
  display: inline-block;
  padding: 0 0 0px;
  border-radius: 0;
  font-size: 18px;
  text-decoration: none;
  /*font-family: "Poppins", sans-serif;*/
}

.btn-default {
  /*font-family: "Poppins", sans-serif;*/
  background: #00b6ad;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-default:hover {
  color: #00b6ad !important;
  background: transparent;
  border-color: #00b6ad;
}

.btn-outline-default {
  background: transparent;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 400;
  color: #00b6ad;
  border: 1px solid #00b6ad;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-outline-default:hover {
  color: #fff;
  background: #00b6ad;
}

.header {
  padding: 15px 30px 15px 30px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;

  -webkit-box-shadow: 0px 12px 10.5px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 12px 10.5px rgba(0, 0, 0, 0.12);
}

.navbar-brand {
  width: 180px;
}

.header .navbar-nav .nav-link {
  font-size: 18px;
  font-weight: 500;
  color: #070404;
  /*font-family: "Poppins", sans-serif;*/
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

/* .header .navbar-nav .nav-link.active {
    border-bottom: 4px solid #00ada4;
} */
.header .navbar-nav .nav-link::after {
  content: "";
  border-bottom: 4px solid #00ada4;
  width: 0;
  display: block;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;

}

.header .navbar-nav .nav-link:hover:after,
.header .navbar-nav .nav-link.active:after {
  width: 100%;
}

.header .btn-default {
  color: #fff;
  margin-left: 15px;
  padding: 6px 20px;
}

.header .btn-outline-default {
  margin-left: 15px;
  padding: 6px 20px;
}

.main-content {
  /*padding-top: 30px;*/
  position: relative;
}

.bg-image {
  position: relative;
}

.top-bgimg {
  position: absolute;
  background-image: url('../images/down-bg.png');
  background-repeat: no-repeat;
  width: 30px;
  height: 160px;
  left: 38px;
  top: 41px;
}

.bottom-bgimg {
  position: absolute;
  background-image: url('../images/dot-bg.png');
  background-repeat: no-repeat;
  width: 118px;
  height: 125px;
  right: 32px;
  bottom: 40px;
}

.section-space {
  padding: 70px 0 30px;
}

.section-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
}

.section-title {
  font-size: 30px;
  font-weight: 500;
  color: #000000;
  position: relative;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  /*margin-top: 40px;*/
}

.section-title::after {
  content: '';
  position: absolute;
  height: 8px;
  width: 109px;
  background-color: #00ada4;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -13px;
}

.login .section-title::after {
  width: 80px;
  height: 7px;
}

/* home */
.content-bg {
    position: relative;
    background-image: url('../images/home.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 400px;
    background-position: 81% 23%;
    margin: 0;
    display : flex;
    flex-wrap: wrap;
    align-items : center;
}


.about-bg {
  background-image: url('../images/abt_bnr.png');
}

.howit-bg {
  background-image: url('../images/hwit_bnr.png');
}

.contact-bg {
  background-image: url('../images/cntct_bnr.png');
}

.rxpad-text {
  /* width: 100%; */
  height: 100%;
  /*background: -webkit-gradient(linear, right top, left top, from(rgba(0,120,210,0)), to(#0078d2));
  background: -o-linear-gradient(right, rgba(0,120,210,0) 0%, #0078d2 100%);
  background: linear-gradient(270deg, rgba(0,120,210,0) 0%, #0078d2 100%);*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  padding-left: 50px;
}

.title {
  font-size: 50px;
  color: #ffffff;
  font-weight: 600;
}

.subtitle {
  font-size: 26px;
  line-height: 120%;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0;
  /*width: 446px;*/
  margin-top: 10px;
}

.card {
  height: 330px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 11.5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 11.5px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border: 0;
  border-bottom: 4px solid #00b6ad;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 10px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.card:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.card-img {
  margin-bottom: 20px;
}

.card-title h3 {
  font-size: 28px;
  line-height: 28px;
  color: #000000;
  font-weight: 500;
  /*font-family: "Poppins";*/
  text-align: center;
  margin-bottom: 12px;
}

.card-para {
  font-size: 18px;
  line-height: 28px;
  color: #666666;
  font-weight: 400;
  /*font-family: "Poppins";*/
  text-align: center;
  width: 291px;
  padding: 0 15px;
}

.step-border {
  width: 168px;
  height: 168px;
  border-radius: 84px;
  background-color: transparent;
  border: 4px solid #06c8bf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.step-number {
  width: 150px;
  height: 150px;
  border-radius: 75px;
  background-color: #06c8bf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 69px;
  line-height: 52px;
  color: #ffffff;
  font-weight: 700;
}

.step-light-border {
  border-color: #00b6ad;
}

.step-medium-border {
  border-color: #03867f;
}

.step-dark-border {
  border-color: #01625d;
}

.step-light {
  background-color: #00b6ad;
}

.step-medium {
  background-color: #03867f;
}

.step-dark {
  background-color: #01625d;
}

.step-para {
  width: 274px;
  font-size: 20px;
  line-height: 30px;
  color: #070404;
  font-weight: 500;
  text-align: center;
  margin: 20px 0 40px;
}

.accordion-button {
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    color: #00ada4;
    font-weight: 600;
    background-color: #e6f7f6;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../images/accordion-arrow.svg');
}

.faq-wrap .section-title::after {
    left: 50%;
    transform: translate(-50%, -50%);
}
.faq-wrap .accordion-item .accordion-button,
.faq-wrap .accordion-item .accordion-body {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}

.footer {
    background: #050506;
    padding: 50px 0 0;
    position: relative;
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: 112% -23%;
    border-top: 6px solid #0078d2;
}

.footer .details {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
}

.footer a.details {
  color: #0078d2;
  font-size: 18px;
}

.footer .ft-title {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  /*font-family: "Poppins", sans-serif;*/
}

.quick-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.quick-links li {
  display: block;
  margin-bottom: 0px;
}

.quick-links li a {
  color: #fff;
  font-size: 18px;
}

.footer-bottom {
  width: 100%;
  background-color: #212121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 0;
  font-size: 18px;
  line-height: 35px;
  color: #cccccc;
  font-weight: 400;
  margin-top: 50px;
}

.footer-bottom a {
  color: #cccccc;
  margin-left: 6px;
}

.footer-bottom p {
  width: 900px;
  text-align: center;
}

.cloud-content {
  display: block;
  position: relative;
  width: 241px;
  height: 52px;
  background: transparent url('../images/badges-gray.png') no-repeat -241px 0px;
  margin-top: 10px;
}

/* about us */
.about-para {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  font-weight: 400;
}

/* how its work */
.how-para-list .how-para-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 20px;
}

.how-para-list .how-para-items::after {
  content: "";
  width: 2px;
  height: calc(100% - 12px);
  background-color: #e8e8e8;
  position: absolute;
  -webkit-transform: translateY(30px) translateX(13px);
  -ms-transform: translateY(30px) translateX(13px);
  transform: translateY(30px) translateX(13px);
}

.how-para-list .how-para-items .list-round {
  width: 29px;
  height: 29px;
  border-radius: 15px;
  background-color: #00b6ad;
  border: 3px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.item {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  font-weight: 400;
  margin-left: 40px;
}

.item b {
  font-size: 20px;
  font-weight: 600;
}

.contact-card .card {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 130px;
  border: 1px solid #00b6ad;
  border-bottom-width: 4px;
  padding: 0;
}

.contact-card .card-para {
  padding: 0 10px;
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  font-weight: 600;
}

.card-link {
  position: relative;
  padding: 30px 10px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 35px;
  background-color: #ffffff;
  border: 1px solid #00b6ad;
  color: #00b6ad;
  font-size: 30px;
  top: -31px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.form-control,
.form-select {
  border: 1px solid #707070;
  padding: .5rem 1.1rem;
  color: #000000;
  background-color: #fff;
  font-size: 14px;
}

.form-control:focus,
.form-select:focus {
  color: #212529;
  background-color: #fff;
  border-color: #00b6ad;
  outline: 0;
  box-shadow: none;
}

.form-select {
  padding: .7rem 1.1rem;
}

.contact-form .form-control {
  border-radius: 0;
}


/* register form */
.regi-img .top-bgimg {
    top: 40%;
    height: 160px;
}

.star-color {
  color: #ff4545;
}

.regi-form .form-label {
  line-height: 30px;
  color: #333333;
  font-size: 16px;
  margin-bottom: 0;
}

.regi-form .form-control {
  line-height: 30px;
  color: #000000;
}

.modal .video-box video {
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, .125);
}

/* login */
.login-content {
  border-radius: 15px;
  -webkit-box-shadow: 0 0 11.5px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 11.5px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  padding: 60px 50px;
}

.forgot {
  line-height: 30px;
  color: #0078d2;
  font-weight: 400;
}

@media (min-width: 1700px) {
  .contact-form .form-control {
    font-size: 21px;
    line-height: 30px;
  }

  .regi-form .form-label {
    font-size: 21px;
  }

  .regi-form .form-control,
  .forgot {
    font-size: 18px;
  }

  .footer-bottom {
    font-size: 21px;
  }

  .header {
    padding: 15px 60px 15px 60px;
  }

  .rxpad-text {
    padding-left: 60px;
  }

  /*.content-bg {
    min-height: 1000px;
  }*/

  /*.title {
    font-size: 54px;
    line-height: normal;
  }*/
  .title {
      font-size: 90px;
      line-height: 89px;
  }
  /*.subtitle {
    font-size: 42px;
    line-height: 66px;
  }*/
  .subtitle {
      font-size: 42px;
      line-height: 66px;
  }
  .content-bg .btn {
  font-size: 24px;
  }

  .card {
    height: 400px;
  }

  .card-title {
    font-size: 38px;
  }

  .card-para {
    font-size: 24px;
    line-height: 35px;
  }

  .section-title {
    font-size: 42px;
  }

  .header .navbar-nav .nav-link {
    font-size: 21px;
  }

  .btn-outline-default,
  .btn-default {
    font-size: 26px;
  }

  .footer .details,
  .footer a.details,
  .quick-links li a {
    font-size: 21px;
  }

  .bottom-bgimg {
    right: 42px;
    bottom: 30px;
  }

  .top-bgimg {
    left: 63px;
    top: 81px;
  }
}

@media (max-width: 1299px) {
  .card-para {
    width: 100%;
    padding: 0;
  }

  .step-border {
    width: 148px;
    height: 148px;
  }

  .step-number {
    width: 130px;
    height: 130px;
    font-size: 49px;
  }

  .step-para {
    width: auto;
    font-size: 20px;
  }

  .header .navbar-nav .nav-link {
    font-size: 16px;
  }

  .footer-bottom p {
    width: 100%;
    text-align: center;
  }

}

@media (max-width: 1199px) {
  .header {
    padding: 15px;
  }

  .rxpad-text {
    padding-left: 15px;
  }

  .header .navbar-nav .nav-link {
    padding: 0 10px;
  }

  .header .btn-outline-default,
  .header .btn-default {
    font-size: 18px;
    margin-left: 12px;
  }

  .navbar-brand {
    width: 150px;
  }

  .section-space {
    padding-top: 50px;
  }

  .footer a.details,
  .footer .details {
    font-size: 16px;
  }

    .title {
        font-size: 42px;
    }

    .subtitle {
        font-size: 22px;
    }
}

@media (max-width: 1020px) {
  .header .navbar-nav .nav-link {
    font-size: 14px;
  }

  .header .btn-outline-default,
  .header .btn-default {
    font-size: 16px;
    margin-left: 12px;
  }
}


@media (max-width: 992.59px) {
  .navbar-expand-lg .navbar-toggler {
    display: block;
  }

    /*.main-content {
        padding-top: 100px;        
    }*/

  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
  }

  .header .navbar-toggler {
    color: #000;
    margin-left: auto;
  }

  .header .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    width: 100%;
    height: 100% !important;
    min-height: 100% !important;
    overflow: auto;
    display: block;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 20px;
  }

  .header .navbar-collapse.show {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  .header .navbar-collapse .navbar-toggler {
    position: absolute;
    top: 16px;
    right: 14px;
  }

  .header .navbar-collapse .navbar-toggler svg {
    width: 34px;
    height: 34px;
  }

  .header .navbar-collapse .dropdown-menu {
    background: transparent;
    margin-left: 20px;
  }

  .section-space {
    padding: 0px 0 30px;
    margin-top: 30px;
  }

  .quick-links {
    margin: 0 0 20px;
  }

  .footer {
    background-image: none;
  }

  .header .navbar-nav .btn-default,
  .header .navbar-nav .btn-outline-default {
    display: block !important;
  }

  .header .btn-default,
  .header .btn-outline-default {
    display: none;
  }

  .section-title {
    font-size: 32px;
  }

  .navbar-nav {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: initial;
    justify-content: center;
  }

  .navbar-nav .nav-item {
    margin-bottom: 0px;
  }

  .header .navbar-nav .nav-link {
    font-size: 18px;
  }

  .footer-bottom {
    font-size: 16px;
    line-height: 120%;
    padding: 30px 20px;
  }

  .item {
    margin-left: 30px;
  }
    .title {
        font-size: 30px;
    }

    .subtitle {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
  .contact-card .card {
    margin: 50px 0 0 !important;
  }

  .contact-card .card {
    height: auto;
  }

  .card-link {
    padding: 25px 7px;
  }
  .desk-card .benefits-card:hover {
      margin: 2rem;
  }
}

@media (max-width: 767.59px) {
  .card-title h3 {
    font-size: 20px;
  }

  .card-img {
    width: 65px;
  }

  .card-para {
    font-size: 16px;
  }

  .step-para {
    font-size: 18px;
    line-height: 120%;
  }

  .btn-default,
  .btn-outline-default {
    font-size: 14px;
    padding: 7px 10px;
  }

  .header {
    padding: 5px 8px 5px 5px;
  }

  .box-control {
    margin-bottom: 15px;
  }

  .box-control .btn-link {
    font-size: 16px;
    min-width: 70px;
  }

  .section-title {
    font-size: 22px;
    margin: 8px 0;
  }

  .item b {
    font-size: 18px;
  }

  .btn-link {
    font-size: 16px;
  }

  .footer {
    margin-top: 40px;
  }

  .rxpad-text {
    padding-left: 0;
    margin-bottom:30px;
  }

  .subtitle {
    width: 100%;
  }

  /*.title {
    font-size: 30px;
  }

  .subtitle {
    font-size: 18px;
  }*/

  .navbar-brand {
    width: 120px;
  }

  .top-bgimg,
  .bottom-bgimg {
    display: none;
  }

  .footer-bottom {
    font-size: 14px;
  }

  .content-bg {
    min-height: 400px;
  }

  .step-number {
    width: 110px;
    height: 110px;
    font-size: 40px;
  }

  .step-border {
    width: 128px;
    height: 128px;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .footer-bottom a {
    word-break: break-word;
  }

  .section-title::after {
    height: 5px;
    width: 80px;
  }

  .about-para,
  .contact-card .card-para,
  .item {
    font-size: 15px;
    line-height: 120%;
  }

  .login .section-title::after {
    width: 50px;
    height: 5px;
  }

  .login-content {
    padding: 40px 30px;
    margin-top:30px;
  }

  /*.content-bg {
    padding-top: 80px;
    text-align: center;
  }*/

  .home_img img {
    width: 90%;
    padding: 50px 40px;
    display:none;
  }
  .video-box video {
    width: 100%;
    height: auto;
  }
}


@media (max-width: 576.59px) {
  .header .navbar>.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .header .btn {
    padding: 10px 7px;
  }

  .header .navbar-toggler {
    margin-left: auto;
  }

  .content-bg {
    min-height: 270px;
  }

  .details,
  .footer a.details,
  .quick-links {
    text-align: center;
  }

  .footer a.details {
    display: flex;
    justify-content: center;
  }

  .about-para {
    text-align: justify;
  }

  .cloud-content {
    margin: 10px auto 0;
  }

  .item {
    margin-left: 15px;
  }

}




/*************** App Header Css ******************/

footer#footer {
    position: relative;
    z-index: 999;
    width: 100%;
    background: #000 url(../images/footer_bg.png) no-repeat right bottom;
    padding: 50px 0 0;
    font-weight: 400;
    color: #ccc;
    font-size: 14px;
    border-top: 6px solid #0078d2;
}

footer .logo_bx img {
  margin: 0 0 30px 0;
}

footer .logo_bx {
  color: #ccc;
  font-size: 14px;
}

footer .logo_bx p {
  margin: 0;
  font-size: 14px;
}

footer .links ul li a,
.footer_main p {
  font-size: 14px;
  color: #fff;
}

footer .links ul {
    list-style: none;
    padding: 0;
    margin-left: 12%
}

footer .links ul li {
  padding: 5px 0;
}

footer .links ul li a {
  color: #FFF;
  line-height: 24px;
}

footer .links ul li a:hover {
  color: #00b6ad;
  text-decoration: none;
}

footer .links ul li {
  width: 100%;
  padding: 5px 0 5px 12px;
  background: url(../img/link_arrow.png) no-repeat left center;
}

footer .img_vsa img {
  margin: 0 0 30px 0;
}

#footer .copyright {
  width: 100%;
  background-color: #212121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 0;
  font-size: 18px;
  line-height: 35px;
  color: #cccccc;
  font-weight: 400;
  margin-top: 50px;
}

#footer .copyright p {
    margin: 0;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 30px;
}

    #footer .copyright p a {
        color: #fff;
        font-size: 14px
    }

#footer .copyright p a:hover {
  text-decoration: underline;
}

.img_vsa h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

#frm_subscribe {
  border: 1px solid #fff !important;
  padding: 10px 10px 10px !important;
  display: inline-block;
  margin-bottom: 20px;
}

#frm_subscribe .head_txt {
  color: #fff !important;
  padding-bottom: 5px !important;
  font-size: 13px;
  margin-bottom: 5px;
}

#frm_subscribe input {
  color: #747474 !important;
  border-radius: 4px;
  font-size: 13px;
  border: 0;
  height: 35px;
  padding: 0 10px;
  margin-bottom: 10px;
}

#frm_subscribe button#submit {
  display: block;
  width: 100%;
  text-transform: initial;
  margin-top: 0px !important;
  padding: 0px 15px !important;
  background-color: #94165a !important;
  height: 35px !important;
  line-height: 30px !important;
  border: 1px solid #94165a !important;
  border-radius: 4px;
  color: #fff;
}

#page-topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1002;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px #a8a8a8;
  /* box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03) */
  box-shadow: 0px 0px 15px 0px #a8a8a8;
}

.navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    height: 102px;
    padding: 0 3.5% 0 2.5%
}

.navbar-header .dropdown .show.header-item {
  background-color: #f8f9fa
}

.navbar-brand-box {
  /* padding:0 1.5rem; */
  text-align: center;
  width: 250px
}

.logo {
  line-height: 70px
}

.logo .logo-sm {
  display: none
}

.logo-light {
  display: none
}

.app-search {
  padding: calc(32px / 2) 0
}

.app-search .form-control {
  border: none;
  height: 38px;
  padding-left: 40px;
  padding-right: 20px;
  background-color: #f3f3f9;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 30px
}

.app-search span {
  position: absolute;
  z-index: 10;
  font-size: 16px;
  line-height: 38px;
  left: 13px;
  top: 0;
  color: #74788d
}

.megamenu-list li {
  position: relative;
  padding: 5px 0
}

.megamenu-list li a {
  color: #495057
}

body .navbar-brand-box {
  background: #fff;
}

body .logo-light {
  display: block;
}

.navbar button.navbar-toggler {
  width: auto;
  text-align: right;
  margin-top: -55px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.navbar .nav-link {
  font-size: 18px;
  margin-left: 0px;
  font-weight: 500;
}

.navbar ul li a {
  color: #000;
}

.navbar-expand-lg .navbar-nav .nav-link::before,
.navbar-expand-lg .navbar-nav .active .nav-link::before {
  height: 3px;
}

.navbar-expand-lg .navbar-nav .nav-link::before,
.navbar-expand-lg .navbar-nav .active .nav-link::before {
  background-color: #00b6ad;
}

.navbar .nav-item {
  position: relative;
}


@media (max-width:992px) {
  .navbar-brand-box {
    width: auto
  }

  .logo span.logo-lg {
    display: none
  }

  .logo span.logo-sm {
    display: inline-block
  }
}

@media (min-width: 991px) {
  #vertical-menu-btn {
    display: none;
  }
}

@media (max-width: 991px) {
  .page-content {
    padding: calc(70px + 0px) calc(24px / 2) 60px calc(24px / 2);
  }

  #vertical-menu-btn {
    position: absolute;
    top: 80px;
    height: 50px;
    width: 50px;
    background: #00b6ad;
  }

  .metismenu {
    margin: 50px 0 0 0;
  }

  .sidebar-enable #vertical-menu-btn .fa-bars {
    display: none;
  }

  #vertical-menu-btn .fa-times {
    display: none;
  }

  .sidebar-enable #vertical-menu-btn .fa-times {
    display: initial;
  }

  .navbar-brand-box img {
    width: 150px;
  }
}

@media (max-width:1150px) {

  footer .links ul li a,
  .footer_main p,
  footer .logo_bx p,
  #footer .copyright p {
    font-size: 16px;
    line-height: 24px;
  }

  .logo_bx .cloudflare-badge {
    width: 100% !important;
  }

  footer .logo_bx p a {
    font-size: 16px;
  }

  #navbarSupportedContent .navbar-nav {
    padding-right: 0px !important;
  }

  .navbar .nav-link {
    font-size: 16px;
  }

  .navbar ul li {
    padding: 0 0px !important;
  }

  header .button .btn_1,
  header .button .btn_2 {
    font-size: 16px;
  }
}

@media (max-width:991px) {
  .sticky-top {
    position: absolute;
    top: 80px;
    z-index: 1020;
    right: 0;
    width: 100%;
    padding: 0;
  }

  .sticky-top button:focus {
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
  }

  .navbar .navbar-collapse {
    background: #fff;
    padding-bottom: 15px;
    box-shadow: 0px 3px 7px 0px #d7d7d7;
  }

  .navbar .navbar-collapse .button {
    padding: 5px 0px 0 25px;
  }

  .logo-sm .logo_nm {
    padding-left: 15px;
  }

  .navbar button.navbar-toggler {
    margin-top: -57px;
    margin-right: 15px;
  }

  #page-topbar .navbar-header {
    padding-right: 35px;
  }

  footer .links ul li a,
  .footer_main p,
  footer .logo_bx p,
  #footer .copyright p {
    font-size: 16px;
    line-height: 24px;
  }

  footer .logo_bx {
    margin-bottom: 15px;
  }

  #footer .copyright {
    margin-top: 10px;
  }

  .footer_main p {
    margin-bottom: 0;
  }

  #page-topbar .navbar-header {
    height: 80px;
  }

  .navbar .nav-link {
    padding: 10px;
  }

  .navbar .navbar-collapse .button {
    padding-left: 10px;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    justify-content: center !important;
    display: flex;
  }

  .sticky-top {
    padding: 0;
  }

  .navbar-expand-lg .navbar-nav .nav-link::before,
  .navbar-expand-lg .navbar-nav .active .nav-link::before {
    background-color: #00b6ad;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    width: 80%;
    left: 10%;
  }

  .navbar-expand-lg .navbar-nav .nav-link::before,
  .navbar-expand-lg .navbar-nav .active .nav-link::before {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform .1s ease-out 0s;
    transition: -webkit-transform .1s ease-out 0s;
    -o-transition: transform .1s ease-out 0s;
    transition: transform .1s ease-out 0s;
    transition: transform .1s ease-out 0s, -webkit-transform .1s ease-out 0s;
  }

  .navbar-expand-lg .navbar-nav .nav-link:hover::before,
  .navbar-expand-lg .navbar-nav .active .nav-link::before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: -webkit-transform .2s ease-out .1s;
    transition: -webkit-transform .2s ease-out .1s;
    -o-transition: transform .2s ease-out .1s;
    transition: transform .2s ease-out .1s;
    transition: transform .2s ease-out .1s, -webkit-transform .2s ease-out .1s;
  }
}

@media (min-width:992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 4px;
    padding-left: 4px;
    font-size: 12.5px;
  }
}

@media (min-width: 1201px) and (max-width: 1390px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
  }

  #navbarSupportedContent .navbar-nav {
    padding-right: 30px !important;
  }
}



.navbar-expand-lg .navbar-nav .nav-link::before,
.navbar-expand-lg .navbar-nav .active .nav-link::before {
  height: 3px;
}

.navbar ul li.active a,
.navbar ul li:hover a,
.text-theme,
.nav-link:focus,
.nav-link:hover,
body #sidebar-menu ul li a i {
  color: #00b6ad;
}

header .button .btn_1 {
  background: transparent;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 400;
  color: #00b6ad;
  border: 1px solid #00b6ad;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 6px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .button .btn_1:hover {
  color: #fff;
  background: #00b6ad;
  transition: all 0.4s ease;
}

header .button .btn_2 {
  margin-left: 15px;
  border: 2px solid #00b6ad;
  padding: 6px 20px;
  border-radius: 100px;
  background: #00b6ad;
  font-weight: 500;
  color: #fff;
  transition: all 0.4s ease;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 400;
}

header .button .btn_2:hover {
  background: #fff;
  transition: all 0.4s ease;
  color: #00b6ad;
}

.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.header-item {
  height: 70px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #555b6d;
  border: 0;
  font-size: 16px;
  border-radius: 0;
}

.header-profile-user {
  height: 36px;
  width: 36px;
  background-color: #f6f6f6;
  padding: 3px;
}

#navbarSupportedContent .navbar-nav {
  padding-right: 20px !important;
}

#vertical-menu-btn {
  padding: 0px !important;
}

#vertical-menu-btn i {
  font-size: 20px;
  color: #fff;
}

/*************** App Header Css ******************/

/* nayan*/

/* Who can prescribe? */

.noli ul li {
  display: flex;
  line-height: 42px;
}

.noli li::before {
  content: "• ";
  color: #00b6ad;
  font-size: 58px;
  vertical-align: middle;
  /* line-height: 30px; */
  padding-right: 11px;
  /* line-height: 36px; */
}

/* term*/

.term-dtl ol {
  list-style: auto;
}

li.main-li ul li {
  margin-bottom: 15px;
}

.term-dtl ol .main-li {
  margin-bottom: 40px;
}

li.main-li ul {
  padding-left: 2rem;
  list-style: disc;
}

li.main-li ul ul {
  padding-left: 2rem;
  list-style: circle;
  margin-bottom: 20px;
}

li.main-li ul ul li {
  margin-bottom: 12px;
}

li.main-li ul ul li ul li {
  list-style: outside;
}

.li-bold {
  font-size: 16px;
  font-weight: 700;
}

/* term */

/* Privacy Policy*/

.Privacy-dtl ol {
  list-style: none;
}

#cookies {
  border-collapse: collapse;
  width: 100%;
}

#cookies td,
#cookies th {
  border: 1px solid #ddd;
  padding: 8px;
}

#cookies tr:nth-child(even) {
  background-color: #f2f2f2;
}

#cookies tr:hover {
  background-color: #ddd;
}

#cookies th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #00b6ad;
  color: white;
}

/* Privacy Policy */



@media (max-width: 767.59px) {

  .section-title {
    font-size: 22px;
    margin: 35px 0 0;
  }

  .container {
    padding: 0 26px;
  }

  .term-dtl p {
    font-size: 15px;
    line-height: 150%;
    text-align: left;
    margin-top: 15px;
  }

  li.main-li ul ul li {
    margin-bottom: 12px;
    font-size: 15px;
    text-align: left;
    line-height: 150%;
  }

  li.main-li ul li {
    margin: 15px 0;
    text-align: left;
    line-height: 150%;
  }
}

@media (max-width: 576.59px) {

  #cookies td,
  #cookies th {
    text-align: left;
    line-height: 150%;
  }
}

/* loader */

/* Absolute Center Spinner */
.loader {
  position: fixed;
  z-index: 1070;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loader:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
  background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

/* :not(:required) hides these rules from IE9 and below */
.loader:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loader:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.btn {
  padding: 6px 20px;
  border-radius: 100px;
  background: #00b6ad;
  font-weight: 500;
  color: #fff;
  transition: all .4s ease;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 400;
}


/* nayan*/
span#LoginEmail-error {
  color: red;
}

span.validation-msg {
  color: red;
}

button.close {
  border: none;
  background: none;
  font-size: 28px;
}

button#page-header-user-dropdown {
  background: none;
  color: black;
}

.home_img img {
    width: 90%;
    float: right;
    margin-right: 10%;
    margin-top:1%;
}
.cloudflare-badge img {
    width: 92%;
    background: #f3f3f3;
    padding: 7px 13px 12px;
    border-radius: 5px;
}
button#password-addon {
    border: 1px solid #ced4da;
}

.benefits-card {
    background: #007bcb;
    color: #fff !important;
    border-radius: 10px;
    /* border-bottom: 4px solid #00b6ad; */
    /* width: 23% !important; */
    margin: 10px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.desk-card .benefits-card:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.benefits-card-green {
     background: #00aba2;
}

.card-icn {
    width: 80px;
    height: 80px;
    border-radius: 75px;
    /* background-color: #2b9bb4; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 69px;
    line-height: 52px;
    color: #ffffff;
    font-weight: 700;
}

.card-step-para h3 {
   font-size: 22px;
   font-weight: 700;
   margin-bottom: 10px;
}

.card-step-para p {
   font-weight: 400;
   font-size: 20px;
}

.card-step-para {
   width: auto;
   /* font-size: 24px; */
   line-height: 36px;
   color: #fff;
   /* font-weight: 500; */
   text-align: center;
   margin: 20px 0 40px;
}

@media (min-width: 992px) {
    .benefits-card {
       width: 22.5%;
    }
}

@media (max-width: 575px) {
      .benefits-card {
       margin: 10px;     
    }
}

span.logo-lg img {
    width: 80%;
}
.noli li::before {
    content: url(../images/Ellipse.png);
    color: #00b6ad;
    font-size: 0px;
    vertical-align: middle;
    line-height: 0px;
    padding-right: 11px;
    /* line-height: 36px; */
    transform: scale(-0.8);
    margin-right: 10px;
    margin-top:9px;
}

.noli ul li {
    display: flex;
    line-height: 40px;
    align-items:flex-start;
}
a {
    color: #0078D2;
    text-decoration: underline;
}

.footer-logo img {
    width: 60%;
}
button.navbar-toggler {
    font-size: 2rem;
}
.cyber-img img {
    width: 28%;
}
.cyber-img a {
    margin-right: 0.5rem;
}
.cyber-img a:last-child {
    margin-right: 0px;
}
p.top-navbar {
    position: static;
    order: -1;
    text-align: center;
    padding: 10px;
    background: #ee826d;
    color: #fff;
    letter-spacing: .5px;
    font-size: 16px;
}

@media (max-width: 991px) {
    .navbar button.login-navbar-toggler {
        margin-top: 17px;
        margin-right: -96px;
    }
}
@media screen and (max-width: 991px) {
    .not-found .img-box img {
        width: 100%;
    }
}

.top-info-bar {
    position: relative;
    z-index: 9999;
    padding: 10px;
    background: #ee826d;
    color: #fff;
    letter-spacing: .5px;
    font-size: 16px;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#page-topbar {
    position: relative;
}

.sticky-header {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    left: 0;
    background-color: #fff;
    border-bottom: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

@media (min-width: 1200px) {
    .mob-user {
        display: none;
    }
}

@media (max-width: 1199px) {
    .mob-user {
        display: block;
    }
}


not-found h3 {
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.not-found p {
    font-size: 18px;
    margin-bottom: 1.5rem;
}

.not-found .img-box img {
    width: 800px;
}