body {
  color: #304151;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 0 !important;
}

a,
a:hover {
  color: #6c63ff;
}

h2 {
  font-size: 36px;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 15px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

p,
li {
  font-size: 14px;
  font-weight: 400;
}

b {
  font-weight: 700;
}

section {
  padding: 50px 0px;
}

.title-block {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center;
}

.title-block p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0px;
}

.divider {
  padding: 2rem 0 0;
  margin: 2rem 0 0;
  border-top: 1px solid #3c3f45;
}

.divider-light {
  padding: 2rem 0 0;
  margin: 2rem 0 0;
  border-top: 1px solid #edf1f2;
}

/* ==============================================
   1a. Blog
===============================================*/

p.author {
  color: #9dafc5;
}

.policy p.lead {
  font-size: 20px;
}

/* ==============================================
   2. Navbar
===============================================*/

.navbar {
  margin-top: 0 !important;
}

.nav-home {
  background-color: #ffffff !important;
}

.nav-pharmacy {
  background-color: #056bbf !important;
}

.custom-navbar-home {
  height: 70px;
  max-height: 70px;
}

.navbar-toggler {
  font-size: 38px;
  background-color: transparent;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: none;
}

.navbar-toggler-icon {
  color: #ffffff;
}

.nav-home .navbar-collapse {
  background-color: #ffffff;
}

.nav-pharmacy .navbar-collapse {
  background: #056bbf;
}

.nav-custom-link {
  font-size: 14px;
  font-weight: 500;
}

.navbar a {
  color: #304151 !important;
  cursor: pointer;
}

.nav-right {
  float: right;
}

/* ==============================================
   3. Buttons
===============================================*/

.btn {
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px !important;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 15px;
  cursor: pointer;
}

.btn:hover {
  text-decoration: none;
}

.btn-regular {
  padding: 8px 15px;
  margin-top: 15px;
  display: inline-block;
  max-width: 300px;
}

.btn-small {
  padding: 4px 10px;
  margin: 3px 0 0;
  display: inline-block;
  font-size: 14px;
}

.btn-green {
  color: #133964;
  background-color: #4de4bd;
}

.btn-green:hover {
  background-color: #6eedc9;
  color: #133964;
  cursor: pointer;
}

.btn-white-outline {
  color: white;
  border: 1px solid white;
}

.btn-white-outline:hover {
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.9);
  cursor: pointer;
}

.btn-white {
  color: #6c63ff;
  background-color: white;
}

.btn-white:hover {
  color: #6c63ff;
  background-color: rgba(255, 255, 255, 0.95);
  cursor: pointer;
}

.btn-purple {
  background-color: #6c63ff;
  color: white;
}

.btn-purple:hover {
  background-color: #7c7cfc;
  color: white;
  cursor: pointer;
}

.btn-block {
  display: block;
}

.btn-full-width {
  width: 100%;
}

