@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=block");
body .newlanding_page .landing-content .section.articles-pre {
  padding-top: 0;
  padding-bottom: 25px;
}
body .newlanding_page .landing-content .section.articles-pre .slick-slider.article_slider {
  height: 340px;
}
body .newlanding_page .landing-content .section.articles-pre .slick-slider.article_slider.slick-dotted {
  margin-bottom: 30px;
}
body .newlanding_page .landing-content .section.articles-pre .slick-slider.article_slider .slick-slide .card {
  transition: all 0.2s ease-in-out;
  position: relative;
  text-align: center;
  border: 1px solid #DFEBF9;
  padding: 15px;
  border-radius: 0.25rem;
  margin: 10px;
  display: flex;
  align-items: center;
  height: 324px;
}
body .newlanding_page .landing-content .section.articles-pre .slick-slider.article_slider .slick-slide .card a {
  text-decoration: none;
}
body .newlanding_page .landing-content .section.articles-pre .slick-slider.article_slider .slick-slide .card a span.icon {
  font-size: 30px;
  color: #138EFF;
  margin-top: 50px;
  margin-bottom: 25px;
  clear: both;
  display: block;
}
body .newlanding_page .landing-content .section.articles-pre .slick-slider.article_slider .slick-slide .card a span.icon i {
  box-shadow: 0px 6px 16px #f6f6f6;
}
body .newlanding_page .landing-content .section.articles-pre .slick-slider.article_slider .slick-slide .card a .h2 {
  font-size: 19px;
  color: #344055;
  margin: 25px 0;
  float: left;
}
body .newlanding_page .landing-content .section.articles-pre .slick-slider.article_slider .slick-slide .card a small {
  color: #138EFF;
  font-size: 13px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 40px;
}
body .newlanding_page .landing-content .section.articles-pre .slick-slider.article_slider .slick-slide .card a small img {
  display: inline;
  width: 12px;
  margin-left: 2px;
}
body .newlanding_page .landing-content .section.articles-pre .slick-slider.article_slider .slick-slide .card:hover {
  background: #FAFCFF;
  transform: scale(1.03);
}
body .newlanding_page .landing-content .section.articles-pre .slick-slider.article_slider .slick-next:before {
  content: "\f178";
}
body .newlanding_page .landing-content .section.articles-pre .slick-slider.article_slider .slick-prev:before {
  content: "\f177";
}
body .newlanding_page .landing-content .section.articles-pre .slick-slider.article_slider .slick-dots li {
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
}
body .newlanding_page .landing-content .section.articles-pre .slick-slider.article_slider .slick-dots li button {
  width: 16px;
  height: 16px;
}
body .newlanding_page .landing-content .section.articles-pre .slick-slider.article_slider .slick-dots li button:before {
  color: #1773A4;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font: normal normal normal 12px/1 FontAwesome;
  content: "\f111";
}
body .newlanding_page .landing-content .section.articles-pre .slick-slider.article_slider .slick-prev:before,
body .newlanding_page .landing-content .section.articles-pre .slick-slider.article_slider .slick-next:before {
  color: #138EFF;
  font: normal normal normal 14px/1 FontAwesome;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  background: #fff;
  color: #707070;
  font-size: 13px;
  padding-top: 77px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
  /* Change the white to any color */
}
@media screen and (max-width: 768px) {
  body {
    padding-bottom: 50px;
  }
}
body.noscroll {
  overflow: hidden;
}
body .sidebarbg {
  opacity: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  transition: opacity 0.15s linear;
}
body.sidebar-show .sidebarbg {
  opacity: 0.5;
  display: block;
}
body a {
  color: #4b80fd;
  transition: 0.5s;
}
body input::-webkit-outer-spin-button,
body input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body input[type=number] {
  -moz-appearance: textfield;
}
body .form-control:focus {
  box-shadow: none;
}
body .form-control:required ~ label:after {
  content: "*";
  color: red;
  margin-left: 3px;
}
body ul,
body li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body .container {
  max-width: 1040px;
}
body .btn {
  transition: 0.5s;
}
body .btn.active.focus, body .btn.active:focus, body .btn.focus, body .btn:active.focus, body .btn:active:focus, body .btn:focus {
  outline: none;
}
body .row {
  clear: both;
}
body .row.flex-row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  flex-wrap: wrap;
}
body .form-group {
  margin-bottom: 25px;
}
body .btn-primary.disabled,
body .btn-primary:disabled {
  background: #d3ecff;
  border-color: #d3ecff;
  color: #a1abb8;
}
body form {
  margin: 0;
}
body .has-error .help-block {
  color: red;
  font-size: 11px;
  margin-top: 3px;
  float: left;
}
body .displayNone {
  display: none !important;
}
body input:-webkit-autofill,
body input:-webkit-autofill:hover,
body input:-webkit-autofill:focus,
body input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
body .newlanding_page .container {
  max-width: 1040px;
}
body .newlanding_page .navbar {
  background: #fff;
  padding: 15px 0;
  transition: 0.5s;
}
body .newlanding_page .navbar .navbar-header {
  display: flex;
  align-items: center;
  width: 100%;
}
body .newlanding_page .navbar .navbar-header .navbar-toggler {
  padding: 0;
  margin-right: 10px;
}
body .newlanding_page .navbar .navbar-header .navbar-toggler:focus {
  box-shadow: none;
}
body .newlanding_page .navbar .navbar-header .navbar-toggler span.navbar-toggler-icon {
  display: inline-flex;
  align-items: center;
  text-align: center;
}
body .newlanding_page .navbar .navbar-header .navbar-toggler span.navbar-toggler-icon i.fa.fa-bars {
  margin: auto;
}
body .newlanding_page .navbar .navbar-header .navbar-brand {
  padding: 0;
  margin: 0;
}
body .newlanding_page .navbar .navbar-header .navbar-brand.desktop {
  display: inline-block;
}
body .newlanding_page .navbar .navbar-header .navbar-brand.desktop img {
  height: 51px;
}
@media screen and (max-width: 768px) {
  body .newlanding_page .navbar .navbar-header .navbar-brand.desktop {
    display: none;
  }
}
body .newlanding_page .navbar .navbar-header .navbar-brand.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  body .newlanding_page .navbar .navbar-header .navbar-brand.mobile {
    width: 42px;
    display: inline-block;
    height: 42px;
  }
  body .newlanding_page .navbar .navbar-header .navbar-brand.mobile img {
    width: 100%;
  }
}
body .newlanding_page .navbar .navbar-header ul {
  margin-left: auto;
  display: flex;
  align-items: center;
}
body .newlanding_page .navbar .navbar-header ul li {
  margin-left: 5px;
}
body .newlanding_page .navbar .navbar-header ul li .tollfree {
  padding-left: 48px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  body .newlanding_page .navbar .navbar-header ul li .tollfree {
    display: none;
  }
}
body .newlanding_page .navbar .navbar-header ul li .tollfree img {
  position: absolute;
  left: 0;
  height: 40px;
}
body .newlanding_page .navbar .navbar-header ul li .tollfree .h5 {
  font-size: 18px;
  font-weight: 500;
  color: #4b80fd;
  margin: 0;
}
body .newlanding_page .navbar .navbar-header ul li .tollfree .h5 a {
  text-decoration: none;
}
body .newlanding_page .navbar .navbar-header ul li .tollfree .h5 small {
  display: block;
  font-weight: normal;
  font-size: 12px;
  color: #9ba1ac;
  margin-top: 2px;
}
body .newlanding_page .navbar .navbar-header ul li .btn {
  background: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  color: #4b80fd;
  border-radius: 0.25rem;
  border: 1px solid #4b80fd;
  height: 42px;
  padding: 0 15px;
}
body .newlanding_page .navbar .navbar-header ul li .btn.login-register-button {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  body .newlanding_page .navbar .navbar-header ul li .btn {
    font-size: 12px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 350px) {
  body .newlanding_page .navbar .navbar-header ul li .btn {
    font-size: 11px;
    padding: 0 5px;
    height: 34px;
    line-height: 34px;
  }
}
body .newlanding_page .navbar .navbar-header ul li .btn:hover {
  background: #4b80fd;
  color: #fff;
}
body .newlanding_page .navbar .navbar-header ul li .btn.privacy-login-button {
  line-height: 42px;
}
@media screen and (max-width: 350px) {
  body .newlanding_page .navbar .navbar-header ul li .btn.privacy-login-button {
    line-height: 34px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 500px) {
  body .newlanding_page .navbar .navbar-header ul li.dropdown.tollfreeDrop {
    position: inherit;
  }
}
body .newlanding_page .navbar .navbar-header ul li.dropdown.tollfreeDrop ul.dropdown-menu {
  flex-direction: column;
  align-items: baseline;
  display: none;
}
body .newlanding_page .navbar .navbar-header ul li.dropdown.tollfreeDrop ul.dropdown-menu.show {
  display: flex;
  left: auto;
  right: 0;
  width: 320px;
  border-radius: 8px;
  border: 1px solid #cecece;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  padding: 25px;
}
@media screen and (max-width: 500px) {
  body .newlanding_page .navbar .navbar-header ul li.dropdown.tollfreeDrop ul.dropdown-menu.show {
    width: 96%;
    left: 0;
    right: 0;
    margin: auto;
  }
}
body .newlanding_page .navbar .navbar-header ul li.dropdown.tollfreeDrop ul.dropdown-menu > li {
  width: 100%;
  border-bottom: 1px solid #cecece;
  padding: 20px 0;
  position: relative;
}
body .newlanding_page .navbar .navbar-header ul li.dropdown.tollfreeDrop ul.dropdown-menu > li:first-child {
  padding-top: 0;
}
body .newlanding_page .navbar .navbar-header ul li.dropdown.tollfreeDrop ul.dropdown-menu > li a {
  text-decoration: none;
}
body .newlanding_page .navbar .navbar-header ul li.dropdown.tollfreeDrop ul.dropdown-menu > li:last-child {
  border: none;
  padding-bottom: 0;
}
body .newlanding_page .navbar .navbar-header ul li.dropdown.tollfreeDrop ul.dropdown-menu > li.headernumber {
  text-align: center;
  border: none;
  padding: 0;
}
body .newlanding_page .navbar .navbar-header ul li.dropdown.tollfreeDrop ul.dropdown-menu > li.headernumber span.badge {
  background: #fff5e5 !important;
  border-radius: 30px;
  color: #f09000;
  font-weight: 500;
  padding: 0.45em 0.85em;
}
body .newlanding_page .navbar .navbar-header ul li.dropdown.tollfreeDrop ul.dropdown-menu > li.headernumber span.badge:after {
  content: "";
  background: #e4e4e4;
  height: 1px;
  left: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  bottom: 10px;
}
body .newlanding_page .navbar .navbar-header ul li.dropdown.tollfreeDrop ul.dropdown-menu > li .tollfree {
  display: inline-flex;
}
body .newlanding_page .navbar .navbar-header ul li.dropdown.tollfreeDrop ul.dropdown-menu > li .h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
body .newlanding_page .navbar .navbar-header ul li.dropdown.tollfreeDrop ul.dropdown-menu > li.email .tollfree {
  padding-left: 0;
}
body .newlanding_page .navbar .navbar-header ul li.dropdown.tollfreeDrop .tollfree.dropdown-toggle {
  cursor: pointer;
  height: 42px;
  cursor: pointer;
  height: 42px;
  background: #e7f2ff url(/images/down-arrow-blue.svg) right 10px center no-repeat;
  padding: 8px;
  padding-left: 28px;
  padding-right: 23px;
  border-radius: 8px;
  background-size: 7px;
}
body .newlanding_page .navbar .navbar-header ul li.dropdown.tollfreeDrop .tollfree.dropdown-toggle::after {
  display: none;
}
@media screen and (max-width: 600px) {
  body .newlanding_page .navbar .navbar-header ul li.dropdown.tollfreeDrop .tollfree.dropdown-toggle {
    display: inline-flex;
  }
}
@media screen and (max-width: 350px) {
  body .newlanding_page .navbar .navbar-header ul li.dropdown.tollfreeDrop .tollfree.dropdown-toggle {
    height: 36px;
    padding-left: 10px;
    padding-right: 20px;
    background-size: 8px;
    margin-right: 3px;
  }
  body .newlanding_page .navbar .navbar-header ul li.dropdown.tollfreeDrop .tollfree.dropdown-toggle img {
    display: none;
  }
}
body .newlanding_page .navbar .navbar-header ul li.dropdown.tollfreeDrop .tollfree.dropdown-toggle img {
  height: 13px;
  left: 9px;
}
body .newlanding_page .navbar .navbar-header ul li.dropdown.tollfreeDrop .tollfree.dropdown-toggle .h5 {
  color: #212529;
  font-size: 13px;
}
@media screen and (max-width: 500px) {
  body .newlanding_page .navbar .navbar-header ul li.dropdown.tollfreeDrop .tollfree.dropdown-toggle .h5 {
    font-size: 13px;
  }
}
body .newlanding_page .navbar .navbar-header ul li.dropdown.marketingMenu .btn.btn-link {
  text-decoration: none;
  line-height: 40px;
  text-transform: capitalize;
  border-radius: 0;
  border: none;
  padding: 0 7px;
  transition: 0.3s all;
  color: #212529;
}
body .newlanding_page .navbar .navbar-header ul li.dropdown.marketingMenu .btn.btn-link::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  right: 100%;
  bottom: 0%;
  background: #4b80fd;
  /*** COLOR OF THE LINE ***/
  height: 2px;
  /*** THICKNESS OF THE LINE ***/
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
body .newlanding_page .navbar .navbar-header ul li.dropdown.marketingMenu .btn.btn-link:hover, body .newlanding_page .navbar .navbar-header ul li.dropdown.marketingMenu .btn.btn-link:focus {
  background: none;
  color: #000;
  opacity: 1 !important;
}
body .newlanding_page .navbar .navbar-header ul li.dropdown.marketingMenu .btn.btn-link:hover:before, body .newlanding_page .navbar .navbar-header ul li.dropdown.marketingMenu .btn.btn-link:focus:before {
  right: 0;
}
body .newlanding_page .navbar .navbar-header ul li.dropdown.marketingMenu .btn.btn-link.dropdown-toggle {
  padding-right: 17px;
}
body .newlanding_page .navbar .navbar-header ul li.dropdown.marketingMenu .btn.btn-link.dropdown-toggle::after {
  position: absolute;
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  border: none;
  right: 2px;
  top: 14px;
  color: #4b80fd;
  transition: all 0.2s;
}
body .newlanding_page .navbar .navbar-header ul li.dropdown.marketingMenu .btn.btn-link.dropdown-toggle[aria-expanded=true]::after {
  transform: rotate(180deg);
}
body .newlanding_page .navbar .navbar-header ul li.dropdown.marketingMenu .btn.btn-link.dropdown-toggle.hoverarrow::after {
  transform: rotate(180deg);
}
body .newlanding_page .navbar .navbar-header ul li.dropdown.marketingMenu ul.dropdown-menu {
  display: none;
}
body .newlanding_page .navbar .navbar-header ul li.dropdown.marketingMenu ul.dropdown-menu.show {
  display: block;
  margin-top: 0px;
  padding: 0.5rem;
  min-width: 220px;
  /* remove the gap so it doesn't close */
}
body .newlanding_page .navbar .navbar-header ul li.dropdown.marketingMenu ul.dropdown-menu.show li {
  margin-left: 0;
  border-bottom: 1px solid #f6f6f6;
}
body .newlanding_page .navbar .navbar-header ul li.dropdown.marketingMenu ul.dropdown-menu.show li:last-child {
  border-bottom: none;
}
body .newlanding_page .navbar .navbar-header ul li.dropdown.marketingMenu ul.dropdown-menu.show li .dropdown-item {
  font-size: 13px;
  padding: 0.45rem 0.5rem;
  border-radius: 0.25rem;
}
body .newlanding_page .navbar .navbar-header .navbar-collapse .navbar-toggler {
  display: none;
}
@media (max-width: 768px) {
  body .newlanding_page .navbar .navbar-header .navbar-collapse {
    background-color: #343a40;
    margin-left: -250px;
    bottom: 0;
    float: none;
    left: 0;
    position: fixed;
    top: 0;
    transition: margin-left 0.3s ease-in-out, width 0.3s ease-in-out;
    width: 250px;
    height: calc(100vh - 0px);
    overflow-y: auto;
    padding: 20px 10px;
    z-index: 2;
  }
  body .newlanding_page .navbar .navbar-header .navbar-collapse .navbar-toggler {
    display: inline-block;
    float: right;
    color: #fff;
    margin: 0 5px 0 0;
    font-size: 14px;
  }
  body .newlanding_page .navbar .navbar-header .navbar-collapse .navbar-toggler i.fa {
    margin: auto;
  }
  body .newlanding_page .navbar .navbar-header .navbar-collapse::-webkit-scrollbar {
    width: 10px;
  }
  body .newlanding_page .navbar .navbar-header .navbar-collapse::-webkit-scrollbar-track {
    box-shadow: none;
  }
  body .newlanding_page .navbar .navbar-header .navbar-collapse::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
  }
  body .newlanding_page .navbar .navbar-header .navbar-collapse.show {
    margin-left: 0;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22) !important;
  }
  body .newlanding_page .navbar .navbar-header .navbar-collapse.show ul {
    clear: both;
    margin: 20px 0;
    display: block;
    float: left;
    width: 100%;
  }
  body .newlanding_page .navbar .navbar-header .navbar-collapse.show ul li.dropdown.marketingMenu {
    margin: 0;
    margin-bottom: 0.2rem;
  }
  body .newlanding_page .navbar .navbar-header .navbar-collapse.show ul li.dropdown.marketingMenu a.btn {
    width: 100%;
    color: #c2c7d0;
    position: relative;
    transition: width ease-in-out 0.3s;
    border-radius: 0.25rem;
    background: none;
    text-align: left;
    padding: 0.5rem 2rem 0.5rem 1rem;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: normal;
  }
  body .newlanding_page .navbar .navbar-header .navbar-collapse.show ul li.dropdown.marketingMenu a.btn.dropdown-toggle::after {
    color: inherit;
    right: 12px;
    font-size: 16px;
  }
  body .newlanding_page .navbar .navbar-header .navbar-collapse.show ul li.dropdown.marketingMenu a.btn::before {
    display: none;
  }
  body .newlanding_page .navbar .navbar-header .navbar-collapse.show ul li.dropdown.marketingMenu a.btn:hover, body .newlanding_page .navbar .navbar-header .navbar-collapse.show ul li.dropdown.marketingMenu a.btn:focus, body .newlanding_page .navbar .navbar-header .navbar-collapse.show ul li.dropdown.marketingMenu a.btn.show {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
  }
  body .newlanding_page .navbar .navbar-header .navbar-collapse.show ul li.dropdown.marketingMenu ul.dropdown-menu.show {
    border: none;
    position: relative;
    margin: 0;
    background: none;
  }
  body .newlanding_page .navbar .navbar-header .navbar-collapse.show ul li.dropdown.marketingMenu ul.dropdown-menu.show li {
    border: none;
  }
  body .newlanding_page .navbar .navbar-header .navbar-collapse.show ul li.dropdown.marketingMenu ul.dropdown-menu.show li a.dropdown-item {
    white-space: inherit;
    color: #c2c7d0;
  }
  body .newlanding_page .navbar .navbar-header .navbar-collapse.show ul li.dropdown.marketingMenu ul.dropdown-menu.show li a.dropdown-item:hover, body .newlanding_page .navbar .navbar-header .navbar-collapse.show ul li.dropdown.marketingMenu ul.dropdown-menu.show li a.dropdown-item:focus {
    background: none;
    color: #fff;
  }
}
body .newlanding_page .card {
  border: none;
}
body .newlanding_page .headerContainer {
  margin-bottom: 20px;
  height: 538px;
  background: #ffffff;
  background-image: url("/images/form-bg.svg");
  background-image: url("/images/form-bg.svg"), linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(234, 242, 254) 100%);
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  body .newlanding_page .headerContainer {
    height: auto;
    padding-bottom: 20px;
  }
}
body .newlanding_page .headerContainer .sliderdiv {
  width: 520px;
}
@media screen and (max-width: 768px) {
  body .newlanding_page .headerContainer .sliderdiv {
    width: 100%;
    margin: 0 auto 30px auto;
    position: relative;
  }
}
body .newlanding_page .headerContainer .sliderdiv .carousel {
  height: 310px;
  width: 100%;
  margin-top: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  body .newlanding_page .headerContainer .sliderdiv .carousel {
    height: auto;
    width: 504px;
    margin: auto;
    position: relative;
    clear: both;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  body .newlanding_page .headerContainer .sliderdiv .carousel {
    width: 100%;
  }
}
body .newlanding_page .headerContainer .sliderdiv .carousel .carousel-inner .carousel-item {
  z-index: 1;
}
@media screen and (max-width: 500px) {
  body .newlanding_page .headerContainer .sliderdiv .carousel .carousel-inner .carousel-item {
    padding-left: inherit;
  }
}
body .newlanding_page .headerContainer .sliderdiv .carousel .carousel-inner .carousel-item .loyalitybaner {
  width: 100%;
  height: 300px;
  border-radius: 8px;
}
@media screen and (max-width: 500px) {
  body .newlanding_page .headerContainer .sliderdiv .carousel .carousel-inner .carousel-item .loyalitybaner {
    width: 100%;
    height: 200px;
    margin: auto;
    min-height: auto;
    background-size: cover;
  }
}
body .newlanding_page .headerContainer .sliderdiv .carousel .carousel-inner .carousel-item img.banner,
body .newlanding_page .headerContainer .sliderdiv .carousel .carousel-inner .carousel-item lite-youtube.frame,
body .newlanding_page .headerContainer .sliderdiv .carousel .carousel-inner .carousel-item .frame {
  border-radius: 0.5rem;
  min-height: 300px;
  width: 100%;
  position: relative;
  background-position: top -30px center;
  display: flex;
  align-items: center;
}
body .newlanding_page .headerContainer .sliderdiv .carousel .carousel-inner .carousel-item img.banner a.popup-youtube,
body .newlanding_page .headerContainer .sliderdiv .carousel .carousel-inner .carousel-item lite-youtube.frame a.popup-youtube,
body .newlanding_page .headerContainer .sliderdiv .carousel .carousel-inner .carousel-item .frame a.popup-youtube {
  margin: auto;
  background: url(/images/icon-youtube.png) no-repeat center center;
  width: 64px;
  height: 48px;
}
@media screen and (max-width: 500px) {
  body .newlanding_page .headerContainer .sliderdiv .carousel .carousel-inner .carousel-item img.banner,
  body .newlanding_page .headerContainer .sliderdiv .carousel .carousel-inner .carousel-item lite-youtube.frame,
  body .newlanding_page .headerContainer .sliderdiv .carousel .carousel-inner .carousel-item .frame {
    width: 100%;
    height: 100%;
    min-height: auto;
  }
}
body .newlanding_page .headerContainer .sliderdiv .carousel .carousel-indicators {
  position: relative;
  margin-top: 0;
  bottom: -20px;
}
@media screen and (max-width: 500px) {
  body .newlanding_page .headerContainer .sliderdiv .carousel .carousel-indicators {
    bottom: -10px;
  }
}
body .newlanding_page .headerContainer .sliderdiv .carousel .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background: 0 0;
  border: 1px solid #0065ff;
}
body .newlanding_page .headerContainer .sliderdiv .carousel .carousel-indicators button.active {
  background: #0065ff;
}
body .newlanding_page .headerContainer .sliderdiv .carousel-caption {
  width: 100%;
  top: 30px;
  left: 0;
  right: 0;
  position: relative;
  z-index: 10;
  color: #344055;
  text-shadow: none;
}
body .newlanding_page .headerContainer .sliderdiv .carousel-caption img {
  display: none;
}
@media screen and (max-width: 768px) {
  body .newlanding_page .headerContainer .sliderdiv .carousel-caption img {
    display: inline-block;
    width: 72px;
  }
}
body .newlanding_page .headerContainer .sliderdiv .carousel-caption h1 {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  color: #344055;
}
body .newlanding_page .headerContainer .sliderdiv .carousel-caption p {
  font-size: 14px;
  color: #707070;
}
@media screen and (max-width: 768px) {
  body .newlanding_page .headerContainer .sliderdiv .carousel-caption {
    display: flex;
    background: transparent linear-gradient(179deg, #fafcff 0, #f0f6ff 100%) 0 0 no-repeat padding-box;
    border-radius: 10px;
    padding: 10px;
    align-items: center;
    float: left;
    position: relative;
    margin-bottom: 10px;
    clear: both;
    top: 0;
  }
  body .newlanding_page .headerContainer .sliderdiv .carousel-caption .textDiv {
    margin-left: 10px;
  }
  body .newlanding_page .headerContainer .sliderdiv .carousel-caption .textDiv h1 {
    font-size: 13px;
    color: #0d2d55;
    line-height: 18px;
    margin-bottom: 0;
  }
  body .newlanding_page .headerContainer .sliderdiv .carousel-caption .textDiv p {
    color: #138eff;
    margin: 0;
    font-size: 12px;
  }
}
body .newlanding_page .headerContainer .card.form {
  border-radius: 10px;
  background: #fff;
  padding: 30px;
  max-width: 380px;
  top: 115px;
  width: 96%;
  height: 460px;
  box-shadow: 0px 0px 15px rgba(170, 170, 170, 0.1607843137);
  position: absolute;
  left: 0;
  right: -635px;
  margin: auto;
  align-items: center;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  body .newlanding_page .headerContainer .card.form {
    position: relative;
    right: inherit;
    left: inherit;
    top: inherit;
    max-width: 510px;
    width: 98%;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  body .newlanding_page .headerContainer .card.form {
    padding: 25px;
    height: auto;
  }
}
body .newlanding_page .headerContainer .card.form .h1 {
  font-size: 20px;
  font-weight: 500;
  color: #344055;
  margin-bottom: 25px;
  line-height: inherit;
}
@media screen and (max-width: 500px) {
  body .newlanding_page .headerContainer .card.form .h1 {
    font-size: 20px;
    font-weight: bold;
  }
}
body .newlanding_page .headerContainer .card.form .h1 small {
  font-size: 13px;
  font-weight: normal;
  color: #b2b2b9;
  display: block;
  margin-top: 10px;
  line-height: 18px;
}
@media screen and (max-width: 500px) {
  body .newlanding_page .headerContainer .card.form .h1 small {
    font-size: 11px;
  }
}
body .newlanding_page .headerContainer .card.form .btn {
  height: 50px;
  padding: 0 10px;
  font-size: 15px;
  font-weight: 500;
}
body .newlanding_page .headerContainer .card.form .form-floating > .form-control {
  font-size: 14px;
}
body .newlanding_page .headerContainer .card.form .form-floating > .form-control, body .newlanding_page .headerContainer .card.form .form-floating > .form-select {
  height: 50px;
  padding: 1rem 0.75rem;
}
body .newlanding_page .headerContainer .card.form .form-floating > .form-control:focus ~ label, body .newlanding_page .headerContainer .card.form .form-floating > .form-control:not(:placeholder-shown) ~ label, body .newlanding_page .headerContainer .card.form .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.7rem) translateX(0.25rem);
  height: auto;
  background: #fff;
  padding: 0 10px;
  opacity: 1;
  color: #4b80fd;
}
body .newlanding_page .headerContainer .card.form .form-floating > .form-control:not(:placeholder-shown) {
  border-color: #4b80fd;
}
body .newlanding_page .headerContainer .card.form .form-floating > .form-control ~ em.coutrycode {
  position: absolute;
  left: 12px;
  font-style: normal;
  top: 14px;
  font-size: 1rem;
  color: #212529;
  display: none;
}
body .newlanding_page .headerContainer .card.form .form-floating > .form-control:focus ~ em.coutrycode, body .newlanding_page .headerContainer .card.form .form-floating > .form-control:not(:placeholder-shown) ~ em.coutrycode {
  display: inline-block;
}
body .newlanding_page .headerContainer .card.form .form-floating.error > .form-control:not(:placeholder-shown) {
  border-color: red;
}
body .newlanding_page .headerContainer .card.form .form-floating.error > .form-control:focus ~ label, body .newlanding_page .headerContainer .card.form .form-floating.error > .form-control:not(:placeholder-shown) ~ label {
  color: red;
}
body .newlanding_page .headerContainer .card.form .form-floating.has-error > .form-control:not(:placeholder-shown) ~ label.required {
  color: red;
}
body .newlanding_page .headerContainer .card.form .inner-section {
  width: 100%;
}
body .newlanding_page .headerContainer .card.form .inner-section.login {
  padding: 0px 10px;
}
@media screen and (max-width: 500px) {
  body .newlanding_page .headerContainer .card.form .inner-section.login {
    padding: 0;
  }
}
body .newlanding_page .headerContainer .card.form .inner-section.login.personalinfo {
  padding: 0px;
}
body .newlanding_page .headerContainer .card.form .inner-section.login.personalinfo h1 {
  margin-bottom: 25px;
}
body .newlanding_page .headerContainer .card.form .inner-section.login.personalinfo .form-group {
  margin-bottom: 15px;
}
body .newlanding_page .headerContainer .card.form .inner-section.login.personalinfo .form-group.agreeterms {
  font-size: 12px;
}
body .newlanding_page .headerContainer .card.form .inner-section.login.personalinfo .form-group .help-block.error-help-block {
  color: red;
  font-size: 11px;
  margin-top: 3px;
  float: left;
}
body .newlanding_page .headerContainer .card.form .inner-section.login.personalinfo .form-floating > label {
  left: 0.75rem;
}
body .newlanding_page .headerContainer .card.form .inner-section.login.personalinfo .has-error input {
  border-color: red;
}
body .newlanding_page .headerContainer .card.form .inner-section.login.personalinfo .footerbutton {
  display: flex;
  align-items: center;
  clear: both;
}
body .newlanding_page .headerContainer .card.form .inner-section.login.personalinfo .footerbutton .btn {
  min-width: 100px;
}
body .newlanding_page .headerContainer .card.form .inner-section.login.personalinfo .footerbutton .btn.proceed {
  margin-left: auto;
}
body .newlanding_page .headerContainer .card.form .inner-section.login.personalinfo .hiddenfield {
  visibility: hidden;
  position: absolute;
}
body .newlanding_page .headerContainer .card.form .inner-section.login.personalinfo.thankmessage {
  text-align: center;
}
body .newlanding_page .headerContainer .card.form .inner-section.login.personalinfo.thankmessage .thnkimg {
  width: 200px;
  height: 200px;
  margin: auto;
}
body .newlanding_page .headerContainer .card.form .inner-section.login.personalinfo.thankmessage .thnkimg img {
  width: 100%;
}
body .newlanding_page .headerContainer .card.form .inner-section.login.personalinfo.thankmessage h2 {
  font-size: 18px;
  color: black;
  position: relative;
  top: -20px;
}
body .newlanding_page .headerContainer .card.form .inner-section.login .tollfreeDiv {
  text-align: left;
  margin-top: 25px;
  display: none;
}
body .newlanding_page .headerContainer .card.form .inner-section.login .tollfreeDiv .tollfree {
  padding-left: 48px;
  position: relative;
  display: inline-flex;
}
body .newlanding_page .headerContainer .card.form .inner-section.login .tollfreeDiv .tollfree .h5 {
  font-size: 18px;
  font-weight: 500;
  color: #4b80fd;
  margin: 0;
}
body .newlanding_page .headerContainer .card.form .inner-section.login .tollfreeDiv .tollfree .h5 small {
  margin-top: 4px;
  display: block;
  font-weight: normal;
  font-size: 12px;
  color: #9ba1ac;
  margin-top: 2px;
}
body .newlanding_page .headerContainer .card.form .inner-section.login .tollfreeDiv .tollfree img {
  position: absolute;
  left: 0;
  height: 40px;
}
body .newlanding_page .headerContainer .card.form .inner-section.login .tollfreeDiv .h6 {
  font-weight: 500;
  color: #344055;
  font-size: 13px;
  margin-bottom: 15px;
}
body .newlanding_page .headerContainer .card.form .form-group .input-icon {
  position: absolute;
  right: 14px;
  top: 14px;
}
body .newlanding_page .headerContainer .card.form .form-group .input-icon.edit {
  cursor: pointer;
}
body .newlanding_page .headerContainer .card.form .form-group.mobile .form-control:disabled, body .newlanding_page .headerContainer .card.form .form-group.mobile .form-control:read-only {
  background: #f9f9f9;
  color: #aaa;
}
body .newlanding_page .headerContainer .card.form .form-group.otpnumber ul {
  display: flex;
}
body .newlanding_page .headerContainer .card.form .form-group.otpnumber ul li {
  width: 25%;
  margin-right: 10px;
}
body .newlanding_page .headerContainer .card.form .form-group.otpnumber ul li:last-child {
  margin-right: 0;
}
body .newlanding_page .headerContainer .card.form .form-group.otpnumber ul li input {
  text-align: center;
  height: 50px;
  padding: 1rem 0.75rem;
}
body .newlanding_page .headerContainer .card.form .form-group.counterstatus {
  text-align: center;
  font-size: 12px;
  margin-bottom: 5px;
}
body .newlanding_page .headerContainer .card.form .form-group.counterstatus span {
  display: block;
}
body .newlanding_page .headerContainer .card.form .form-group.error input {
  border-color: red;
}
body .newlanding_page .headerContainer .card.form .form-group.error .errorMessage {
  color: red;
  font-size: 11px;
  position: relative;
  margin-top: 3px;
  display: block;
}
body .newlanding_page .headerContainer .card.form .form-group .errorMessage {
  display: none;
}
body .newlanding_page .headerContainer .card.form .chooseradio {
  margin-bottom: 15px;
}
body .newlanding_page .headerContainer .card.form .chooseradio .row {
  margin-left: -15px;
  margin-right: -15px;
}
body .newlanding_page .headerContainer .card.form .chooseradio .row .form-check {
  position: relative;
  padding: 0 15px;
}
body .newlanding_page .headerContainer .card.form .chooseradio .row .form-check .form-check-input {
  position: absolute;
  margin: auto;
  left: 35px;
  top: 18px;
}
body .newlanding_page .headerContainer .card.form .chooseradio .row .form-check .form-check-input:checked[type=radio] ~ label {
  border-color: #4b80fd;
  color: #344055;
}
body .newlanding_page .headerContainer .card.form .chooseradio .row .form-check label.form-check-label {
  height: 50px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  width: 100%;
  line-height: 50px;
  text-align: center;
  position: relative;
}
body .newlanding_page .headerContainer .card.form .toggle-login-register {
  width: 100%;
}
body .newlanding_page .headerContainer .downloadApp {
  text-align: left;
  margin-top: 20px;
}
body .newlanding_page .headerContainer .downloadApp label {
  width: 100%;
  font-weight: 500;
  color: #344055;
  font-size: 13px;
  margin-bottom: 15px;
  display: none;
}
body .newlanding_page .headerContainer .downloadApp .img {
  display: flex;
  margin: auto;
}
body .newlanding_page .headerContainer .downloadApp .img > a {
  flex-grow: 1;
}
body .newlanding_page .headerContainer .downloadApp .img > a:first-child {
  margin-right: 5px;
}
body .newlanding_page .headerContainer .downloadApp .img > a:last-child {
  margin-left: 5px;
}
body .newlanding_page .headerContainer .downloadApp .img > a > img {
  width: 100%;
}
body .newlanding_page .landing-content {
  color: #344055;
}
body .newlanding_page .landing-content .desktop {
  display: block;
}
body .newlanding_page .landing-content .mobile {
  display: none;
}
body .newlanding_page .landing-content h1.inner-main-heading {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 35px;
}
body .newlanding_page .landing-content h1.inner-main-heading span {
  color: #0065ff;
}
body .newlanding_page .landing-content h1.inner-main-heading small {
  display: block;
  font-size: 14px;
  margin-top: 8px;
  font-weight: normal;
  color: #787878;
}
@media (max-width: 768px) {
  body .newlanding_page .landing-content h1.inner-main-heading small {
    font-size: 13px;
  }
}
body .newlanding_page .landing-content h1.inner-main-heading::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #4c81fe;
  width: 54px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  body .newlanding_page .landing-content h1.inner-main-heading {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 12px;
    margin-bottom: 15px;
  }
}
body .newlanding_page .landing-content h2 {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 35px;
}
body .newlanding_page .landing-content h2 span {
  color: #0065ff;
}
body .newlanding_page .landing-content h2 small {
  display: block;
  font-size: 14px;
  margin-top: 8px;
  font-weight: normal;
  color: #787878;
  line-height: 22px;
}
@media (max-width: 768px) {
  body .newlanding_page .landing-content h2 small {
    font-size: 13px;
  }
}
body .newlanding_page .landing-content h2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #4c81fe;
  width: 54px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  body .newlanding_page .landing-content h2 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 12px;
    margin-bottom: 15px;
  }
}
body .newlanding_page .landing-content p {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  body .newlanding_page .landing-content p {
    font-size: 12px;
  }
}
body .newlanding_page .landing-content .section {
  padding: 25px 0;
}
body .newlanding_page .landing-content .section.information {
  background: #fafcff;
}
body .newlanding_page .landing-content .section.information .h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 0;
}
@media screen and (max-width: 500px) {
  body .newlanding_page .landing-content .section.information .h2 {
    font-size: 18px;
    font-weight: bold;
  }
}
body .newlanding_page .landing-content .section.information ul.qa {
  border: 1px solid #dfebf9;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0.25rem;
  padding: 15px;
  margin-bottom: 15px;
}
body .newlanding_page .landing-content .section.information ul.qa li {
  margin-bottom: 5px;
}
body .newlanding_page .landing-content .section.information ul.qa li:last-child {
  margin-bottom: 0;
}
body .newlanding_page .landing-content .section.whyus {
  background: #fff;
}
body .newlanding_page .landing-content .section.whyus .card {
  text-align: center;
  align-items: center;
  background: none;
}
body .newlanding_page .landing-content .section.whyus .card h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 3px;
}
body .newlanding_page .landing-content .section.whyus .card .circle_icon {
  background: #eee;
  height: 70px;
  width: 70px;
  border-radius: 100px;
  text-align: center;
  display: inline-flex;
  line-height: 70px;
  align-items: center;
  margin-bottom: 10px;
}
body .newlanding_page .landing-content .section.whyus .card .circle_icon img {
  margin: auto;
}
body .newlanding_page .landing-content .section.whyus .card .circle_icon.purple {
  background: #f1e5f8 url(/images/icons-whyus.svg) top 15px center no-repeat;
}
body .newlanding_page .landing-content .section.whyus .card .circle_icon.blue {
  background: #dfebf9 url(/images/icons-whyus.svg) top -60px center no-repeat;
}
body .newlanding_page .landing-content .section.whyus .card .circle_icon.red {
  background: #f5dde2 url(/images/icons-whyus.svg) top -132px center no-repeat;
}
body .newlanding_page .landing-content .section.whyus .card .circle_icon.green {
  background: #dcf2e1 url(/images/icons-whyus.svg) top -192px center no-repeat;
}
body .newlanding_page .landing-content .section.whyus .card .circle_icon.orange {
  background: #fef3ef url(/images/icons-whyus.svg) top -260px center no-repeat;
}
body .newlanding_page .landing-content .section.whyus .card .circle_icon.yellow {
  background: #fef7e4 url(/images/icons-whyus.svg) top -332px center no-repeat;
}
@media screen and (max-width: 600px) {
  body .newlanding_page .landing-content .section.whyus .col-sm-6 {
    max-width: 50%;
  }
  body .newlanding_page .landing-content .section.whyus .col-sm-6 .card h3 {
    font-size: 14px;
    color: black;
  }
  body .newlanding_page .landing-content .section.whyus .col-sm-6 .card p {
    font-size: 12px;
    line-height: inherit;
  }
}
@media screen and (max-width: 600px) and (max-width: 450px) {
  body .newlanding_page .landing-content .section.whyus .col-sm-6 {
    max-width: 100%;
  }
  body .newlanding_page .landing-content .section.whyus .col-sm-6 .card {
    border: 1px solid #e0e0e0;
    padding: 10px 10px 10px 82px;
    height: 90px;
    flex-direction: row;
    align-items: center;
    width: 100%;
    text-align: left;
  }
  body .newlanding_page .landing-content .section.whyus .col-sm-6 .card .circle_icon {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    bottom: 10px;
    margin: auto 0;
  }
  body .newlanding_page .landing-content .section.whyus .col-sm-6 .card .circle_icon.purple {
    background: #f1e5f8 url(/images/icons-whyus.svg) top 15px center no-repeat;
    background-size: 34px;
  }
  body .newlanding_page .landing-content .section.whyus .col-sm-6 .card .circle_icon.blue {
    background: #dfebf9 url(/images/icons-whyus.svg) top -47px center no-repeat;
    background-size: 36px;
  }
  body .newlanding_page .landing-content .section.whyus .col-sm-6 .card .circle_icon.red {
    background: #f5dde2 url(/images/icons-whyus.svg) top -98px center no-repeat;
    background-size: 34px;
  }
  body .newlanding_page .landing-content .section.whyus .col-sm-6 .card .circle_icon.green {
    background: #dcf2e1 url(/images/icons-whyus.svg) top -198px center no-repeat;
    background-size: 34px;
  }
  body .newlanding_page .landing-content .section.whyus .col-sm-6 .card .circle_icon.orange {
    background: #fef3ef url(/images/icons-whyus.svg) top -253px center no-repeat;
    background-size: 34px;
  }
  body .newlanding_page .landing-content .section.whyus .col-sm-6 .card .circle_icon.yellow {
    background: #fef7e4 url(/images/icons-whyus.svg) top -330px center no-repeat;
    background-size: 36px;
  }
  body .newlanding_page .landing-content .section.whyus .col-sm-6 .card p {
    margin: 0;
  }
}
body .newlanding_page .landing-content .section.faqs .row {
  align-items: center;
}
body .newlanding_page .landing-content .section.faqs .row .faqimg {
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  body .newlanding_page .landing-content .section.faqs .row .faqimg {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    text-align: center;
  }
}
body .newlanding_page .landing-content .section.faqs .row .faqimg img {
  width: -webkit-fill-available;
}
@media screen and (max-width: 768px) {
  body .newlanding_page .landing-content .section.faqs .row .faqimg img {
    width: 300px;
    margin: auto;
  }
}
body .newlanding_page .landing-content .section.faqs .row .faqimg .midbutton {
  margin-top: 25px;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body .newlanding_page .landing-content .section.faqs .row .faqimg .midbutton {
    margin-bottom: 25px;
  }
  body .newlanding_page .landing-content .section.faqs .row .faqimg .midbutton .btn {
    font-size: 12px;
  }
}
body .newlanding_page .landing-content .section.faqs .row .accordion .accordion-item {
  border: none;
}
body .newlanding_page .landing-content .section.faqs .row .accordion .accordion-item h2.accordion-header {
  margin: 0;
  width: 100%;
  padding: 0;
}
body .newlanding_page .landing-content .section.faqs .row .accordion .accordion-item h2.accordion-header::after {
  display: none;
}
body .newlanding_page .landing-content .section.faqs .row .accordion .accordion-item h2.accordion-header .accordion-button {
  font-size: 14px;
  font-weight: 500;
  border: none;
  border-bottom: 1px solid #f1f1f1;
  border-radius: 0;
  position: relative;
  padding-right: 45px;
}
body .newlanding_page .landing-content .section.faqs .row .accordion .accordion-item h2.accordion-header .accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
  right: 17px;
  position: absolute;
}
body .newlanding_page .landing-content .section.faqs .row .accordion .accordion-item h2.accordion-header .accordion-button:focus {
  box-shadow: none;
}
body .newlanding_page .landing-content .section.faqs .row .accordion .accordion-item h2.accordion-header .accordion-button:not(.collapsed) {
  border: none;
  border-bottom: 1px solid rgba(12, 99, 228, 0.2);
  background: #fafcff;
}
body .newlanding_page .landing-content .section.faqs .row .accordion .accordion-item .accordion-collapse {
  border: none;
}
body .newlanding_page .landing-content .section.faqs .row .accordion .accordion-item .accordion-collapse.collapse.show {
  background: #fafcff;
}
body .newlanding_page .landing-content .section.faqs .row .accordion .accordion-item .accordion-collapse.collapsing {
  background: #fafcff;
}
body .newlanding_page .landing-content .section.faqs .row .accordion .accordion-item:last-child h2.accordion-header .accordion-button {
  border-bottom: none;
}
body .newlanding_page .landing-content .section.joinus {
  background: #fafcff;
}
body .newlanding_page .landing-content .section.joinus .card {
  background: #eee;
  padding: 15px 25px;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  flex-direction: row;
}
body .newlanding_page .landing-content .section.joinus .card .icon {
  margin-right: 20px;
}
body .newlanding_page .landing-content .section.joinus .card .js-counter {
  font-size: 18px;
  font-weight: 500;
}
body .newlanding_page .landing-content .section.joinus .card .counter-label {
  margin-left: auto;
}
body .newlanding_page .landing-content .section.joinus .card.blue {
  background: #f1fbfe;
}
body .newlanding_page .landing-content .section.joinus .card.orange {
  background: #fffde8;
}
body .newlanding_page .landing-content .section.joinus .card.green {
  background: #f0fced;
}
body .newlanding_page .landing-content .section.joinus .joinusText h2 {
  font-size: 50px;
  color: #ffc300;
  clear: both;
}
body .newlanding_page .landing-content .section.joinus .joinusText h2 small {
  font-size: 16px;
  color: #344055;
  display: block;
  margin-top: 5px;
}
body .newlanding_page .landing-content .section.joinus .joinusText span {
  color: #707070;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
body .newlanding_page .landing-content .section.joinus .joinusImg {
  text-align: right;
  background: url(/images/img-joinus.svg) top center no-repeat;
  min-height: 300px;
  background-size: 500px;
}
@media screen and (max-width: 768px) {
  body .newlanding_page .landing-content .section.joinus .joinusImg {
    background-size: 100%;
    min-height: auto;
    height: 350px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  body .newlanding_page .landing-content .section.joinus .joinusImg {
    height: 220px;
  }
}
@media screen and (max-width: 768px) and (max-width: 400px) {
  body .newlanding_page .landing-content .section.joinus .joinusImg {
    height: 180px;
  }
}
body .newlanding_page .landing-content .section.testimonial .carousel {
  height: 400px;
  margin-bottom: 0;
  padding: 25px 0;
  background: transparent;
}
body .newlanding_page .landing-content .section.testimonial .carousel .carousel-inner {
  height: 300px;
}
body .newlanding_page .landing-content .section.testimonial .carousel .carousel-inner .carousel-item {
  height: 300px;
  background: none;
}
body .newlanding_page .landing-content .section.testimonial .carousel .carousel-inner .carousel-item .card {
  text-align: center;
  background: none;
  align-items: center;
  margin: auto 22%;
  top: 15px;
}
@media screen and (max-width: 768px) {
  body .newlanding_page .landing-content .section.testimonial .carousel .carousel-inner .carousel-item .card {
    margin: auto 12%;
  }
}
body .newlanding_page .landing-content .section.testimonial .carousel .carousel-inner .carousel-item .card img.user {
  margin: 0 0 10px 0;
  border: 8px solid #fff;
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  max-width: none;
}
body .newlanding_page .landing-content .section.testimonial .carousel .carousel-inner .carousel-item .card .h6 {
  font-size: 18px;
  font-weight: 500;
  color: #344055;
}
body .newlanding_page .landing-content .section.testimonial .carousel .carousel-inner .carousel-item .card .h6 small {
  font-size: 12px;
  font-weight: normal;
  color: #999999;
  display: block;
}
body .newlanding_page .landing-content .install_tooltip {
  background: #138eff;
  color: #fff;
  margin: 10px;
  padding: 10px;
  font-size: 13px;
  position: fixed;
  border-radius: 0.25rem;
  z-index: 1;
  bottom: 0;
  left: 10px;
  right: 10px;
  padding-left: 45px;
  display: none;
}
body .newlanding_page .landing-content .install_tooltip .arrow-down {
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #138eff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -10px;
}
body .newlanding_page .landing-content .install_tooltip i {
  font-size: 30px;
  color: #fff;
  position: absolute;
  left: 10px;
}
body .newlanding_page .landing-content .install_tooltip img.icon {
  width: 13px;
  position: relative;
  margin: 0 4px;
  top: -2px;
}
body .newlanding_page .landing-content .marketing-pages .exp_centers {
  text-align: center;
}
body .newlanding_page .landing-content .marketing-pages .exp_centers h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: orange;
}
body .newlanding_page .landing-content .marketing-pages .exp_centers h5 {
  font-size: 16px;
  margin: 25px 0 35px 0;
  position: relative;
  color: orange;
}
body .newlanding_page .landing-content .marketing-pages .exp_centers .card {
  border-radius: 0.25rem;
}
body .newlanding_page .landing-content .marketing-pages .exp_centers .card .card-header {
  font-size: 13px;
  color: #294e7c;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.01);
  border-color: #eee;
}
body .newlanding_page .landing-content .marketing-pages .exp_centers .card .card-body {
  padding: 15px 0;
}
body .newlanding_page .landing-content .marketing-pages .exp_centers .addressDetails {
  padding-right: 500px;
  background: url(https://static.pbcdn.in/pbpartners-cdn/images/indiamap-experience.jpg) no-repeat right top;
  background-size: 450px;
}
@media screen and (max-width: 768px) {
  body .newlanding_page .landing-content .marketing-pages .exp_centers .addressDetails {
    padding: 0;
    background: none;
  }
}
body .newlanding_page.articles nav.navbar {
  padding-bottom: 0;
}
body .newlanding_page.articles nav.navbar .tabs-strip {
  background: transparent linear-gradient(0deg, rgba(94, 158, 250, 0.0901960784) -50%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
  min-height: 60px;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
body .newlanding_page.articles nav.navbar .tabs-strip .nav-tabs {
  border: none;
}
body .newlanding_page.articles nav.navbar .tabs-strip .nav-tabs .nav-link {
  border: none;
  position: relative;
  font-size: 14px;
  padding: 0.5rem 0;
  font-weight: 500;
  cursor: pointer;
}
body .newlanding_page.articles nav.navbar .tabs-strip .nav-tabs li.nav-item {
  margin-right: 15px;
}
body .newlanding_page.articles nav.navbar .tabs-strip .nav-tabs li.nav-item:last-child {
  margin-right: 0;
}
body .newlanding_page.articles nav.navbar .tabs-strip .nav-tabs .nav-item.show .nav-link,
body .newlanding_page.articles nav.navbar .tabs-strip .nav-tabs .nav-link.active {
  color: #344055;
  background-color: transparent;
}
body .newlanding_page.articles nav.navbar .tabs-strip .nav-tabs .nav-item.show .nav-link::after,
body .newlanding_page.articles nav.navbar .tabs-strip .nav-tabs .nav-link.active::after {
  content: "";
  background: #4b80fd;
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
}
body .newlanding_page.articles .nav-scroller {
  position: relative;
  z-index: 1;
  margin-top: 1px;
  height: 48px;
  background: #f9f9f9;
  display: flex;
  align-items: center;
}
body .newlanding_page.articles .nav-scroller nav .nav-link {
  padding: 0.5rem 0rem;
  margin-right: 25px;
  font-size: 13px;
  font-weight: 500;
  color: #96a0b5;
}
body .newlanding_page.articles .nav-scroller nav .nav-link:last-child {
  margin-right: 0;
}
body .newlanding_page.articles .nav-scroller nav .nav-link.active {
  color: #4b80fd;
}
body .newlanding_page.articles .breadcrumb-row {
  margin-top: 10px;
}
body .newlanding_page.articles .breadcrumb-row .breadcrumb {
  margin-bottom: 0;
}
body .newlanding_page.articles .terms.tab-content {
  padding: 25px 0;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  body .newlanding_page.articles .terms.tab-content {
    padding-bottom: 50px;
  }
}
body .newlanding_page.articles .terms.tab-content img.comingsoon {
  display: flex;
  align-items: center;
  margin: 35px auto;
}
body .newlanding_page.articles .terms.tab-content h1 {
  margin-bottom: 20px;
}
body .newlanding_page.articles .terms.tab-content h6 {
  font-size: 14px;
  color: #274e91;
  margin: 10px 0;
}
body .newlanding_page.articles .terms.tab-content ul {
  margin: 0;
  padding: 0;
}
body .newlanding_page.articles .terms.tab-content ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 22px;
  background: url(/images/icon_bullet.svg) no-repeat left top 4px;
}
body .newlanding_page.articles .terms.tab-content .launches {
  border: 1px solid #ddd;
  text-align: center;
  border-radius: 0.25rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  body .newlanding_page.articles .terms.tab-content .launches img {
    width: 100%;
  }
}
body .newlanding_page.articles .terms.tab-content .bulletCheckNone ul li {
  background: none;
  padding-left: 0;
}
body .newlanding_page.articles .terms.tab-content .contactTop-m5 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  body .newlanding_page.articles .terms.tab-content .contactTop-m5 {
    margin-top: inherit;
  }
  body .newlanding_page.articles .terms.tab-content .contactTop-m5 .contactText {
    float: left;
  }
  body .newlanding_page.articles .terms.tab-content .contactTop-m5 .contactText h2 {
    float: left;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
  }
  body .newlanding_page.articles .terms.tab-content .contactTop-m5 .contactText ol li {
    text-align: left;
  }
  body .newlanding_page.articles .terms.tab-content .contactTop-m5 .contactText ol li.address br {
    display: none;
  }
  body .newlanding_page.articles .terms.tab-content .contactTop-m5 .contactImg {
    text-align: left;
    display: none;
  }
}
body .newlanding_page.articles .terms.tab-content .contactText h2 {
  font-size: 25px;
  margin-bottom: 25px;
}
body .newlanding_page.articles .terms.tab-content .contactText .entity {
  color: #4b80fd;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}
body .newlanding_page.articles .terms.tab-content .contactText .entity small {
  color: #777;
  font-size: 13px;
  display: block;
  font-weight: normal;
}
body .newlanding_page.articles .terms.tab-content .contactText .office {
  margin-bottom: 15px;
  font-size: 13px;
}
body .newlanding_page.articles .terms.tab-content .contactText ol {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  body .newlanding_page.articles .terms.tab-content .contactText ol {
    display: flex;
    flex-flow: wrap;
  }
}
body .newlanding_page.articles .terms.tab-content .contactText ol li {
  position: relative;
  padding-left: 52px;
  height: 42px;
  line-height: 42px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
body .newlanding_page.articles .terms.tab-content .contactText ol li h1 {
  font-size: inherit;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  body .newlanding_page.articles .terms.tab-content .contactText ol li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  body .newlanding_page.articles .terms.tab-content .contactText ol li {
    width: 100%;
  }
}
body .newlanding_page.articles .terms.tab-content .contactText ol li img {
  position: absolute;
  left: 0;
}
body .newlanding_page.articles .terms.tab-content .contactText ol li:last-child {
  margin-bottom: 0;
}
body .newlanding_page.articles .terms.tab-content .contactText ol li.address {
  height: auto;
  line-height: 20px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body .newlanding_page.articles .terms.tab-content .contactText ol li.address {
    width: 100%;
  }
  body .newlanding_page.articles .terms.tab-content .contactText ol li.address br {
    display: none;
  }
}
body .newlanding_page.articles .terms.tab-content .contactImg {
  text-align: right;
}
@media screen and (max-width: 500px) {
  body .newlanding_page.articles .terms.tab-content .contactImg {
    margin-top: 25px;
  }
}
body .newlanding_page.articles .terms.tab-content .contactImg img {
  width: 500px;
}
@media screen and (max-width: 768px) {
  body .newlanding_page.articles .terms.tab-content .contactImg {
    text-align: center;
  }
  body .newlanding_page.articles .terms.tab-content .contactImg img {
    width: 300px;
  }
}
body .newlanding_page.articles .terms.tab-content.awards .card {
  background: linear-gradient(140deg, rgba(238, 242, 249, 0.75) 0%, rgba(205, 247, 245, 0.75) 35%, rgba(230, 229, 188, 0.75) 67%, rgba(249, 195, 222, 0.75) 100%);
  border-radius: 28px;
  border: 1px solid var(--White, #fff);
  box-shadow: 0px 2px 6.3px 0px rgba(0, 0, 0, 0.15);
  margin: 15px 0;
  position: relative;
}
body .newlanding_page.articles .terms.tab-content.awards .card .card-body {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.36);
  backdrop-filter: blur(8px);
  padding: 10px;
  margin: 10px;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
body .newlanding_page.articles .terms.tab-content.awards .card .card-body .images {
  width: 150px;
  height: 150px;
  margin: 10px 0;
}
body .newlanding_page.articles .terms.tab-content.awards .card .card-body .images img {
  width: 100%;
}
body .newlanding_page.articles .terms.tab-content.awards .card .card-body h5 {
  font-size: 14px;
  font-weight: 600;
  min-height: 64px;
}
body .newlanding_page.articles .terms.tab-content.awards .card .card-body h5 small {
  display: block;
  font-size: 11px;
  font-weight: normal;
  margin-top: 5px;
}
body .newlanding_page.articles .terms.tab-content.awards.newsletter .card .card-body .images img {
  width: auto;
  height: 100%;
}
body .newlanding_page.articles .terms.tab-content.awards.newsletter .previousNewsletter .btn {
  margin: 15px 0;
  border-radius: 100px;
  font-size: 13px;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
  font-weight: 500;
  padding: 10px 16px;
  min-width: 100px;
}
body .newlanding_page.articles .terms.tab-content.team h6.unit-heading {
  background: rgba(247, 185, 36, 0.15);
  display: table;
  color: rgb(222, 163, 22);
  padding: 6px 10px;
  margin: auto;
  margin-top: 25px;
  position: relative;
  border-radius: 1rem;
}
body .newlanding_page.articles .terms.tab-content.team h6.unit-heading:before {
  content: "";
  background: rgb(247, 185, 36);
  height: 1px;
  width: 50px;
  left: -50px;
  position: absolute;
  top: 50%;
}
body .newlanding_page.articles .terms.tab-content.team h6.unit-heading:after {
  content: "";
  background: rgb(247, 185, 36);
  height: 1px;
  width: 50px;
  right: -50px;
  position: absolute;
  top: 50%;
}
body .newlanding_page.articles .terms.tab-content.team .card {
  border-radius: 0;
  background: #f4f5f7;
  position: relative;
  padding: 15px 12px;
  margin: 100px 0 15px 0;
  border-radius: 0.25rem;
}
@media (max-width: 500px) {
  body .newlanding_page.articles .terms.tab-content.team .card {
    margin-top: 60px;
  }
}
body .newlanding_page.articles .terms.tab-content.team .card .card-body {
  padding: 0;
  text-align: center;
}
body .newlanding_page.articles .terms.tab-content.team .card .card-body .images {
  border: 10px solid #fff;
  background: #f4f5f7;
  border-radius: 100px;
  width: 180px;
  height: 180px;
  margin: auto;
  margin-top: -100px;
  transition: 0.3s all ease;
}
body .newlanding_page.articles .terms.tab-content.team .card .card-body .images.active img {
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1);
}
body .newlanding_page.articles .terms.tab-content.team .card .card-body .images.active:hover {
  transform: scale(1.1);
}
body .newlanding_page.articles .terms.tab-content.team .card .card-body .images.active:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
}
@media (max-width: 580px) {
  body .newlanding_page.articles .terms.tab-content.team .card .card-body .images {
    width: 150px;
    height: 150px;
    margin-top: -100px;
  }
}
@media (max-width: 580px) and (max-width: 500px) {
  body .newlanding_page.articles .terms.tab-content.team .card .card-body .images {
    width: 120px;
    height: 120px;
    margin-top: -70px;
  }
}
body .newlanding_page.articles .terms.tab-content.team .card .card-body .images img {
  width: 100%;
  border-radius: 100px;
}
body .newlanding_page.articles .terms.tab-content.team .card .card-body h5 {
  font-size: 14px;
  font-weight: 600;
  margin-top: 15px;
}
body .newlanding_page.articles .terms.tab-content.team .card .card-body h5 small {
  display: block;
  font-size: 11px;
  font-weight: normal;
  margin-top: 5px;
  line-height: normal;
}
body .newlanding_page.articles .terms.tab-content.team section {
  padding: 35px 0;
}
body .newlanding_page.articles .terms.tab-content.team section.bg {
  background: #f0f6ff;
}
body .newlanding_page.articles .terms.tab-content.team section.bg .card {
  background: #fff;
}
body .newlanding_page.articles .terms.tab-content.team section .fade-in {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
body .newlanding_page.articles .terms.tab-content.team section .fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 580px) {
  body .newlanding_page.articles .terms.tab-content.team section .col-md-3.col-sm-6 {
    width: 50%;
  }
}
@media (max-width: 580px) and (max-width: 380px) {
  body .newlanding_page.articles .terms.tab-content.team section .col-md-3.col-sm-6 {
    width: 100%;
  }
}
@media (max-width: 580px) {
  body .newlanding_page.articles .terms.tab-content.team section .col-md-6.col-sm-6 {
    width: 50%;
  }
}
@media (max-width: 580px) and (max-width: 380px) {
  body .newlanding_page.articles .terms.tab-content.team section .col-md-6.col-sm-6 {
    width: 100%;
  }
}
body .newlanding_page.articles .terms.tab-content.sitemap .card {
  border-radius: 28px;
  border: 1px solid var(--White, #fff);
  box-shadow: 0px 2px 6.3px 0px rgba(0, 0, 0, 0.15);
  margin: 15px 0;
  position: relative;
}
body .newlanding_page.articles .terms.tab-content.sitemap .card .card-header {
  border-radius: 28px 28px 0 0;
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
}
body .newlanding_page.articles .terms.tab-content.sitemap .card .card-header svg {
  margin-right: 6px;
}
body .newlanding_page.articles .terms.tab-content.sitemap .card .card-body {
  background: none;
  border: none;
  margin: 0;
  padding: 16px;
  height: 308px;
  display: block;
}
@media screen and (max-width: 768px) {
  body .newlanding_page.articles .terms.tab-content.sitemap .card .card-body {
    height: auto;
  }
}
body .newlanding_page.articles .terms.tab-content.sitemap .card .card-body .scroll-content {
  height: 100%;
  overflow-y: auto;
}
body .newlanding_page.articles .terms.tab-content.sitemap .card .card-body .scroll-content::-webkit-scrollbar {
  width: 3px;
}
body .newlanding_page.articles .terms.tab-content.sitemap .card .card-body .scroll-content::-webkit-scrollbar-track {
  box-shadow: none;
  background: #f6f6f6;
  border-radius: 10px;
}
body .newlanding_page.articles .terms.tab-content.sitemap .card .card-body .scroll-content::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}
body .newlanding_page.articles .terms.tab-content.sitemap .card .card-body .scroll-content ul {
  width: 100%;
  text-align: left;
}
body .newlanding_page.articles .terms.tab-content.sitemap .card .card-body .scroll-content ul li a {
  color: #666666;
  text-decoration: underline;
  text-decoration-style: dotted;
}
body .newlanding_page.articles .terms.tab-content.sitemap .card .card-body .scroll-content ul li a:hover {
  text-decoration: none;
}
body .newlanding_page .mobile_header {
  margin: 10px;
  background: transparent linear-gradient(179deg, #fafcff 0%, #f0f6ff 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 10px;
  align-items: center;
  display: none;
}
@media screen and (max-width: 768px) {
  body .newlanding_page .mobile_header {
    display: flex;
  }
}
body .newlanding_page .mobile_header img {
  width: 72px;
}
body .newlanding_page .mobile_header .innerText {
  margin-left: 10px;
}
body .newlanding_page .mobile_header .innerText h1 {
  font-size: 13px;
  color: #0d2d55;
  line-height: 18px;
  margin-bottom: 0;
}
body .newlanding_page .mobile_header .innerText p {
  color: #138eff;
  margin: 0;
}
body .newlanding_page.marketingpage .headerContainer {
  margin-bottom: 0;
  padding-top: 50px;
  height: auto;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body .newlanding_page.marketingpage .headerContainer {
    padding-top: 0;
    padding-bottom: 15px;
  }
}
body .newlanding_page.marketingpage .headerContainer .rowcenter {
  align-items: center;
}
@media screen and (max-width: 768px) {
  body .newlanding_page.marketingpage .headerContainer .sliderdiv {
    margin-bottom: 15px;
  }
}
body .newlanding_page.marketingpage .headerContainer .sliderdiv .carousel-caption {
  margin-top: 0;
  top: 0;
}
body .newlanding_page.marketingpage .headerContainer .sliderdiv .carousel-caption h1 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  body .newlanding_page.marketingpage .headerContainer .sliderdiv .carousel-caption {
    display: block;
    padding-top: 0;
    line-height: inherit;
    padding-bottom: 0;
    margin-bottom: 15px;
  }
  body .newlanding_page.marketingpage .headerContainer .sliderdiv .carousel-caption h1 {
    text-align: center;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  body .newlanding_page.marketingpage .headerContainer .sliderdiv .carousel-caption h1 {
    font-size: 16px;
    line-height: inherit;
    margin-bottom: 0;
  }
}
body .newlanding_page.marketingpage .headerContainer .sliderdiv .marketing-ui .defaultbanner {
  background: url(/images/marketing-bg.jpg) left top no-repeat;
  background-size: cover;
  border-radius: 10px 10px 0 0;
  min-height: 304px;
}
@media (max-width: 768px) {
  body .newlanding_page.marketingpage .headerContainer .sliderdiv .marketing-ui .defaultbanner {
    min-height: 200px;
  }
}
@media (max-width: 400px) {
  body .newlanding_page.marketingpage .headerContainer .sliderdiv .marketing-ui .defaultbanner {
    min-height: 170px;
  }
}
body .newlanding_page.marketingpage .headerContainer .sliderdiv .marketing-ui .defaultbanner .marketing-info {
  padding: 30px 20px;
}
@media (max-width: 768px) {
  body .newlanding_page.marketingpage .headerContainer .sliderdiv .marketing-ui .defaultbanner .marketing-info {
    padding: 20px;
  }
}
body .newlanding_page.marketingpage .headerContainer .sliderdiv .marketing-ui .defaultbanner .marketing-info h1 {
  font-size: 22px;
  line-height: 36px;
  color: #a7252b;
  font-weight: bold;
  padding-bottom: 15px;
}
body .newlanding_page.marketingpage .headerContainer .sliderdiv .marketing-ui .defaultbanner .marketing-info h1 small {
  display: block;
  font-size: 22px;
  color: #344055;
}
@media (max-width: 500px) {
  body .newlanding_page.marketingpage .headerContainer .sliderdiv .marketing-ui .defaultbanner .marketing-info h1 small {
    font-size: inherit;
  }
}
body .newlanding_page.marketingpage .headerContainer .sliderdiv .marketing-ui .defaultbanner .marketing-info h1 span {
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 500px) {
  body .newlanding_page.marketingpage .headerContainer .sliderdiv .marketing-ui .defaultbanner .marketing-info h1 span {
    font-size: 19px;
  }
}
@media (max-width: 500px) {
  body .newlanding_page.marketingpage .headerContainer .sliderdiv .marketing-ui .defaultbanner .marketing-info h1 {
    font-size: 15px;
    line-height: inherit;
    padding-bottom: 0;
  }
}
body .newlanding_page.marketingpage .headerContainer .sliderdiv .marketing-ui .defaultbanner .marketing-info ul li {
  font-size: 14px;
  font-weight: 500;
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
  padding-left: 35px;
  color: #344055;
}
@media (max-width: 768px) {
  body .newlanding_page.marketingpage .headerContainer .sliderdiv .marketing-ui .defaultbanner .marketing-info ul li {
    font-size: 12px;
    display: flex;
    align-items: center;
    padding: 0;
    padding-left: 24px;
    margin: 3px 0;
  }
}
body .newlanding_page.marketingpage .headerContainer .sliderdiv .marketing-ui .defaultbanner .marketing-info ul li img {
  width: 24px;
  height: auto;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 5px;
}
@media (max-width: 768px) {
  body .newlanding_page.marketingpage .headerContainer .sliderdiv .marketing-ui .defaultbanner .marketing-info ul li img {
    top: 0;
    width: 18px;
  }
}
body .newlanding_page.marketingpage .headerContainer .sliderdiv .marketing-ui img.mbanner {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
body .newlanding_page.marketingpage .headerContainer .sliderdiv .marketing-ui .rating {
  background: rgba(255, 255, 255, 0.6117647059);
  text-align: center;
  border-radius: 0 0 10px 10px;
  padding: 10px;
  box-shadow: 0px 0px 15px rgba(170, 170, 170, 0.1607843137);
}
@media (max-width: 768px) {
  body .newlanding_page.marketingpage .headerContainer .sliderdiv .marketing-ui .rating {
    background: #f1f1f1;
  }
}
body .newlanding_page.marketingpage .headerContainer .sliderdiv .marketing-ui .rating p {
  font-weight: 500;
  position: relative;
  margin-bottom: 0;
  font-size: 14px;
}
@media (max-width: 768px) {
  body .newlanding_page.marketingpage .headerContainer .sliderdiv .marketing-ui .rating p {
    font-size: 12px;
  }
}
body .newlanding_page.marketingpage .headerContainer .sliderdiv .marketing-ui .rating p:after {
  content: "";
  width: 37%;
  height: 1px;
  background: #e8e8e8;
  position: absolute;
  left: 0;
  top: 10px;
}
@media (max-width: 768px) {
  body .newlanding_page.marketingpage .headerContainer .sliderdiv .marketing-ui .rating p:after {
    width: 30%;
  }
}
body .newlanding_page.marketingpage .headerContainer .sliderdiv .marketing-ui .rating p:before {
  content: "";
  width: 37%;
  height: 1px;
  background: #e8e8e8;
  position: absolute;
  right: 0;
  top: 10px;
}
@media (max-width: 768px) {
  body .newlanding_page.marketingpage .headerContainer .sliderdiv .marketing-ui .rating p:before {
    width: 30%;
  }
}
body .newlanding_page.marketingpage .headerContainer .sliderdiv .marketing-ui .rating .rating-info span {
  font-weight: 600;
  margin-right: 5px;
}
body .newlanding_page.marketingpage .headerContainer .sliderdiv .marketing-ui .rating .rating-info span .fa-star {
  color: #ffc34c;
}
body .newlanding_page.marketingpage .headerContainer .sliderdiv .marketing-ui .rating .rating-info small {
  font-weight: 500;
  margin-left: 3px;
  margin-right: 3px;
}
body .newlanding_page.marketingpage .headerContainer .sliderdiv .marketing-ui.health {
  background: url(https://static.pbcdn.in/pbpartners-cdn/images/marketing/marketing-bg-health.png) left top no-repeat;
  background-size: cover;
  border-radius: 10px;
  background-position: -20px 0px;
}
@media (max-width: 768px) {
  body .newlanding_page.marketingpage .headerContainer .sliderdiv .marketing-ui.health {
    background-position: center;
  }
}
body .newlanding_page.marketingpage .headerContainer .sliderdiv .marketing-ui.health .marketing-info {
  visibility: hidden;
}
body .newlanding_page.marketingpage .headerContainer .card.form {
  position: relative;
  top: inherit;
  left: auto;
  right: 0;
  margin: 0;
  margin-left: auto;
  max-width: 450px;
  padding: 30px;
  min-height: auto;
  height: 420px;
}
@media screen and (max-width: 768px) {
  body .newlanding_page.marketingpage .headerContainer .card.form {
    max-width: 100%;
    width: 100%;
    height: auto;
    height: auto;
    padding: 20px;
  }
}
body .newlanding_page.marketingpage .headerContainer .card.form .downloadApp {
  display: none;
}
body .newlanding_page.marketingpage .headerContainer .card.form .inner-section.login.personalinfo h1 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  body .newlanding_page.marketingpage .headerContainer .card.form .inner-section.login.personalinfo h1 {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
body .newlanding_page.marketingpage .headerContainer .card.form .inner-section.login.personalinfo .form-group {
  margin-bottom: 20px;
}
body .newlanding_page.marketingpage .headerContainer .card.form .inner-section.login.personalinfo .footerbutton.mt-4 {
  margin-top: 0 !important;
}
body .newlanding_page.marketingpage .landing-content {
  margin-top: 25px;
  margin-bottom: 25px;
}
body .newlanding_page.marketingpage .landing-content .section.articles-pre, body .newlanding_page.marketingpage .landing-content .section.joinus, body .newlanding_page.marketingpage .landing-content .section.testimonial {
  display: none;
}
body .newlanding_page.marketingpage .landing-content .section.information {
  background: none;
  border-right: 1px solid #e8e8e8;
}
@media (max-width: 768px) {
  body .newlanding_page.marketingpage .landing-content .section.information {
    border: none;
  }
  body .newlanding_page.marketingpage .landing-content .section.information .container {
    padding: 0;
  }
}
body .newlanding_page.marketingpage .landing-content .section h1,
body .newlanding_page.marketingpage .landing-content .section h2 {
  color: #1d42d9;
  padding-bottom: 0px;
  margin-bottom: 25px;
}
body .newlanding_page.marketingpage .landing-content .section h1::after,
body .newlanding_page.marketingpage .landing-content .section h2::after {
  display: none;
}
body .newlanding_page.marketingpage .landing-content .section .qa .card {
  padding: 0;
  margin-bottom: 15px;
}
body .newlanding_page.marketingpage .landing-content .section .qa .card .card-body {
  text-align: center;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  padding: 15px 10px;
  box-shadow: 0px 0px 15px rgba(170, 170, 170, 0.1607843137);
  font-weight: 500;
  line-height: 17px;
  align-items: center;
  min-height: 128px;
}
@media screen and (max-width: 768px) {
  body .newlanding_page.marketingpage .landing-content .section .qa .card .card-body {
    min-height: auto;
  }
}
body .newlanding_page.marketingpage .landing-content .section .qa .card .card-body span.img {
  margin-bottom: 5px;
  width: 42px;
  height: 42px;
}
body .newlanding_page.marketingpage .landing-content .section .qa .card .card-body span.img img {
  width: 100%;
}
body .newlanding_page.marketingpage .landing-content .section.whyus .card span.icon {
  margin-bottom: 10px;
  width: 70px;
  height: 70px;
}
@media (max-width: 450px) {
  body .newlanding_page.marketingpage .landing-content .section.whyus .card span.icon {
    width: 60px;
    height: 60px;
  }
}
body .newlanding_page.marketingpage .landing-content .section.whyus .card span.icon img {
  width: 100%;
}
@media (max-width: 450px) {
  body .newlanding_page.marketingpage .landing-content .section.whyus .card span.icon {
    position: absolute;
    left: 15px;
    margin: 0;
  }
}
body .newlanding_page.marketingpage .landing-content .section.whyus .card .text h3 {
  font-size: 13px;
  color: #000;
  margin-bottom: 5px;
}
body .newlanding_page.marketingpage .landing-content .section.whyus .card .text p {
  margin-bottom: 0;
  line-height: initial;
}
@media screen and (max-width: 768px) {
  body .newlanding_page.marketingpage .landing-content .section.whyus {
    padding-bottom: 0;
  }
}
body .newlanding_page.marketingpage .landing-content .joinusbanner-marketing {
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  body .newlanding_page.marketingpage .landing-content .joinusbanner-marketing {
    margin-top: 0;
    margin-bottom: 60px;
  }
}
body .newlanding_page.marketingpage .landing-content .joinusbanner-marketing img {
  max-width: 710px;
  width: 100%;
  cursor: pointer;
}
body .newlanding_page.marketingpage .landing-content .appreciate .appreciateSlider .slick-prev,
body .newlanding_page.marketingpage .landing-content .appreciate .appreciateSlider .slick-next {
  background: #0065ff;
  border-radius: 100px;
}
body .newlanding_page.marketingpage .landing-content .appreciate .appreciateSlider .slick-prev:before,
body .newlanding_page.marketingpage .landing-content .appreciate .appreciateSlider .slick-next:before {
  font-size: 11px;
}
body .newlanding_page.marketingpage .landing-content .appreciate .appreciateSlider .appSlide {
  margin: 0 5px;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 10px #ddd;
  border-radius: 10px;
}
body .newlanding_page.marketingpage .landing-content .appreciate .appreciateSlider .appSlide img {
  border-radius: 10px 10px 0 0;
}
body .newlanding_page.marketingpage .landing-content .appreciate .appreciateSlider .appSlide h3 {
  font-size: 14px;
  padding: 10px;
}
body .newlanding_page.careerpage .landing-content .banner_main {
  min-height: 440px;
  background: linear-gradient(260deg, rgba(0, 101, 255, 0.15) -4.47%, rgba(0, 101, 255, 0.02) 42.76%, rgba(0, 101, 255, 0.1) 100.97%);
  padding: 50px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  body .newlanding_page.careerpage .landing-content .banner_main {
    padding-top: 20px;
  }
}
body .newlanding_page.careerpage .landing-content .banner_main .container {
  position: relative;
}
body .newlanding_page.careerpage .landing-content .banner_main .gptwImg {
  position: absolute;
  right: 12px;
  top: -45px;
}
@media (max-width: 768px) {
  body .newlanding_page.careerpage .landing-content .banner_main .gptwImg {
    top: -19px;
    width: 70px;
  }
  body .newlanding_page.careerpage .landing-content .banner_main .gptwImg img {
    width: 100%;
  }
}
body .newlanding_page.careerpage .landing-content .banner_main .row {
  align-items: center;
}
@media (max-width: 768px) {
  body .newlanding_page.careerpage .landing-content .banner_main .row .banner-caption {
    padding-right: 80px;
    text-align: left;
    margin-bottom: 15px;
  }
}
body .newlanding_page.careerpage .landing-content .banner_main .row .banner-caption .heading {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 35px;
  line-height: 62px;
  color: black;
}
@media (max-width: 768px) {
  body .newlanding_page.careerpage .landing-content .banner_main .row .banner-caption .heading {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 15px;
  }
}
@media (max-width: 500px) {
  body .newlanding_page.careerpage .landing-content .banner_main .row .banner-caption .heading {
    font-size: 20px;
  }
}
body .newlanding_page.careerpage .landing-content .banner_main .row .banner-caption .heading span {
  color: #0065ff;
}
body .newlanding_page.careerpage .landing-content .banner_main .row .banner-caption .heading small {
  display: block;
  font-size: 15px;
  margin-top: 8px;
  font-weight: normal;
  color: #787878;
  font-style: italic;
}
body .newlanding_page.careerpage .landing-content .banner_main .row .banner-caption .btn.findjobs {
  padding: 0.5rem 1rem;
}
@media (max-width: 768px) {
  body .newlanding_page.careerpage .landing-content .banner_main .row .banner-caption .btn.findjobs {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  body .newlanding_page.careerpage .landing-content .banner_main .row .banner-caption .btn.findjobs {
    float: none;
    font-size: 13px;
    padding: 0.5rem 0.75rem;
  }
}
body .newlanding_page.careerpage .landing-content .banner_main .row .banner-caption .btn.findjobs i {
  margin-right: 3px;
}
body .newlanding_page.careerpage .landing-content .banner_main .row .videosec .pic {
  position: relative;
  bottom: -60px;
  text-align: right;
}
@media (max-width: 768px) {
  body .newlanding_page.careerpage .landing-content .banner_main .row .videosec .pic img {
    height: 300px;
  }
}
body .newlanding_page.careerpage .landing-content .banner_main .row .videosec .pic .bubble {
  top: -50px;
  background: #f9f9f9;
  color: #ffffff;
  filter: drop-shadow(0px 0px 5px #d9d9d9);
  text-align: center;
  border-radius: 24px;
  display: inline-block;
  padding: 16px;
  position: absolute;
  left: -40px;
}
@media (max-width: 768px) {
  body .newlanding_page.careerpage .landing-content .banner_main .row .videosec .pic .bubble {
    left: auto;
    right: 170px;
    padding: 10px;
    border-radius: 16px;
  }
}
@media (max-width: 500px) {
  body .newlanding_page.careerpage .landing-content .banner_main .row .videosec .pic .bubble {
    right: 140px;
    white-space: nowrap;
  }
}
@media (max-width: 350px) {
  body .newlanding_page.careerpage .landing-content .banner_main .row .videosec .pic .bubble {
    right: 100px;
  }
}
body .newlanding_page.careerpage .landing-content .banner_main .row .videosec .pic .bubble .btn {
  background: #11ba4a;
  border-color: #11ba4a;
  border-radius: 16px;
  padding: 0.475rem 1rem;
}
@media (max-width: 768px) {
  body .newlanding_page.careerpage .landing-content .banner_main .row .videosec .pic .bubble .btn {
    border-radius: 8px;
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  body .newlanding_page.careerpage .landing-content .banner_main .row .videosec .pic .bubble .btn {
    font-size: 13px;
  }
}
body .newlanding_page.careerpage .landing-content .banner_main .row .videosec .pic .bubble .btn i {
  margin-right: 3px;
}
body .newlanding_page.careerpage .landing-content .banner_main .row .videosec .pic .bubble:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #f9f9f9 transparent transparent;
  bottom: -20px;
  left: 85%;
  margin-left: -10px;
}
body .newlanding_page.careerpage .landing-content section {
  padding: 35px 0;
}
@media (max-width: 768px) {
  body .newlanding_page.careerpage .landing-content section {
    padding: 20px 0;
  }
}
body .newlanding_page.careerpage .landing-content section h2.subheading {
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) {
  body .newlanding_page.careerpage .landing-content section h2.subheading {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  body .newlanding_page.careerpage .landing-content section h2.subheading {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
body .newlanding_page.careerpage .landing-content section h2.subheading span {
  color: #0065ff;
}
body .newlanding_page.careerpage .landing-content section h3 {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  body .newlanding_page.careerpage .landing-content section h3 {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
body .newlanding_page.careerpage .landing-content section .slider ul.slick-dots li {
  width: auto;
  height: auto;
}
body .newlanding_page.careerpage .landing-content section .slider ul.slick-dots li button {
  background: #ddd;
  border-radius: 100px;
  width: 10px;
  height: 10px;
}
body .newlanding_page.careerpage .landing-content section .slider ul.slick-dots li button::before {
  display: none;
}
body .newlanding_page.careerpage .landing-content section .slider ul.slick-dots li.slick-active button {
  background: #0065ff;
}
body .newlanding_page.careerpage .landing-content section.welcome-header {
  background: #f0f6ff;
}
body .newlanding_page.careerpage .landing-content section.welcome-header img {
  width: 100%;
  border-radius: 26px;
  border: 2px solid var(--White, #fff);
  background: url(<path-to-image>), lightgray 0px -78.517px/100% 125.572% no-repeat;
  box-shadow: 0px 2px 11.2px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 500px) {
  body .newlanding_page.careerpage .landing-content section.welcome-header img {
    height: 160px;
  }
}
@media (max-width: 768px) {
  body .newlanding_page.careerpage .landing-content section.welcome-header h2.subheading {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row {
  align-items: center;
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row .textside h2 {
  text-align: left;
}
@media (max-width: 768px) {
  body .newlanding_page.careerpage .landing-content section.aboutpbp .row .textside h2 br {
    display: none;
  }
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row .textside {
  text-align: left;
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside {
  text-align: right;
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside img {
  height: 550px;
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside .stepper {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  position: relative;
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside .stepper .step {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside .stepper .step .year {
  width: 20%;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: transparent;
  stroke-width: 2px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(86, 154, 255, 0.8509803922);
}
@media (max-width: 500px) {
  body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside .stepper .step .year {
    font-size: 20px;
  }
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside .stepper .step .dot {
  width: 20%;
  position: relative;
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside .stepper .step .dot::after {
  content: "";
  width: 2px;
  height: 100px;
  background-color: #eee;
  position: absolute;
  bottom: 0;
  left: 30px;
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside .stepper .step .dot::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d9d9d9;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 26px;
  z-index: 1;
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside .stepper .step .dot img {
  display: none;
  height: auto;
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside .stepper .step .name {
  width: 60%;
  border-radius: 66px;
  border: 1px solid #fff;
  background: #fff;
  box-shadow: 0px 2px 6.3px 0px rgba(0, 0, 0, 0.15);
  padding: 5px;
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside .stepper .step .name .inner-div {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  padding: 18px 15px;
  border-radius: 60px;
  color: transparent;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7176470588);
}
@media (max-width: 500px) {
  body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside .stepper .step .name .inner-div {
    text-align: left;
    font-size: 12px;
    padding: 18px 12px;
  }
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside .stepper .step .rocket {
  width: 50px;
  height: auto;
  position: absolute;
  left: 105px;
  z-index: 100;
  visibility: hidden;
  transition: transform 0.9s ease-in-out;
}
@media (max-width: 768px) {
  body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside .stepper .step .rocket {
    left: 120px;
  }
}
@media (max-width: 500px) {
  body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside .stepper .step .rocket {
    left: 90px;
  }
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside .stepper .step.completed .year {
  background: linear-gradient(110deg, #4fef86 0.28%, #11ba4a 94.66%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  stroke-width: 0;
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: none;
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside .stepper .step.completed .dot img {
  display: initial;
  position: absolute;
  left: 21px;
  bottom: -14px;
  z-index: 10;
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside .stepper .step.completed .name .inner-div {
  color: initial;
  text-shadow: none;
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside .stepper .step.step1 .name {
  background: url(/new-dashboard-assets/img/loi-stepper/step1.svg) no-repeat;
  background-size: cover;
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside .stepper .step.step1 .name .inner-div {
  background: url(/new-dashboard-assets/img/loi-stepper/step1.1.svg) no-repeat;
  background-size: cover;
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside .stepper .step.step1.active .rocket {
  visibility: visible;
  transform: translateY(-100px);
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside .stepper .step.step2 .name {
  background: url(/new-dashboard-assets/img/loi-stepper/step2.svg) no-repeat;
  background-size: cover;
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside .stepper .step.step2 .name .inner-div {
  background: url(/new-dashboard-assets/img/loi-stepper/step2.1.svg) no-repeat;
  background-size: cover;
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside .stepper .step.step2.active .rocket {
  visibility: visible;
  transform: translateY(-100px);
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside .stepper .step.step3 .name {
  background: url(/new-dashboard-assets/img/loi-stepper/step5.svg) no-repeat;
  background-size: cover;
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside .stepper .step.step3 .name .inner-div {
  background: url(/new-dashboard-assets/img/loi-stepper/step3.1.svg) no-repeat;
  background-size: cover;
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside .stepper .step.step3.active .rocket {
  visibility: visible;
  transform: translateY(-100px);
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside .stepper .step.step4 .name {
  background: url(/new-dashboard-assets/img/loi-stepper/step4.svg) no-repeat;
  background-size: cover;
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside .stepper .step.step4 .name .inner-div {
  background: url(/new-dashboard-assets/img/loi-stepper/step4.1.svg) no-repeat;
  background-size: cover;
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside .stepper .step.step4.active .rocket {
  visibility: visible;
  transform: translateY(-100px);
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside .stepper .step.step5 .name {
  background: url(/new-dashboard-assets/img/loi-stepper/step5.svg) no-repeat;
  background-size: cover;
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside .stepper .step.step5 .name .inner-div {
  background: url(/new-dashboard-assets/img/loi-stepper/step5.1.svg) no-repeat;
  background-size: cover;
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside .stepper .step.step5.active .rocket {
  visibility: visible;
  transform: translateY(-100px);
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside .stepper .step.step6 .name {
  background: url(/new-dashboard-assets/img/loi-stepper/step6.svg) no-repeat;
  background-size: cover;
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside .stepper .step.step6 .name .inner-div {
  background: url(/new-dashboard-assets/img/loi-stepper/step6.1.svg) no-repeat;
  background-size: cover;
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside .stepper .step.step6.active .rocket {
  visibility: visible;
  transform: translateY(-100px);
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside .stepper .step.step7 .name {
  background: url(/new-dashboard-assets/img/loi-stepper/step7.svg) no-repeat;
  background-size: cover;
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside .stepper .step.step7 .name .inner-div {
  background: url(/new-dashboard-assets/img/loi-stepper/step7.1.svg) no-repeat;
  background-size: cover;
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside .stepper .step.step7.active .rocket {
  visibility: visible;
  transform: translateY(-100px);
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside .stepper .step:last-child .dot::after {
  display: none;
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside .stepper .step:nth-child(7) .dot::after {
  display: none;
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside .stepper .step:nth-child(7).completed .rocket {
  display: none;
}
body .newlanding_page.careerpage .landing-content section.aboutpbp .row .imgside .stepper .step:nth-child(8) .dot::after {
  display: none;
}
body .newlanding_page.careerpage .landing-content section.meetleaders {
  background: #f0f6ff;
}
body .newlanding_page.careerpage .landing-content section.meetleaders .leader_slider.slick-slider .slick-slide {
  margin: 0 10px;
  transform: scale(0.95);
  height: auto;
}
@media (max-width: 768px) {
  body .newlanding_page.careerpage .landing-content section.meetleaders .leader_slider.slick-slider .slick-slide {
    height: 380px;
  }
  body .newlanding_page.careerpage .landing-content section.meetleaders .leader_slider.slick-slider .slick-slide .card {
    height: 100%;
  }
  body .newlanding_page.careerpage .landing-content section.meetleaders .leader_slider.slick-slider .slick-slide .card .card-body {
    height: 100%;
  }
  body .newlanding_page.careerpage .landing-content section.meetleaders .leader_slider.slick-slider .slick-slide .card .card-body img {
    opacity: 0.4;
  }
}
body .newlanding_page.careerpage .landing-content section.meetleaders .leader_slider.slick-slider .slick-slide.slick-current.slick-active.slick-center {
  transform: scale(1);
}
@media (max-width: 768px) {
  body .newlanding_page.careerpage .landing-content section.meetleaders .leader_slider.slick-slider .slick-slide.slick-current.slick-active.slick-center img {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  body .newlanding_page.careerpage .landing-content section.meetleaders .leader_slider.slick-slider .slick-slide {
    margin: 0 2px;
  }
}
body .newlanding_page.careerpage .landing-content section.meetleaders .card {
  border-radius: 16px;
}
body .newlanding_page.careerpage .landing-content section.meetleaders .card .card-body {
  padding: 0;
}
body .newlanding_page.careerpage .landing-content section.meetleaders .card .card-body img {
  width: 100%;
  border-radius: 16px;
}
body .newlanding_page.careerpage .landing-content section.meetleaders .card .card-body .caption {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
body .newlanding_page.careerpage .landing-content section.meetleaders .card .card-body .caption small {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
@media (max-width: 768px) {
  body .newlanding_page.careerpage .landing-content section.meetleaders .card {
    margin-bottom: 15px;
    float: left;
    width: 100%;
    clear: both;
  }
  body .newlanding_page.careerpage .landing-content section.meetleaders .card .card-body img {
    height: 100%;
  }
}
body .newlanding_page.careerpage .landing-content section.knowcompensation {
  background: #f0f6ff url(/new-dashboard-assets/img/bg-congrats.gif) no-repeat left top;
  background-size: 55%;
}
@media (max-width: 768px) {
  body .newlanding_page.careerpage .landing-content section.knowcompensation {
    background-position: center center;
    background-size: cover;
  }
}
body .newlanding_page.careerpage .landing-content section.knowcompensation .row {
  align-items: center;
}
@media (max-width: 768px) {
  body .newlanding_page.careerpage .landing-content section.knowcompensation .row .col-md-6 {
    text-align: center;
  }
  body .newlanding_page.careerpage .landing-content section.knowcompensation .row .col-md-6 img {
    margin: auto;
    width: 300px;
  }
}
body .newlanding_page.careerpage .landing-content section.knowcompensation .row .textsection {
  text-align: left;
}
@media (max-width: 768px) {
  body .newlanding_page.careerpage .landing-content section.knowcompensation .row .textsection {
    text-align: center;
  }
}
body .newlanding_page.careerpage .landing-content section.knowcompensation .row .textsection h2 {
  text-align: left;
  font-size: 1.5rem;
  line-height: inherit;
}
@media (max-width: 768px) {
  body .newlanding_page.careerpage .landing-content section.knowcompensation .row .textsection h2 {
    text-align: center;
    font-size: 1.2rem;
  }
}
@media (max-width: 500px) {
  body .newlanding_page.careerpage .landing-content section.knowcompensation .row .textsection h2 {
    margin: 15px 0;
    font-size: 1.2rem;
  }
}
body .newlanding_page.careerpage .landing-content section.knowcompensation .row .textsection small {
  display: block;
  color: #8b8b8b;
  margin-top: 20px;
  font-size: 12px;
}
@media (max-width: 500px) {
  body .newlanding_page.careerpage .landing-content section.knowcompensation .row .textsection small {
    font-size: 11px;
  }
}
body .newlanding_page.careerpage .landing-content section.knowcompensation .row .textsection .btn {
  padding: 10px 28px;
  box-shadow: 0px 2px 16.1px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 500px) {
  body .newlanding_page.careerpage .landing-content section.knowcompensation .row .textsection .btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}
body .newlanding_page.careerpage .landing-content section.takingbharat .row {
  align-items: center;
}
body .newlanding_page.careerpage .landing-content section.takingbharat .row h2 {
  text-align: left;
}
body .newlanding_page.careerpage .landing-content section.takingbharat .row .imgside {
  text-align: right;
}
body .newlanding_page.careerpage .landing-content section.takingbharat .row .imgside img {
  height: 550px;
}
@media (max-width: 768px) {
  body .newlanding_page.careerpage .landing-content section.takingbharat .row .imgside {
    text-align: center;
  }
  body .newlanding_page.careerpage .landing-content section.takingbharat .row .imgside img {
    height: 400px;
  }
}
@media (max-width: 480px) {
  body .newlanding_page.careerpage .landing-content section.takingbharat .row .imgside img {
    height: 300px;
  }
}
body .newlanding_page.careerpage .landing-content section.whypartner .col-md-3.mainbox {
  width: 20%;
}
@media (max-width: 980px) {
  body .newlanding_page.careerpage .landing-content section.whypartner .col-md-3.mainbox {
    width: 25%;
  }
}
@media (max-width: 768px) {
  body .newlanding_page.careerpage .landing-content section.whypartner .col-md-3.mainbox {
    width: 33.33%;
  }
}
@media (max-width: 500px) {
  body .newlanding_page.careerpage .landing-content section.whypartner .col-md-3.mainbox {
    width: 50%;
  }
}
body .newlanding_page.careerpage .landing-content section.whypartner .col-md-3.mainbox .card {
  background: rgb(238, 242, 249);
  background: linear-gradient(140deg, rgba(238, 242, 249, 0.75) 0%, rgba(205, 247, 245, 0.75) 35%, rgba(230, 229, 188, 0.75) 67%, rgba(249, 195, 222, 0.75) 100%);
  min-height: 180px;
  border-radius: 28px;
  border: 1px solid var(--White, #fff);
  box-shadow: 0px 2px 6.3px 0px rgba(0, 0, 0, 0.15);
  margin: 15px 0;
  position: relative;
}
@media (max-width: 500px) {
  body .newlanding_page.careerpage .landing-content section.whypartner .col-md-3.mainbox .card {
    min-height: 150px;
  }
}
body .newlanding_page.careerpage .landing-content section.whypartner .col-md-3.mainbox .card .card-body {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.36);
  backdrop-filter: blur(8px);
  padding: 10px;
  margin: 10px;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
body .newlanding_page.careerpage .landing-content section.whypartner .col-md-3.mainbox .card .card-body label {
  color: #000;
  font-weight: 500;
}
@media (max-width: 400px) {
  body .newlanding_page.careerpage .landing-content section.whypartner .col-md-3.mainbox .card .card-body label {
    font-size: 12px;
  }
}
body .newlanding_page.careerpage .landing-content section.whypartner .col-md-3.mainbox .card .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  overflow: hidden;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background: linear-gradient(180deg, #0054d1 0%, #00245a 100%);
  border-radius: 28px;
  border: 1px solid var(--White, #fff);
  box-shadow: 0px 2px 6.3px 0px rgba(0, 0, 0, 0.15);
  padding: 15px;
  color: #fff;
}
@media (max-width: 500px) {
  body .newlanding_page.careerpage .landing-content section.whypartner .col-md-3.mainbox .card .overlay {
    overflow-y: auto;
  }
}
body .newlanding_page.careerpage .landing-content section.whypartner .col-md-3.mainbox .card:hover {
  cursor: pointer;
}
body .newlanding_page.careerpage .landing-content section.whypartner .col-md-3.mainbox .card:hover .overlay {
  opacity: 1;
  height: 100%;
}
body .newlanding_page.careerpage .landing-content section.whypartner .col-md-3.mainbox .card:hover .overlay .text {
  line-height: inherit;
}
body .newlanding_page.careerpage .landing-content section.whypartner .col-md-3.mainbox .card:hover .overlay .text ul {
  padding-left: 12px;
  margin-top: 8px;
}
body .newlanding_page.careerpage .landing-content section.whypartner .col-md-3.mainbox .card:hover .overlay .text ul li {
  list-style: disc;
  font-size: 10px;
  color: lightblue;
  margin: 5px 0;
}
@media (max-width: 500px) {
  body .newlanding_page.careerpage .landing-content section.whypartner .col-md-3.mainbox .card:hover .overlay .text {
    font-size: 11px;
  }
}
body .newlanding_page.careerpage .landing-content section.whypartner .col-md-3.mainbox .flip-card {
  background-color: transparent;
  width: 100%;
  height: 180px;
  margin: 15px 0;
  position: relative;
}
body .newlanding_page.careerpage .landing-content section.whypartner .col-md-3.mainbox .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgb(238, 242, 249);
  background: linear-gradient(140deg, rgba(238, 242, 249, 0.35) 0%, rgba(205, 247, 245, 0.35) 35%, rgba(230, 229, 188, 0.35) 67%, rgba(249, 195, 222, 0.35) 100%);
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 28px;
  padding: 10px;
}
body .newlanding_page.careerpage .landing-content section.whypartner .col-md-3.mainbox .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
body .newlanding_page.careerpage .landing-content section.whypartner .col-md-3.mainbox .flip-card-front,
body .newlanding_page.careerpage .landing-content section.whypartner .col-md-3.mainbox .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body .newlanding_page.careerpage .landing-content section.whypartner .col-md-3.mainbox .flip-card-front {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.36);
  backdrop-filter: blur(8px);
  padding: 10px;
  margin: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  cursor: pointer;
}
body .newlanding_page.careerpage .landing-content section.whypartner .col-md-3.mainbox .flip-card-front label {
  color: #000;
  font-weight: 500;
}
body .newlanding_page.careerpage .landing-content section.whypartner .col-md-3.mainbox .flip-card-back {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #0054d1 0%, #00245a 100%);
  border-radius: 28px;
  padding: 15px;
  color: #fff;
  transform: rotateY(180deg);
  text-align: left;
}
body .newlanding_page.careerpage .landing-content section.whypartner .gptwImg-Banner {
  margin-top: 25px;
}
body .newlanding_page.careerpage .landing-content section.whypartner .gptwImg-Banner img {
  width: 100%;
}
body .newlanding_page.careerpage .landing-content section.fewfeather {
  background: #f0f6ff;
}
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
body .newlanding_page.careerpage .landing-content section.fewfeather .logos {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
body .newlanding_page.careerpage .landing-content section.fewfeather .logos:before, body .newlanding_page.careerpage .landing-content section.fewfeather .logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}
body .newlanding_page.careerpage .landing-content section.fewfeather .logos:before {
  left: 0;
}
body .newlanding_page.careerpage .landing-content section.fewfeather .logos:after {
  right: 0;
}
body .newlanding_page.careerpage .landing-content section.fewfeather .logos:hover .logos-slide {
  animation-play-state: paused;
}
body .newlanding_page.careerpage .landing-content section.fewfeather .logos .logos-slide {
  display: inline-block;
  animation: 35s slide infinite linear;
}
body .newlanding_page.careerpage .landing-content section.fewfeather .logos .logos-slide img {
  height: 280px;
  border-radius: 16px;
}
@media (max-width: 768px) {
  body .newlanding_page.careerpage .landing-content section.fewfeather .logos .logos-slide img {
    height: 200px;
  }
}
body .newlanding_page.careerpage .landing-content section.fewfeather .feathers.slick-slider .slick-slide {
  margin: 5px;
  height: auto;
}
body .newlanding_page.careerpage .landing-content section.newjobs {
  background: #f0f6ff;
}
body .newlanding_page.careerpage .landing-content section.newjobs .card {
  padding: 10px;
  border-radius: 22px;
  background: var(--White, #fff);
  box-shadow: 0px 10px 50px 0px rgba(139, 139, 139, 0.1);
}
@media (max-width: 768px) {
  body .newlanding_page.careerpage .landing-content section.newjobs .card {
    margin-bottom: 15px;
  }
}
body .newlanding_page.careerpage .landing-content section.newjobs .card .card-img-top {
  border-radius: 16px;
}
body .newlanding_page.careerpage .landing-content section.newjobs .card .card-body {
  padding: 1rem 0;
}
body .newlanding_page.careerpage .landing-content section.newjobs .card .card-body h5 {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .newlanding_page.careerpage .landing-content section.newjobs .card .card-body h5 span {
  color: rgba(0, 0, 0, 0.4);
  font-size: 11px;
}
body .newlanding_page.careerpage .landing-content section.newjobs .card .card-footer {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 5px 0;
}
body .newlanding_page.careerpage .landing-content section.newjobs .card .card-footer .btn {
  font-size: 13px;
  min-height: 33px;
  display: inline-flex;
  align-items: center;
  border: none;
}
body .newlanding_page.careerpage .landing-content section.newjobs .card .card-footer .btn.btn-primary.viewjobs {
  background: #bcd7ff;
  color: #000;
}
body .newlanding_page.careerpage .landing-content section.newjobs .card .card-footer .btn.btn-primary.viewjobs:hover, body .newlanding_page.careerpage .landing-content section.newjobs .card .card-footer .btn.btn-primary.viewjobs:focus {
  background: #0065ff;
  color: #fff;
}
@media (max-width: 768px) {
  body .newlanding_page.careerpage .landing-content section.newjobs .col-md-3.col-sm-6 {
    width: 50%;
  }
  body .newlanding_page.careerpage .landing-content section.newjobs .col-md-3.col-sm-6 .card .card-body h5 {
    font-size: 13px;
  }
}
body .newlanding_page.careerpage .landing-content section.emp-testimonial .testimonialContianer {
  background: rgb(238, 242, 249);
  background: linear-gradient(140deg, rgba(238, 242, 249, 0.75) 0%, rgba(205, 247, 245, 0.75) 35%, rgba(230, 229, 188, 0.75) 67%, rgba(249, 195, 222, 0.75) 100%);
  border-radius: 28px;
  border: 1px solid var(--White, #fff);
  box-shadow: 0px 2px 6.3px 0px rgba(0, 0, 0, 0.15);
  padding: 35px 25px;
}
body .newlanding_page.careerpage .landing-content section.emp-testimonial .testimonialContianer .slider .slick-slide {
  height: auto;
}
body .newlanding_page.careerpage .landing-content section.emp-testimonial .testimonialContianer .slider.slider-for .slick-list {
  width: 50%;
  margin: auto;
}
@media (max-width: 768px) {
  body .newlanding_page.careerpage .landing-content section.emp-testimonial .testimonialContianer .slider.slider-for .slick-list {
    width: 90%;
  }
}
body .newlanding_page.careerpage .landing-content section.emp-testimonial .testimonialContianer .slider.slider-for .slick-list .slick-slide {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
  margin: auto;
  padding: 1rem;
  min-height: 170px;
  margin-bottom: 15px;
}
body .newlanding_page.careerpage .landing-content section.emp-testimonial .testimonialContianer .slider.slider-for .slick-list .slick-slide .card.text {
  background: none;
  text-align: center;
}
body .newlanding_page.careerpage .landing-content section.emp-testimonial .testimonialContianer .slider.slider-for .slick-list .slick-slide .card.text .card-title {
  font-size: 16px;
  font-weight: 500;
}
body .newlanding_page.careerpage .landing-content section.emp-testimonial .testimonialContianer .slider.slider-for .slick-list .slick-slide .card.text p {
  margin: 0;
}
body .newlanding_page.careerpage .landing-content section.emp-testimonial .testimonialContianer .slider.slider-for .slick-prev,
body .newlanding_page.careerpage .landing-content section.emp-testimonial .testimonialContianer .slider.slider-for .slick-next {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 100px;
  width: 50px;
  height: 50px;
  padding: 0;
}
body .newlanding_page.careerpage .landing-content section.emp-testimonial .testimonialContianer .slider.slider-for .slick-prev:hover,
body .newlanding_page.careerpage .landing-content section.emp-testimonial .testimonialContianer .slider.slider-for .slick-next:hover {
  opacity: 1;
  background: #fff;
}
body .newlanding_page.careerpage .landing-content section.emp-testimonial .testimonialContianer .slider.slider-for .slick-prev:before,
body .newlanding_page.careerpage .landing-content section.emp-testimonial .testimonialContianer .slider.slider-for .slick-next:before {
  color: #000;
}
body .newlanding_page.careerpage .landing-content section.emp-testimonial .testimonialContianer .slider.slider-for .slick-prev {
  left: 100px;
}
@media (max-width: 768px) {
  body .newlanding_page.careerpage .landing-content section.emp-testimonial .testimonialContianer .slider.slider-for .slick-prev {
    left: 0px;
  }
}
body .newlanding_page.careerpage .landing-content section.emp-testimonial .testimonialContianer .slider.slider-for .slick-next {
  right: 100px;
}
@media (max-width: 768px) {
  body .newlanding_page.careerpage .landing-content section.emp-testimonial .testimonialContianer .slider.slider-for .slick-next {
    right: 0;
  }
}
body .newlanding_page.careerpage .landing-content section.emp-testimonial .testimonialContianer .slider.slider-nav {
  width: 400px;
  margin: auto;
}
@media (max-width: 768px) {
  body .newlanding_page.careerpage .landing-content section.emp-testimonial .testimonialContianer .slider.slider-nav {
    width: 100%;
  }
}
body .newlanding_page.careerpage .landing-content section.emp-testimonial .testimonialContianer .slider.slider-nav .slick-slide {
  margin-top: 20px;
}
body .newlanding_page.careerpage .landing-content section.emp-testimonial .testimonialContianer .slider.slider-nav .slick-slide .user {
  text-align: center;
  margin-top: 15px;
  opacity: 0;
}
body .newlanding_page.careerpage .landing-content section.emp-testimonial .testimonialContianer .slider.slider-nav .slick-slide .user .img img {
  width: 70px;
  transform: scale(1);
  border-radius: 100px;
  margin: auto;
}
body .newlanding_page.careerpage .landing-content section.emp-testimonial .testimonialContianer .slider.slider-nav .slick-slide .user h6 {
  font-size: 12px;
  margin: 5px 0 0 0;
  display: none;
}
body .newlanding_page.careerpage .landing-content section.emp-testimonial .testimonialContianer .slider.slider-nav .slick-slide .user h6 small {
  font-size: 11px;
  font-weight: normal;
  display: block;
  margin-top: 3px;
}
body .newlanding_page.careerpage .landing-content section.emp-testimonial .testimonialContianer .slider.slider-nav .slick-slide.slick-active .user {
  opacity: 1;
}
body .newlanding_page.careerpage .landing-content section.emp-testimonial .testimonialContianer .slider.slider-nav .slick-slide.slick-current.slick-active.slick-center {
  position: relative;
  z-index: 1;
}
body .newlanding_page.careerpage .landing-content section.emp-testimonial .testimonialContianer .slider.slider-nav .slick-slide.slick-current.slick-active.slick-center .user {
  opacity: 1;
}
body .newlanding_page.careerpage .landing-content section.emp-testimonial .testimonialContianer .slider.slider-nav .slick-slide.slick-current.slick-active.slick-center .user img {
  transform: scale(2);
  border: 3px solid #fff;
}
@media (max-width: 768px) {
  body .newlanding_page.careerpage .landing-content section.emp-testimonial .testimonialContianer .slider.slider-nav .slick-slide.slick-current.slick-active.slick-center .user img {
    transform: scale(1.5);
  }
}
body .newlanding_page.careerpage .landing-content section.emp-testimonial .testimonialContianer .slider.slider-nav .slick-slide.slick-current.slick-active.slick-center .user h6 {
  display: block;
  position: relative;
  width: 140px;
  margin-left: -25px;
  margin-top: 40px;
}
body .newlanding_page.careerpage .landing-content section.lifePB .marquee {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
body .newlanding_page.careerpage .landing-content section.lifePB .marquee:before, body .newlanding_page.careerpage .landing-content section.lifePB .marquee:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}
body .newlanding_page.careerpage .landing-content section.lifePB .marquee:before {
  left: 0;
}
body .newlanding_page.careerpage .landing-content section.lifePB .marquee:after {
  right: 0;
}
body .newlanding_page.careerpage .landing-content section.lifePB .marquee .images-slide {
  display: inline-block;
  animation: 80s slide infinite linear;
}
body .newlanding_page.careerpage .landing-content section.lifePB .marquee .images-slide img {
  width: 420px;
  height: 280px;
  border-radius: 10px;
}
body .newlanding_page.careerpage .landing-content section.lifePB .marquee:hover .images-slide {
  animation-play-state: paused;
}
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
body .newlanding_page.careerpage .landing-content section.lifePB .slider.lifepb_gallery .slick-slide {
  margin: 0px;
  height: auto;
  margin-top: 58px;
  padding-bottom: 58px;
  position: relative;
  z-index: 1;
}
body .newlanding_page.careerpage .landing-content section.lifePB .slider.lifepb_gallery .slick-slide img {
  width: 100%;
  border-radius: 22px;
  transform: scale(1);
  opacity: 0.3;
}
@media (max-width: 768px) {
  body .newlanding_page.careerpage .landing-content section.lifePB .slider.lifepb_gallery .slick-slide img {
    transform: scale(0.95);
  }
}
body .newlanding_page.careerpage .landing-content section.lifePB .slider.lifepb_gallery .slick-slide.slick-active {
  z-index: 2;
}
body .newlanding_page.careerpage .landing-content section.lifePB .slider.lifepb_gallery .slick-slide.slick-active img {
  transform: scale(1.2);
  opacity: 1;
}
@media (max-width: 768px) {
  body .newlanding_page.careerpage .landing-content section.lifePB .slider.lifepb_gallery .slick-slide.slick-active img {
    transform: scale(0.95);
  }
}
body .newlanding_page.careerpage .landing-content section.lifePB .slider.lifepb_gallery .slick-slide.slick-current.slick-active.slick-center {
  position: relative;
  z-index: 3;
}
body .newlanding_page.careerpage .landing-content section.lifePB .slider.lifepb_gallery .slick-slide.slick-current.slick-active.slick-center img {
  transform: scale(1.5);
}
@media (max-width: 768px) {
  body .newlanding_page.careerpage .landing-content section.lifePB .slider.lifepb_gallery .slick-slide.slick-current.slick-active.slick-center img {
    transform: scale(1.1);
  }
}
body .newlanding_page.careerpage .landing-content section.lifePB .slider.lifepb_gallery .slick-prev:before,
body .newlanding_page.careerpage .landing-content section.lifePB .slider.lifepb_gallery .slick-next:before {
  color: black;
}
body .newlanding_page.careerpage .landing-content section.listenwhatempsay {
  background: #f0f6ff;
}
@media (max-width: 768px) {
  body .newlanding_page.careerpage .landing-content section.listenwhatempsay {
    padding-bottom: 50px;
  }
}
body .newlanding_page.careerpage .landing-content section.listenwhatempsay .row {
  display: flex;
  align-items: center;
}
body .newlanding_page.careerpage .landing-content section.listenwhatempsay .row .caption .heading {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 35px;
  line-height: 48px;
  color: black;
}
@media (max-width: 768px) {
  body .newlanding_page.careerpage .landing-content section.listenwhatempsay .row .caption .heading {
    font-size: 18px;
    text-align: center;
    line-height: normal;
    margin-bottom: 25px;
  }
}
body .newlanding_page.careerpage .landing-content section.listenwhatempsay .row .caption .heading span {
  color: #0065ff;
}
body .newlanding_page.careerpage .landing-content section.listenwhatempsay .row .caption .btn.findjobs {
  padding: 0.5rem 1rem;
}
body .newlanding_page.careerpage .landing-content section.listenwhatempsay .row .caption .btn.findjobs i {
  margin-right: 3px;
}
body .newlanding_page.careerpage .landing-content section.listenwhatempsay .row iframe.video {
  border-radius: 10px;
}
body.career-body .getSupport-btn {
  display: none;
}
body.career-body .modal .modal-dialog .modal-content .modal-header h5.modal-title {
  color: #003c95;
  font-size: 1.2rem;
  font-weight: 600;
}
body.career-body .modal .modal-dialog .modal-content .btn {
  font-size: 13px;
  min-height: 33px;
}
body.career-body .modal#CBONotes_Modal .modal-dialog .modal-content .modal-body p strong {
  color: #333;
}
body.career-body .modal.viewJobs_Modal .modal-dialog .modal-content .modal-body ul.list-group li.list-group-item {
  padding: 0.75rem 0;
  align-items: center;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
}
body.career-body .modal.viewJobs_Modal .modal-dialog .modal-content .modal-body ul.list-group li.list-group-item:first-child {
  padding-top: 0;
}
body.career-body .modal.viewJobs_Modal .modal-dialog .modal-content .modal-body ul.list-group li.list-group-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
body.career-body .modal.viewJobs_Modal .modal-dialog .modal-content .modal-body ul.list-group li.list-group-item .fw-bold {
  color: black;
}
body.career-body .modal.viewJobs_Modal .modal-dialog .modal-content .modal-body ul.list-group li.list-group-item .btn-group .btn {
  border-radius: 0.25rem;
  margin-left: 5px;
  font-size: 12px;
  min-height: 30px;
  white-space: nowrap;
}
body.career-body .modal.viewJobs_Modal .modal-dialog .modal-content .modal-body ul.list-group li.list-group-item .btn-group .btn:first-child {
  margin-left: 0;
}
body.career-body .modal.viewJobs_Modal .modal-dialog .modal-content .modal-body ul.list-group li.list-group-item .btn.applynow {
  background: #bcd7ff;
  color: #000;
  border-color: #bcd7ff;
}
body.career-body .modal.viewJobs_Modal .modal-dialog .modal-content .modal-body ul.list-group li.list-group-item .btn.applynow:hover, body.career-body .modal.viewJobs_Modal .modal-dialog .modal-content .modal-body ul.list-group li.list-group-item .btn.applynow:focus {
  background: #0065ff;
  color: #fff;
  border-color: #0065ff;
}
body.career-body .modal#jobsdes_Modal .modal-dialog .modal-content .modal-body .jobdes .detail {
  margin-bottom: 15px;
}
body.career-body .modal#jobsdes_Modal .modal-dialog .modal-content .modal-body .jobdes .detail label {
  font-weight: 500;
  color: black;
}
body.career-body .modal#jobsdes_Modal .modal-dialog .modal-content .modal-footer {
  padding: 0;
  border: none;
}
body.career-body .modal#jobsdes_Modal .modal-dialog .modal-content .modal-footer .btn {
  margin: 0;
  border-radius: 0 0 0.25rem 0.25rem;
  font-size: 14px;
  min-height: auto;
  padding: 0.65rem 0.75rem;
}
body.career-body.loi-body {
  padding-top: 0;
}
body .marketingmenu-shadow {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  transition: all 0.2s;
}
body .marketingmenu-shadow.show {
  display: block;
}
body footer {
  text-align: center;
  background: #f6f6f6;
  color: #394968;
  border-top: none;
  padding: 15px;
}
body footer br {
  display: none;
}
@media screen and (max-width: 768px) {
  body footer br {
    display: inherit;
  }
}
body footer .footer-menu {
  text-align: left;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 25px;
  padding-bottom: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  body footer .footer-menu {
    margin-bottom: 0px;
  }
  body footer .footer-menu .col-lg-3 {
    width: 100%;
    margin-bottom: 2px;
  }
  body footer .footer-menu .col-lg-3 .list-group .accordion-collapse {
    padding: 0 16px 0 32px;
  }
  body footer .footer-menu .col-lg-3 .list-group .accordion-collapse .list-group-item {
    list-style-type: disc;
    display: list-item;
  }
  body footer .footer-menu .col-lg-3 .list-group .accordion-toggle h6,
  body footer .footer-menu .col-lg-3 .list-group .accordion-toggle[aria-expanded=false] h6 {
    font-size: 13px;
    position: relative;
    background: #edf2ff;
    padding: 12px 16px;
    border-radius: 0.25rem;
    margin: 0;
  }
  body footer .footer-menu .col-lg-3 .list-group .accordion-toggle h6::after,
  body footer .footer-menu .col-lg-3 .list-group .accordion-toggle[aria-expanded=false] h6::after {
    font: normal normal normal 12px/1.5 FontAwesome;
    position: absolute;
    right: 16px;
    content: "\f067";
  }
  body footer .footer-menu .col-lg-3 .list-group .accordion-toggle[aria-expanded=true] h6::after {
    content: "\f068";
  }
}
body footer .footer-menu .list-group h6 {
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
}
body footer .footer-menu .list-group .list-group-item {
  background: none;
  border: none;
  padding: 0.35rem 0rem;
  color: #6b6968;
  position: relative;
  font-size: 12.5px;
}
body footer .footer-menu .list-group .accordion-collapse {
  border: none;
}
body footer .socialicon {
  margin-bottom: 8px;
}
body footer .socialicon p {
  margin-bottom: 3px;
  font-weight: 500;
  color: #888;
}
body footer .socialicon ul {
  display: inline-flex;
}
body footer .socialicon ul li {
  margin: 0 3px;
}
body footer .socialicon ul li a {
  border: 1px solid #ccc;
  color: #333;
  border-radius: 100px;
  width: 30px;
  display: inline-flex;
  align-items: center;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
}
body footer .socialicon ul li a i.fa {
  margin: auto;
}
body footer .socialicon ul li a:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
  text-decoration: none;
}
body footer .copyright {
  margin-bottom: 10px;
  margin-top: 2px;
}
body footer .licenceText {
  margin-bottom: 0;
}
body footer .licenceText br {
  display: inline-block;
}
body footer span.emailtext {
  color: #fec107;
  border-left: 1px solid #fff;
  padding-left: 5px;
  margin-left: 3px;
}
body footer a {
  text-decoration: none;
}
body footer a:hover {
  text-decoration: underline;
}
body footer.mobile {
  text-align: center;
  display: none;
  background: #fff;
  padding: 0;
}
body footer.mobile .pbpartnersText {
  text-align: left;
  margin-bottom: 10px;
}
body footer.mobile ul.header {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
body footer.mobile ul.header li:first-child {
  width: 100%;
  font-size: 12px;
  text-align: left;
  padding: 0 5px 0 12px;
}
body footer.mobile ul.header li strong {
  font-weight: normal;
}
body footer.mobile ul.header li .btn {
  padding: 0 25px 0 10px;
  position: relative;
  font-size: 12px;
  background: #f5f7fb;
  color: #4b80fd;
  border: none;
  border-radius: 0;
  height: 44px;
  line-height: 44px;
  white-space: nowrap;
}
body footer.mobile ul.header li .btn:hover {
  text-decoration: none;
}
body footer.mobile ul.header li .btn:focus {
  box-shadow: none;
}
body footer.mobile ul.header li .btn::after {
  position: absolute;
  content: "\f107";
  right: 10px;
  font: normal normal normal 14px/1 FontAwesome;
  top: 14px;
}
body footer.mobile ul.header li .btn[aria-expanded=true]::after {
  content: "\f106";
  top: 14px;
}
body footer.mobile ul.header li .copyright {
  margin: 0;
}
@media screen and (max-width: 768px) {
  body footer.mobile .collapse {
    max-height: 428px;
    overflow-y: auto;
  }
}
body footer.mobile .collapse .card {
  border-color: #fff;
  border-radius: 0;
  box-shadow: none;
}
body footer.mobile .tollfree {
  position: relative;
  display: flex;
  align-items: center;
  float: left;
  justify-content: start;
  text-align: left;
  margin: 5px 0;
}
body footer.mobile .tollfree:first-child {
  margin-top: 0;
}
body footer.mobile .tollfree img {
  margin-right: 10px;
  height: 33px;
}
body footer.mobile .tollfree .h5 {
  font-size: 18px;
  font-weight: 500;
  color: #4b80fd;
  margin: 0;
}
body footer.mobile .tollfree .h5 small {
  display: block;
  font-weight: normal;
  font-size: 12px;
  color: #9ba1ac;
  margin-top: 2px;
}
body footer.mobile .licenceText {
  text-align: left;
  float: left;
  margin-top: 15px;
  line-height: 22px;
}
body footer.mobile .btn-outline-primary {
  color: #138eff;
  background-color: transparent;
  background-image: none;
  border-color: #138eff;
}
body footer.mobile .btn-outline-primary:hover {
  color: #fff;
  background-color: #138eff;
  border-color: #138eff;
}
body footer.mobile .btn-outline-primary.focus,
body footer.mobile .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.5);
}
body footer.mobile .btn-outline-primary.disabled,
body footer.mobile .btn-outline-primary:disabled {
  color: #138eff;
  background-color: transparent;
}
body footer.mobile .btn-outline-primary:not([disabled]):not(.disabled).active,
body footer.mobile .btn-outline-primary:not([disabled]):not(.disabled):active,
body footer.mobile .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #138eff;
  border-color: #138eff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.5);
}
@media screen and (max-width: 768px) {
  body footer.desktop {
    display: none;
  }
  body footer.mobile {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0px 0px 10px #ddd;
    z-index: 2;
    font-size: 12px;
  }
  body footer.mobile .tollfree .h5 {
    font-size: 14px;
  }
  body footer.mobile .licenceText {
    line-height: inherit;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  body footer.mobile .licenceText {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  body footer.mobile .socialicon {
    margin-top: 8px;
    margin-bottom: 0;
    text-align: left;
  }
}
body .getSupport-btn {
  position: fixed;
  z-index: 155;
  top: 0;
  height: 100vh;
  transition: all 0.2s;
  box-shadow: -0.46875rem 0 2.1875rem rgba(4, 9, 20, 0.03), -0.9375rem 0 1.40625rem rgba(4, 9, 20, 0.03), -0.25rem 0 0.53125rem rgba(4, 9, 20, 0.05), -0.125rem 0 0.1875rem rgba(4, 9, 20, 0.03);
  right: 0;
}
body .getSupport-btn .button {
  border-radius: 50px;
  position: absolute;
  left: -100px;
  bottom: 80px;
  padding: 0;
  height: 54px;
  line-height: 54px;
  width: 54px;
  text-align: center;
  display: block;
  box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
  margin-top: -27px;
  cursor: pointer;
  transition: color 0.15s, background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
  color: #212529;
  background: #f7b924 url(/images/icons-whyus.svg) top -410px center no-repeat;
  border-color: #f7b924;
  font-size: 0.8rem;
  font-weight: 500;
  border: none;
}
body .getSupport-btn .button img {
  width: 30px;
}
body #getSupport_Modal .modal-dialog {
  max-width: 420px;
}
body #getSupport_Modal .modal-body {
  padding: 30px;
}
body #getSupport_Modal .modal-body .carousel {
  height: auto;
  padding: 0;
}
body #getSupport_Modal .modal-body .carousel .card.form {
  border: none;
  background: transparent;
  padding: 0;
  position: relative;
  margin: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
  box-shadow: none;
  top: inherit;
  right: inherit;
}
body #getSupport_Modal .modal-body .carousel .card.form .form-floating > .form-control:not(:placeholder-shown) {
  border-color: #4b80fd;
}
body #getSupport_Modal .modal-body .carousel .card.form .form-floating > label {
  left: 0.75rem;
}
body #getSupport_Modal .modal-body .carousel .card.form .form-floating.has-error > .form-control:not(:placeholder-shown) {
  border-color: red;
}
body #getSupport_Modal .modal-body .carousel .card.form .form-floating.has-error > .form-control:not(:placeholder-shown) ~ label {
  color: red;
}
body #getSupport_Modal .modal-body .carousel .card.form .form-floating > .form-control, body #getSupport_Modal .modal-body .carousel .card.form .form-floating > .form-select {
  height: 50px;
  padding: 1rem 0.75rem;
}
body #getSupport_Modal .modal-body .carousel .card.form .form-floating > .form-control:focus ~ label, body #getSupport_Modal .modal-body .carousel .card.form .form-floating > .form-control:not(:placeholder-shown) ~ label, body #getSupport_Modal .modal-body .carousel .card.form .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.7rem) translateX(0.25rem);
  height: auto;
  background: #fff;
  padding: 0 10px;
  opacity: 1;
  color: #4b80fd;
}
body #getSupport_Modal .modal-body .carousel .card.form .form-group.error .errorMessage {
  position: relative;
}
body #getSupport_Modal .modal-body .carousel .card.form .form-group:last-child {
  margin-bottom: 0;
}
body #getSupport_Modal .modal-body .carousel .card.form .has-error input {
  border-color: red;
}
body #getSupport_Modal .modal-footer {
  padding: 0.75rem 30px;
}
body #getSupport_Modal .modal-footer .btn {
  height: 40px;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 500;
}
body .alert {
  text-align: left;
  background: #fff;
  box-shadow: 0px 0px 5px #ddd;
  border: none;
  padding-left: 50px !important;
  position: relative;
  z-index: 1;
  right: 0;
  left: 0;
  top: 0px;
  padding: 13px 30px 13px 15px;
  border-radius: 0.75rem;
  margin-bottom: 15px;
  font-weight: normal;
}
body .alert strong {
  font-weight: normal;
}
body .alert:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font: normal normal normal 20px/1.4 FontAwesome;
  background: rgb(238, 238, 238);
  left: 10px;
  border-radius: 100px;
  border: 1px solid transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}
body .alert.alert-danger {
  color: #fa4943;
}
body .alert.alert-danger::before {
  background: #f5696c;
  background: -moz-linear-gradient(top, #f5696c 0%, #ee3e31 100%);
  background: -webkit-linear-gradient(top, #f5696c 0%, #ee3e31 100%);
  background: linear-gradient(to bottom, #f5696c 0%, #ee3e31 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5696c", endColorstr="#ee3e31", GradientType=0);
  border-color: #ee3e31;
  content: "\f057";
}
body .alert.alert-success {
  color: #10d59f;
}
body .alert.alert-success::before {
  background: #41de85;
  background: -moz-linear-gradient(top, #41de85 0%, #0ed4a1 100%);
  background: -webkit-linear-gradient(top, #41de85 0%, #0ed4a1 100%);
  background: linear-gradient(to bottom, #41de85 0%, #0ed4a1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#41de85", endColorstr="#0ed4a1", GradientType=0);
  border-color: #0ed4a1;
  content: "\f058";
}
body .alert.alert-warning {
  color: #f69c2c;
}
body .alert.alert-warning::before {
  background: #f7bc6e;
  background: -moz-linear-gradient(top, #f7bc6e 0%, #ee9e23 100%);
  background: -webkit-linear-gradient(top, #f7bc6e 0%, #ee9e23 100%);
  background: linear-gradient(to bottom, #f7bc6e 0%, #ee9e23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7bc6e", endColorstr="#ee9e23", GradientType=0);
  border-color: #ee9e23;
  content: "\f05a";
}
body .alert .close {
  color: #717171;
  background: none;
  border: none;
  font-size: 20px;
  position: absolute;
  right: 5px;
  text-decoration: none;
  opacity: inherit;
  padding: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  float: right;
}
body #scrollTop {
  display: none;
  border-radius: 50px;
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 99;
  padding: 0;
  height: 54px;
  line-height: 54px;
  width: 54px;
  text-align: center;
  color: #212529;
  background-color: #f7b924;
  border-color: #f7b924;
  font-size: 0.8rem;
  font-weight: 500;
  border: none;
  box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
  cursor: pointer;
  transition: color 0.15s, background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
}
body #scrollTop img {
  width: 24px;
}
body #scrollTop:hover {
  background-color: #f9b30c;
}

.datepicker.datepicker-dropdown {
  z-index: 1100 !important;
}
.datepicker .datepicker-days {
  padding: 10px;
}
.datepicker .datepicker-days table.table-condensed {
  font-size: 13px;
}
.datepicker .datepicker-days table.table-condensed tbody tr td {
  height: 24px;
}

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
  color: #4b80fd;
  font-size: 13px;
}

.datepicker .datepicker-months table tr td span,
.datepicker .datepicker-years table tr td span {
  font-size: 13px;
  height: 40px;
  line-height: 40px;
}

.certifiedinfo {
  clear: both;
  margin-top: 20px;
  text-align: center;
}
.certifiedinfo .certifiedText {
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  height: 26px;
  color: rgba(37, 56, 88, 0.8901960784);
  font-size: 12px;
  line-height: 16px;
  background: transparent linear-gradient(270deg, #eef4ff 0%, #f3f7ff 58%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
  padding: 0 12px;
  margin-bottom: 0;
}
.certifiedinfo .certifiedText img {
  margin-right: 7px;
  margin-top: 1px;
  max-width: 28px;
  width: 23px;
  height: 20.5px;
}
.certifiedinfo .ret_whatsapp {
  display: inline-flex;
  padding-top: 0;
  justify-content: center;
  flex-direction: column;
  font-size: 11px;
}
.certifiedinfo .ret_whatsapp .ret_whatsapp_iocn {
  background: url(https://static.pbcdn.in/term-cdn/images/images/whatsapp.svg) no-repeat;
  height: 16px;
  width: 22px;
  background-size: 12px;
  background-position: 6px;
}
.certifiedinfo .ret_whatsapp .whatsappdiv {
  display: inline-flex;
  align-items: center;
  margin: auto;
  cursor: pointer;
}
.certifiedinfo .ret_whatsapp .whatsappdiv .form-check.form-switch {
  min-height: auto;
  margin: 0;
  padding-left: 0;
  padding-right: 2.5em;
  position: relative;
  cursor: pointer;
}
.certifiedinfo .ret_whatsapp .whatsappdiv .form-check.form-switch input {
  position: absolute;
  right: 0;
  margin: 0.25em 0 0 0;
}
.certifiedinfo .ret_whatsapp .whatsappdiv .form-check.form-switch label.form-check-label {
  cursor: pointer;
}
.certifiedinfo .termCondition {
  margin-top: 2px;
  margin-bottom: 0;
}
