@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
  box-sizing: border-box !important;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #666666;
  font-size: 14px;
  font-family: "poppins", sans-serif;
  line-height: 1.80857;
  font-weight: normal;
  background-color: rgb(255, 255, 255);
}
body.main-layout {
  position: relative;
  margin-bottom: 200px;
  padding: 0 5% 0 5%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.main-layout::before {
  content: "";
  background-image: url(../img/newUI/frame_cover.png);
  background-repeat: no-repeat;
  background-size: 87%;
  background-position: top right;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 140%;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: normal;
  color: #111111;
  margin: 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

button:focus {
  outline: none;
}

ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.footer ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-weight: 500;
  margin: 10px 0;
  font-size: 12px;
}
.company {
  color: #666666;
}

p {
  margin: 0px;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
}

a {
  color: #222222;
  text-decoration: none;
  outline: none !important;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  outline: 0;
}

.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px;
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}

.form-control:focus {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
  border: none !important;
}

.badge {
  font-weight: 500;
}

blockquote {
  margin: 20px 0 20px;
  padding: 30px;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.full {
  float: left;
  width: 100%;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.layout_padding_2 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.light_silver {
  background: #f9f9f9;
}

.theme_bg {
  background: #38c8a8;
}

.margin_top_30 {
  margin-top: 30px !important;
}

.full {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}

.how-to-use {
  display: flex;
  justify-content: center;
  align-items: center;
}

/**-------aboutus page---------**/

.about-head {
  padding-top: 0% !important;
}
.about-subhead {
  margin-top: 30%;
}
.about-h1 {
  font-size: 36px;
  font-weight: 900;
  color: #0bb5ff;
}
.about_head_dots_2 {
  width: 13%;
  position: absolute;
  right: 54%;
  bottom: 440%;
  top: -200px;
}
.about_titlepage {
  text-align: center;
}
.about_dots_1 {
  width: 13%;
  position: absolute;
  top: 560px;
  left: 7%;
}
.about_dots_2 {
  width: 13%;
  position: absolute;
  top: 860px;
  left: 82%;
}
.about_banner_main {
  width: 100%;
}
/* ----------end about us-------- */

/**-- heading section --**/

/*---------------------------- preloader area ----------------------------*/

.loader_bg {
  position: fixed;
  z-index: 9999999;
  background: #fff;
  width: 100%;
  height: 100%;
}

.loader {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader img {
  width: 280px;
}

/*-- navigation--*/

.navigation.navbar {
  float: right;
}

.navigation.navbar-dark .navbar-nav .nav-link {
  padding: 0 14px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

/* .navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     font-weight: 600;
} */

.navigation.navbar-dark .navbar-nav .active > .nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show > .nav-link {
  font-weight: 700;
}
/* .nav-item a:before {
     content: "";
     position: absolute;
     left: 56px;
     bottom: 12px;
     height: -19px;
     width: 8%;
     border-bottom: 3px solid #fff;
   } */

/*-- header area --*/

/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/

.header {
  width: 100%;
  padding: 40px;
}

.logo {
  width: 100px;
}

.logo a {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  line-height: 40px;
}

.banner_main {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 90px;
  width: 100%;
}

.text-bg h1 {
  color: #2f3542;
  font-size: 47px;
  line-height: 75px;
  font-weight: 700;
  padding-top: 30%;
  padding-left: 5%;
  text-align: left;
}

.text-bg span {
  color: #fdd430;
  font-size: 40px;
  line-height: 35px;
  font-weight: bold;
}

.text-bg p {
  color: #57606f;
  font-size: 17px;
  padding: 10px 5%;
  font-weight: 400;
  line-height: 28px;
}

.text-bg a {
  font-size: 16px;
  background-color: #fff;
  color: #000;
  padding: 10px 0px;
  width: 100%;
  max-width: 190px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
}

.text-bg a:hover {
  background-color: #000;
  color: #fff;
}

.text-img figure {
  margin: 0px;
}
.text-img {
  float: right;
}
.text-img figure img {
  width: 100%;
}

.titlepage {
  text-align: center;
  /*padding-bottom:30px;*/
}

.titlepage h2 {
  font-size: 30px;
  color: #0c0f38;
  line-height: 40px;
  font-weight: bold;
  padding: 0;
  margin-top: 15px;
}
.titlepage .sub-heading {
  font-size: 18px;
  font-weight: 600;
  color: #2f3542;
}

/** about_us section **/

.about_us {
  text-align: center;
}

.about_us figure {
  margin: 0;
}

.about_us p {
  color: #57606f;
  font-size: 17px;
  line-height: 28px;
  padding: 10px 50px;
  font-weight: 400;
}

.about_us a {
  font-size: 16px;
  background-color: #000;
  color: #fff;
  padding: 10px 0px;
  width: 100%;
  max-width: 190px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 10px;
}

.about_us a:hover {
  background-color: #0c0f38;
  color: #fff;
}
.dots_1 {
  width: 13%;
  position: absolute;
  top: 13%;
  left: 7%;
}
.dots_2 {
  width: 13%;
  position: absolute;
  right: 54%;
  bottom: 110%;
}

/** end about_us section **/

/* ------patient-------------- */
.how-box1 {
  text-align: center;
  background-color: transparent;
  border-radius: 95px 0px 95px 95px;
  padding: 10px 0px;
  transition: ease-in all 0.5s;
  margin-bottom: 30px;
  box-shadow: #ddd 0px 0px 10px;
}

/* -------end patient----------- */
/** Services section **/

.Services {
  margin-top: 90px;
  padding: 20px 0;
  font-family: Poppins;
}

.Services .titlepage {
  text-align: center;
}

.Services .titlepage h2 {
  color: #2f3542;
  padding-bottom: 20px;
}

.Services .titlepage p {
  color: #2f3542;
}

.Services .Services-box i {
  background: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  display: inline-block;
  padding-top: 19px;
}

.Services .Services-box i:hover {
  background: #ddd;
}

.Services .Services-box h3 {
  padding: 20px 0px 20px 0px;
  font-size: 20px;
  line-height: 25px;
  color: #2f3542;
  display: block;
  font-weight: 700;
}

.Services .Services-box {
  text-align: left;
  background-color: transparent;
  border-radius: 20px;
  padding: 40px 20px 0px 0px;
  transition: ease-in all 0.5s;
  margin-bottom: 30px;
}

.Services .Services-box p {
  font-size: 16px;
  line-height: 24px;
  color: #57606f;
  font-weight: 400;
}

/** end Services section **/

/** how section **/

.how {
  margin-top: 30px;
  background: #ffff;
  font-family: Poppins;
  margin-bottom: 50px;
}

.how .titlepage {
  text-align: center;
}

.how .titlepage h2 {
  padding-bottom: 20px;
}

.how .titlepage p {
  color: #090808;
}

.how .how-box h3 {
  padding: 20px 0px 20px 0px;
  font-size: 20px;
  line-height: 25px;
  color: #090808;
  display: block;
  font-weight: 500;
  text-align: center;
}

.how .how-box {
  text-align: center;
  background-color: transparent;
  border-radius: 55px 0px 55px 55px;
  padding: 20px 0px 20px 0px;
  transition: ease-in all 0.5s;
  margin-bottom: 30px;
  box-shadow: #ddd 0px 0px 10px;
}

.how .how-box p {
  font-size: 16px;
  line-height: 24px;
  color: #090808;
}

.bg {
  font-size: 16px;
  background-color: #090808;
  color: #fff;
  padding: 10px 0px;
  width: 100%;
  max-width: 190px;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}
.txt_cnt {
  text-align: center;
  font-size: 14px;
  font-family: Poppins;
  color: #57606f;
}
.nxt_icon {
  vertical-align: middle;
  align-items: center;
  display: contents;
}
.bg:hover {
  background: #8308eb;
  color: #fff;
}
.col-xl-2 {
  margin: 0 30px;
}
.col-lg-2 {
  margin: 0 30px;
}

/** end how section **/

/** contact section **/

.contact {
  padding-top: 90px;
  font-family: Poppins;
}

.main_form {
  background: #0c0f38;
  padding: 55px 55px;
  border-radius: 30px;
  margin-bottom: -58%;
}

.contact .main_form .contactus {
  border: #fff solid 1px;
  padding: 0px 19px;
  margin-bottom: 20px;
  border-radius: 15px;
  width: 100%;
  height: 52px;
  background: #fff;
  color: #999999;
  font-size: 16px;
}

.contact .main_form .textarea {
  margin-bottom: 25px;
  padding: 0px 19px;
  color: #999999 !important;
  width: 100%;
  border: #fff solid 1px;
  border-radius: 15px;
  padding-top: 38px;
  background: #fff;
}

.contact .main_form .send {
  font-size: 16px;
  transition: ease-in all 0.5s;
  background-color: #fff;
  color: #ef4259;
  padding: 12px 70px;
  margin: 0 auto;
  display: block;
  border-radius: 30px;
}

.contact .main_form .send:hover {
  background-color: #8308eb;
  transition: ease-in all 0.5s;
  color: #fff;
}

#contact *::placeholder {
  color: #999999;
  opacity: 1;
}

.current {
  color: #fff;
  margin-top: -4px;
  position: absolute;
}

/** end contact section **/

/* -----------------Contact Us section ------------- */

.chat_form {
  position: absolute;
  margin: 20px 0px;
  z-index: -1;
}
form {
  display: grid;
  left: 75px;
}
.chat_form_field input {
  margin: 0px 0px;
  font-size: 14px;
  font-family: "Poppins";
  min-height: 36px;
  min-width: 300px;
}
.chat_form_field {
  padding: 0px 80px;
}
.chat_right {
  background: url(../images/contact_us/live_right.svg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0px;
}

.button2 {
  background-color: #0bb5ff;
  color: white;
  width: 50%;
  border-bottom-right-radius: 100px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.button2:hover {
  background-color: white;
  border: 2px solid #0bb5ff;
  color: #0bb5ff;
}

.info {
  margin: 0.5em 0;
  font-size: 12px;
  color: #fff;
  text-shadow: 0 0 0.1em #8b8181;
}

.input-phone {
  margin: 2em auto;
  padding: 0em 1.25em;
  border: 1px solid #d9d9d9;
  border-radius: 50px;
  font-size: 1.5em;
  box-shadow: 0 0 0.6em 0.25em rgb(0 0 0 / 3%);
}
::placeholder {
  font-size: 14px;
  color: #a6a6a6;
  margin-left: 10px;
}
.submit {
  margin: 20px 0px;
}

/* ------------------- End contact Us section -------------- */

/* -----------------FAQ------------------- */

.collapsible {
  background-color: #fff;
  color: #000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* .active, .collapsible:hover {
     background-color: #555;
   } */

.collapsible:after {
  content: "\002B";
  color: #0bb5ff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: " ";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #fff;
}
.faq {
  box-shadow: 0 0 0.6em 0.25em rgb(0 0 0 / 3%);
  padding: 10px 20px;
  margin-bottom: 10px;
}

/* -----------------End FAQ------------------- */

/* ---------------Features------------------------ */
.our-specialist {
  margin-top: 90px;
}
.our-doctors {
  margin-top: 90px;
}
.common_disease h3 {
  text-align: center;
  text-align: left;
  background-color: transparent;
  border-radius: 20px;
  padding: 25px;
  transition: ease-in all 0.5s;
  margin-bottom: 30px;
}
.cdisease {
  margin: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button3 {
  background-color: #0bb5ff;
  color: white;
  width: 16%;
  border-bottom-right-radius: 100px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.card {
  box-shadow: #ddddddc7 0px 0px 40px;
  border: none;
  border-radius: 40px;
}
.card-body h2 {
  font-family: Poppins;
  font-weight: 800;
}
.card-text {
  font-weight: 500;
}
.card-m {
  margin: 0 30px;
}
.card-set {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.how_patient {
  display: flex;
  justify-content: center;
  align-items: center;
}
.how-box_p {
  text-align: center;
  background-color: transparent;
  border-radius: 150px 0px 150px 150px;
  /* padding: 0; */
  transition: ease-in all 0.5s;
  margin-bottom: 30px;
  box-shadow: #ddd 0px 0px 10px;
  padding: 50px 20px 0px 20px;
  height: 350px;
}
.txt_cnt_p {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url(../img/newUI/features/prev_button.svg);
}

.carousel-control-next-icon {
  background-image: url(../img/newUI/features/next_button.svg);
}
.impressed {
  background: url(../img/newUI/features/slide1_right.svg);
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rating {
  padding: 0px 80px;
  text-align: center;
}
.live_doctor {
  text-align: right;
}
.live_rating {
  position: relative;
  left: -20%;
  display: inline-block;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0px 70px 70px 70px;
}

/* ---------------End Features------------------------ */

/* ---------Accordion---------- */

.faq-section .mb-0 > a {
  display: block;
  position: relative;
}

.faq-section .mb-0 > a:after {
  content: "\002B";
  position: absolute;
  right: 0;
  font-weight: 600;
  color: #0bb5ff;
  float: right;
  margin-left: 5px;
}

.faq-section .mb-0 > a[aria-expanded="true"]:after {
  content: "\2212";
  font-weight: 600;
}
.cardfaq {
  box-shadow: 0 0 0.6em 0.25em rgb(0 0 0 / 3%);
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px 10px 0px 10px;
  z-index: 4;
}
.card-header-faq {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: white;
}
.card-header-faq a:hover {
  color: #0bb5ff;
}
.fq-question {
  z-index: 4;
}

/* -------End accordion---------- */

/** footer **/
.footer-logo {
  width: 50%;
}
.footer-icons {
  padding: 0 10px 0 0;
}

.footer {
  font-family: Poppins;
  padding-top: 80px;
  background: transparent;
  position: relative;
}
/* .footer-img{
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 0;
    left: 0;
} */

.footer::after {
  content: "";
  background-image: url(../img/newUI/footer-bg2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  width: 45%;
  height: 485px;
}

.cont {
  text-align: center;
  margin-top: 5%;
}

.cont h3 {
  color: #fff;
  font-size: 45px;
  line-height: 30px;
  font-weight: bold;
  padding: 30px 0px 0px 0px;
}

.cont span {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  padding: 30px 0px 30px 0px;
  display: inline-block;
  font-weight: bold;
}

.cont p {
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  padding: 0 130px;
  padding-bottom: 60px;
}

.copyright {
  background: rgb(207, 201, 201);
  display: block;
  width: 100%;
  background: black;
  position: absolute;
}

.copyright p {
  color: #ffffff;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  padding: 5px;
}

.copyright a {
  color: #1e1e1e;
}

.copyright a:hover {
  color: #0c0f38;
}
.copyright_1 {
  background-color: #000;
  padding: 4px;
}

.footer-cont {
  padding: 0 3rem 0 3rem;
}
.footer-heading {
  font-weight: 700;
}
.footer::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #eef5ff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  border-top-right-radius: 200px;
}

.f_image {
  padding: 80px;
}
.footer-row {
  /* display: flex; */
  z-index: 9;
  position: relative;
  position: relative;
  top: -20px;
}
@media (min-width: 980px) {
  .footer-row {
    display: flex;
    z-index: 9;
    position: relative;
    position: relative;
    top: -20px;
  }
}
.footer-icons1 {
  padding: 0 10px 0 0;
  display: none;
}

/** end footer **/

/* --------Privacy Policy----------- */

.text-bg h2 {
  padding: 10px 5%;
  color: #4d8ef6;
}

.accordion {
  width: 50%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1rem;
  z-index: 4;
}
.accordion-item {
  background-color: transparent;
  border-bottom-right-radius: 100px;
}
.accordion-item__button {
  border: 0;
  display: block;
  background: none;
  width: 100%;
  color: #538af6;
  text-align: left;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
  padding: 0.5rem;
  border-radius: 6px 6px 50px 6px;
  cursor: pointer;
  border: 1px solid #538af6;
}
.accordion-item__button:after {
  content: "+";
  float: right;
  right: 0;
  background: #ffffff2b;
  padding: 7px 49px;
  border-radius: 6px 6px 56px 6px;
  border: 1px solid;
}
.accordion-item__button.active,
.accordion-item__button:hover {
  background: linear-gradient(90deg, rgba(114, 119, 241, 1) 0%, rgba(11, 181, 255, 1) 100%);
  color: white;
  border: none;
}
.accordion-item__button.active {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 50px;
}
.accordion-item__button.active:after {
  content: "-";
  float: right;
  right: 0;
  margin-left: 20px;
  background: #ffffff2b;
  padding: 7px 50px;
  border-radius: 6px 6px 56px 6px;
  border: none;
}
.accordion-item__content {
  overflow: hidden;
  max-height: 0;
  transition: all 0.4s ease-in-out;
  background-color: #fbfbfb;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-right-radius: 100px;
}
.accordion-item__content.active {
  display: block;
}
.accordion-item__content p {
  padding: 1rem;
  color: #57606f;
}

.policy {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 150px;
  z-index: 99;
}

.privacy-Services {
  margin-top: 90px;
  padding: 20px 0;
  font-family: Poppins;
}
.accordion-item ul li {
  font-size: 14px;
  font-weight: 400;
  list-style: inside;
  list-style-position: outside;
  margin-left: 20px;
  padding: 10px 20px 0px 10px;
}

/* --------End Privacy Policy----------- */

/* -------------------Cancellation--------------- */
.cancellation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 140px;
}
.cancellation li {
  font-size: 18px;
}
.cancellation img {
  padding: 8px 30px 0px 0px;
}
.cancellation ul {
  counter-reset: index;
  padding: 0;
  max-width: 1400px;
}

.cancellation li {
  counter-increment: index;
  display: flex;
  align-items: flex-start;
  padding: 12px 0;
  box-sizing: border-box;
}

/* Element counter */
.cancellation li::before {
  font-size: 1.5rem;
  text-align: right;
  font-weight: bold;
  min-width: 50px;
  padding-right: 12px;
  font-variant-numeric: tabular-nums;
  align-self: flex-start;
  background-image: linear-gradient(to bottom, aquamarine, orangered);
  background-attachment: fixed;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*@use postcss-preset-env {*/
/*  stage: 0;*/
/*  autoprefixer: {*/
/*    grid: true;*/
/*  }*/
/*  browsers: last 2 versions*/
/*}*/

/* -----------------End Cancellation-------------- */

/* --------Terms & Conditions----------- */

.scrollspy-example {
  position: relative;
  height: 250px;
  overflow: auto;
}
.Terms {
  margin-top: 50px;
}
.terms-item ol li {
  font-size: 16px;
  font-weight: 400;
  list-style: auto;
  list-style-position: outside;
  margin-left: 20px;
  padding: 10px 20px 0px 10px;
  color: black;
}
.terms-item ul li {
  font-size: 16px;
  font-weight: 400;
  list-style: inside;
  list-style-position: outside;
  margin-left: 20px;
  padding: 10px 20px 0px 10px;
  color: black;
}
.nav-pills {
  padding-top: 10px;
}

.container-term {
  background-color: #fdfdfd;
  border-radius: 6px;
  padding: 1rem;
  overflow: scroll;
}
h1 {
  margin: 0;
}

/* custom scrollbar */
::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #c2c2c2;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #0bb5ff;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #0bb5ff;
  background-color: #ffff0000;
  font-size: 14px;
}
.term-content {
  height: 600px;
  background-color: #f8f8f8;
  border-radius: 20px;
  padding: 10px 0px 10px 30px;
}
.term-content-left {
  height: 600px;
  background-color: #f8f8f8;
  border-radius: 20px;
  padding: 20px;
  margin-right: 20px;
  z-index: 99;
}

.scroll-content {
  margin-top: 20px;
}

.term-content .active {
  color: tomato;
}
/*.text-bg-head-para{*/
/*line-height: 1.5;*/
/*font-size: 18px!important;*/
/*}*/

/* --------End terms and Conditions--------- */

@media only screen and (min-width: 300px) and (max-width: 300px) {
  .cont-wid {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .col-lg-2 {
    margin: 40px 80px;
  }

  .footer-row {
    display: block;
    z-index: 9;
    position: relative;
    color: white;
  }
  .footer::after {
    content: "";
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
    bottom: 0;
    left: 0;
    position: absolute;
    /* z-index: 2; */
    width: 50%;
    height: 485px;
  }
  .footer::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #1daafc;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    border-top-right-radius: 200px;
  }
  .footer {
    font-family: Poppins;
    padding-top: 80px;
    background: transparent;
    /* position: relative;
          height: 800px; */
  }
  .footer-heading {
    font-weight: 600;
    color: white;
  }

  .footer-cont {
    padding: 10px 2rem 2rem 3rem;
  }
  .company {
    color: white;
  }
  .button3 {
    background-color: #0bb5ff;
    color: white;
    width: auto;
    border-bottom-right-radius: 100px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .card-m {
    margin: 30px 30px;
  }
  .pwidth {
    margin-top: 40px;
  }
  .button2 {
    background-color: #0bb5ff;
    color: white;
    width: auto;
    border-bottom-right-radius: 100px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .live_rating {
    position: relative;
    top: 20px;
    left: 0;
    width: 100%;
    height: 470px;
  }
  .next_arrow {
    margin-bottom: 20px;
    transform: rotate(90deg);
  }
  .how_patient {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
  }
  .how-box_p {
    text-align: center;
    background-color: transparent;
    border-radius: 150px 0px 150px 150px;
    /* padding: 0; */
    transition: ease-in all 0.5s;
    margin-bottom: 30px;
    box-shadow: #ddd 0px 0px 10px;
    /* padding: 30px 20px 0px 20px; */
    height: 350px;
    width: 250px;
  }
  .chat_right {
    background: url(../images/contact_us/live_right.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 73;
    background-size: contain;
  }
  .chat_form_field {
    padding: 0;
    margin-top: 120px;
  }
  .input-phone {
    margin: 2em auto;
    padding: 0em 1.25em;
    border: none;
    border-radius: 50px;
    font-size: 17px;
    box-shadow: 0 0 0.6em 0.25em rgb(0 0 0 / 3%);
  }
  .submit {
    margin-top: 20px;
  }
  .footer-icons {
    padding: 0 10px 0 0;
    display: none;
  }
  .footer-icons1 {
    padding: 0 10px 0 0;
    display: inline-block;
  }
  .copyright {
    background: rgb(207, 201, 201);
    display: block;
    width: 100%;
    background: black;
    position: absolute;
    margin-top: 28px;
    bottom: 0px;
  }

  /* -------privacy and policy------------ */

  .accordion {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 0px;
  }
  .accordion-item__button {
    border: 0;
    display: block;
    background: none;
    width: 100%;
    color: #538af6;
    text-align: left;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    padding: 0.5rem;
    border-radius: 6px 6px 50px 6px;
    cursor: pointer;
    border: 1px solid #538af6;
  }
  .privacy-Services {
    margin-top: 20px;
    padding: 20px 0;
    font-family: Poppins;
  }
  .text-bg h2 {
    padding: 10px 5%;
    color: #f8f9fa;
  }
  .text-bg p {
    color: #f8f9fa;
    font-size: 16px;
    padding: 10px 5%;
  }

  /* ----------------cancellation--------------- */

  .cancellation li {
    counter-increment: index;
    display: flex;
    align-items: flex-start;
    padding: 2px 0;
    box-sizing: border-box;
    font-size: 14px;
  }
  .cancellation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
  }

  /* ---------Tem & conditions------------- */
  .term-content {
    height: 500px;
    overflow: scroll;
    margin-top: 50px;
  }

  .term-content-left {
    height: 600px;
    background-color: #f8f8f8;
    border-radius: 20px;
    padding: 20px;
    margin-right: 0px;
  }
  .text-bg p {
    color: #57606f;
    font-size: 16px;
    padding: 10px 5%;
    /* background: linear-gradient(
      511deg
      , rgb(52 157 250) 0%, rgb(17 178 255) 100%); */
    /* background-color: linear-gradient; */
    border-radius: 20px;
    padding: 20px;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1024px) {
  .button3 {
    background-color: #0bb5ff;
    color: white;
    width: 26%;
    border-bottom-right-radius: 100px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 10px;
  }
  .card {
    width: 10rem !important;
  }
  .card-body h2 {
    font-size: 14px;
  }
  .footer-icons1 {
    padding: 0 10px 0 0;
    display: inline-block;
  }
  .card-text p {
    margin: 0px;
    font-weight: 300;
    font-size: 11px;
    line-height: 24px;
  }
  .footer::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #1daafc;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    border-top-right-radius: 200px;
  }
  .footer-cont {
    padding: 0 1rem 0 1rem;
  }

  .footer::after {
    content: "";
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    width: 1%;
    height: 485px;
  }
  .footer-heading {
    font-weight: 600;
    color: white;
  }
  .company {
    color: white;
  }
  .footer-row {
    color: white;
  }
  .col-lg-2 {
    margin: 0 10px;
  }
  .txt_cnt {
    text-align: center;
    font-size: 9px;
  }
  .navigation.navbar-dark .navbar-nav .nav-link {
    padding: 0 10px;
  }
  .main-layout::before {
    content: "";
    background-image: url(../img/newUI/frame_cover.png);
    background-repeat: no-repeat;
    background-size: 87%;
    background-position: top right;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 140%;
  }

  /* ---------features--------- */
  .how-to-use {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .card-set {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .how-box_p {
    text-align: center;
    background-color: transparent;
    border-radius: 150px 0px 150px 150px;
    /* padding: 0; */
    transition: ease-in all 0.5s;
    margin-bottom: 30px;
    box-shadow: #ddd 0px 0px 10px;
    /* padding: 30px 20px 0px 20px; */
    height: 350px;
    width: 250px;
  }
  .how-box_p p {
    margin: 0px;
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
  }
  .footer-icons {
    padding: 0 10px 0 0;
    display: none;
  }
  .footer-icons1 {
    padding: 0 10px 0 0;
  }
  .card-m {
    margin: 0 20px;
  }

  /* ------privacy------------ */

  .accordion {
    width: 80%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1rem;
  }
  .privacy-Services {
    margin-top: 20px;
    padding: 20px 0;
    font-family: Poppins;
  }

  .cancellation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
  }

  /* --------Terms------------- */
  .Terms {
    height: 600px;
    margin-top: 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
  .col-lg-2 {
    margin: 0 30px;
  }
  .card-m {
    margin: 0 30px;
  }
  .how-box_p {
    /* padding: 50px 20px 0px 20px; */
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1620px) {
  .main-layout::before {
    content: "";
    background-image: url(../img/newUI/frame_cover.png);
    background-repeat: no-repeat;
    background-size: 87%;
    background-position: top right;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 140%;
  }
  .navigation.navbar-dark .navbar-nav .nav-link {
    padding: 0 16px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .footer::after {
    content: "";
    background-image: url(../img/newUI/footer-bg2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    width: 47%;
    height: 600px;
  }
}

@media only screen and (min-width: 2300px) {
  .footer-cont {
    padding: 0 4rem 0 8rem;
  }

  .footer::after {
    content: "";
    background-image: url(../img/newUI/footer-bg2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    width: 45%;
    height: 600px;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 20%;
  }
  .how-box_p {
    text-align: center;
    background-color: transparent;
    border-radius: 150px 0px 150px 150px;
    /* padding: 0; */
    transition: ease-in all 0.5s;
    margin-bottom: 30px;
    box-shadow: #ddd 0px 0px 10px;
    /* padding: 50px 100px 0px 100px; */
    height: 350px;
    width: 250px;
  }
}

.container-fluid {
  max-width: 1600px;
}

@media (max-width: 980px) {
  .Services .Services-box {
    text-align: center !important;
  }
  .about_us p {
    padding: 10px 15px !important;
  }


  .footer-info {
    display: unset !important;
  }
}

@media (min-width: 480px) and (max-width: 979px) {
  .footer::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #1daafc;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    border-top-right-radius: 200px;
  }
  .footer-heading {
    font-weight: 600;
    color: white;
  }
  .company {
    color: white;
  }
  .footer-row {
    color: white;
  }
  .footer-icons {
    padding: 0 10px 0 0;
    display: none;
  }
  .footer-icons1 {
    padding: 0 10px 0 0;
    display: inline-block;
  }
  .footer::after {
    content: "";
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    width: 45%;
    height: 485px;
  }
}

.homebtnlg {
  width: 158px !important;
}
.homebtnsg {
  width: 158px !important;
}
.homebtncontainer {
  padding: 18px 5%;
  display: grid;
  grid-template-columns: 50% 50%;
  max-width: 500px;
}
.homebtn {
  font-size: unset !important;
  padding: unset !important;
  color: unset !important;
  width: unset !important;
  max-width: unset !important;
  text-align: unset !important;
}
.homebtn:hover {
  background-color: unset !important;
}

.footer-info {
  display: flex;
  margin: 0px auto;
}

.abouttxtright .about-h1 {
  text-align: right;
}

.abouttxtright p {
  text-align: right;
}

.contact_dots1 {
  top: -400px;
}
.terms_btn {
  background: #677ef3;
  color: white;
  padding: 15px 60px;
  border-radius: 44px;
  text-transform: uppercase;
}
.scroll-content h2 {
  color: #0bb5ff;
}
.feature-dots2 {
  width: 11% !important;
  right: 75% !important;
  bottom: 197% !important;
}
.feature-get-started {
  padding-left: 5%;
}
.feature-get-started button {
  width: 25%;
  min-width: 180px;
}
div#box_ho {
  max-width: 350px !important;
  margin: 30px auto;
}
.home-quote {
  display: flex;
  align-items: baseline;
  padding: 10px 5%;
}

.home-quote p {
  padding: 5px 15px;
}
.app-btn {
  padding: 3px 9px !important;
  background: white;
  border: 2px solid #0bb5ff;
  border-radius: 5px;
  font-size: 14px !important;
  color: #0bb5ff;
  text-transform: capitalize !important;
  width: unset !important;
  margin: 0 10px;
  color: #0bb5ff !important;
}
.app-txt {
  font-size: 21px !important;
  color: #57606f !important;
  font-weight: 500 !important;
}
.app-txt a:hover {
  background: unset;
  color: black;
  text-decoration: underline !important;
}
.menu-header {
  position: absolute;
  right: 0;
}
@media (min-width: 980px) and (max-width: 1600px) {
  .why_virujh_container {
    max-width: 1100px !important;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .why_virujh_container {
    max-width: 1300px !important;
  }
}
@media (max-width: 1400px) {
  #box_ho p {
    font-size: 11px;
  }
}
.footer-social li {
  display: flex;
  align-items: center;
  justify-content: unset;
}

.font-weight-light {
  font-weight: 300 !important;
  padding-left: 10px !important;
}
.Services-box.common_disease {
  text-align: center;
}

.Services-box.common_disease h3 {
  text-align: center;
}

.technumbers {
  color: white;
  height: 50px;
  width: 50px;
  background-color: #0bb5ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  min-width: 50px;
  min-height: 50px;
}

li.techcontent {
  display: flex;
  align-items: center;
  font-size: 15px;
}

.techcontent {
  display: flex;
  align-items: center;
  margin: 15px 0px;
  font-size: 16px;
}

.columnspr {
  float: left;
  width: 33.3%;
  padding: 8px;
}

.prprice {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.prprice:hover {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}

.prprice .header {
  background-color: #0bb5ff;
  color: white;
  font-size: 25px;
  text-align: center;
}

.prprice li {
  border-bottom: 1px solid #eee;
  padding: 5px;
  text-align: left;
  margin: 0px;
}

.prprice .grey {
  background-color: #eee;
  font-size: 20px;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .columnspr {
    width: 100%;
  }
}

#TechandFeatures {
  margin: 30px 0px;
}

@media only screen and (min-width: 980px) {
  .TechandFeatures {
    display: grid;
    grid-template-columns: 50% 50%;
    position: relative;
    left: 5%;
  }
  .techandcontainer {
    position: relative;
    left: 6%;
  }
}

.price_detail {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 81px;
  color: #2f3542;
}
.pricingcards-box {
  border: 1px solid;
  width: 315px;
  height: 420px;
  box-shadow: 0px 0px 20px rgb(130 130 130 / 10%);
  border-radius: 50px;
  border: 1px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box,
    /*this is your grey background*/ linear-gradient(128.14deg, #7277f1 32.58%, #0bb5ff 99.36%) border-box;
}
.pricingContain {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5%;
}

.btncontainer {
  text-align: center;
  position: relative;
  top: 7%;
}
.premium-btncontainer {
  text-align: center;
}
.expertise-btncontainer {
  top: 1%;
  text-align: center;
}
.premiumbtn {
  width: 150px;
  height: 55px;
  border-radius: 45px;
  background: linear-gradient(128.14deg, #7277f1 32.58%, #0bb5ff 99.36%);
  color: white;
  font-size: 16px;
  font-weight: 500;
  margin: 20px;
}
.casetocasebtn {
  width: 150px;
  height: 55px;
  border-radius: 45px;
  background: white;
  color: white;
  font-size: 20px;
  font-weight: 600;
  margin: 15px;
  /* color: #000; */
  color: #7277f1;
  border: 1px solid;
}
.basicbtn {
  width: 150px;
  height: 55px;
  border-radius: 45px;
  background: white;
  color: white;
  font-size: 20px;
  font-weight: 600;
  margin: 15px;
  /* color: #000; */
  border: 1px solid #7277f1 ;
  box-shadow: 0px 0px 20px rgba(130, 130, 130, 0.1);
  background: linear-gradient(128.14deg, #7277f1 32.58%, #0bb5ff 99.36%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.casetocasebox {
  background: linear-gradient(128.14deg, #7277f1 32.58%, #0bb5ff 99.36%);
  color: white;
}

.pricinglabel {
  width: auto;
  height: 50px;
  background: linear-gradient(128.14deg, #7277f1 32.58%, #0bb5ff 99.36%);
  border-radius: 60px 60px 0px 0px;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.premimum-pricingcontent {
  padding: 8%;
  height: inherit;
  display: flex;
  flex-direction: column;
  /* align-items: flex-start; */
  justify-content: center;
}
.enterprise-pricingcontent {
  padding-top: 27%;
  padding-bottom: 10%;
  padding-left: 10%;
  padding-right: 10%;
  height: inherit;
  display: flex;
  flex-direction: column;
  /* align-items: flex-start; */
  justify-content: center;
}
.pricingcontent {
  padding-top: 20%;
  padding-bottom: 10%;
  padding-left: 10%;
  padding-right: 10%;
  height: inherit;
  display: flex;
  flex-direction: column;
  /* align-items: flex-start; */
  justify-content: center;
}

.price_detail_Enterprise {
  color: white;
  font-weight: 600;
}

.mostpopulartxt {
  font-size: 16px;
  font-weight: 600;
}
.plan-name {
  font-size: 36px;
  background: linear-gradient(128.14deg, #7277f1 32.58%, #0bb5ff 99.36%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.plan-name-enterprise {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
}
.price_detail_table {
  background: linear-gradient(128.14deg, #7277f1 32.58%, #0bb5ff 99.36%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 41px;
}
.tableHeadings {
  color: #2f3542;
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
}
.tableHeadingsIndex {
  color: #2f3542;
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
}
.tableHeadingsbody {
  font-size: 30px;
  font-family: Poppins;
  color: #2f3542;
  font-weight: 600;
  line-height: 41px;
}

/* ------------------------------------ */

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  left: 10px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2196f3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background: linear-gradient(128.14deg, #7277f1 32.58%, #0bb5ff 99.36%);
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* ---------------------------------------------------- */
.featureTbl {
  width: 100%;
  padding: 0 10px;
  height: calc(100vh - 80px);
  overflow-y: auto;
  position: relative;
  overflow-x: hidden;
  margin-bottom : 100px;
}
.featureTbl::-webkit-scrollbar-thumb {
  background-color: #7277f1;
}
.featureTbl::-webkit-scrollbar {
  width: 18px !important;
}
.pricingTable {
  margin-top: 133px;
  max-height: 500px;
}
.pricingTableHeader {
  border-radius: 30px 30px 0px 0px;
  color: #7277f1;
  font-size: 28px;
  overflow: hidden;
  position: sticky;
  top: 0;
  z-index: 9;
}
.tableContentsHeading {
  color: #3a3a3a;
  font-size: 18px;
}
.TableContainer {
  padding: 15px 0;
  margin-left: auto;
  margin-right: auto;
}

.pricingFeatures {
  display: flex;
}
.billAnnual {
  position: relative;
  right: -22px;
}

.featureplans {
  max-width: 1600px !important;
}
.billAnnualGst{
  position: relative;
  background-color: #e9ecf2;
  right: -48px;
   border-radius: 18px;
  padding: 7px 21px;
}
.tableHeadingFooter{
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  text-align: initial;
}
.pricing_dots_1{
  width: 9%;
  position: absolute;
  top: -9%;
  left: 7%;
}
.price_Services{
  margin-top: 10px;
  padding: 5px 0;
  font-family: Poppins;
}
.err-span{
  font-family: Poppins;
  color:red;
  font-size: 12px;
}
.form-group{
  height: 75px;
  margin-bottom: 0px; 
}
.nav-signup{
  border: 1px solid white;
    border-radius: 25px;
    padding: 4px 0px;
    margin-top: 5px;
}
.nav-signup:hover{
  background-color: white;   
}
.nav-signup a:hover{
  color: #7277f1 !important;
}
#snackbars{
  min-width: 200px; 
  margin-left: -108px;
  visibility: hidden;
  bottom: 110px;
  left: 50%;
  z-index: 1;
  text-align: center;
  font-size: 19px;
  position: absolute;
  padding: 16px;
  color: #fff;
  background-color: #0bb5ff;
  border-radius: 5px;
  height: 51px;
  z-index: 9999;
}
#snackbars.show{
  visibility: visible;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
@keyframes fadein{
  from{
      bottom: 0;
      opacity: 0;
  }
  to{
      bottom: 110px;
      opacity: 1;
  }
}
@keyframes fadeout{
  from{
      bottom: 110px;
      opacity: 1;
  }
  to{
      bottom: 0;
      opacity: 0;
  }
}