.btn-demo {
  color: #ffffff;
  background-color: #6772e5;
  padding: 15px 48px;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

.btn-demo:hover {
  color: #ffffff;
  background-color: #636ee1;
}

.btn-demo-small {
  font-size: 12px;
  background-color: #6772e5;
  padding: 1px 4px;
}

.btn-demo-small:hover {
  background-color: #636ee1;
}

.btn-demo-small a {
  color: #ffffff !important;
}

.btn-buy {
  color: #ffffff;
  background-color: #0095f7;
  padding: 15px 48px;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

.btn-buy:hover {
  background-color: #0191f0;
  color: #ffffff;
}

/* ==============================================
   4. Hero
===============================================*/

.hero-home {
  background-color: #ffffff;
}

.hero-careers {
  background-image: url(images/team-bg.jpg);
  background-color: #6c63ff;
  background-size: cover;
}

.hero-locum {
  /* background-color: #056bbf; */
  background: linear-gradient(to bottom, #056bbf, #1871b9, #3498db);
}

.bg-web-theme {
  /* background-color: #056bbf; */
  background: linear-gradient(to bottom, #056bbf, #1871b9, #3498db);
}

.bg-web-theme-grey {
  /* background-color: #056bbf; */
  background: #F1F0FF;
}

.hero-locum p,
.hero-locum h1,
.hero-careers p,
.hero-careers h1 {
  color: white;
}

.hero-locum.pharmacy {
  background-image: url(images/pharma-hero.jpg);
}
.hero-locum.opticians {
  background-image: url(images/optom-hero.jpg);
}
.hero-locum.pharmacy,
.hero-locum.opticians {
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .landing-margin {
    margin-top: 100px;
  }
}

#hero h1 {
  font-size: 30px;
  font-weight: 700;
}

#hero p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0px;
  padding: 0px;
}

#hero span {
  font-weight: 400;
  color: #0095f7;
  text-transform: uppercase;
}

.landing-iframe-responsive-container {
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
  background: #fff;
  padding: 0 30px 30px;
}
.ion-md-menu {
  color: #000;
}
/* ==============================================
   5. Marketing
===============================================*/

.store-signpost {
  background-image: url("images/phone-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.half-and-half {
  background-image: url("images/half-bg.png");
  background-repeat: no-repeat;
  background-size: 50% 100%;
}
@media (max-width: 991px) {
  .half-and-half {
    background-size: 100% 47%;
    background-position: bottom;
  }
}
@media (max-width: 992px) {
  .half-and-half .container {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .half-and-half-heading {
    text-align: center;
  }
}

.grey-bg {
  background-color: #f6f9fc;
}

.dark-bg {
  background-color: #133964;
}

.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg li,
.dark-bg p {
  color: white;
}

#marketing p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0px;
  padding: 0px;
}

#marketing span {
  font-weight: 400;
  color: #0095f7;
  text-transform: uppercase;
}

.content-box {
  padding: 60px 20px;
}

/* ==============================================
   How it works
===============================================*/

.hiw-frame {
  width: 230px;
  padding: 27px 13px;
  background-image: url(/images/hiw-frame.png);
  background-repeat: no-repeat;
  background-size: 96.5%;
  background-position: center;
  height: 460px;
  z-index: 100;
  position: relative;
}

@media (max-width: 767px) {
  .hiw-frame {
    margin: 0 auto 80px;
  }
}

.hiw-image {
  width: 220px;
  height: auto;
  padding-left: 13px;
}

#hiwCarousel {
  background: #fff;
  height: 390px;
  width: 203px;
}

/* ==============================================
   FAQs
===============================================*/
.faqs h4,
.faqs p {
  margin-bottom: 50px;
}
.faqs hr {
  margin: 50px 0;
}

/* ==============================================
   6. Testimonials
===============================================*/

.testimonial-box {
  background-color: #ffffff;
  box-shadow: 0 0 1px 0 rgba(0, 12, 32, 0.04), 0 10px 16px 0 rgba(10, 31, 68, 0.06);
  border-radius: 20px;
  padding: 20px 30px;
  margin-top: 30px;
}

.testimonial-box h6 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 0px;
}

.testimonial-box p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 25px;
  line-height: 1.8;
  padding: 0px;
}

.testimonial-box i {
  color: #ffffff;
}

.testimonial-box small {
  color: #8da2b5;
  display: inline-block;
}

.testimonial-box span {
  font-size: 14px;
  color: #ffffff;
}

.rating {
  background-color: #0095f7;
  padding: 2px 12px;
  border-radius: 50px;
}

.profile-picture {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.review-one {
  background-image: url("images/profile-picture-one.jpg");
}

.personal-info {
  padding: 5px 0 20px 0;
  border-bottom: 1px solid #edf1f2;
}

/* ==============================================
   7. Pricing
===============================================*/

.pricing-box {
  background-color: #ffffff;
  padding: 40px 20px;
  border: 1px solid #f8f9fb;
  border-radius: 6px;
  box-shadow: 0 0 1px 0 rgba(0, 12, 32, 0.04), 0 10px 16px 0 rgba(10, 31, 68, 0.06);
  margin-top: 30px;
}

.pricing-box h3 {
  font-size: 22px;
  font-weight: 400;
  color: #0095f7;
}

.pricing-box h6 {
  font-size: 60px;
  font-weight: 700;
  color: #3a3f52;
  margin-bottom: 0px;
}

.pricing-box p {
  font-size: 17px;
  margin-top: 15px;
  padding: 0px;
}

.pricing-box ul {
  padding-left: 10px;
}

.pricing-box li {
  font-size: 14px;
  font-weight: 400;
  color: #8da2b5;
}

.pricing-box span {
  font-weight: 500;
  color: #0095f7;
}

.pricing-box small {
  color: #8da2b5;
}

.pricing-box i {
  font-size: 20px;
  color: #0095f7;
  margin-right: 10px;
}

.pricing-box .demo {
  color: #6772e5 !important;
}

/* ==============================================
   8. Call to Action
===============================================*/

#call-to-action .btn {
  margin: 5px;
}

