/* ============================== New Page CSS Start 02-09-2022 ============================== */
/* @import "compass/css3"; */
/* @font-face {
    font-family: "roboto";
    src: url("css/fonts/roboto/RobotoCondensed-Bold.ttf");
   
} */

/* @font-face {
    font-family: "robottobold";
    src: url('"css/fonts/roboto/Roboto-Bold.ttf');
} */
html {
  scroll-behavior: smooth;
}
* {
  font-family: helvetica neue, helvetica, arial, sans-serif;
}
/*
body {
    font-family: "roboto", Helvetica, Arial, sans-serif !important;
    transition: background-color .5s;
}
*/

body {
  font-family: helvetica neue, helvetica, arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #505c61;
  background-color: #fff;
  font-weight: 200;
}
p {
  font-size: 18px;
  color: #000;
  line-height: 29px;
}
#prithvi .logo img {
  width: 75%;
}

@-webkit-keyframes bounce {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}

@keyframes bounce {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}
.bounce {
  -webkit-animation: bounce 2s;
  animation: bounce 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* @keyframes bounce {
    50% {
        transform: translateY(-10px);
      }
    } */
.scroll_arrow img {
  -webkit-animation: bounce 2s;
  animation: bounce 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  width: 30px;
  /* animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95); */
  cursor: pointer;
  height: 33px;
  top: 10px;
  position: relative;
  text-align: center;
  right: -1px;
}
.new__hero {
  position: relative;
  z-index: 9;
  /* border-bottom: 10px solid #447da9; */
  /* margin-bottom: 30px; */
}
.tab_screen {
  display: none;
}
.after__arrow {
  background: #447da9;
  position: relative;
  text-align: center;
  height: 10px;
  z-index: -1;
}
.scroll_arrow {
  position: relative;
}
.scroll_arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  background: linear-gradient(135deg, #4d7dab00 0%, #4d7dab, #3cc6ef);
  padding: 23px 10px 10px 24px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translate(-50%, -63%) rotate(45deg);
  height: 90px;
  width: 90px;
}

.hero_head {
  margin: 0px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #fff;
  font-size: 45px;
}
.nw__border {
  border-bottom: 3px solid #20abb1;
  padding-bottom: 10px;
  display: inline-block;
}

.new__hero_hoverlay__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 94%;
}
.items_doted {
  display: inline-block;
  padding: 30px;
  /* border: 1px solid #e5e5e56e;
    border-style: dashed;
    border-radius: 15px;
    border-bottom-right-radius: 164px 146px; */
  color: #fff;
}
.inner_items {
  display: flex;
}
.inner_left_items {
  width: 50%;
}
.inner_right_items {
  width: 50%;
  text-align: center;
}
.inner_right_items svg {
  width: 75%;
}
.ais_img {
  margin-top: 40px;
}
.items_content {
  padding: 30px;
  position: relative;
}
.items_content::before {
  content: "";
  height: 60%;
  width: 10px;
  background: linear-gradient(45deg, #276795, #20abb1);
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.items_content h3 {
  color: #fff;
}
.items_content p {
  color: #fff;
}
/* .new__hero::after{
    content: url('../img/new-site/down-arrow.svg');
    background: #0bc6cc;
    left: 50%;
} */

.grad_bg {
  background: linear-gradient(
    180deg,
    rgba(90, 141, 201, 0.34) -31.66%,
    rgba(217, 217, 217, 0) 132.44%
  );

  /* z-index: -9; */
}
.section_heading {
  font-size: 40px;
  color: #000;
}
.head_color {
  color: #20a7af;
  font-weight: 600;
}
.line {
  background: #2a3478;
  width: 130px;
  display: inline-block;
  height: 2px;
  position: relative;
  margin-bottom: 7px;
}
.line::before {
  content: "";
  background: #3fa7b0;
  width: 130px;
  position: absolute;
  top: -4px;
  height: 2px;
}
.center__heading .line::before {
  transform: translate(-50%, -50%);
  top: -3px;
}
.img_wt {
  width: 100%;
}
.section {
  padding: 50px 0px;
  position: relative;
}
/* .new_header .container-fluid{
    display: initial;
} */

.align-items-center {
  display: flex;
  align-items: center;
}
/* #prithvi */

.top_right {
  position: absolute;
  top: 0;
  right: 2%;
}
#prithvi a.nav-link {
  text-transform: uppercase;
  position: relative;
  padding: 6px 12px;
  font-size: 12px;
  color: #454647;
}
#prithvi .navbar-nav {
  margin-top: 10px;
}
.head > li.iconHolder > a.trackOrderBtn {
  color: white;
  margin-right: 5px;
  font-size: 10px;
  padding: 3px 5px;
  margin-top: 5px;
  background-color: #082e6c;
}
.flag {
  position: absolute;
  top: 0;
  background: #fff;
  padding: 10px 15px;
  border-radius: 0px 0px 10px 10px;
  border: 1px solid #4d7dab;
  display: flex;
  align-items: center;
}
.m_india {
  font-size: 20px;
  font-weight: 700;
  color: #2a3478;
  margin-left: 10px;
  display: inline-block;
}
.sec_list li {
  list-style-type: none;
  font-size: 18px;
  line-height: 10px;
  color: #000;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.sec_list li::before {
  content: url(../img/new-site/li.svg);
  vertical-align: middle;
  padding-right: 14px;
}
.sec_list {
  padding: 0px;
}
.center__heading {
  width: 70%;
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
}
/* .tab-content .tabs_left {
  padding-right: 130px;
} */

