@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100&display=swap");
body {
  -webkit-font-smoothing: antialiased;
  font-family: "Poppins", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: 300;
}
h1 {
  font-size: 37px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 20px;
}
p,
li,
blockquote,
label {
  font-size: 16px;
  letter-spacing: 0;
  color: #000;
}
cite {
  font-size: 14px;
  font-style: normal;
}
.lora {
  font-style: italic;
}
.form-control::-webkit-input-placeholder {
  color: #808080;
  line-height: 25px;
  font-size: 16px;
}
ul.app-badge {
  margin-bottom: 60px;
}
ul.app-badge li a img {
  width: 150px;
  height: auto;
}
@media (max-width: 400px) {
  ul.app-badge li {
    margin-bottom: 10px;
  }
}
ul.post-tag {
  margin-bottom: 20px;
}
ul.post-tag li {
  font-size: 14px;
}
ul.post-tag li img {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  margin-right: 5px;
}
ul.post-tag li a {
  font-size: 14px;
}
ul.post-tag li:last-child {
  margin-left: 25px;
}
ul.social-links {
  margin-bottom: 0;
}
ul.social-links li:first-child a {
  padding-left: 0;
}
ul.social-links li a {
  padding: 0 15px;
  display: block;
}
ul.social-links li a i {
  font-size: 20px;
  color: #000;
}
body {
  overflow-x: hidden;
}
.shadow,
.coming-soon .block .count-down .syotimer-cell,
.user-login .block .image img,
.privacy .block,
.job-list .block,
.team-sm .image img,
.founder img,
.service .service-box {
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.08);
}
.overlay:before {
  content: "";
  background: rgba(105, 140, 230, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
a:focus,
a:hover {
  color: #2e7eed;
  text-decoration: none;
}
.bg-gray {
  background: #fafafa;
}
.bg-blue {
  background: #2e7eed;
}
.bg-1 {
  background: url(../images/background/promo-video-back.jpg) fixed no-repeat;
  background-size: cover;
}
.bg-coming-soon {
  background: url(../images/background/comming-soon.jpg) fixed no-repeat;
  background-size: cover;
  background-position: bottom;
}
.section {
  padding: 100px 0;
}
.section-title {
  text-align: center;
  margin-bottom: 80px;
}
.section-title h2 {
  font-size: 35px;
  margin-bottom: 13px;
}
.section-title p {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .section-title p {
    width: 100%;
  }
}
.page-title {
  text-align: center;
}
.video {
  position: relative;
}
.video:before {
  border-radius: 3px;
}
.video img {
  width: 100%;
  border-radius: 8px;
}
.video .video-button {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.video .video-box a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video .video-box a i {
  height: 125px;
  width: 125px;
  font-size: 40px;
  background: #2e7eed;
  border-radius: 100%;
  color: #fff;
  line-height: 125px;
  text-align: center;
}
@media (max-width: 992px) {
  .video .video-box a i {
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 22px;
  }
}
.video .video-box a iframe {
  width: 100%;
  height: 100%;
}
.form-control.main {
  background: #fff;
  padding: 15px 20px;
  height: 48px;
  margin-bottom: 20px;
  border: 1px solid #cccccc;
  font-size: 14px;
}
.form-control.main:focus {
  border: 1px solid #2e7eed;
  box-shadow: none;
}
textarea.form-control.main {
  height: initial;
}
.form-control::-webkit-input-placeholder {
  color: #808080;
  font-size: 14px;
}
.left {
  overflow: hidden;
}
.left img {
  margin-left: -40px;
}
@media (max-width: 768px) {
  .left img {
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.right {
  overflow: hidden;
}
.right img {
  margin-left: 40px;
}
@media (max-width: 768px) {
  .right img {
    margin-left: 0;
  }
}
.hide-overflow,
.service {
  overflow: hidden;
}
.nav-up {
  top: -70px;
}
button:focus,
.slick-slide:focus {
  outline: 0;
}
.btn-download {
  padding: 20px 35px;
  font-size: 14px;
  background: #fff;
  color: #2e7eed;
}
.btn-download span {
  margin-left: 5px;
  font-size: 20px;
}
.btn-main {
  padding: 25px 45px;
  border-radius: 3px;
  background: #2e7eed;
  color: #fff;
  outline: none;
}
.btn-main:hover {
  color: #fff;
}
.btn-main:focus {
  color: #fff;
  box-shadow: none;
}
.btn-main-md {
  padding: 15px 30px;
  border-radius: 5px;
  background: #00b67a;
  color: #fff;
  outline: none;
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  display: inline-block;
}
.btn-main-md:hover {
  color: #fff;
}
.btn-main-md:focus {
  color: #fff;
  box-shadow: none;
}
.btn-main-sm {
  padding: 15px 35px;
  border-radius: 3px;
  background: #2e7eed;
  color: #fff;
  outline: none;
  font-size: 14px;
}
.btn-main-sm:hover {
  color: #fff;
}
.btn-main-sm:focus {
  color: #fff;
  box-shadow: none;
}
.btn-white {
  background: white;
  color: #2e7eed;
}
.btn-rounded-icon {
  border-radius: 100px;
  color: #fff;
  border: 1px solid #fff;
  padding: 13px 50px;
}
.logo {
  height: 50px;
  margin-top: 12px;
}
.logo-footer {
  height: 60px;
  margin-top: 0px;
}
.main-nav {
  background: #f6f6f6;
  z-index: 1;
}
.main-nav .navbar-brand {
  padding: 0;
}
.main-nav .navbar-nav .nav-item {
  position: relative;
}
.main-nav .navbar-nav .nav-item .nav-link {
  position: relative;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #000;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 45px;
}
@media (max-width: 992px) {
  .main-nav .navbar-nav .nav-item .nav-link {
    line-height: 25px;
  }
}
.main-nav .navbar-nav .nav-item .nav-link span i {
  font-size: 11px;
}
.main-nav .navbar-nav .nav-item.active .nav-link {
  color: #00b67a;
}
.main-nav .navbar-nav .nav-item.active .nav-link:before {
  content: "";
  background: #00b67a;
  width: 60%;
  height: 2px;
  position: absolute;
  bottom: 19px;
  left: 20%;
}
@media (max-width: 992px) {
  .main-nav .navbar-nav .nav-item.active .nav-link:before {
    display: none;
  }
}
.main-nav .dropdown {
  position: relative;
}
.main-nav .dropdown .open > a,
.main-nav .dropdown .open > a:focus,
.main-nav .dropdown .open > a:hover {
  background: transparent;
}
.main-nav .dropdown.full-width .dropdown-menu {
  left: 0 !important;
  right: 0 !important;
}
@media (max-width: 992px) {
  .main-nav .dropdown {
    transform: none;
    left: auto;
    position: relative;
    text-align: center;
  }
}
.main-nav .dropdown .dropdown-menu {
  border-radius: 0;
  padding: 0;
  border: 0;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  display: none;
  margin-top: 0;
}
.main-nav .dropdown .dropdown-menu.show {
  display: block;
}
@media (max-width: 992px) {
  .main-nav .dropdown .dropdown-menu {
    text-align: center;
    float: left !important;
    width: 100%;
    margin: 0;
  }
}
.main-nav .dropdown .dropdown-menu .dropdown-item {
  font-size: 13px;
  padding: 3px 22px;
  transition: 0.3s ease;
}
.main-nav .dropdown .dropdown-menu .dropdown-item.active,
.main-nav .dropdown .dropdown-menu .dropdown-item.focus,
.main-nav .dropdown .dropdown-menu .dropdown-item:focus,
.main-nav .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #2e7eed;
}
.main-nav .dropdown .dropdown-menu li:first-child {
  margin-top: 10px;
}
.main-nav .dropdown .dropdown-menu li:last-child {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .main-nav .dropdown .dropdown-menu {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: visibility 0.2s, opacity 0.2s,
      transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
  }
  .main-nav .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    color: #777;
    transform: translateY(0px);
  }
}
.dropdown-submenu.active > a,
.dropdown-submenu:hover > a {
  color: #2e7eed;
}
.dropleft .dropdown-menu,
.dropright .dropdown-menu {
  margin: 0;
}
.dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before,
.dropright .dropdown-toggle::after {
  font-weight: bold;
  font-family: "themify";
  border: 0;
  font-size: 8px;
  vertical-align: 1px;
}
.dropleft .dropdown-toggle::before {
  content: "\e64a";
  margin-right: 5px;
}
.dropright .dropdown-toggle::after {
  content: "\e649";
  margin-left: 5px;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  outline: none;
}
.footer-main {
  padding: 26px 0;
  background: #383b43;
}
@media (max-width: 768px) {
  .footer-main {
    padding: 50px 0;
  }
}
.footer-main .block img {
  margin-bottom: 20px;
}
.footer-main .block img #small-Apps {
  fill: red;
}
.footer-main .block ul.social-icon li a i {
  text-decoration: none;
  display: block;
  color: #afb1b4;
  text-align: center;
  line-height: 38px;
  font-size: 50px;
}
@media (max-width: 768px) {
  .footer-main .block {
    margin-bottom: 40px;
  }
}
.footer-main .block-2 h6 {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  margin-bottom: 25px;
}
.footer-main .block-2 ul {
  padding: 0;
}
.footer-main .block-2 ul li {
  display: inline-flex;
  margin: 0 20px;
  list-style: none;
}
.footer-main .block-2 ul li a {
  font-size: 14px;
  color: #afb1b4;
  transition: 0.2s ease;
  line-height: 20px;
  display: block;
}
.footer-main .block-2 ul li a:hover {
  color: #fff;
}
.footer-classic {
  background: #fafafa;
  text-align: center;
  padding: 110px 0;
}
.footer-classic ul.social-icons {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .footer-classic ul.social-icons li {
    margin-bottom: 10px;
  }
}
.footer-classic ul.social-icons li a {
  padding: 0 20px;
  display: block;
}
.footer-classic ul.social-icons li a i {
  font-size: 25px;
  color: #000;
}
.footer-classic ul.footer-links li a {
  padding: 0 10px;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
}
.scroll-top-to {
  position: fixed;
  right: 20px;
  bottom: 50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #2e7eed;
  color: #fff;
  transition: 0.3s;
  z-index: 999556;
  cursor: pointer;
  display: none;
}
.scroll-top-to:hover {
  background: #333;
}
@media (max-width: 768px) {
  .scroll-top-to {
    bottom: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.call-to-action-app {
  text-align: center;
}
.call-to-action-app h2,
.call-to-action-app p,
.call-to-action-app a {
  color: #fff !important;
}
.call-to-action-app p {
  margin-bottom: 60px;
}
.call-to-action-app ul li {
  margin: 10px;
}
@media (max-width: 480px) {
  .call-to-action-app ul li {
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.call-to-action-app ul li:first-child {
  margin-left: 0;
}
.call-to-action-app ul li a i {
  font-size: 20px;
  margin-right: 5px;
}
.cta-hire {
  background: #fafafa;
}
.cta-hire p {
  width: 65%;
  margin: 0 auto;
}
.cta-hire h2,
.cta-hire p {
  margin-bottom: 20px;
}
.cta-community {
  margin-bottom: 50px;
  padding: 40px 100px;
}
@media (max-width: 992px) {
  .cta-community {
    padding: 40px;
  }
}
.jd-modal .modal-content {
  padding: 25px;
  text-align: left;
  background: #fafafa;
}
.jd-modal .modal-content .modal-header .modal-title {
  color: #000;
}
.jd-modal .modal-content .modal-body .block-2 {
  display: flex;
  margin-bottom: 70px;
}
.jd-modal .modal-content .modal-body .block-2 .title {
  width: 30%;
}
.jd-modal .modal-content .modal-body .block-2 .title p {
  color: #000;
}
.jd-modal .modal-content .modal-body .block-2 .details {
  width: 70%;
}
.jd-modal .modal-content .modal-body .block-2 .details ul {
  padding-left: 0;
  margin: 0;
}
.jd-modal .modal-content .modal-body .block-2 .details ul li {
  list-style: none;
  margin-bottom: 5px;
}
.jd-modal .modal-content .modal-body .block-2 .details ul li span {
  padding-right: 5px;
  color: #000;
}
.jd-modal .modal-content .modal-body .form-title {
  margin-bottom: 30px;
}
.banner {
  padding: 100px 0;
}
.banner .block h1 {
  margin-bottom: 13px;
}
.banner .block p {
  font-size: 20px;
  margin-bottom: 30px;
}
.banner .block .video {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .banner .block .video {
    width: 100%;
  }
}
.banner .block ul.clients-logo {
  margin-top: 30px;
}
.banner .block ul.clients-logo li {
  margin-left: 30px;
}
@media (max-width: 480px) {
  .banner .block ul.clients-logo li {
    margin-bottom: 20px;
  }
}
.banner .block ul.clients-logo li:first-child {
  margin-left: 0;
}
.slider {
  padding: 180px 0 300px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.slider .block {
  position: relative;
}
.slider .block h1,
.slider .block h3 {
  color: #fff;
}
.slider .block .download {
  margin-top: 20px;
}
.slider .block .image-content {
  text-align: center;
}
.slider .block .image-content img {
  margin-top: 100px;
  margin-bottom: -200px;
}
.slider:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 290px solid #fff;
  border-left: 2000px solid transparent;
  width: 0;
}
.services .service-block {
  background: #fff;
  padding: 30px 40px;
  margin-bottom: 30px;
  border-radius: 5px;
}
.services .service-block:last-child {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .services .service-block:last-child {
    margin-bottom: 30px;
  }
}
.services .service-block h3 {
  line-height: 30px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
}
.services .service-block i {
  font-size: 30px;
  color: #2e7eed;
  margin-bottom: 15px;
  display: inline-block;
}
.services .service-block p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}
.services .app-preview {
  display: flex;
  justify-content: center !important;
}
.services .app-preview img {
  height: 500px;
  width: auto;
}
@media (max-width: 992px) {
  .services .col-lg-4.m-auto {
    display: none;
  }
}
@media (max-width: 768px) {
  .service .service-thumb {
    width: 80%;
    margin: 0 auto;
  }
}
.service .service-box {
  padding: 12px;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 768px) {
  .service .service-box {
    width: 80%;
    margin: 0 auto;
  }
}
.service .service-box .service-item {
  text-align: left;
  padding: 12px;
  margin: 20px 0;
  background: #fff;
  border-radius: 0px 35px 0px 0;
}
.service .service-box .service-item p {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: bold !important;
}
.profile_dt {
  display: flex;
  justify-content: flex-start;
}
.profile_dt .dp {
  width: 50px;
  height: 50px;
}
.country_name {
  font-size: 11px;
}
.profile_dt p {
  display: block;
  margin-left: 5px;
  margin-top: 5px;
}
.service .service-box .service-item p.lightText {
  color: #6a6a6a;
  font-weight: normal !important;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  margin-top: 8px;
}
.post_text {
  color: #000;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  margin-top: -3px;
  display: block;
}
.feature .feature-content h2,
.feature .feature-content p {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .feature .feature-content h2,
  .feature .feature-content p {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .feature .testimonial {
    text-align: center;
  }
}
.feature .testimonial p {
  font-family: "Lora", serif;
  margin-bottom: 10px;
  font-style: italic;
  color: #242424;
}
.feature .testimonial ul.meta li {
  font-size: 12px;
  margin-right: 10px;
}
.feature .testimonial ul.meta li img {
  height: 40px;
  width: 40px;
  border-radius: 100%;
}
@media (max-width: 480px) {
  .app-features .app-feature {
    margin-bottom: 30px;
  }
}
.app-features .app-explore {
  display: flex;
  justify-content: center !important;
  margin-bottom: 40px;
}
.banner-full .image {
  display: flex;
  justify-content: center;
}
.banner-full .image img {
  height: 625px;
}
@media (max-width: 768px) {
  .banner-full .image {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .banner-full .block {
    text-align: center;
  }
}
.banner-full .block .logo {
  margin-bottom: 40px;
}
.banner-full .block h1 {
  margin-bottom: 40px;
}
.banner-full .block p {
  font-size: 20px;
  margin-bottom: 50px;
}
.banner-full .block .app {
  margin-bottom: 20px;
}
.video-promo {
  padding: 150px 0;
}
.video-promo .content-block {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.video-promo .content-block h2 {
  font-size: 30px;
  color: #fff;
}
.video-promo .content-block p {
  margin-bottom: 30px;
}
.video-promo .content-block a i.video {
  height: 125px;
  width: 125px;
  background: #2e7eed;
  display: inline-block;
  font-size: 40px;
  color: #fff;
  text-align: center;
  line-height: 125px;
  border-radius: 100%;
}
.video-promo .content-block a:focus {
  outline: 0;
}
.testimonial .testimonial-slider .item {
  padding-bottom: 10px;
}
.testimonial .testimonial-slider .item .block {
  padding: 40px;
  text-align: center;
  margin: 10px;
  border-radius: 5px;
}
.testimonial .testimonial-slider .item .block .image {
  margin-top: 30px;
  margin-bottom: 5px;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .testimonial .testimonial-slider .item .block .image {
    flex-grow: 1;
  }
}
.testimonial .testimonial-slider .item .block .image img {
  height: 40px;
  width: 40px;
  border-radius: 100%;
}
.testimonial .testimonial-slider .item .block p {
  font-family: "Lora", serif;
  font-style: italic;
  color: #888888;
}
.testimonial .testimonial-slider .item .block cite {
  font-style: normal;
  font-size: 14px;
  color: #161616;
}
.testimonial .testimonial-slider .owl-dots .owl-dot:hover span {
  background: #2e7eed;
}
.testimonial .testimonial-slider .owl-dots .owl-dot.active span {
  background: #2e7eed;
}
/* homepage 3 */
.gradient-banner {
  padding: 100px 0 170px;
  position: relative;
  overflow: hidden;
}
.gradient-banner::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  height: 200%;
  border-radius: 50%;
  background-image: linear-gradient(
    45deg,
    #009ec5 0%,
    #2e7eed 20%,
    #02225b 50%
  );
}
.pull-top {
  margin-top: -100px;
}
.shapes-container {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.shapes-container .shape {
  position: absolute;
}
.shapes-container .shape::before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-35deg);
  position: absolute;
  border-radius: 50px;
}
.shapes-container .shape:nth-child(1) {
  top: 2%;
  left: 11%;
  width: 400px;
  height: 70px;
}
.shapes-container .shape:nth-child(2) {
  top: 14%;
  left: 18%;
  width: 200px;
  height: 15px;
}
.shapes-container .shape:nth-child(3) {
  top: 80%;
  left: 4%;
  width: 300px;
  height: 60px;
}
.shapes-container .shape:nth-child(4) {
  top: 85%;
  left: 15%;
  width: 100px;
  height: 10px;
}
.shapes-container .shape:nth-child(5) {
  top: 5%;
  left: 50%;
  width: 300px;
  height: 25px;
}
.shapes-container .shape:nth-child(6) {
  top: 4%;
  left: 52%;
  width: 200px;
  height: 5px;
}
.shapes-container .shape:nth-child(7) {
  top: 80%;
  left: 70%;
  width: 200px;
  height: 5px;
}
.shapes-container .shape:nth-child(8) {
  top: 55%;
  left: 95%;
  width: 200px;
  height: 5px;
}
.shapes-container .shape:nth-child(9) {
  top: 50%;
  left: 90%;
  width: 300px;
  height: 50px;
}
.shapes-container .shape:nth-child(10) {
  top: 30%;
  left: 60%;
  width: 500px;
  height: 55px;
}
.shapes-container .shape:nth-child(11) {
  top: 60%;
  left: 60%;
  width: 200px;
  height: 5px;
}
.shapes-container .shape:nth-child(12) {
  top: 35%;
  left: 75%;
  width: 200px;
  height: 5px;
}
.shapes-container .shape:nth-child(13) {
  top: 90%;
  left: 40%;
  width: 300px;
  height: 45px;
}
.shapes-container .shape:nth-child(14) {
  top: 54%;
  left: 75%;
  width: 200px;
  height: 5px;
}
.shapes-container .shape:nth-child(15) {
  top: 50%;
  left: 90%;
  width: 200px;
  height: 5px;
}
.shapes-container .shape:nth-child(16) {
  top: 50%;
  left: 81%;
  width: 100px;
  height: 5px;
}
.zindex-1 {
  z-index: 1;
}
hr {
  display: block;
  height: 2px;
  border: 0;
  border-top: 2px solid #2e7eed;
  margin: 1em 0;
  padding: 0;
}
.icon-box {
  height: 80px;
  width: 80px;
  text-align: center;
  background: #2e7eed;
}
.icon-box i {
  line-height: 80px;
  font-size: 30px;
}
.founder {
  margin-bottom: 30px;
}
.founder img {
  border-radius: 5px;
  margin-bottom: 25px;
}
.founder h2 {
  font-size: 30px;
  line-height: 30px;
}
.founder cite {
  font-size: 14px;
  font-style: normal;
}
.founder p {
  margin-top: 10px;
  font-size: 14px;
  margin-bottom: 20px;
}
.team-sm {
  margin-bottom: 30px;
}
.team-sm .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.team-sm .image img {
  border-radius: 5px;
}
.team-sm .image .social-links {
  position: absolute;
  background: #2e7eed;
  left: 0;
  right: 0;
  text-align: center;
  width: calc(100% - 80px);
  margin: 0 40px;
  border-radius: 4px;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition: 0.3s;
  bottom: 20px;
}
.team-sm .image .social-links ul {
  margin-bottom: 0;
}
.team-sm .image .social-links ul li a {
  display: block;
  padding: 15px;
}
.team-sm .image .social-links ul li a i {
  font-size: 20px;
  color: #fff;
}
.team-sm .image:hover .social-links {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.team-sm h3 {
  margin-bottom: 0;
}
.team-sm cite {
  font-size: 14px;
  font-style: normal;
}
.team-sm p {
  margin-top: 15px;
}
.featured-article {
  padding: 0 0 50px 0;
}
.featured-article article.featured {
  display: flex;
}
@media (max-width: 768px) {
  .featured-article article.featured {
    flex-wrap: wrap;
  }
}
.featured-article article.featured .image {
  flex-basis: 100%;
  padding: 20px;
}
.featured-article article.featured .image img {
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .featured-article article.featured .image {
    margin-bottom: 20px;
  }
}
.featured-article article.featured .content {
  margin-left: 30px;
  flex-basis: 100%;
  align-self: center;
}
@media (max-width: 768px) {
  .featured-article article.featured .content {
    text-align: center;
  }
}
.featured-article article.featured .content h2 {
  margin-bottom: 20px;
}
.featured-article article.featured .content h2 a {
  font-size: 30px;
  color: #000;
  display: inline-block;
}
.featured-article article.featured .content h2 a:hover {
  color: #2e7eed;
}
.featured-article article.featured .content p {
  margin-bottom: 25px;
}
.post-sm {
  margin-bottom: 40px;
}
.post-sm .post-thumb {
  margin-bottom: 15px;
  overflow: hidden;
}
.post-sm .post-thumb img {
  transition: 0.3s ease;
}
.post-sm .post-title {
  margin-bottom: 15px;
}
.post-sm .post-title h3 a {
  color: #000;
  font-size: 20px;
}
.post-sm .post-title h3 a:hover {
  color: #2e7eed;
}
.post-sm:hover .post-thumb img {
  transform: scale(1.3);
}
.blog-single .single-post {
  padding-bottom: 70px;
}
.blog-single .single-post .post-body .feature-image {
  margin-bottom: 30px;
}
.blog-single .single-post .post-body .feature-image img {
  width: 100%;
}
.blog-single .single-post .post-body p {
  margin-bottom: 20px;
}
.blog-single .single-post .post-body .quote {
  padding: 30px 0;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .blog-single .single-post .post-body .quote {
    width: 80%;
  }
}
.blog-single .single-post .post-body .quote blockquote {
  color: #000;
  padding: 10px 0 10px 30px;
  text-align: left;
  font-size: 30px;
  line-height: 40px;
  border-left: 6px solid #666666;
}
.blog-single .single-post .post-body .post-image {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.blog-single .about-author h2 {
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
  font-size: 30px;
}
@media (max-width: 480px) {
  .blog-single .about-author h2 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .blog-single .about-author .media {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .blog-single .about-author .media .image {
    flex-grow: 1;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.blog-single .about-author .media .image img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
}
.blog-single .about-author .media .media-body {
  margin-left: 40px;
}
@media (max-width: 480px) {
  .blog-single .about-author .media .media-body {
    flex-grow: 1;
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 20px;
  }
}
.blog-single .about-author .media .media-body p {
  margin-bottom: 15px;
}
.related-articles .title {
  margin-bottom: 20px;
}
.related-articles .title h2 {
  font-size: 30px;
}
.pagination-nav {
  display: flex;
  justify-content: center;
}
.pagination-nav ul.pagination {
  padding-top: 30px;
}
.pagination-nav ul.pagination li {
  margin-right: 10px;
}
.pagination-nav ul.pagination li a {
  border-radius: 3px;
  padding: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-color: transparent;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  color: #808080;
  transition: 0.3s ease-in;
}
.pagination-nav ul.pagination li a:hover {
  background-color: #2e7eed;
  color: #fff;
  border-color: transparent;
}
.pagination-nav ul.pagination .active a {
  background-color: #2e7eed;
  color: #fff;
  border-color: transparent;
}
@media (max-width: 480px) {
  .about .content {
    text-align: center;
  }
}
.about .content h2 {
  margin-bottom: 20px;
  text-transform: capitalize;
}
.about .about-slider .item {
  padding: 20px;
}
.about .about-slider .owl-dots .owl-dot:hover span {
  background: #2e7eed;
}
.about .about-slider .owl-dots .owl-dot.active span {
  background: #2e7eed;
}
.create-stories .block img {
  width: 100%;
  margin-bottom: 20px;
}
.create-stories .block h3 {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .create-stories .block {
    margin-bottom: 30px;
  }
}
.quotes .quote-slider h2 {
  font-size: 50px;
}
.quotes .quote-slider cite {
  margin-left: 150px;
  font-style: normal;
}
.clients {
  padding: 50px 0;
}
.clients h3 {
  margin-bottom: 30px;
}
.clients .client-slider .slick-track {
  display: flex;
  align-items: center;
}
.clients .client-slider img {
  max-width: 80%;
}
.investors .block {
  margin-bottom: 30px;
}
.investors .block .image {
  margin-bottom: 20px;
}
.investors .block .image img {
  width: 100%;
  border-radius: 8px;
}
.investors .block h3 {
  margin-bottom: 0;
  line-height: 1;
}
.investors .block p {
  font-size: 14px;
}
.hover-zoom {
  overflow: hidden;
  border-radius: 8px;
}
.hover-zoom img {
  transition: 0.3s ease;
}
.hover-zoom:hover img {
  transform: scale(1.2);
}
.error-page {
  position: fixed;
  height: 100%;
  width: 100%;
}
.error-page .center {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error-page .center .block h1 {
  font-size: 200px;
  font-weight: 400;
  line-height: 266px;
  font-family: "Lora", serif;
}
.error-page .center .block p {
  margin-bottom: 50px;
}
.career-featured .block {
  display: flex;
}
@media (max-width: 768px) {
  .career-featured .block {
    flex-wrap: wrap;
  }
}
.career-featured .block .content {
  flex-basis: 100%;
  align-self: center;
}
@media (max-width: 768px) {
  .career-featured .block .content {
    flex-grow: 1;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}
.career-featured .block .content h2 {
  margin-bottom: 30px;
}
.career-featured .block .video {
  justify-content: center;
  align-self: center;
  flex-basis: 100%;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .career-featured .block .video {
    flex-grow: 1;
    width: 100%;
  }
}
.company-fun-facts h2 {
  margin-bottom: 60px;
}
.company-fun-facts .fun-fact {
  margin-bottom: 20px;
  text-align: center;
}
.company-fun-facts .fun-fact i {
  font-size: 25px;
  display: inline-block;
  margin-bottom: 10px;
  line-height: 60px;
  height: 60px;
  width: 60px;
  border: 1px solid #000;
  border-radius: 100%;
}
.gallery .image {
  cursor: pointer;
}
.job-list .block {
  padding: 50px 80px;
  background: #fff;
}
.job-list .block h2 {
  margin-bottom: 40px;
  font-size: 30px;
}
.job-list .block .job {
  padding: 50px 10px;
  display: flex;
}
@media (max-width: 768px) {
  .job-list .block .job {
    display: block;
    text-align: center;
  }
}
.job-list .block .job:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 480px) {
  .job-list .block .job {
    flex-wrap: wrap;
  }
}
.job-list .block .job .content {
  flex-basis: 100%;
}
.job-list .block .job .content h3 {
  margin-bottom: 0;
}
.job-list .block .job .apply-button {
  flex-basis: 100%;
  align-self: center;
  text-align: right;
}
@media (max-width: 768px) {
  .job-list .block .job .apply-button {
    margin-top: 20px;
    text-align: center;
  }
}
.faq .block {
  padding: 50px;
}
@media (max-width: 480px) {
  .faq .block {
    padding: 30px;
  }
}
.faq .block .faq-item {
  margin-bottom: 40px;
}
.faq .block .faq-item .faq-item-title {
  margin-bottom: 30px;
}
.faq .block .faq-item .faq-item-title h2 {
  font-size: 30px;
  border-bottom: 1px solid #cccccc;
}
.faq .block .faq-item .faq-item-title:last-child {
  margin-bottom: 0;
}
.faq .block .faq-item .item .item-link {
  position: relative;
  padding: 10px 0 10px 18px;
  padding-left: 25px;
}
.faq .block .faq-item .item .item-link a {
  font-size: 20px;
  color: #000;
}
.faq .block .faq-item .item .item-link a span {
  margin-right: 5px;
}
.faq .block .faq-item .item .item-link:before {
  font-family: "themify";
  content: "\e64b";
  position: absolute;
  left: 0;
  font-weight: 600;
  font-size: 15px;
  top: 15px;
}
.faq .block .faq-item .item .accordion-block {
  background: #fafafa;
}
.faq .block .faq-item .item .accordion-block p {
  padding: 20px;
}
.privacy .privacy-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
  background: #fafafa;
  padding: 30px 0;
  display: flex;
  justify-content: center;
}
.privacy .privacy-nav ul {
  padding-left: 0;
  margin-bottom: 0;
}
.privacy .privacy-nav ul li {
  list-style: none;
}
.privacy .privacy-nav ul li a {
  font-size: 16px;
  color: #757575;
  padding: 10px 0;
  font-weight: bold;
  display: block;
}
@media (max-width: 768px) {
  .privacy .privacy-nav ul li a {
    font-size: 16px;
    padding: 5px 0;
  }
}
.privacy .privacy-nav ul li a.active {
  color: #000;
}
@media (max-width: 768px) {
  .privacy .privacy-nav {
    margin-bottom: 30px;
  }
}
.privacy .block {
  background: #fff;
  padding: 40px 50px;
}
.privacy .block .policy-item {
  padding-bottom: 40px;
}
.privacy .block .policy-item .title {
  margin-bottom: 20px;
}
.privacy .block .policy-item .title h3 {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
}
.privacy .block .policy-item .policy-details p {
  margin-bottom: 20px;
}
.user-login {
  height: 100%;
  width: 100%;
}
.user-login .block {
  display: flex;
}
@media (max-width: 768px) {
  .user-login .block {
    flex-wrap: wrap;
  }
}
.user-login .block .image {
  flex-basis: 100%;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .user-login .block .image {
    flex-grow: 1;
    text-align: center;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.user-login .block .image img {
  border-radius: 8px;
}
.user-login .block .content {
  flex-basis: 100%;
  align-self: center;
  padding: 50px;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .user-login .block .content {
    flex-grow: 1;
  }
}
.user-login .block .content .logo {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .user-login .block .content .logo {
    margin-bottom: 40px;
  }
}
.user-login .block .content .title-text {
  margin-bottom: 35px;
}
.user-login .block .content .title-text h3 {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.user-login .block .content .new-acount {
  margin-top: 20px;
}
.user-login .block .content .new-acount p,
.user-login .block .content .new-acount a {
  font-size: 14px;
}
.user-login .block .content .new-acount p a {
  color: #000;
}
.coming-soon {
  color: #000;
  padding: 120px 0;
  min-height: 100vh;
}
@media (max-width: 992px) {
  .coming-soon {
    padding: 80px 0;
  }
}
.coming-soon .block h3 {
  color: #808080;
}
.coming-soon .block .count-down {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .coming-soon .block .count-down {
    margin-top: 40px;
  }
}
.coming-soon .block .count-down .syotimer-cell {
  min-width: 200px;
  padding: 45px 0;
  margin-right: 30px;
  margin-bottom: 20px;
  background: #fff;
  display: inline-block;
}
@media (max-width: 768px) {
  .coming-soon .block .count-down .syotimer-cell {
    min-width: 180px;
    padding: 35px 0;
  }
}
.coming-soon .block .count-down .syotimer-cell .syotimer-cell__value {
  font-size: 65px;
  line-height: 80px;
  text-align: center;
  position: relative;
  font-weight: bold;
}
.coming-soon .block .count-down .syotimer-cell .syotimer-cell__unit {
  font-size: 20px;
  color: #6c6c6c;
  text-transform: uppercase;
  font-weight: normal;
}
.address .block .address-block {
  text-align: center;
}
.address .block .address-block .icon {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
}
.address .block .address-block .icon i {
  display: block;
  height: 100px;
  width: 100px;
  background: #fafafa;
  border-radius: 100%;
  font-size: 45px;
  text-align: center;
  line-height: 100px;
}
.google-map {
  position: relative;
}
.google-map #map_canvas {
  height: 500px;
  width: 100%;
}
@media (max-width: 768px) {
  .google-map #map_canvas {
    height: 350px;
  }
}
.first_section {
  background-image: url("../images/mainBg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0 40px 0;
}
.second_section {
  background-image: url("../images/bg2.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0;
}
.mini_text {
  color: #000;
  display: block;
  font-weight: normal;
  font-size: 13px;
  margin-top: 13px;
}
.second_section .feature-content {
  margin-top: 160px;
}
/* .third_section .feature-content {
  margin-top: 160px;
} */
.third_section {
  background-image: url("../images/bg3.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0;
}
.icon_cl {
  margin-top: 6px;
  position: absolute;
  font-size: 13px;
  margin-left: 10px;
}
.container_1 {
  overflow: hidden;
}
.slider_row {
  animation: slidein 30s linear infinite;
  white-space: nowrap;
}
.slider_row_2 {
  animation: slideout 30s linear infinite;
  white-space: nowrap;
}
.logos {
  width: 100%;
  display: inline-block;
  margin: 0px 0px;
}
.fab {
  width: calc(100% / 6);
  animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
  margin: 0 20px;
}
@keyframes slidein {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideout {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.login_wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  background-color: #120c30;
}
.inner_login_box {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
  padding: 20px;
  width: 90%;
  max-width: 460px;
  height: 300px;
  position: relative;
  text-align: center;
}
.login_logo {
  display: block;
  margin: 0 auto;
  height: 45px;
}
.inner_login_box p {
  color: #000;
  font-size: 23px;
  text-align: center;
  font-weight: 600;
  margin-top: 33px;
  line-height: 32px;
}
.google-btn {
  width: 244px;
  height: 50px;
  background-color: #00b67a;
  border-radius: 2px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
  margin: 32px auto 0;
}
.google-btn a,
.google-btn a:hover {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 50px;
}
.google-icon-wrapper {
  position: absolute;
  margin-top: 1px;
  margin-left: 1px;
  width: 50px;
  height: 48px;
  border-radius: 2px;
  background-color: white;
}
.google-icon {
  position: absolute;
  margin-top: 11px;
  margin-left: -14px;
  width: 29px;
  height: 29px;
}
.btn-text {
  float: right;
  margin: 15px 18px 0 0;
  color: white;
  font-size: 14px;
  letter-spacing: 0.2px;
  font-weight: 600;
}
.service .service-box {
  position: relative;
  height: 592px;
  overflow: hidden;
  box-sizing: border-box;
}
.animate_testmonials {
  animation: marquee 20s infinite forwards;
}
@keyframes marquee {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.blue_wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  background-color: #120c30;
}
.inner_conatiner {
  width: 90%;
  max-width: 460px;
}
.inner_conatiner .inner_conatiner_content_area {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
  padding: 20px;
  position: relative;
  margin-top: 25px;
}
.inner_conatiner h3 {
  font-size: 20px;
  font-weight: normal;
  color: #e7e2ff;
  text-align: center;
  line-height: 26px;
  margin-top: 15px;
}
.inner_conatiner h3 span {
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
/* > Process Styles */
.process-wrap {
  width: 100%;
  margin: 20px auto;
}
.process-main {
  width: 100%;
  min-width: 320px;
  display: flex;
}
.col-4 {
  width: 25%;
  position: relative;
}
.col-4:first-child .process-step:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  border-radius: 7.5px;
  background-color: #00b67a;
}
.col-4:nth-child(2) .process-step:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  border-radius: 7.5px;
  background-color: #00b67a;
}
.col-4:nth-child(3) .process-step:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  border-radius: 7.5px;
  background-color: #00b67a;
}
.process-main .col-4:not(:first-child):before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  top: 17.5px;
  left: calc(-50% + 0px);
  right: 0;
  background: #41396b;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.process-step-cont {
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: space-between;
}
.process-step {
  border: #00b67a solid 2px;
  border-radius: 100%;
  line-height: 0;
  background: #120c30;
  text-align: center;
  align-items: center;
  justify-content: center;
  align-self: center;
  display: flex;
  color: #fff;
  width: 35px;
  height: 35px;
  font-weight: 700;
  margin-bottom: 7px;
  z-index: 4;
  cursor: pointer;
}
.no-outer-circle {
  border: none;
  width: 9px;
}
.col-4:nth-child(2) .no-outer-circle:before,
.col-4:nth-child(3) .no-outer-circle:before {
  background-color: #bbb5da;
  margin-top: 3px;
}
.process-label.active_cl {
  color: #00b67a;
}
.process-label {
  color: #cfced5;
  font-weight: 600;
  width: 100%;
  text-align: center;
}
.process-dots {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ebebeb;
  cursor: pointer;
}
.process-dot-cont {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  width: 60%;
  padding-top: 5px;
}
.active-step1 .col-4:first-child .process-step,
.active-step1 .col-4:first-child .process-dots:first-child,
.active-step1-mini2 .col-4:first-child .process-step,
.active-step1-mini2 .col-4:first-child .process-dots:nth-child(-n + 2),
.active-step1-mini3 .col-4:first-child .process-step,
.active-step1-mini3 .col-4:first-child .process-dots:nth-child(-n + 3),
.active-step1-mini4 .col-4:first-child .process-step,
.active-step1-mini4 .col-4:first-child .process-dots:nth-child(-n + 4) {
  background-color: #120c30;
}
.active-step1-mini2 .col-4:first-child .process-dots:first-child,
.active-step1-mini3 .col-4:first-child .process-dots:nth-child(-n + 2),
.active-step1-mini4 .col-4:first-child .process-dots:nth-child(-n + 3) {
  background-color: #fbcb93;
}
.active-step1 .col-3:first-child .process-label,
.active-step1-mini3 .col-4:first-child .process-label,
.active-step1-mini2 .col-4:first-child .process-label,
.active-step1-mini4 .col-4:first-child .process-label {
  color: #f89828;
}
.active-step2 .col-4:first-child,
.active-step3 .col-4:nth-child(-n + 2),
.active-step4 .col-4:nth-child(-n + 3) {
  /* opacity: 0.5;*/
  /*pointer-events: none;*/
}
.active-step2 .col-4:first-child .process-step:before,
.active-step3 .col-4:nth-child(-n + 2) .process-step:before,
.active-step4 .col-4:nth-child(-n + 3) .process-step:before {
  background: url("../images/rt_check.png") no-repeat center center;
  width: 35px;
  height: 35px;
}
.active-step2 .col-4:nth-child(-n + 2) .process-step,
.active-step2 .col-4:nth-child(-n + 2) .process-dots,
.active-step3 .col-4:nth-child(-n + 3) .process-step,
.active-step3 .col-4:nth-child(-n + 3) .process-dots,
.active-step4 .col-4:nth-child(-n + 4) .process-step,
.active-step4 .col-4:nth-child(-n + 4) .process-dots {
  background-color: #120c30;
}
.active-step2 .col-4:nth-child(-n + 2) .process-label,
.active-step3 .col-4:nth-child(-n + 3) .process-label,
.active-step4 .col-4:nth-child(-n + 4) .process-label {
  color: #00b67a;
}
.active-step2 .col-4:nth-child(-n + 2):before,
.active-step3 .col-4:nth-child(-n + 3):before,
.active-step4 .col-4:nth-child(-n + 4):before {
  background: #00b67a !important;
}
@media screen and (max-width: 640px) {
  .process-main {
    flex-wrap: wrap;
  }
  .col-4 {
    width: 50%;
  }
  .process-main .col-4:nth-of-type(3):not(:first-child):before {
    /* top: -19.5px;
    left: calc(-50% + 145px);
    transform: rotate(150deg);*/
  }
}
.inner_conatiner_content_area h2 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 26px;
}
.upload_resume_col {
  border: dashed #889fb5 2px;
  border-radius: 10px;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 20px;
}
.resume_upload_text {
  color: #8b929b;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  top: 5px;
}
.uploadresumeBtn:before {
  content: "Upload resume";
}
.uploadresumeBtn,
.uploadresumeBtn:hover {
  background: #8b929b;
  border-radius: 6px;
  padding: 8px 12px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  display: block;
  width: 145px;
  margin: 0px auto 9px;
  outline: none;
  border: none;
}
.grey_icon {
  color: #a1a7ae;
  font-size: 46px;
}
.green_icon {
  color: #00b649;
  font-size: 33px;
}
.TextPasteCol {
  background: #f8f8f8;
  border: #e1e1e1 solid 1px;
  border-radius: 15px;
  width: 100%;
}
textarea.pasteInupt {
  resize: none;
  background-color: #f8f8f8;
  height: 120px;
  width: 100%;
  font-size: 12px;
  white-space: normal;
  -moz-text-align-last: center;
  border-radius: 15px;
  word-wrap: break-word;
}
.btn_reuse,
.btn_reuse:hover,
.btn_reuse:focus {
  padding: 6px 72px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  font-weight: 600;
  z-index: 99;
  font-family: "Poppins", sans-serif;
  background: #00b67a;
  border-radius: 5px;
}
.linkBtn,
.linkBtn:hover,
.linkBtn:focus {
  color: #505050;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  text-decoration: underline;
  padding-top: 10px;
}
.btn-style,
.btn-style:hover,
.btn-style:focus {
  border-radius: 8px;
  padding: 6px 72px;
  color: #fff;
  font-weight: 600;
  font-size: 19px;
  background: #00b67a;
  box-shadow: none;
  outline: none;
  display: inline;
}
.OutlineBtn,
.OutlineBtn:hover {
  border: #00b67a solid 1px;
  border-radius: 8px;
  padding: 4px 72px;
  color: #00b67a;
  font-size: 20px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  display: inline;
  margin: 3px 10px 0;
}
.backBtn {
  color: #000;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  display: flex;
}
.backBtn i {
  font-size: 15px;
  color: #000;
}
.backBtn span {
  font-size: 13px;
  color: #000;
  display: block;
  margin-left: 6px;
}
.modalDesign .modal-content {
  border-radius: 15px;
  padding: 20px;
}
.disabled_cl {
  opacity: 0.3;
  filter: alpha(opacity=40);
  pointer-events: none;
}
.msg_box {
  background: #f8f8f8;
  border-radius: 15px;
  border: #e1e1e1 solid 1px;
  margin: 38px 0 0 0;
  width: 100%;
  padding: 12px;
}
.msg_box p {
  line-height: 20px;
  font-size: 13px;
  font-weight: normal;
  color: #4a4a4a;
  text-align: center;
  margin-top: 10px;
}
.linkdin_steps {
  margin-top: 30px;
}
.linkdin_steps h4 {
  font-size: 17px;
  font-weight: normal;
  color: #000;
  font-family: "Poppins", sans-serif;
  margin-top: 4px;
}
.steps {
  background: #f8f8f8;
  border: #e1e1e1 solid 2px;
  border-radius: 10px;
  margin: 18px 0;
  padding: 8px;
}
.steps p {
  font-size: 14px;
  font-weight: normal;
  color: #4a4a4a;
  font-family: "Poppins", sans-serif;
  margin-top: 4px;
}
.img-thumbnail {
  background-color: transparent;
  border: none;
}
.form_container {
  margin-top: 2px;
}
.lblText {
  text-align: left;
  color: #8b929b;
  font-weight: normal;
  font-size: 14px;
  display: block;
  margin: 0 0 6px 0px;
}
.lblText span {
  padding: 0;
  margin: 0px 0 0 0;
  color: #8b929b;
  font-size: 11px;
  text-align: left;
  display: block;
  line-height: 15px;
}
.input_cl,
.input_cl:focus {
  background: #f8f8f8;
  border: #e1e1e1 solid 2px;
  outline: none;
  border-radius: 6px;
  padding: 10px 8px;
  height: 40px !important;
  text-align: left;
  color: #000;
  font-weight: normal;
  font-size: 14px;
  box-shadow: none;
  border-color: none;
}
.m-l-r-0 {
  margin-left: 0;
  margin-right: 0;
}
.lblFilled {
  background: #f8f8f8;
  border: #e1e1e1 solid 2px;
  outline: none;
  border-radius: 6px;
  padding: 5px 8px;
  text-align: left;
  color: #000;
  font-weight: normal;
  font-size: 12px;
  box-shadow: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profile_pic {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  flex-direction: column;
}
.profile_pic p {
  padding: 0;
  margin: 6px 0 0 0;
  color: #8b929b;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
}
.dummy_pic {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
  border: #6c6c6c solid 2px;
}
.dummy_pic img.uploaded_icon {
  position: absolute;
  margin-left: 48px;
  margin-top: 43px;
  height: 22px;
}
.uploaded_pic {
  border: #14aa7a solid 3px;
}
.dummy_pic img {
  object-fit: cover;
  padding: 0;
}
.btn-small,
.btn-small:hover,
.btn-small:focus {
  border-radius: 5px;
  padding: 4px 12px;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  background: #00b67a;
  display: inline-block;
  text-align: center;
  margin-left: 12px;
}
.resume_editor {
  background: #ffffff;
  border: #e2e2e2 solid 1px;
  border-radius: 15px;
  position: relative;
  margin-bottom: 12px;
}
.edit-btn,
.edit-btn:hover,
.edit-btn:focus {
  background: #00b67a;
  border: #00b67a solid 1px;
  border-radius: 5px;
  text-decoration: none;
  padding: 5px 13px;
  float: right;
  font-weight: 500;
  margin: 6px 0 0 0;
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 15px;
}
.pen_icon,
.pen_icon:hover {
  font-size: 17px;
  margin-top: 2px;
  margin-right: 1px;
  color: #00b67a;
}
.heading_bar {
  background: #f7f5fd;
  padding: 10px 8px 10px 20px;
  border-radius: 15px 15px 0 0;
}
.heading_bar h3 {
  text-align: left;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 0 0;
}
.heading_bar p {
  text-align: left;
  color: #000;
  font-weight: normal;
  font-size: 14px;
  margin: 0px 0 0 0;
}
.resume_content {
  margin-top: 2px;
}
.resume_content {
  padding: 0px 8px 0 20px;
  width: 100%;
  background: #fff;
  margin-bottom: 15px;
}
.resume_content h3 {
  font-size: 16px;
}
.resume_content .description_heading {
  padding: 0;
  margin: 2px 0 0 0;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  text-align: left;
  line-height: 16px;
}
.resume_content .description_text {
  padding: 0;
  margin: 8px 0 0 0;
  font-size: 12px;
  font-weight: normal;
  color: #6c6c6c;
  text-align: justify;
  line-height: 16px;
  word-wrap: break-word;
}
.resume_content .heading2 {
  padding: 0;
  margin: 18px 0 0 0;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 17px;
}
.resume_content .heading3 {
  padding: 0;
  margin: 12px 0 0 0;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 22px;
}
.resume_content .sm_heading {
  padding: 0;
  margin: 0px 0 8px 0;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  text-align: left;
  line-height: 22px;
}
.overflo_box {
  height: 570px;
  overflow-x: auto;
  margin-bottom: 20px;
}
.overflo_box2 {
  height: 300px;
  overflow-x: auto;
  margin-bottom: 20px;
}
.resume_content hr {
  display: block;
  height: 2px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.create_resume,
.create_resume:hover,
.create_resume:focus {
  border-radius: 8px;
  padding: 5px 12px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  background: #00b67a;
  display: flex;
  justify-content: center;
  width: 200px;
  height: 42px;
  line-height: 35px;
  margin: 18px auto;
}
.page_heading {
  line-height: 30px;
  color: #e7e2ff;
  width: 100%;
  display: inline-block;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.thin_text {
  font-weight: normal;
  display: block;
  font-size: 17px;
}
.create_resume i {
  font-size: 18px;
  margin: 3px 0 0 9px;
  display: block;
  padding: 0;
}
.CloseBtn {
  position: absolute;
  right: 6px;
  top: 6px;
}
.st_page {
  padding: 8px;
}
.st_page h3 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  margin: 8px 0;
}
.st_page p {
  font-size: 14px;
  line-height: 22px;
  color: #000;
  text-align: justify;
  font-weight: normal;
}
.st_page span {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin: 12px 0 0 0;
}
.grey_cl {
  background: #f6f6f6;
}
.drop-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
  border: 2px dashed #b4b4b4;
  color: #444;
  cursor: pointer;
  transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
  background: #f8f8f8;
  margin-top: 20px;
}
.drop-container:hover {
  background: #eee;
  border-color: #111;
}
.drop-container:hover .drop-title {
  color: #222;
}
.drop-title {
  color: #444;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  transition: color 0.2s ease-in-out;
  margin: 18px 0;
}
.inputFile {
  width: 243px;
  color: #8b929b;
  font-size: 14px;
  border: #8b929b solid 1px;
  border-radius: 8px;
  padding-right: 6px;
  margin: 8px 0;
}
input[type="file"]::file-selector-button {
  border: none;
  background: #8b929b;
  padding: 6px 12px;
  font-size: 15px;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
  justify-content: center;
}
.loader_spiner {
  margin-top: 16px;
}
.topBackbtn {
  position: relative;
  left: 0px;
  top: 10px;
}
.topBackbtn .backBtn {
  color: #fff;
}
.topBackbtn .backBtn i {
  font-size: 15px;
  color: #fff;
}
.topBackbtn .backBtn span {
  color: #fff;
}
.linkdin_modal {
  position: fixed;
  overflow: overlay;
}
.dropdown_cl {
  height: 37px;
  padding: 5px 8px;
}
.error_msg {
  color: #ff0003;
  font-size: 13px;
  display: inline-block;
  margin-top: 3px;
  position: absolute;
  left: 10px;
}
.error_msg i {
  top: 2px;
  position: relative;
  font-size: 14px;
}
.dim-background-modal {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
}
.green_bord {
  border: #02a644 solid 2px;
  color: #05bb4e;
}
.intl-tel-input {
  display: table-cell;
}
.intl-tel-input .selected-flag {
  z-index: 4;
}
.intl-tel-input .country-list {
  z-index: 5;
}
.input-group .intl-tel-input .form-control {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
}
.phoneInput {
  border: #e1e1e1 solid 2px;
  outline: none;
  border-radius: 6px;
  height: 40px !important;
  display: flex;
  background: #f8f8f8;
}
.phoneInput input {
  border: hidden;
  background: #f8f8f8;
  color: #000;
  font-weight: normal;
  padding: 10px 8px;
  height: 37px !important;
  text-align: left;
  font-size: 14px;
  box-shadow: none;
  border-color: none;
  width: 100%;
  border-radius: 6px;
  outline: none;
}
.phoneInput select {
  background: #f8f8f8;
  color: #000;
  font-weight: normal;
  padding: 6px 0px;
  height: 37px !important;
  font-size: 13px;
  box-shadow: none;
  border-color: none;
  width: 54px;
  outline: none;
  border-right: #ccc solid 1px;
  border-top: 0;
  border-bottom: 0;
  border-left: 0px;
}
.dob_cl {
  display: flex;
}
.dob_cl select {
  padding: 10px 3px;
  margin: 0px 7px 0 0;
  width: 72px;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  text-align: center;
}
.emailInput {
  position: relative;
}
.tooltip {
  position: absolute;
  top: 77px;
  right: 0;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #9e9d9d;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.4;
  width: 200px;
  display: none;
  opacity: 2;
}
.emailInput:hover .tooltip {
  display: block;
}
.arrow {
  position: absolute;
  bottom: -6px;
  right: 20px;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #9e9d9d;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.2s;
}
.input-container:hover .tooltip,
.input-container:hover .arrow {
  opacity: 1;
}
.social-icon {
  margin-top: 25px;
}
#suggestionsContainer {
  position: absolute;
  width: 200px;
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
#suggestionsCityContainer {
  position: absolute;
  width: 200px;
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.suggestion {
  padding: 3px;
  cursor: pointer;
  text-align: left;
  font-size: 14px;
}
.suggestion:hover,
.suggestion.selected {
  background-color: #f1f1f1;
}
.conatct_wrapper {
  margin-top: 35px;
  padding: 10px;
}
.contact_add {
  background: #f6f6f6;
  border-radius: 17px;
  padding: 12px;
  margin: 15px 0;
}
.contact_add p {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 17px;
  margin: 0 0 0 0;
  padding: 0;
  text-align: left;
}
.inner_page {
  padding: 8px;
}
.inner_page h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 28px;
  text-align: left;
}
.fw-bold {
  font-weight: 700;
}
.inner_page p {
  color: #000;
  font-size: 14px;
  line-height: 24px;
}
p.iner_page_heading {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 17px;
  text-align: left;
  margin: 7px 0;
  padding: 0;
}
p.iner_page_med_heading {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 14px;
  text-align: left;
  margin: 7px 0;
  padding: 0;
}
.artical_page {
  padding: 8px;
}
.artical_page h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 28px;
  margin-top: 15px;
}
.artical_col {
  position: relative;
}
.artical_col .card {
  box-shadow: 0 0 7px #cccccc;
  border-radius: 8px;
}
.artical_col .card-body {
  height: 360px;
  margin-bottom: 15px;
}
.bt_bar {
  position: absolute;
  bottom: 10px;
  width: 89%;
}
.bt_bar .readBtn,
.bt_bar .readBtn:hover {
  background: #e9e9e9;
  border-radius: 5px;
  padding: 3px 9px;
  color: #000;
  font-size: 14px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.bt_bar .date,
.bt_bar .date:hover {
  color: #333;
  font-size: 14px;
  text-decoration: none;
}
.article_outer {
  background: #f4f7f8;
  padding: 25px;
  border-radius: 40px;
}
.article_outer h4 {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 18px;
  text-align: left;
}
.inner_page ul li {
  font-size: 14px;
}
.inner_page ul li ul li,
.inner_padge ul li ul {
  list-style-type: disc !important;
}
#date {
  width: 100%;
  outline: none;
  border: 1px solid #aaa;
  padding: 8px 8px;
  color: #000;
}
.date-container {
  position: relative;
  float: left;
  width: 100%;
}
.date-container .date-text {
  position: absolute;
  top: 6px;
  left: 12px;
  color: #aaa;
}
.date-container .date-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #000;
}
.rating_cl {
  display: block;
  height: 11px;
  margin-top: 2px;
}
.mini_tagline {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 14px;
  text-align: left;
  margin: 12px 0 0 0;
  display: block;
}
.error-msg-1 {
  color: red;
  font-size: 13px;
  text-align: center;
}
.hm_cta_btn {
  margin-top: 40px;
}
.skip_btn,
.skip_btn:hover,
.skip_btn:focus {
  color: #ccc8e9;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  widows: 100%;
  text-decoration: underline;
  margin: 8px 0 10px;
  font-size: 17px;
}
.carousel {
  margin-left: 5rem;
  height: 480px;
  margin-top: 2rem;
}
.carousel .carousel-item {
  color: #999;
  overflow: hidden;
  min-height: 120px;
  font-size: 13px;
}
.carousel .media {
  margin: 0px 0;
  padding: 12px;
  border-radius: 0 15px 0px 15px;
}
.carousel .media img {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 50%;
}
.carousel .testimonial {
  padding: 0 15px 0 10px;
  position: relative;
}
.carousel .testimonial p {
  font-size: 13px;
  line-height: 16px;
}
.carousel .testimonial {
  text-align: left;
  background: #fff;
  padding: 7px 10px;
  border-radius: 12px;
  border: #000 solid 1px;
  width: 86%;
  margin-top: 20px;
  position: relative;
}
.carousel .testimonial img.toparrow {
  position: absolute;
  top: -11px;
  margin-left: 30px;
  width: 14px !important;
  height: 14px !important;
}
.carousel .testimonial::before {
  font-family: Arial, sans-serif;
  color: #e2e2e2;
  font-weight: bold;
  font-size: 68px;
  line-height: 54px;
  position: absolute;
  left: 15px;
  top: 0;
}
.carousel .overview {
  padding: 3px 0 0 15px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
}
.carousel .overview .details {
  padding: 0px 0 9px;
  color: #000;
}
.carousel .overview b {
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
.slide_detail {
  margin-top: 20px;
  line-height: 16px;
}
.carousel .carousel-indicators {
  bottom: -40px;
}
.carousel-indicators li,
.carousel-indicators li.active {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 1px 3px;
  box-sizing: border-box;
}
.carousel-indicators li {
  background: #e2e2e2;
  border: 4px solid #fff;
}
.carousel-indicators li.active {
  color: #fff;
  background: #1c47e3;
  border: 5px double;
}
.slider_tagline {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-top: 20px;
}
.slider_tagline .love_text {
  color: black;
  display: inline-flex;
  margin-right: 2px;
}
.slider_tagline .love_text i {
  color: red;
}
.slider_tagline h3 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 23px;
  margin: 0 50px 0 0px;
  padding: 0;
  display: flex;
  align-items: center;
}
.heart_icon {
  height: 24px;
  display: block;
  margin: 0 8px 0 0;
}
.foot_paragraph {
  color: #abaeb5;
  font-size: 16px;
  font-weight: normal;
  margin: 12px auto;
  display: block;
  width: 100%;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.social-icon li {
  margin: 20px 20px;
}
.blackBg {
  background: #000;
}
.border-dark {
  border: #000 solid 1px !important;
}
.greyBg {
  background: #bdbdbd;
}
.greenBg {
  background: #00b67a;
}
.login_wrapper_updated {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  background-color: #232323;
}
.inner_login_box_updated {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
  padding: 10px;
  width: 100%;
  max-width: 550px;
  height: 100%;
  position: relative;
  text-align: center;
}
.login_logo_updated {
  display: block;
  margin: 10px auto;
  height: 46px;
}
.lg_content {
  margin-top: 2rem;
  margin-bottom: 10px;
}
.lg_content h3 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #000;
  font-size: 22px;
  text-align: left;
}
.phoneNum_col {
  background: #fff;
  border-radius: 9px;
  border: #d8d8d8 solid 3px;
  width: 100%;
  padding: 8px;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
.numField {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
}
.numField span {
  color: #000;
  font-size: 22px;
  font-weight: normal;
  display: block;
  font-family: "Poppins", sans-serif;
  margin-right: 5px;
  margin-left: 4px;
}
.numField input {
  border: none;
  border-color: transparent;
  box-shadow: none;
  color: #000;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  outline: none;
  text-align: left;
  width: 100%;
  margin-left: 1px;
}
.verified {
  position: absolute;
  top: 4px;
  right: 5px;
  color: #00b67a;
  font-size: 17px;
}
.button_col {
  margin-top: 2rem;
}
.disable_cl {
  opacity: 0.6;
  pointer-events: none;
  background: #bdbdbd;
}
.cmBtn,
.cmBtn:hover {
  display: flex;
  width: 100%;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 20px;
  padding: 10px 8px;
  margin-top: 1rem;
  text-decoration: none;
}
.form-check {
  position: relative;
}
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  left: 20px;
}
input[type="checkbox"]:checked + label::before {
  content: "";
  display: block;
  position: absolute;
  text-align: center;
  height: 20px;
  width: 20px;
  left: 0;
  top: 5px;
  background-color: #00b67a;
  font-family: "Poppins", sans-serif;
  border-radius: 2px;
  border: 1px solid rgb(150 150 150 / 30%);
}
input[type="checkbox"]:checked + label::after {
  content: "\2713";
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  font-size: 17px;
  color: #fff;
}
.checkbox_lbl {
  text-align: left;
  color: #000;
  font-size: 15px;
  margin-left: 5px;
}
.form-check2 {
  position: relative;
  text-align: left;
}
input[type="checkbox"]:checked + label::before {
  content: "";
  display: block;
  position: absolute;
  text-align: center;
  height: 20px;
  width: 20px;
  left: 0;
  top: 5px;
  background-color: #00b67a;
  font-family: "Poppins", sans-serif;
  border-radius: 2px;
  border: 1px solid rgb(150 150 150 / 30%);
}
input[type="checkbox"]:checked + label::after {
  content: "\2713";
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  font-size: 17px;
  color: #fff;
}
.checkbox_lbl2 {
  text-align: left;
  color: #000;
  font-size: 15px;
  margin-left: 27px;
}
.verification_cl {
  display: block;
  color: #000;
  font-size: 17px;
  text-align: left;
  margin-top: 0px;
  font-family: "Poppins", sans-serif;
}
.verification_cl span {
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.verification_cl span a i {
  font-size: 18px;
  margin-left: 2px;
  color: #000;
}
.timer {
  margin-top: 5px;
  color: #000;
  font-size: 18px;
  text-align: left;
}
.timer span {
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.voucherCode {
  display: flex;
  justify-content: space-between;
  align-content: center;
  width: 100%;
  margin-top: 1rem;
}
.voucherCode input {
  width: 29vw;
  padding: 10px 15px;
  color: #000;
  border: #707070 solid 1px;
  background: #fff;
  border-radius: 8px;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}
.applyBtn,
.applyBtn:hover {
  padding: 10px 40px;
  color: #00b67a;
  border: #00b67a solid 1px;
  background: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-size: 18px;
  display: block;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.msgNotRecevied {
  margin-top: 8px;
  color: #000;
  font-size: 18px;
  text-align: left;
}
.msgNotRecevied a {
  color: #00b67a;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-left: 2px;
  text-decoration: underline;
}
.redBord {
  border: #ff0000 solid 1px !important;
}
.errormsg {
  color: #ff0000;
  font-size: 16px;
  margin-top: 4px;
  display: block;
  text-align: left;
}
.check2 {
  height: 21px;
  margin-left: 2px;
}
.cancel_icon {
  text-decoration: none;
}
.cancel_icon img {
  height: 20px;
  margin-left: 0;
  text-decoration: none;
  position: relative;
  right: -4px;
  margin-top: -4px;
}
.delBtn {
  text-decoration: none;
}
.delBtn i {
  color: #000;
  font-size: 22px;
  margin-top: 9px;
}
.jd_popup {
  position: relative;
  text-align: center;
}
.jd_popup h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #000;
  padding: 0;
  margin: 0;
}
.jd_popup span {
  color: #000;
  font-size: 14px;
  text-align: left;
  display: block;
}
.btn_box {
  display: flex;
  justify-content: center;
}
.btn_box a,
.btn_box a:hover {
  display: flex;
  background: #1cb08f;
  padding: 6px 50px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 2rem;
  margin-right: 2rem;
}
.gotoback,
.gotoback:hover,
.gotoback:focus {
  margin-top: 2rem;
  color: #000;
  font-size: 15px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.gotoback i,
.gotoback i:focus {
  margin-right: 5px;
  font-size: 20px;
  margin-top: -4px;
}
.gotoback a,
.gotoback a:hover,
.gotoback a:focus {
  color: #000;
}
.notfill {
  background: #fff !important;
  border: #ccc solid 1px;
  color: #000 !important;
}
.skipText,
.skipText:hover,
.skipText:focus {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  margin: 14px 0;
  text-decoration: none;
}
@media only screen and (max-width: 480px) {
  .hm_heading {
    font-size: 20px !important;
  }
  .main-nav .navbar-brand {
    padding: 0;
    display: block;
    width: 82%;
  }
  .main-nav .navbar-brand .logo {
    height: 40px;
    margin: 12px auto;
    display: block;
  }
  .logo-footer {
    height: 40px;
  }
  .footer-main .block img {
    margin-bottom: 40px;
  }
  .first_section h1 {
    font-size: 20px !important;
    line-height: 32px !important;
    text-align: center !important;
  }
  .second_section h2 {
    font-size: 25px;
  }
  .third_section h2 {
    font-size: 25px;
  }
  .second_section {
    background-size: contain;
  }
  .second_section .feature-content {
    margin-top: 10px;
    text-align: center;
  }
  .third_section .feature-content {
    margin-top: 10px;
  }
  .service .service-box {
    width: 95%;
    margin-top: 50px;
  }
  .partner_section h1 {
    font-size: 15px !important;
    line-height: 20px;
  }
  .footer-main .block {
    text-align: center;
  }
  .lblText {
    font-size: 11px;
  }
  .bottom_button_col a {
    display: block;
    float: none !important;
    margin: 25px auto;
    text-align: center;
  }
  .OutlineBtn,
  .OutlineBtn:hover {
    padding: 7px 43px;
    display: inline !important;
    font-size: 15px;
  }
  .btn-style,
  .btn-style:hover,
  .btn-style:focus {
    padding: 7px 43px;
    display: inline !important;
    font-size: 18px;
  }
  .dob_cl select {
    padding: 6px 1px;
    margin: 0px 7px 0 0;
    width: 94px;
    text-overflow: ellipsis;
    font-size: 12px;
    text-align: center;
  }
  .artical_col {
    position: relative;
    margin-bottom: 15px;
  }
  .home_grey_text {
    text-align: center !important;
    margin-top: 20px;
    font-size: 17px !important;
  }
  .col-xs-offset-0 {
    margin: 0 !important;
  }

  .contact_add p {
    font-size: 14px;
  }
  .contact_add {
    padding: 18px;
  }
  .conatct_wrapper h2 {
    font-size: 25px !important;
    margin-top: 15px;
  }
  .first_section {
    padding: 22px 0;
  }
  .rt_gif_Baner {
    margin-top: 30px;
  }
  .mini_text {
    margin-left: 0;
  }
  .btn-main-md {
    padding: 14px 37px;
    font-size: 1rem;
  }
  .carousel {
    margin-top: 1.5rem;
    margin-left: 0;
    margin-bottom: 4rem;
  }
  .slider_tagline h3 {
    font-size: 20px;
    margin: 0;
  }
  .footer-main .block-2 ul li {
    margin: 0 12px;
  }
  .footer-main .block-2 ul li a {
    font-size: 13px;
  }
  .foot_paragraph {
    font-size: 14px;
    line-height: 20px;
  }
  .carousel .testimonial {
    width: 100%;
  }
  .inner_login_box_updated {
    width: 90%;
  }
  .login_logo_updated {
    height: 40px;
  }
  .lg_content {
    margin-top: 1rem;
  }
  .lg_content h3 {
    font-size: 18px;
  }
  .cmBtn {
    font-size: 18px;
  }
  .verification_cl,
  .errormsg,
  .msgNotRecevied {
    font-size: 14px;
  }
  .jd_popup h2 {
    font-size: 18px;
    line-height: 31px;
  }
}
.home_grey_text {
  color: #565656;
  font-weight: normal;
  font-size: 20px;
  text-align: left;
  display: block;
  line-height: 28px;
}
h1.home_h1_text {
  font-size: 35px;
  line-height: 53px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000;
  text-align: left;
}

.gap-3 {
  gap: 1rem;
}

.footer-main .center-mob div a {
  color: #abaeb5;
  font-size: 14px;
  display: block;
  margin-bottom: 7px;
}

.small_text {
  font-size: 10px;
  font-weight: 500;
}

.plain_text {
  position: relative;
}

.plain_text textarea {
  min-height: 96px !important;
  border: 1px #a3a3a3 solid;
  background-color: #f7f7f7;
  resize: none;
}

.plain_text textarea::placeholder {
  font-size: 10px;
  color: #00000085;
}

#resumeInput .paste_btn {
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  bottom: 7px;
  right: 7px;
  padding: 3px 5px;
  color: #fff;
  background-color: #1cb08f !important;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: #1cb08f;
  font-weight: 600;
}

.accordion-button:focus {
  box-shadow: none;
}

#accordionExample .menu-item h6 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
#accordionExample .menu-item p {
  font-size: 10px;
  color: #8a858d;
}

.mega-menu {
  .offcanvas-menu {
    width: 90%;
    border-radius: 0 20px 0 0;
    .nav-link {
      padding: 1rem 1.25rem;
    }
  }
  .accordion-item {
    border: none;
  }
  .accordion-button::after {
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
  }
}