.small-section {
  padding: 30px 0;
}

/* ==============================================
   Cookie notice
===============================================*/

.cc-banner.cc-top {
  bottom: 0 !important;
  top: auto !important;
}

/* ==============================================
   9. Footer
===============================================*/

footer {
  background-color: #0e1b1e;
  padding: 60px 0;
  color: white;
}

footer h5 {
  color: white;
  text-transform: uppercase;
  margin-bottom: 20px;
}

footer p {
  font-size: 12px;
  font-weight: 400;
  color: white;
  text-align: justify;
  padding: 0px;
}

footer li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
}

footer a {
  color: white;
}

footer a:hover {
  color: #0095f7;
  text-decoration: none;
}

footer i {
  font-size: 25px;
  color: white;
  margin-right: 10px;
}

footer i:hover {
  color: #0095f7;
}

footer small {
  color: white;
  float: right;
}

.external-links {
  color: #0095f7;
}

.social-icons {
  list-style: none;
  display: flex;
  padding-left: 0;
}

.social-icon {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 27px;
  margin-right: 11px;
  cursor: pointer
}

.pointer{
  cursor: pointer
}


.aligner{
  display: flex; /* Enables Flexbox */
  justify-content: center; /* Centers horizontally */
  align-items: center; 
}

.arrow-center:hover{
  color: white;
}

.image-container img {
  max-width: 100%;
  height: auto;
  padding: 10px;
}

.social-twitter {
  background-color: #55acee
}

.social-facebook {
  background-color: #3b5999
}

.social-linkedin {
  background-color: #0077B5
}

.social-google {
  background-color: #dd4b39
}

.social-instagram {
  background-color: #dd4b39
}

.social-icon i {
  margin-right: 0;
  transition: 0.4s all;
}

.social-icon:hover i {
  transform: scale(1.4)
}