.tabs__bg {
  background: linear-gradient(45deg, #d0ddef, #fcfdfd);
  border-radius: 30px;
  border: 1px solid #c1c1c1;
  padding: 30px;
}
.tabs__bg .nav-tabs {
  justify-content: space-between;
  border: 0;
}
.tabs__bg .nav-tabs a p {
  font-size: 17px;
  position: relative;
  margin: 0px;
  padding-bottom: 18px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 600;
}
.tabs__bg .nav-tabs .active a p {
  color: #20a6af;
}
/* .tabs__bg .nav-tabs a p {
  color: #2a3478;
} */
.tabs__bg .nav-tabs a:hover {
  text-decoration: none;
}
.tabs__bg .nav-tabs li {
  padding: 0px 10px;
}
.tabs__bg .nav-tabs .active a p::after {
  content: "";
  height: 7px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #20a6af;
  animation: load 6s normal forwards;
  border-radius: 30px;
}
.tabs__bg .nav-tabs a p::before {
  content: "";
  height: 7px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: 30px;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.tab-content {
  padding: 30px 10px;
}

/* .feature_text{
    font-size: 77px;
    -webkit-text-stroke: 1px black;
    -webkit-text-fill-color: white;
    transform: rotate(90deg);
    display: inline-block;
  } */

.feature {
  background: #e7f6f6;
  border-radius: 30px;
}
.main_feature {
  width: 80%;
  margin: auto;
}
.top_head_feature {
  text-align: center;
  margin-bottom: 40px;
}
.top_head_feature h3 {
  display: inline-block;
  background: #daf2f1;
  padding: 10px 40px;
  border-radius: 0px 0px 20px 20px;
  font-size: 22px;
  font-weight: 600;
  color: #000;
}
.feature_right_list ul {
  position: relative;
}
.feature_right_list ul::before {
  content: "";
  position: absolute;
  left: 40px;
  height: 100%;
  width: 1px;
  background: #c1c1c1;
  top: 0;
}
.feature_right_list li {
  background: url(../img/new-site/fl.svg);
  font-size: 18px;
  line-height: 64px;
  color: #000;
  padding-left: 30px;
  list-style: none;
  background-repeat: no-repeat;
  background-position-y: center;
}
.feature_item {
  border: 1px solid #c1c1c1;
  border-radius: 30px;
  padding: 30px;
}
.first_ftr img {
  position: relative;
  left: -30px;
}
.certified_logo {
  text-align: center;
  margin-top: 30px;
}
.grad_bg_secndr {
  background: linear-gradient(96deg, #cfcfcf, #8fced4);
  border-radius: 30px;
  border: 1px solid #c1c1c1;
  padding: 30px;
}

/* .appStoreIcon{
    width: 40%;
} */
.appStoreIcon a img {
  margin: 10px 0px;
}

/*----Sticky Footer----*/

footer {
  background: #192b3f;
  color: white;
}

footer li:not(:last-child):after {
  content: " |";
  margin-left: 10px;
  margin-right: 10px;
}
.bg_rds {
  padding: 30px;
  border-radius: 30px;
}

.overflowImage {
  margin-left: -65px;
}
.banner_btn {
  display: flex;
}
.banner_btn .btn {
  width: 250px;
  padding: 0;
  margin: 10px;
}
.btn_main {
  width: 100%;
  display: inline-block;
  background: #47c4d4;
  padding: 10px 5px;
  color: #132f6e;
  border-radius: 8px;
  border: 1px solid #47c4d4;
  transition: all 0.5s ease;
  font-weight: 700;
}
.btn_main:hover {
  text-decoration: none;
  background: transparent;
  border: 1px solid #47c4d4;
  transition: all 0.5s ease;
  color: #fff;
}
.showbtn {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  position: absolute;
  width: 100%;
  top: 13px;
  opacity: 0;
  visibility: hidden;
  user-select: none;
  transition: all 0.5s ease;
}
.showbtn .showIcon {
  width: 50%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.animated_btn {
  position: relative;
}
.animated_btn:hover .showbtn {
  top: 45px;
  opacity: 1;
  visibility: visible;
  /* user-select:initial; */
  transition: all 0.5s ease;
}
.showIcon {
  text-decoration: none;
  background: transparent;
  border: 1px solid #47c4d4;
  transition: all 0.5s ease;
  color: #fff;
  padding: 5px;
  border-radius: 8px;
}
.showIcon:hover {
  background: #fff;
  border: 1px solid #fff;
}