/* ==============================================
   9. Media Queries
===============================================*/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  h2 {
    font-size: 34px !important;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  .title-block h2,
  .title-block p {
    text-align: left;
    padding: 0px 20px;
  }

  #call-to-action h2,
  #call-to-action p {
    text-align: left !important;
    padding: 0 20px;
  }

  footer {
    padding: 60px 25px;
  }
  footer h5 {
    font-size: 18px;
    margin-top: 30px;
  }
  footer li {
    font-size: 16px;
    margin-bottom: 15px;
  }
  footer p {
    font-size: 16px;
  }
  footer i {
    font-size: 30px;
    margin-right: 20px;
  }
  footer small {
    float: left;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 34px !important;
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .nav-right {
    float: left;
  }
  .nav-custom-link {
    border-bottom: 1px solid #eee;
  }
  .navbar-nav {
    width: 100%;
  }
  .navbar-nav .nav-link {
    padding: 20px 0;
    text-align: left;
  }

  .btn-demo-small {
    background-color: #ffffff;
    border: 0px;
    padding: 0px;
    box-shadow: none;
  }
  .btn-demo-small:hover {
    background-color: #ffffff;
    border: 0px;
    padding: 0px;
    box-shadow: none;
  }
  .btn-demo-small a {
    color: #53627c !important;
  }
  .nav-custom-link {
    font-size: 13px;
  }

  .icon-mobile {
    font-size: 18px;
    float: right;
  }

  .navbar-collapse {
    padding-bottom: 30px;
  }

  .nav-logo-mobile {
    margin: auto;
    padding-right: 50px;
    height: 40px;
    width: 270px;
  }

  .nav-logo-desktop {
    display: none;
  }

  .landing-iframe-container {
    top: 30px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .hero-home {
    margin-bottom: -120px;
  }

  .hero-locum {
    margin-bottom: -70px;
  }

  .nav-home .navbar-collapse,
  .nav-pharmacy .navbar-collapse {
    background: none;
  }

  .icon-mobile {
    display: none;
  }
  .nav-logo-mobile {
    display: none;
  }
  .nav-logo-desktop {
    width: 150px;
    margin-top: 7px;
  }
  .landing-iframe-container {
    top: -30px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-locum {
    margin-bottom: -70px;
  }

  .pricing-box h3 {
    font-size: 17px;
  }
  .pricing-box p {
    font-size: 14px;
  }
  .pricing-box li {
    font-size: 12px;
  }
  .btn-buy {
    font-size: 12px;
    padding: 15px 20px;
  }
  .btn-demo {
    font-size: 12px;
    padding: 15px 20px;
  }
  .profile-picture {
    width: 50px;
    height: 50px;
  }
  .testimonial-box h6 {
    font-size: 14px;
    margin-left: 10px;
  }
  .testimonial-box span {
    font-size: 12px;
  }
  .testimonial-box small {
    font-size: 12px;
    margin-top: 4px;
    margin-left: 10px;
  }
}
.policy p {
  margin-bottom: 15px;
}

.policy p,
.policy li {
  font-size: 16px;
}

.policy li {
  margin-bottom: 10px;
}

.policy td,
.policy th {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.policy table {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 20px 0;
}
.team-heading {
  margin: 0;
}
.team-role {
  color: #6c63ff;
}
.team-paragraph {
  margin-bottom: 60px;
}

.bulletNumber {
  color: white;
  background-color: #0269BE;
  display: block;
  width: 25px;
  height: 25px;
  padding: 2px;
  border-radius: 50px;
  margin-top: 0;
  font-size: 15px;
  text-align: center;
  font-weight: 700;
}

ul.green-tick > li,
ul.purple-tick > li {
  margin: 0 0 0 -15px;
  padding: 0 0 15px 0;
}
ul.green-tick,
ul.purple-tick {
  list-style-type: none;
  margin-top: 15px;
}
ul.green-tick li:before,
ul.purple-tick li:before {
  content: "";
  display: inline-block;
  height: 13px;
  width: 13px;
  background-size: 13px;
  background-repeat: no-repeat;
  margin-right: 5px;
  position: absolute;
  left: 20px;
  margin-top: 7px;
}
ul.green-tick li:before {
  background-image: url(images/green-tick.png);
}
ul.purple-tick li:before {
  background-image: url(images/purple-tick.png);
}

img.headshot {
  max-width: 100px;
  border-radius: 100px;
  margin-bottom: 25px;
  width: 100%;
}
::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: #fff;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: #fff;
  background: transparent;
}
img::-moz-selection {
  color: #fff;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}
form {
  padding-top: 15px;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: $brand-blue;
  text-decoration: none;
}
a:hover,
a:focus {
  color: $brand-blue-m;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}

.img-testimonial {
  width: 100px;
  border-radius: 100px;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-app {
  width: 48%;
  margin-right: 1%;
  display: inline-block;
  max-width: 140px;
  padding-bottom: 20px;
}
.img-trust {
  width: 100%;
  display: inline-block;
  max-width: 200px;
  padding: 5px 10px 10px;
  background-color: $brand-blue-m;
  border-radius: 5px;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.3;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

@media (max-width: 992px) {
  .img-trust {
    width: 100%;
    display: inline-block;
    max-width: 200px;
    padding: 0px;
    background-color: #ffffff;
    border-radius: 0;
    padding-bottom: 50px;
  }
}

.vertical-align-desktop {
  @media (min-width: 992px) {
    display: flex;
    align-items: center;
  }
}

.as-seen-in {
  max-width: 700px;
  background: white;
  z-index: 10;
  position: relative;
  padding: 20px 20px 30px;
}

@media (min-width: 768px) {
  .as-seen-in {
    border-radius: 20px;
    border: 1px solid #ccc;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    margin: 0 auto -90px;
  }
  .face-img{
    margin-left: 60px;
  }
}

@media (max-width: 768px) {
  .login-btn{
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.as-seen-in-next-section {
  padding-top: 60px;
}


@media (min-width: 768px) {
  .as-seen-in-next-section {
    padding-top: 120px;
  }
}

// Bootstrap Structure

.container {
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* Hide and show based on viewport width*/

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

/* Adding cols */

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

// Carousel styles

.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 20px;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  text-align: center;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
}
.carousel-control.right {
  right: 0;
  left: auto;
}
.carousel-control:hover,
.carousel-control:focus {
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.screen-slide {
  left: -400px;
  position: relative;
}

/* to overide content-box */
.landing-iframe-container {
  margin-top: 0px;
  padding-top: 0px;
}

/* Sign up Locum */
/* error style from zen ed marketing */
.error_mes {
  display: none;
  i {
    cursor: pointer;
    position: absolute;
    top: calc(50% - 10px);
    right: 15px;
  }
}
.show_error {
  position: relative;
  display: block;
  background: $error-light;
  border-left: 3px solid $error-dark;
  padding: 12px;
  margin-bottom: 15px;
  color: red;
}
.show_error p {
  line-height: 17px;
  font-size: 14px;
  margin: 0px;
  color: red;
  display: inline-block;
  width: 94%;
  font-weight: 500;
  padding-right: 15px;
}
.show_error #x_error {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: red;
  width: 5%;
  float: right;
  padding: 5px;
  text-align: right;
}

/* STYLES For locum sign up FORM pulled from web app browser */
.Form-sc-1gphv73-0 {
  line-height: 1.5;
  font-size: 16px;
  --text-opacity: 1;
  color: rgba(48, 65, 81, var(--text-opacity));
  font-family: "Inter", sans-serif;
  font-weight: 300;
  --bg-opacity: 1;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  width: 100%;
  padding-top: 1px;
}
.Flex-uc1cby-0 {
  line-height: 1.5;
  font-size: 16px;
  --text-opacity: 1;
  color: rgba(48, 65, 81, var(--text-opacity));
  font-family: "Inter", sans-serif;
  font-weight: 300;
  --bg-opacity: 1;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-top: 1rem;
  width: 100%;
}
.TextInputstyle__Root-ina9lh-0 {
  line-height: 1.5;
  font-size: 16px;
  --text-opacity: 1;
  color: rgba(48, 65, 81, var(--text-opacity));
  font-family: "Inter", sans-serif;
  font-weight: 300;
  --bg-opacity: 1;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  display: block;
}
.Labelstyle__Root-nq157o-0 {
  line-height: 1.5;
  --text-opacity: 1;
  font-family: "Inter", sans-serif;
  --bg-opacity: 1;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  color: rgb(48, 65, 81);
  text-align: left;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 0rem;
  padding-top: 1rem;
}
.TextInputstyle__Input-ina9lh-1 {
  --text-opacity: 1;
  --bg-opacity: 1;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  overflow: visible;
  line-height: inherit;
  appearance: none;
  background-color: rgb(239, 242, 245);
  border: 0px;
  border-radius: 0.125rem;
  color: rgb(48, 65, 81);
  font-weight: inherit;
  height: 2.5rem;
  padding: 0px 0.75rem;
  position: relative;
  width: 100%;
}
.SelectInputstyle__Input-sc-1v6fgpo-0 {
  line-height: 1.5;
  font-size: 16px;
  --text-opacity: 1;
  color: rgba(48, 65, 81, var(--text-opacity));
  --bg-opacity: 1;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  font-family: inherit;
  font-weight: inherit;
  position: relative;
  box-sizing: border-box;
}
.css-19bqh2r {
  font-size: 16px;
  --text-opacity: 1;
  --bg-opacity: 1;
  font-family: inherit;
  font-weight: inherit;
  cursor: default;
  color: rgb(204, 204, 204);
  height: 20;
  width: 20;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  fill: currentcolor;
  line-height: 1;
  stroke: currentcolor;
  stroke-width: 0;
}
.PhoneNumberInputstyle__Input-tg61vx-0 {
  line-height: 1.5;
  font-size: 16px;
  --text-opacity: 1;
  color: rgba(48, 65, 81, var(--text-opacity));
  font-family: "Inter", sans-serif;
  font-weight: 300;
  --bg-opacity: 1;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  position: relative;
  display: flex;
}
.PhoneInputCountry {
  line-height: 1.5;
  font-size: 16px;
  --text-opacity: 1;
  color: rgba(48, 65, 81, var(--text-opacity));
  font-family: "Inter", sans-serif;
  font-weight: 300;
  --bg-opacity: 1;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}
.PhoneInputCountrySelect {
  --text-opacity: 1;
  --bg-opacity: 1;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  text-transform: none;
  padding: 0;
  line-height: inherit;
  color: inherit;
  width: 4.25rem;
  height: 100%;
  cursor: default;
  opacity: 0;
}
.PhoneInputCountryIcon {
  line-height: 1.5;
  font-size: 16px;
  --text-opacity: 1;
  font-family: "Inter", sans-serif;
  --bg-opacity: 1;
  box-sizing: border-box;
  appearance: none;
  background-color: rgb(239, 242, 245);
  border: 0px;
  border-radius: 0.125rem 0px 0px 0.125rem;
  color: rgb(48, 65, 81);
  font-weight: inherit;
  padding: 0px 2.25rem 0px 0.75rem;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 4.25rem;
  height: 100%;
  pointer-events: none;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.PhoneInputCountryIconImg {
  line-height: 1.5;
  font-size: 16px;
  --text-opacity: 1;
  font-family: "Inter", sans-serif;
  --bg-opacity: 1;
  color: rgb(48, 65, 81);
  font-weight: inherit;
  pointer-events: none;
  box-sizing: border-box;
  border-width: 0;
  border-color: currentColor;
  border-style: solid;
  display: block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
.PhoneInputCountrySelectArrow {
  line-height: 1.5;
  font-size: 16px;
  --text-opacity: 1;
  color: rgba(48, 65, 81, var(--text-opacity));
  font-family: "Inter", sans-serif;
  font-weight: 300;
  --bg-opacity: 1;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}
.PhoneInputInput {
  --text-opacity: 1;
  --bg-opacity: 1;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  overflow: visible;
  line-height: inherit;
  appearance: none;
  background-color: rgb(239, 242, 245);
  border: 0px;
  border-radius: 0px 0.125rem 0.125rem 0px;
  color: rgb(48, 65, 81);
  font-weight: inherit;
  height: 2.5rem;
  padding: 0px 0.75rem;
  position: relative;
  width: 100%;
  min-width: 0px;
  outline: none;
}
.CheckboxInputstyle__Root-c20vtp-0 {
  line-height: 1.5;
  font-size: 16px;
  --text-opacity: 1;
  color: rgba(48, 65, 81, var(--text-opacity));
  font-family: "Inter", sans-serif;
  font-weight: 300;
  --bg-opacity: 1;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  display: block;
  margin-top: 1rem;
}
.CheckboxInputstyle__Label-c20vtp-4 {
  line-height: 1.5;
  font-size: 16px;
  --text-opacity: 1;
  color: rgba(48, 65, 81, var(--text-opacity));
  font-family: "Inter", sans-serif;
  font-weight: 300;
  --bg-opacity: 1;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  user-select: none;
}
.CheckboxInputstyle__InputWrapper-c20vtp-1 {
  line-height: 1.5;
  font-size: 16px;
  --text-opacity: 1;
  color: rgba(48, 65, 81, var(--text-opacity));
  font-family: "Inter", sans-serif;
  font-weight: 300;
  --bg-opacity: 1;
  user-select: none;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  position: relative;
}
.CheckboxInputstyle__Input-c20vtp-3 {
  --text-opacity: 1;
  --bg-opacity: 1;
  user-select: none;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  overflow: visible;
  line-height: inherit;
  color: inherit;
  box-sizing: border-box;
  padding: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.125rem;
  border: 1px solid rgb(224, 228, 232);
}
.CheckboxInputstyle__CheckMark-c20vtp-2 {
  line-height: 1.5;
  font-size: 16px;
  --text-opacity: 1;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  --bg-opacity: 1;
  user-select: none;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: white;
  transform: translate(0px, 1px);
}
.far {
  font-size: 16px;
  --text-opacity: 1;
  --bg-opacity: 1;
  user-select: none;
  color: white;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.Buttonstyle__Root-sc-1hdp7ub-0 {
  --text-opacity: 1;
  --bg-opacity: 1;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  font-family: inherit;
  margin: 0;
  overflow: visible;
  text-transform: none;
  background-image: none;
  position: relative;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0px 1.5rem;
  height: 40px;
  border-radius: 90px;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.2s ease 0s;
  line-height: 0;
  color: rgb(63, 61, 86);
  background-color: rgb(77, 228, 189);
  appearance: none;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 3px 0px, rgba(0, 0, 0, 0.08) 0px 1px 2px 0px;
  white-space: nowrap;
  margin-top: 1rem;
}

.jqpbfr {
  margin-top: 1rem;
  display: block;
}

.ExTSt {
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  color: rgb(48, 65, 81);
  text-align: left;
  display: flex;
  -moz-box-pack: justify;
  justify-content: space-between;
  margin-top: -1rem;
  padding-top: 1rem;
  box-sizing: border-box;
  margin-bottom: 0.5rem !important;
}

.ihUMUQ {
  margin: -0.5rem;
}
.ihUMUQ {
  margin: -0.5rem;
  display: flex;
  flex-flow: row nowrap;
}

.ihUMUQ > * {
  padding: 0.5rem;
}
.ihUMUQ > * {
  flex: 0 1 auto;
  flex-grow: 0;
  padding: 0.5rem;
}

.emvwGV {
  appearance: none;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.75rem;
  border: 1px solid rgb(224, 228, 232);
  transition: background-color 0.2s ease 0s;
}

.emvwGV:checked {
  background-color: rgb(77, 228, 189);
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 3px inset;
}

.emvwGV:focus {
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 3px inset, rgba(108, 99, 255, 0.3) 0px 0px 0px 3px;
}

.fGa-DbS {
  margin-bottom: 0 !important;
}

.input-hint {
  font-weight: 300;
  text-align: left;
  text-transform: none;
  font-size: 1rem;
  color: rgb(131, 141, 151);
  white-space: break-spaces;
  text-shadow: none;
  max-width: none;
  margin-top: 0.25rem;
}

.block {
  width: 33.333%;
  padding: 20px;
  border: 1px solid #ddd;
  margin: 5px;
}

.carousel-inner .carousel-item > div {
  display: flex;
  flex-wrap: nowrap;
}

.carousel-item {
  transition: transform 0.5s ease;
}
.nav-work
{
  color: #003F51;
  font-size: 20px;
  font-weight: bold;
}

.nav-work:hover
{
  color: #66B3B3;
}

.nav-work.active {
  border-bottom: 5px solid #66B3B3; /* Creates an underline */
  padding-bottom: 10px;
  color: #66B3B3;
}

.nav-work-solution
{
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}

.nav-work-solution:hover
{
  color: #ffffff;
}

.nav-work-solution.active {
  border-bottom: 5px solid #ffffff; /* Creates an underline */
  padding-bottom: 10px;
  color: #ffffff;
}

.taber-head{
  font-size: 48px;
  font-weight: bold;
}

.taber-para{
  /* width: 40%; */
  font-size: 18px;
}

.mt-30{
  margin-top: 30px;
}

@media (min-width: 768px) {
   .col1,.col3{
      border-bottom: 3px solid #edeef1;
      padding: 40px !important
  }
   .col2{
      border-bottom: 3px solid #edeef1;
      border-left: 3px solid #edeef1;
      border-right: 3px solid #edeef1;
      padding: 40px !important
  }
   .col4{
      padding: 40px !important
  }
   .col5{
      border-right: 3px solid #edeef1;
      border-left: 3px solid #edeef1;
      padding: 40px !important
  }
  .col6{
    padding: 40px !important
  }
}

@media (max-width: 768px) {
   .col1,.col2,.col3,.col4,.col5,.col6{
      border: 3px solid #edeef1;
      padding: 40px !important;
      margin: 5px;
  }
   
}

.theme-color{
  color: #1D78C0;
}

.theme-color:hover{
  color: #1D78C0;
}

.bg-theme-color{
  background: #2E90D4;
  color:white;
}

.bg-theme-color:hover{
  background: #2E90D4;
  color:white;
}

.btn-rectangle{
  border-radius: 0px !important;
}

.bg-theme-color-success{
  background: #2E90D4;
}

.width-70{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2)
}

.border-left{
  border-left: 5px solid #F0B64F !important;
  /* width: 100% !important; */
}

.border-left h4 {
  font-weight: bold;
  /* font-size:x-large; */
}

.brand-img{
  height: 130px;
  width: 150px;
}

.img_graph
{
  width: 60px;
  height: 80px;
  
}