@font-face {
  font-family: MinionPro;
  src: url(../fonts/MinionPro-Regular.otf);
}

@font-face {
  font-family: Foco_Trial_Bd;
  src: url(../fonts/Foco_Trial_Bd.ttf);
}

@font-face {
  font-family: HelveticaNeue;
  src: url(../fonts/HelveticaNeue-01.ttf);
}

@font-face {
  font-family: HelveticaNeue-Bold;
  src: url(../fonts/HelveticaNeue-Bold-02.ttf);
}

@font-face {
  font-family: HelveticaNeue-Italic;
  src: url(../fonts/HelveticaNeue-Italic-03.ttf);
}

@font-face {
  font-family: HelveticaNeue-Light;
  src: url(../fonts/HelveticaNeue-Light-08.ttf);
}

@font-face {
  font-family: OpenSans-LightItalic;
  src: url(../fonts/OpenSans-LightItalic.ttf);
}

@font-face {
  font-family: HelveticaNeue-Medium;
  src: url(../fonts/HelveticaNeue-Medium-11.ttf);
}

:root {
  --chart-green: #a4d9a1;
  --chart-yellow: #f0f093;
  --chart-orange: #f0c891;
  --chart-red: #e78b8e;
  --grey-bg-dark: #e2e2e2;
  --grey-bg-main: #f9f9f9;
  --grey-bg-light: #f2f2f2;
  --grey-dark: #272727;
  --grey-text-light: #bab9b9;
  --grey-text-dark: #818080;
  --grey-text-darker: #707070;
  --orange-main: #ed8b00;
  --red-error: #eb1c26;
  --white: #ffffff;
}

body {
  font-family: HelveticaNeue;
}

a {
  text-decoration: none;
  outline: none;
}

h1 {
  font-family: HelveticaNeue-Light;
}

h2 {
  font-family: HelveticaNeue-Light;
  margin-bottom: 20px;
}

h3 {
  font-family: HelveticaNeue-Light;
}

h4 {
  font-family: HelveticaNeue-Light;
}

h5 {
  font-family: HelveticaNeue-Light;
}

h6 {
  font-family: HelveticaNeue-Light;
}

p {
  font-family: HelveticaNeue;
  font-size: 17px;
  color: var(--grey-dark);
}

.box {
  max-width: 1170px !important;
  margin: 0 auto;
}

.clr {
  color: var(--orange-main);
}

.floatright {
  float: right;
}

.floatleft {
  float: left;
}

.mb-auto {
  margin-bottom: auto;
}

.mt-auto {
  margin-top: auto;
}

.d-flex {
  display: flex;
}

.font-weight-700 {
  font-weight: 700;
}

.space-between {
  display: flex;
  justify-content: space-between;
}

.text-center {
  text-align: center !important;
}

.mx-auto {
  margin: 0 auto;
}

b {
  font-family: HelveticaNeue !important;
}

/****************************** start pre define classes ****************************/

.mt1 {
  margin-top: 10px !important;
}

.mt2 {
  margin-top: 20px;
}

.mt3 {
  margin-top: 30px;
}

.mt4 {
  margin-top: 40px;
}

.mt5 {
  margin-top: 50px;
}

.mt6 {
  margin-top: 60px;
}

.mt7 {
  margin-top: 70px;
}

.mt8 {
  margin-top: 80px;
}

.mt9 {
  margin-top: 90px;
}

.mt10 {
  margin-top: 100px;
}

.mt11 {
  margin-top: 110px;
}

.mt12 {
  margin-top: 120px;
}

.mb1 {
  margin-bottom: 10px;
}

.mb2 {
  margin-bottom: 20px;
}

.mb3 {
  margin-bottom: 30px;
}

.mb4 {
  margin-bottom: 40px;
}

.mb5 {
  margin-bottom: 50px;
}

.mb6 {
  margin-bottom: 60px;
}

.mb7 {
  margin-bottom: 70px;
}

.mb8 {
  margin-bottom: 80px;
}

.mb9 {
  margin-bottom: 90px;
}

.mb10 {
  margin-bottom: 100px;
}

.mb11 {
  margin-bottom: 110px;
}

.mb12 {
  margin-bottom: 120px;
}

.pb0 {
  padding-bottom: 0;
}

.pb1 {
  padding-bottom: 10px;
}

.pb2 {
  padding-bottom: 20px;
}

.pb3 {
  padding-bottom: 30px;
}

.pb4 {
  padding-bottom: 40px;
}

.pb5 {
  padding-bottom: 50px;
}

.pb6 {
  padding-bottom: 60px;
}

.pb7 {
  padding-bottom: 70px;
}

.pb8 {
  padding-bottom: 80px;
}

.pb9 {
  padding-bottom: 90px;
}

.pb10 {
  padding-bottom: 100px;
}

.pb11 {
  padding-bottom: 110px;
}

.pb12 {
  padding-bottom: 120px;
}

.pt1 {
  padding-top: 10px;
}

.pt2 {
  padding-top: 20px;
}

.pt3 {
  padding-top: 30px;
}

.pt4 {
  padding-top: 40px;
}

.pt5 {
  padding-top: 50px;
}

.pt6 {
  padding-top: 60px;
}

.pt7 {
  padding-top: 70px;
}

.pt8 {
  padding-top: 80px;
}

.pt9 {
  padding-top: 90px;
}

.pt10 {
  padding-top: 100px;
}

.pt11 {
  padding-top: 110px;
}

.pt12 {
  padding-top: 120px;
}

.main-title {
  font-size: 36px;
}

.actual {
  color: #1262ff !important;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.ml-15 {
  margin-left: -15px;
}

.mr-15 {
  margin-right: -15px;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.white {
  color: var(--white) !important;
}

.main-page {
  background: var(--grey-bg-main);
}

.btn-orange {
  background-color: var(--orange-main);
  border: 1px solid var(--orange-main);
  border-radius: 5px;
  color: var(--white);
  float: right;
  font-family: HelveticaNeue;
  padding: 6px 40px;
}
.btn-orange:hover {
  background-color: var(--white);
  color: var(--orange-main);
}

.btn-clr {
  background: var(--orange-main);
  border: 1px solid var(--orange-main);
  color: var(--white);
  padding: 12px 30px;
  border-radius: 30px;
  display: inline-block;
  font-size: 18px;
}

.btn-clr:hover {
  background: transparent;
  color: var(--orange-main);
}

.btn-tra {
  background: transparent;
  border: 1px solid var(--orange-main);
  color: var(--orange-main);
  padding: 12px 30px;
  border-radius: 30px;
  display: inline-block;
  font-size: 18px;
}

.btn-tra:hover {
  background: var(--orange-main);
  color: var(--white);
  border-radius: 30px;
}

.btn-white {
  background: transparent;
  border: 1px solid var(--white);
  color: var(--white);
  padding: 12px 30px;
  border-radius: 30px;
  display: inline-block;
  font-size: 18px;
}

.btn-white:hover {
  background: var(--white);
  border: 1px solid var(--white);
  color: var(--orange-main);
  border-radius: 30px;
}

/****************************** end pre define classes ****************************/

.navigation {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 99;
}

#pnc-brand img {
  height: 60px;
}

.navbar-brand {
  padding-left: 0px;
  height: auto;
  padding-top: 20px;
  margin-left: 0px !important;
}

.navbar-brand img {
  max-width: 205px;
}

.navbar-right {
  margin-top: 35px;
  margin-right: 0px;
}

.navbar-default {
  background-color: var(--orange-main);
  font-size: 14px;
  margin-bottom: 0px;
}

.navbar-default .navbar-nav > li:after {
  content: "/";
  position: absolute;
  right: 0;
  top: 10px;
  color: var(--white);
}

.navbar-default .navbar-nav > li:first-child:after,
.navbar-default .navbar-nav > li:last-child:after {
  content: "";
}

.navbar-default .navbar-nav > li > a {
  /*padding:7px 15px; */
  padding: 10px 40px;
  color: var(--white);
  text-align: center;
  border: 1px solid var(--white);
  border-radius: 20px;
  transition: 0.2s ease-in;
}

.navbar-default {
  border: none !important;
}

.navbar-default .navbar-nav > li > a:hover {
  color: var(--orange-main);
  background-color: var(--white);
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: var(--white);
  background: transparent;
}

.intro-menu {
  border: 1px solid var(--white);
  border-radius: 30px;
}

.intro-menu img {
  width: 20px;
  float: left;
  margin-right: 8px;
}

/* ul.navbar-nav li:last-child{border:1px solid #fff; border-radius: 20px;} */

/* .navbar-header-image */

/* { */

/* background-image: url("../images/header-bg_1.png"); */

/* background-position: center; */

/* background-repeat: no-repeat; */

/* background-size: cover; */

/* height: auto; */

/* width: 100%; */

/* } */

.navbar-header-image {
  background-color: var(--orange-main);
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.menu_toggal {
}

.side_menu_area {
  position: fixed;
  z-index: 1500;
  height: 100vh;
  width: 100%;
  top: 0px;
  transition: all Cubic-bezier(0.33, 1, 0.33, 1) 0.3s;
  display: none;
}

.side_menu_area.active {
  display: block;
}

.side_menu_outter {
  background: rgba(30, 30, 30, 0.8);
  position: fixed;
  width: 25%;
  right: -25%;
  top: 0;
  z-index: 2000;
  height: 100vh;
  transition: all Cubic-bezier(0.33, 1, 0.33, 1) 0.3s;
}

.side_menu_outter.show {
  right: 0;
  transition: all Cubic-bezier(0.33, 1, 0.33, 1) 0.3s;
}

.side_menu_inner {
  padding: 0 20%;
  text-align: right;
}

.menu_close_outter {
  padding: 15px 0;
}

.menu_close {
  color: var(--white);
}

.menu_close:hover {
  color: var(--white);
}

.main_menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.main_menu li {
  margin: 40px 0px;
}

.main_menu li a {
  font-size: 24px;
  color: var(--orange-main);
}

.main_menu li a:hover {
  color: var(--orange-main);
}

.mega_menu_outter {
  background: rgba(30, 30, 30, 0.8);
  position: fixed;
  width: 100%;
  top: -100%;
  z-index: 2000;
  transition: all Cubic-bezier(0.33, 1, 0.33, 1) 0.3s;
}

.mega_menu_outter.show {
  top: 0;
  transition: all Cubic-bezier(0.33, 1, 0.33, 1) 0.3s;
}

.mega_menu_inner {
  padding: 30px;
  padding-bottom: 80px;
  padding-top: 0px;
}

.mega_menu_inner .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.mega_menu_inner .row > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.mega_menu_inner .menu_close_outter {
  padding: 15px;
  text-align: right;
}

.mega_menu_title {
  color: var(--orange-main);
  font-size: 20px;
  margin: 30px 0px;
}

.mega_menu_inner ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.mega_menu_inner ul li {
  margin: 5px 0;
}

.mega_menu_inner ul li a {
  color: var(--white);
}

.mega_menu_inner ul li a:hover {
  color: var(--white);
}

/********************************* banner **************************************/

.home-banner-outter {
  position: relative;
}

.home-banner-inner {
  max-width: 1140px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* padding:265px 0px; */
  padding: 170px 0px;
}

.home-banner-inner img {
  height: 100px;
  width: 100px;
  margin-left: 140px;
}

.home-banner {
  position: relative;
  min-height: 800px;
  background: url(../images/home-banner-back.png);
  background-size: cover;
  background-position: bottom;
}

.home-banner:after {
}

.banner-content {
  font-family: HelveticaNeue-Light !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 16%;
  z-index: 2;
  width: 100%;
}

.serach-header {
  max-width: 360px;
  background: var(--white);
  width: 100%;
  padding: 5px;
  border-radius: 30px;
  display: inline-block;
}

.search-text input {
  border: none;
  border: 0px none;
  border-radius: 20px;
  outline: none;
  padding: 7px 12px;
  font-size: 17px;
  width: 85%;
  float: left;
  color: #888;
}

.search-btn button {
  border: none;
  padding: 10px;
  width: 40px;
  float: right;
  border-radius: 20px;
  background: #333333;
  color: var(--white);
}

.search-btn button:hover {
  background-color: var(--orange-main);
  color: var(--white);
}

.home-banner-title {
  color: var(--white);
  margin-bottom: 30px;
  font-family: HelveticaNeue-Light !important;
  font-size: 60px;
}

.home-banner-desc {
  max-width: 360px;
  color: var(--white) !important;
  text-align: left;
  font-size: 16px;
  font-family: HelveticaNeue !important;
  margin-bottom: 30px;
}

.home-left-text {
  color: var(--white);
  text-align: left;
  font-size: 17px;
  width: 60%;
}

.home-left-btn {
  color: var(--white);
  text-align: left;
  font-size: 17px;
}

.home-section-2 {
  background: url("../images/sec-2.jpg");
  background-size: cover;
  background-position: top right;
  padding: 160px 0px;
  margin-top: -280px;
  padding-top: 400px;
}

/* ***************section 2 *********************** */

.section-2-text {
}

.section-2-text .big-txt {
  font-size: 30px;
  margin-bottom: 30px;
  letter-spacing: 2px;
  color: var(--white) !important;
  font-weight: bold !important;
}

.section-2-text p {
  color: var(--white);
  margin-bottom: 5px;
}

/* ***************section 2 Over*********************** */

/******************************* end banner **************************************/

/******************************* start section3 **************************************/

.home-section-3 {
  padding-top: 50px;
  padding-bottom: 70px;
}

.home-section-3 h1 {
  font-size: 35px;
  color: var(--grey-dark);
  text-align: left;
  font-family: HelveticaNeue !important;
  margin-bottom: 60px;
}

.home-section-3 h2 {
  font-size: 30px;
  color: var(--orange-main);
  text-align: left;
  font-family: HelveticaNeue-Bold !important;
}

.section-title {
  font-size: 46px;
  margin-top: 0px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.home-section-3 p {
  font-size: 16px;
  color: var(--grey-dark);
  font-family: HelveticaNeue-Light !important;
}

.list-numbered {
  list-style: none;
  margin-left: 2em;
  margin-top: 30px;
  counter-reset: line;
  padding-left: 0px !important;
}

.list-numbered > li {
  position: relative;
  margin-bottom: 1em;
  font-family: HelveticaNeue-Light !important;
  font-size: 20px;
  color: var(--grey-dark);
}

.list-numbered > li:before {
  position: absolute;
  /* left: -2.25em; */
  left: -1.85em;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 0.5em;
  color: var(--grey-dark);
  text-align: center;
  line-height: 1.25em;
  counter-increment: line;
  content: counter(line);
}

.home-section-3 figcaption {
  font-family: HelveticaNeue-Medium !important;
  font-size: 14px;
  color: var(--orange-main);
  margin-top: 10px;
}

/******************************* end section3 **************************************/

/******************************* start section4 **************************************/

.home-sec-4 {
  /* background: -webkit-gradient(linear,left top,right top,color-stop(21.5%,#e98c00),color-stop(21.5%,#e08700)); */
  /* background: -webkit-linear-gradient(left,#e98c00 21.5%,#e08700 21.5%); */
  /* background: -moz-linear-gradient(left,#e98c00 21.5%,#e08700 21.5%); */
  /* background: linear-gradient(112deg, #e98c00 21.5%,#e08700 21.5%); */
  background-color: var(--orange-main);
}

.home-sec-4 h1 {
  font-size: 40px;
  text-align: left;
  font-family: HelveticaNeue !important;
}

.home-sec-4 p {
  font-size: 18px;
  text-align: left;
  font-family: HelveticaNeue !important;
  color: var(--grey-dark);
}

.home-sec-4 ul {
  padding-left: 15px !important;
}

.sec-4-img {
  padding-top: 100px;
  position: relative;
}

.badge-img {
  position: absolute;
  top: 80px;
  right: 50%;
  max-height: 150px;
  border-radius: 11px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
}

.display-table {
  display: table;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/******************************* end section4 **************************************/

/* ******************************this-come-about-section ***************************** */

.this-come-about-section {
  background-color: var(--grey-dark);
  padding-top: 70px;
  padding-bottom: 120px;
}

.this-come-about-section h1 {
  color: var(--orange-main);
  font-size: 35px;
  font-family: HelveticaNeue !important;
  margin-bottom: 50px;
}

.this-come-about-section h6 {
  color: var(--white);
  font-size: 25px;
  font-family: HelveticaNeue-Light !important;
}

.this-come-about-section p {
  color: var(--grey-bg-dark);
  font-size: 18px;
  font-family: HelveticaNeue-Light !important;
}

/* ******************************this-come-about-section Over***************************** */

/******************************* start footer **************************************/

.footer {
  /* background: -webkit-gradient(linear,left top,right top,color-stop(86%,#000),color-stop(86%,#1f1f1f));
    background: -webkit-linear-gradient(left,#000 86%,#1f1f1f 86%);
    background: -moz-linear-gradient(left,#000 86%,#1f1f1f 86%);
    background: linear-gradient(112deg, #000 16%,#1f1f1f 16%); */
  background-color: var(--grey-dark);
  padding: 40px 0px;
  margin-top: 80px;
}

.footer-menu {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.footer-menu li {
  float: left;
  padding: 5px 20px 5px 15px;
  position: relative;
}

.footer-menu li:after {
  content: "/";
  position: absolute;
  right: 0;
  top: 5px;
  color: var(--white);
  font-size: 18px;
}

.footer-menu li a {
  color: var(--white);
  font-size: 18px;
}

.footer-menu li:last-child:after {
  content: "";
}

.social-menu {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: inline-block;
  float: left;
}

.social-menu li {
  float: left;
  padding: 5px 10px;
}

.social-menu li a {
  color: var(--white);
  font-size: 24px;
}

.footer-text {
  margin-top: 40px;
}

.footer-text p {
  color: #6d6d6d;
  font-size: 13px;
  margin-bottom: 0px !important;
}

/* .footer-inner{ max-width:84%; margin:auto; } */

.footer-inner {
  max-width: 100%;
  margin: auto;
}

.footer-text .copyright-p {
  margin-top: 20px;
}

/******************************* end footer **************************************/

/* ========================== Common Start ========================= */

/*p{margin-bottom: 0;color: #57595A;}*/

/*a{text-decoration: none;color: #57595A;}*/

/*a:hover{text-decoration: none;color: #57595A;font-weight: 600;}*/

/*li{color: #57595A;}*/

.bgimg {
  position: relative;
  float: left;
  width: 100%;
}

.tzbody {
  overflow-x: hidden;
}

.tzbgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tzbgimg::after {
  background: url("../images/bg.png");
  content: "";
  background-repeat: repeat;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 27%;
  background-size: contain;
}

.simplehide {
  display: none;
}

/* ========================== Common End ========================= */

/* ========================== Header Start ========================= */

.tzheader {
  background: #ed964a;
  padding: 20px 0;
  position: relative;
}

p.header_right_text {
  color: var(--white);
  text-align: right;
  font-size: 2.5rem;
  margin-bottom: 0;
  position: relative;
  right: 0;
  bottom: 0;
  margin-top: 22px;
}

.logo {
  max-width: 150px;
  position: relative;
  z-index: 100;
}

.logo img {
  width: 100%;
}

/* ========================== Header End ========================= */

/* ========================== Section Start ========================= */

.section_main {
  width: 100%;
  float: left;
  padding: 30px 0 0px 0;
  position: relative;
  height: calc(100vh - 100px);
}

/* ========================== Section End ========================= */

/* ========================== Section 1 Start ========================= */

.section_main .section1 {
}

.section_main .section1 .title_text {
  color: #ed964a;
  font-size: 2.7rem;
  line-height: 33px;
  font-family: HelveticaNeue-Light !important;
}

.section_main .section1 .section1_1 {
  margin-top: 100px;
}

.section_main .section1 .section1_1 img {
}

.section_main .section1 .section1_1 p {
  margin-top: 15px;
  font-size: 14px;
  position: relative;
  z-index: 100;
}

.section_main .section1 .section1_1 p a {
  color: var(--grey-dark);
}

/* ========================== Section 1 End ========================= */

/* ========================== Section 2 Start ========================= */

.section_main .section2 {
  position: relative;
  z-index: 100;
}

.section_main .section2 .section2_1 {
  margin-top: 20px;
}

.section_main .section2 .section2_1.section2_1_1 {
  margin-top: 30px;
}

.section_main .section2 .section2_1 .title_ref {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}

.section_main .section2 .section2_1 ul {
  padding-left: 0px;
}

.section_main .section2 .section2_1 ul li {
  display: inline-block;
  border-top: 1px solid #ccc;
  width: 100%;
  float: left;
  padding: 10px 0px 10px 10px;
  font-size: 14px;
}

.section_main .section2 .section2_1 ul li:last-child {
  border-bottom: 1px solid #ccc;
}

.section_main .section2 .section2_1 ul li img {
  float: left;
}

.section_main .section2 .section2_1 ul li span {
  margin-top: 2px;
  float: left;
  margin-left: 8px;
  font-family: HelveticaNeue-Medium;
  font-size: 13px;
}

.section_main .section2 .section2_1 ul li span a {
  color: var(--grey-dark);
}

/* ========================== Section 2 End ========================= */

/* ========================== Section 3 Start ========================= */

.section_main .section3 {
}

.section_main .section3_1 {
}

.section_main .section3_1 img {
  /*width: 100%;*/
  max-width: 94%;
}

.section_main .section3_1 .section3_1_1 {
  width: 100%;
  float: left;
  margin-left: 32px;
  margin-top: 15px;
}

.section_main .section3_1 .section3_1_1 .section3_1_1_title {
  color: #ed964a;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
}

.section_main .section3_1 .section3_1_1 ul {
  padding-left: 0;
}

.section_main .section3_1 .section3_1_1 ul li {
  font-size: 14px;
  list-style: none;
  position: relative;
}

.section_main .section3_1 .section3_1_1 ul li.title {
  font-weight: bold;
}

.section_main .section3_1 .section3_1_1 ul li.desc span {
}

.section_main .section3_1 .section3_1_1 ul li.desc span::before {
  display: inline-block;
  content: "";
  border-top: 1px solid;
  width: 8px;
  margin: 0;
  transform: translateY(-1rem);
  position: absolute;
  top: 21px;
}

.section_main .section3_1 .section3_1_1 ul li.desc p {
  padding-left: 18px;
  font-size: 14px;
  margin-bottom: 5px;
}

/* ========================== Section 3 End ========================= */

/* ==============================features page =============================== */

.features-page {
  position: relative;
  margin-top: 80px;
  padding-left: 0px;
  margin-bottom: 80px;
}

.features-page .heading-section {
  margin-bottom: 50px;
  margin-top: 50px;
}

.features-page h1 {
  font-family: HelveticaNeue !important;
  font-size: 30px;
  text-align: left;
  color: var(--grey-dark);
  margin-bottom: 25px;
}

.features-page small {
  font-size: 14px;
  font-family: HelveticaNeue-Medium !important;
  color: #ee9617;
}

.features-page p {
  font-family: HelveticaNeue !important;
  font-size: 14px;
  color: var(--grey-dark);
}

.features-page p span {
  font-family: HelveticaNeue-Medium !important;
  font-size: 14px;
  color: #454545;
  font-style: italic;
}

.features-page p strong {
  font-family: HelveticaNeue-Light !important;
  font-size: 14px;
  color: var(--grey-dark);
}

.features-page h6 {
  font-family: HelveticaNeue-Medium !important;
  font-size: 18px;
  color: var(--grey-dark);
  margin-top: 40px;
}

.features-page-content figcaption {
  font-family: HelveticaNeue-Medium !important;
  font-size: 14px;
  color: var(--orange-main);
  margin-top: 10px;
}

.features-right-image-2 {
  margin-top: 150px;
}

.right-button-div {
  margin-top: 30px;
}

.right-button-div a {
  background-color: var(--grey-text-light);
  font-family: HelveticaNeue-Medium !important;
  color: var(--white);
  font-size: 18px;
  padding: 10px 25px;
  border-radius: 25px;
}

/* ==============================features page Over=============================== */

/* ===========================Privacy page ========================= */

.privacy-page-heading {
  position: relative;
  margin-top: 130px;
  padding-left: 0px;
  margin-bottom: 80px;
}

.privacy-page-heading h1 {
  font-family: HelveticaNeue !important;
  font-size: 35px;
  text-align: left;
  color: var(--grey-dark);
  margin-bottom: 25px;
}

.privacy-page-heading h5 {
  font-family: HelveticaNeue-Medium !important;
  font-size: 22px;
  /* color: var(--grey-dark);  */
  color: #404040;
  margin-top: 40px;
  line-height: 1.5;
}

.privacy-page-chart-one {
  background-color: var(--grey-bg-light);
  padding: 30px 0px;
}

.privacy-page-chart-one h1 {
  font-family: HelveticaNeue-Medium;
  font-size: 22px;
  color: var(--grey-dark);
  margin-bottom: 20px;
}

.chart-one-image {
  background-image: url("../images/chart-1.png");
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: contain;
  height: 600px;
  width: auto;
  margin-top: 20px;
  margin-left: 80px;
}

.privacy-page-chart-one .chart2 {
  margin-bottom: 25px;
  margin-top: 25px;
}

.chart-1-right {
  background-image: url("../images/privacy_respect.png");
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: contain;
  height: 280px;
  width: 100%;
  margin-top: 55px;
}

.table-1-section .fieldname {
  font-family: HelveticaNeue;
  font-size: 16px;
  color: var(--grey-dark);
  margin-top: 3px;
  margin-bottom: 3px;
}

.table-1-section .data {
  font-family: HelveticaNeue-Medium;
  font-size: 16px;
  color: var(--grey-dark);
  margin-top: 3px;
  margin-bottom: 3px;
}

.table-1-section .data-red {
  font-family: HelveticaNeue-Medium;
  font-size: 16px;
  color: #e61018;
  margin-top: 3px;
  margin-bottom: 3px;
}

.privacy-page-chart-one .que-h {
  font-family: HelveticaNeue-Bold;
  font-size: 17px;
  color: var(--grey-dark);
  margin-top: 30px;
}

.privacy-page-chart-one .que-p {
  font-family: HelveticaNeue;
  font-size: 17px;
  color: var(--grey-dark);
  line-height: 23px;
}

/* ques section */

.ques-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ques-section h3 {
  font-family: HelveticaNeue-Medium;
  font-size: 22px;
  color: var(--grey-dark);
  text-align: left;
}

.ques-section h6 {
  font-family: HelveticaNeue;
  font-size: 17px;
  color: var(--grey-dark);
  text-align: left;
  margin-top: 20px;
  line-height: 23px;
}

/* ques section Over*/

/* chart 2 section */

.chart-2-section {
  background-color: var(--grey-bg-light);
  padding: 30px 0px;
  margin-bottom: -80px;
}

.chart-2-section h1 {
  font-family: HelveticaNeue-Medium;
  font-size: 22px;
  color: var(--grey-dark);
  margin-bottom: 20px;
}

.chart-2-image {
  background-image: url("../images/chart-2.png");
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: contain;
  height: 460px;
  width: auto;
  margin-top: 20px;
  margin-left: 70px;
}

.chart-2-section small {
  margin-left: 10px;
  color: var(--grey-text-dark);
  font-family: HelveticaNeue-Light;
}

.table-2-section .fieldname {
  font-family: HelveticaNeue;
  font-size: 16px;
  color: var(--grey-dark);
  margin-top: 4px;
  margin-bottom: 4px;
}

.table-2-section .data {
  font-size: 16px;
  color: var(--grey-dark);
  font-family: HelveticaNeue-Medium;
  margin-top: 4px;
  margin-bottom: 4px;
}

/* chart 2 section Over*/

/* ===========================Privacy page Over========================= */

/* ===============================our services =========================== */

/* ============= navbar ============= */
.navbar-top {
  background-color: var(--white);
  height: 90px;
  padding: 12px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.flex-align-center {
  display: flex;
  align-items: center;
}
.flex-justify-start {
  display: flex;
  justify-content: flex-start;
}
.flex-justify-center {
  display: flex;
  justify-content: center;
}
.flex-justify-end {
  display: flex;
  justify-content: flex-end;
}
.flex-justify-space-between {
  display: flex;
  justify-content: space-between;
}

.btn-dark {
  background: var(--grey-dark);
  border: none;
  border-radius: 5px;
  color: var(--white);
  margin-right: 20px;
  padding: 6px 28px;
}

.btn-dark:hover {
  background-color: var(--orange-main);
}

.navbar-top #btnlogo {
  background: transparent url(../images/pnc-padlock.png) no-repeat;
  background-size: contain;
  border: none;
  height: 60px;
  width: 50px;
}

.navbar-top #btnlogin {
  background: transparent url(../images/login.png) no-repeat;
  background-size: cover;
  border: none;
  height: 60px;
  width: 60px;
}

/* ============= navbar end ============= */

.footer-down-text p {
  color: var(--grey-text-light);
  font-size: 12px;
  font-family: HelveticaNeue-Light !important;
}

.footer-link-section {
  display: flex;
  justify-content: space-between;
}

.footer-links {
  width: 15%;
  padding: 1px;
}

.footer-links h3 {
  font-family: HelveticaNeue-Bold;
  font-size: 14px;
  color: var(--orange-main) !important;
  margin-bottom: 5px;
}

.footer-links a {
  color: var(--white);
  font-size: 12px;
  font-family: HelveticaNeue;
  line-height: 2;
}

.footer-links .sublink {
  margin-left: 15px;
}

.footer-links .footer-icon {
  font-size: 30px;
  color: var(--white);
}

.footer-links p {
  color: var(--grey-text-light);
  font-size: 12px;
  font-family: HelveticaNeue-Light;
}

.footer-margin-left {
  margin-left: 20px;
}

.footer-sub-head {
  font-family: HelveticaNeue-Bold;
  font-size: 13px;
  color: var(--white);
  margin-bottom: 5px;
}

.footer-sub-head a {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
}

.footer-link-section .footer-links:nth-child(2) {
  width: 20% !important;
}

.footer-w10 {
  width: 10% !important;
}

.footer-w20 {
  width: 20% !important;
}

.common-heading-section {
  margin-top: 100px;
  margin-bottom: 60px;
}

.common-heading-section h1 {
  font-family: HelveticaNeue-Light;
  color: var(--grey-dark);
  font-size: 45px;
  text-align: left;
}

.icon-heading {
  position: relative;
  display: flex;
  align-items: center;
}

.icon-heading span {
  max-width: 70px;
  margin-right: 40px;
}

.icon-heading span img {
}

.pad50 {
  padding: 50px;
}

.grey-img-sec {
  background: var(--grey-bg-light);
  padding: 20px;
  border-radius: 15px;
  margin: 35px 0 40px;
}

.navigator-single-chart {
  margin: 40px 0;
}

.navigator-single-chart h4 {
  font-family: HelveticaNeue !important;
  font-size: 16px;
  color: var(--grey-dark);
}

.navigator-sidebar-two .first-sec h3 {
  font-family: HelveticaNeue-Medium !important;
  font-size: 22px;
  color: var(--grey-dark);
  line-height: 28px;
  margin-top: 30px;
  text-align: left;
  margin-bottom: 30px;
}

.navigator-sidebar-two {
  padding: 30px 30px 0;
}

.first-sec {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 235px;
}

.box-navigator {
  padding: 0 30px;
  min-width: 160px;
}

.box-navigator2 {
}

.border-rone {
  border-right: 1px solid #adadad;
}

.mainrow {
  display: flex;
}

.small-grey-text-2 {
  font-size: 13px;
  color: #b5b5b5;
  margin-top: -15px;
  display: block;
}

.navigator-sidebar-two .first-sec h2 {
  font-size: 60px;
  font-family: HelveticaNeue-Bold !important;
  color: var(--grey-text-dark);
  margin: 0;
  text-align: center;
  letter-spacing: normal;
  line-height: normal;
}

.cost-price-title {
  font-size: 40px !important;
  margin-left: -10px !important;
}

.navigator-sidebar-two .first-sec p {
  font-size: 20px;
  font-family: HelveticaNeue-Bold !important;
  color: var(--grey-text-dark);
  line-height: 20px;
  margin-top: 10px;
}

.orgclr {
  color: var(--orange-main) !important;
}

.large {
  font-family: HelveticaNeue;
  color: var(--grey-dark);
  font-size: 22px;
  text-align: left;
  letter-spacing: 0.2px;
  line-height: 32px;
}

.common-heading-section h2 {
  font-family: HelveticaNeue;
  color: var(--grey-dark);
  font-size: 22px;
  text-align: left;
  letter-spacing: 0.2px;
  line-height: 32px;
}

.gray-sub-div {
  background: var(--grey-bg-light);
  margin: 30px 15px 25px 15px;
  border-radius: 10px;
}

.rethink-3-gray-sub-div h2 {
  font-family: HelveticaNeue-Medium;
  color: var(--grey-dark);
  font-size: 22px;
  letter-spacing: 0.11px;
  line-height: 25px;
  margin-top: 10px;
  align-self: flex-start;
}

.rethink-3-gray-sub-div p {
  align-self: flex-start;
  margin-bottom: auto;
}

.rethink-3-gray-sub-div .our-services-link {
  align-self: flex-end;
}

.gray-sub-div p {
  font-family: HelveticaNeue-Light;
  color: var(--grey-dark);
  font-size: 18px;
  letter-spacing: 0.09px;
  line-height: 25px;
}

.gray-sub-div h2 {
  font-family: HelveticaNeue-Medium;
  color: var(--grey-dark);
  font-size: 22px;
  letter-spacing: 0.11px;
  line-height: 25px;
}

.gray-sub-div h4 {
  font-family: HelveticaNeue-Light;
  color: var(--grey-dark);
  font-size: 16px;
  line-height: 25px;
}

.our-services-link a {
  color: var(--orange-main);
  font-family: HelveticaNeue-Medium;
  font-size: 16px;
}

.gray-sub-div .links {
  float: right;
}

.our-services-link {
  margin-top: 10px;
}

.copy-section div {
  margin-top: 50px;
  padding-left: 0;
}

.foundation-page-p {
  font-family: HelveticaNeue-Light !important;
  font-size: 18px;
  color: var(--grey-dark);
  line-height: 28px;
}

.foundation-page-sub-h {
  font-family: HelveticaNeue-Medium !important;
  font-size: 22px;
  color: var(--grey-dark);
  line-height: 28px;
  margin-top: 30px;
}

.small-grey-text {
  font-size: 11px;
  color: #b5b5b5;
  margin-top: -3px;
  display: block;
}

.digital_privacy {
  margin-top: 70px;
}

.digital_privacy h1 {
  font-family: HelveticaNeue-Light;
  color: var(--grey-dark);
  font-size: 45px;
  text-align: left;
}

.digital_privacy h2 {
  font-family: HelveticaNeue;
  color: var(--grey-dark);
  font-size: 24px;
  text-align: left;
  letter-spacing: 0.2px;
  line-height: 32px;
  margin-bottom: 70px;
}

.orange-h2 {
  font-family: HelveticaNeue;
  color: var(--orange-main) !important;
  font-size: 34px !important;
  text-align: left;
  letter-spacing: 0.2px;
  line-height: 44px !important;
  margin-bottom: 20px !important;
}

.mbt70 {
  margin-bottom: 70px !important;
}

.orange-h2 b {
  font-family: HelveticaNeue-Bold !important;
}

h2.light-black-h {
  font-family: HelveticaNeue-Medium;
  font-size: 22px;
  color: var(--grey-dark);
  line-height: 26px;
  margin-bottom: 1em;
}

.light-black-p {
  font-family: HelveticaNeue-Light !important;
  font-size: 18px;
  line-height: 26px;
  color: var(--grey-dark);
}

.caption-text {
  color: var(--orange-main);
  font-family: HelveticaNeue-Medium !important;
  font-size: 16px;
  margin-top: 30px;
}

.rethink-sec-2 .caption-text {
  align-items: flex-end;
  display: flex;
}

a.caption-text:hover {
  color: var(--orange-main);
  text-decoration: none;
}

.about-us-gray-bg {
  background-color: var(--grey-bg-light);
  padding: 10px;
}

.about-us-gray-bg .text-sec {
  float: right;
}

.about-us-bottom-content {
  margin-top: 50px;
  margin-bottom: 50px;
}

.banner-full {
  background-image: url("../images/home_banner-full-600.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: relative;
  padding-top: 70px;
  padding-bottom: 80px;
  margin-top: -1px;
}

.banner-h {
  font-family: HelveticaNeue-Light;
  font-size: 51px;
  letter-spacing: 0.26px;
  line-height: 62px;
  background: linear-gradient(to right, #ffffff33 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-p {
  font-family: HelveticaNeue-Light !important;
  font-size: 20px;
  color: var(--grey-dark);
  line-height: 32px;
}

.banner-right-image {
  position: absolute;
  content: url(../images/rethink-privacy-top.png);
  right: 0;
  bottom: 20%;
  height: auto;
  width: 35vw;
}

.banner-form-input {
  position: relative;
  background-color: var(--white);
  border-radius: 31px;
  padding: 15px;
  margin-top: 50px;
}

.banner-form-input input {
  width: 91%;
  border: 0;
}

.banner-form-input input:focus {
  outline: 0;
}

.banner-form-submit {
  position: absolute;
  content: "";
  right: 4px;
  top: 4px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background-color: var(--grey-dark);
  color: var(--white);
  font-family: HelveticaNeue-Bold;
  border: var(--grey-dark);
  font-size: 18px;
}

.rethink-sec-2 {
  margin-bottom: 70px;
}

.rethink-sec-2-h {
  color: var(--grey-dark);
  font-family: HelveticaNeue-Medium !important;
  font-size: 30px;
  line-height: 25px;
}

.rethinking-privacy-sec-2 {
  padding: 40px 0 60px;
}

.rethinking-privacy-sec-2 h2 {
  font-size: 35px;
  line-height: 40px;
}

.rethinking-privacy-sec-2 .number-container {
  padding: 30px 0 0;
  text-align: center;
}

.rethinking-privacy-sec-2 .large-number {
  color: var(--orange-main);
  font-family: HelveticaNeue-Light;
  font-size: 100px;
}

.rethinking-privacy-sec-2 .image-label {
  margin: 0 auto;
  max-width: 70%;
}

.rethink-3-gray-sub-div {
  background-color: var(--grey-bg-dark);
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 28px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-flow: row wrap;
}

.rethink-3-gray-sub-div2 {
  background-color: var(--grey-bg-light);
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 28px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-flow: row wrap;
}

.aligned-row {
  display: flex;
  flex-flow: row wrap;
}

.rethink-privacy-sec-6 {
  background-image: url(../images/rethink-privacy-image3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: auto;
  width: 100%;
  padding-top: 250px;
  padding-bottom: 150px;
  background-color: var(--orange-main);
  margin-bottom: -80px;
}

.rethink-privacy-sec-map {
  background-image: url(../images/rethink-privacy-two.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: auto;
  width: 100%;
  padding-top: 200px;
  padding-bottom: 150px;
}

.rethink-privacy-sec-map h2 {
  font-family: HelveticaNeue-Medium !important;
}

.rethinking-privacy-sec-3 {
  background: var(--orange-main);
  padding: 40px;
}
.rethinking-privacy-sec-3 h2 {
  color: var(--white);
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 0;
}

/* World Map */

.rethinking-privacy-sec-3 img {
  height: auto;
  margin: 20px auto;
  max-width: 100%;
  filter: brightness(70%);
}
.rethinking-privacy-sec-3 .imagemap {
  position: relative;
}
.rethinking-privacy-sec-3 .imagemap img {
  display: block;
}

.rethinking-privacy-sec-3 .tooltip {
  z-index: 3;
}

.rethinking-privacy-sec-3 .tooltip-inner {
  color: var(--grey-dark);
  background: var(--white);
  font-size: 1vw;
  padding: 3px 8px 0;
  text-align: left;
}

.rethinking-privacy-sec-3 .tooltip.top .tooltip-arrow {
  border-top-color: var(--white);
}
.rethinking-privacy-sec-3 .tooltip.bottom .tooltip-arrow {
  border-bottom-color: var(--white);
}
.rethinking-privacy-sec-3 .tooltip.left .tooltip-arrow {
  border-left-color: var(--white);
}
.rethinking-privacy-sec-3 .tooltip.right .tooltip-arrow {
  border-right-color: var(--white);
}

.rethinking-privacy-sec-3 .tooltip-inner h4 {
  font-size: 1.2vw;
  margin: 0;
}

.rethinking-privacy-sec-3 .tooltip-inner a {
  color: var(--orange-main);
  font-family: HelveticaNeue;
}

.tooltip-inner a::before {
  content: '/ ';
}

@media (min-width: 1200px) {
  .rethinking-privacy-sec-3 .tooltip {
    font-size: 1rem;
  }
}

/* End World Map */

.rethinking-privacy-sec-4 {
  background: var(--white);
  padding: 40px 0 60px;
}

.rethinking-privacy-sec-4 .placeholder {
  background-color: var(--grey-bg-dark);
  height: 300px;
}

.white-h {
  font-family: HelveticaNeue;
  font-size: 30px;
  line-height: 40px;
  color: var(--white);
}

.white-p {
  font-family: HelveticaNeue;
  font-size: 18px;
  line-height: 22px;
  color: var(--white);
}

.rethink-privacy-footer .footer {
  margin-top: 0px;
}

.gray-div {
  height: 206px;
  width: 100%;
  background-color: var(--grey-bg-light);
  margin-top: 30px;
}

.gray-p {
  font-family: HelveticaNeue;
  font-size: 16px;
  color: var(--grey-text-dark);
}

.fail_icon-section {
  border-top: 2px solid #b7b7b7;
  margin-top: 50px;
  padding-top: 50px;
  margin-bottom: 50px;
}

.fail_icon-section img {
  max-height: 170px;
}

.market-chart-section {
  border-top: 1px solid var(--grey-text-darker);
  margin-top: 40px;
  padding-bottom: 25px;
  margin-bottom: 40px;
}

.market-image {
  height: auto;
  width: 100%;
  display: block;
}

.market-chart-section-2 {
  border-bottom: 1px solid var(--grey-text-darker);
  border-top: 1px solid var(--grey-text-darker);
  margin-top: -30px;
  padding-bottom: 30px;
  margin-bottom: 0px;
}

.market-chart-section-3 {
  padding-bottom: 40px;
  margin-bottom: -40px;
}

.market-chart-section-2 .foundation-page-sub-h {
  margin-top: 0 !important;
}

.market-gray-div {
  background-color: var(--grey-bg-dark);
  border-radius: 10px;
  padding: 10px 20px;
}

.dashed-border {
  border: 1px dashed rgba(112, 112, 112, 0.4);
  margin-top: 30px;
  margin-bottom: 30px;
}

/* ===============================our services Over=========================== */

/* ===============================Considering a cmp Satrt=========================== */

.considering-a-cmp {
}

.considering-a-cmp h1 {
  font-family: HelveticaNeue-Light;
  color: var(--grey-dark);
  font-size: 45px;
  text-align: left;
  margin: 0;
  padding: 0;
}

.considering-a-cmp h2 {
  font-family: HelveticaNeue;
  color: var(--grey-dark);
  font-size: 23px;
  text-align: left;
  letter-spacing: 0.2px;
  line-height: 32px;
  margin-bottom: 70px;
  margin-top: 0;
}

.heading-common {
  margin: 70px 0 35px;
}

h3.sub {
  font-family: HelveticaNeue-Medium !important;
  font-size: 22px;
  color: var(--grey-dark);
  line-height: 28px;
  margin-top: 50px;
}

p.sub {
  font-family: HelveticaNeue-Light !important;
  line-height: 28px;
}

.orange-side-div {
  /* background-color: var(--grey-bg-dark); */
  border-radius: 10px;
  padding: 10px 20px 30px;
  background: transparent
    linear-gradient(180deg, var(--orange-main) 0%, #ca7600 100%) 0% 0% no-repeat
    padding-box;
  border-radius: 10px;
  /* opacity: 0.3; */
}

.orange-side-div h3 {
  font-family: HelveticaNeue-Medium !important;
  font-size: 22px;
  color: var(--white);
  line-height: 28px;
  margin-top: 15px;
}

.orange-side-div p {
  font-family: HelveticaNeue-Light !important;
  font-size: 16px;
  color: var(--white);
}

.orange-side-div p b {
  font-family: HelveticaNeue-Bold !important;
}

.orange-side-div .caption-text {
  color: var(--white);
  font-family: HelveticaNeue-Medium !important;
  font-size: 16px;
  margin-top: 30px;
}

.orange-side-div a.caption-text:hover {
  color: #dcdcdc;
}

.orange-dashed-border {
  /* border: 1px dashed var(--white); */
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: linear-gradient(
    to right,
    white 33%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: bottom;
  background-size: 7px 1px;
  background-repeat: repeat-x;
  height: 10px;
}

.transparent-side-div {
  /* background-color: var(--grey-bg-dark); */
  border-radius: 10px;
  padding: 0;
  border-radius: 10px;
  /* opacity: 0.3; */
  margin-top: 50px;
}

.transparent-side-div h3 {
  font-family: HelveticaNeue-Medium !important;
  font-size: 22px;
  color: var(--grey-text-dark);
  line-height: 28px;
  margin-top: 30px;
}

.transparent-side-div p {
  font-family: HelveticaNeue-Light !important;
  font-size: 16px;
  color: var(--grey-text-dark);
}

.transparent-side-div p b {
  font-family: HelveticaNeue-Bold !important;
  font-size: 22px;
}

.transparent-side-div .caption-text {
  color: var(--orange-main);
  font-family: HelveticaNeue-Medium !important;
  font-size: 16px;
  margin-top: 30px;
}

.transparent-side-div a.caption-text:hover {
  color: var(--grey-dark);
}

.transparent-side-div .orange-line-border {
  /* border: 1px dashed var(--white); */
  margin-top: 25px;
  margin-bottom: 20px;
  border-top: 0.5px solid var(--orange-main);
}

.br-zero {
  margin-bottom: 0px;
  border: none;
}

h6.sub {
  font-family: HelveticaNeue-Medium !important;
  font-size: 20px;
  color: var(--grey-dark);
  line-height: 28px;
  margin-top: 50px;
}

ul.pstyle {
  font-family: HelveticaNeue-Light !important;
  font-size: 17px;
  color: var(--grey-dark);
  line-height: 28px;
  padding-left: 15px;
  margin-top: -5px;
}

ul.pstyle li {
}

.mt-50 {
  margin-top: -50px !important;
}

.supporting-bottom {
  background: var(--grey-bg-light);
  padding: 50px 0;
  margin-top: 50px;
  margin-bottom: -80px;
}

.supporting-bottom .row {
  display: flex;
  align-items: center;
}

.supporting-bottom img {
  max-width: 500px;
}

.supporting-bottom h2 {
  font-family: HelveticaNeue-Light;
  color: var(--grey-dark);
  font-size: 45px;
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 1.1;
}

.pad-right60 {
  padding-right: 60px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.industry-index {
  min-height: 75vh;
  background: url(../images/home-banner-back.png);
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  position: relative;
  top: -116px;
  margin-bottom: -150px;
}

.nav-transparent {
  background: transparent !important;
}

.industry-index h1 {
  font-family: HelveticaNeue-Light;
  color: var(--white);
  font-size: 50px;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}

.industry-index p {
  font-family: HelveticaNeue-Light !important;
  font-size: 20px;
  color: var(--grey-dark);
  line-height: 32px;
}

.industry-index strong {
  font-family: HelveticaNeue-Medium;
  color: var(--grey-dark);
  font-size: 22px;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-top: 40px;
  font-weight: normal;
}

.industry-index h6 {
  font-family: HelveticaNeue-Medium;
  color: var(--grey-dark);
  font-size: 22px;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-top: 40px;
}

.industry-index .top-left {
}

.industry-index-two {
  margin-top: -100px;
  padding: 50px 0;
}

.pad-right150 {
  padding-right: 150px;
}

.grey-box {
  background: var(--grey-bg-dark);
  padding: 10px 20px 20px;
  border-radius: 10px;
}

.grey-box h2 {
  font-size: 21px !important;
}

.header-content h1 {
  color: var(--orange-main);
  font-size: 40px;
  margin: 0 0 30px 0;
  max-width: 90%;
}

.header-content h2 {
  color: var(--grey-dark);
  font-family: HelveticaNeue-Medium;
  font-size: 16px;
  margin: 0 0 10px 0;
}
.header-content .width-80 {
  width: 80%;
}

/* HOMEPAGE HEADER */
.home-page-container {
  margin-top: 71px !important;
}
#header-main {
  background-color: #F2F2F2;
  display: flex;
  height: 700px;
  margin-top: 71px !important;
  position: relative;
}
#header-bg-left {
  background: url(../images/blindfolded.png) no-repeat center / cover;
}
#header-container {
  position: absolute;
  width: 100%;
}
.header-content {
  padding: 90px 0 60px;
}
.header-flex {
  flex: 1;
}
.home-banner-text {
  font-size: 18px;
  max-width: 90%;
  padding: 20px 0 70px;
}

/* FREE TRIAL FORM */
.free-trial-container {
  background-color: var(--grey-dark);
  border-radius: 5px;
  display: flex;
  margin: 30px 0 20px 20px;
  min-height: 125px;
  padding: 20px;
  width: 90%;
}

#instant-form {
  align-items: center;
  display:-ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 60px;
  grid-template-columns: 1fr 1fr 60px;
  margin: 0 auto;
}

#instant-form .form-group input {
  padding: 25px;
  width: 100%;
}

#instant-form .form-group p {
  margin: 0 50px;
}

.free-trial-container button {
  background-color: var(--orange-main);
  -webkit-box-shadow: 0px 0px 15px -5px #000000;
  box-shadow: 0px 0px 15px -5px #000000;
  color: var(--white);
  letter-spacing: 1px;
  padding: 10px 40px;
}

ul.footer-menu-one {
  padding: 0;
  list-style: none;
}

ul.footer-menu-one li {
}

ul.footer-menu-one li a {
}

ul.sublinks {
  padding: 0;
  list-style: none;
  padding-left: 15px;
  margin-bottom: 10px;
  margin-top: -5px;
}

ul.sublinks > li {
  margin-bottom: -5px;
}

.grey-image-box {
}

.digital_privacy small {
  font-family: HelveticaNeue-Light !important;
}

.white-c {
  color: var(--white) !important;
  -webkit-text-fill-color: white;
}

.foundation-page-p strong {
  font-family: HelveticaNeue-Medium !important;
}

.partners-background {
  background: url(../images/P&C_Partners.png) !important;
  background-size: 100% 100% !important;
}

.industry-index-background {
  background: url(../images/P&C_industryindex-map.png) !important;
  background-size: 100% 100% !important;
}

.sticky {
  background: var(--grey-dark);
  transition: all 0.5s ease;
  border-radius: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.privacy-respect-index {
  padding: 10px 0;
}

.privacy-respect-index h1 {
  font-family: HelveticaNeue-Light;
  color: var(--grey-dark);
  font-size: 35px;
  text-align: left;
}

.privacy-respect-index h2 {
  font-family: HelveticaNeue;
  color: var(--grey-dark);
  font-size: 22px;
  text-align: left;
  letter-spacing: 0.2px;
  line-height: 32px;
}

.orange-text {
  color: var(--orange-main);
  font-family: HelveticaNeue-Medium;
}

.orange-text:hover {
  color: var(--grey-dark);
}

.reality {
  border-bottom: 0 !important;
}

.contact-modal .modal-dialog .modal-content h1 {
  background: var(--orange-main);
  margin: 0;
  padding: 30px 60px;
  color: var(--white);
  border-radius: 5px 5px 0 0;
}

.contact-modal .form-sec {
  padding: 20px 60px 30px;
  background: var(--grey-bg-main);
  border-radius: 10px;
}

.contact-modal .form-sec-inner {
}

.contact-modal .form-sec-inner p {
  margin-bottom: 20px;
  font-family: HelveticaNeue-Light !important;
  color: var(--grey-dark);
  font-size: 15px;
}

.contact-modal .form-control {
  height: 40px;
  border-radius: 50px;
  font-family: HelveticaNeue-Light !important;
  padding: 0 20px;
}

.contact-modal textarea {
  height: 100px !important;
  border-radius: 20px !important;
  margin: 0;
  width: 100%;
  padding-top: 10px !important;
}

.captcha-custom {
  transform: scale(0.8);
  text-align: left;
}

.submit-custom {
  text-align: right;
}

.submit-custom .btn {
  background: var(--orange-main);
  color: var(--white);
  border-radius: 50px;
  padding: 8px 40px;
  margin-top: 20px;
  font-family: HelveticaNeue-Bold !important;
}

.submit-custom .btn:hover {
  background: var(--white);
  color: var(--orange-main);
}

.contact-modal ::placeholder {
  color: var(--grey-dark) !important;
}

.modal-content .close {
  position: absolute;
  right: 10px;
  top: 3px;
}

.modal-content .close:focus {
  outline: none;
}

.rethinking-privacy video {
  box-shadow: 0px 0px 20px 1px #02020221;
}

@media (max-width: 767px) {
  .considering-a-cmp h2 {
    margin-bottom: 50px;
  }
  .orange-side-div {
    margin-top: 30px;
  }
  .transparent-side-div {
    margin-top: 100px;
  }
  .supporting-bottom .row {
    display: block;
    align-items: center;
  }
  .supporting-bottom img {
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .industry-index {
    background-size: cover !important;
    background-position: center center !important;
  }
  .pad-right150 {
    padding-right: 0px;
  }
  .industry-index-two {
    margin-top: -100px;
    padding: 0px 0;
  }
  .grey-box {
    margin-bottom: 15px;
  }
  .header-content {
    background: var(--orange-main);
  }
  .header-content h1 {
    color: var(--white);
  }
  .header-content p {
    color: var(--white);
  }
  .header-content .free-trial-container {
    margin: 30px auto;
    padding: 0;
  }
  .header-content #instant-form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr 20px;
    grid-template-rows: repeat(2, 1fr) 20px;
    padding: 20px 20px 0;
  }
  #instant-form input {
    /* box-shadow to avoid “-internal-autofill-selected” style */
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0), inset 0 0 0 100px rgba(255, 255, 255,1);
  }
  #instant-form .form-group p {
    margin: 0 30px;
  }
  #instant-form #btn-group {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .rethinking-privacy-sec-2 .number-container {
    padding: 0;
  }
  .rethinking-privacy-sec-2 .large-number {
    font-size: 70px;
  }
  .rethinking-privacy-sec-2 .image-label {
    max-width: 100%;
  }
  .rethink-privacy-sec-map {
    background-image: url(../images/rethink-privacy-two.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 207% 100%;
    height: auto;
    padding: 80px 0 60px;
    width: 100%;
  }
}

/* ===============================Considering a cmp Over=========================== */

/* ========================== Responsive ========================= */

@media (min-width: 1601px) and (max-width: 2048px) {
  .bgimg::after {
    left: 30%;
  }
  .tzbgimg::after {
    left: 27%;
  }
  /*    .footer{
            background: -webkit-gradient(linear,left top,right top,color-stop(28.2%,#000),color-stop(86%,#1f1f1f));
            background: -webkit-linear-gradient(left,#000 28.2%,#1f1f1f 86%);
            background: -moz-linear-gradient(left,#000 28.2%,#1f1f1f 86%);
            background: linear-gradient(112deg, #000 28.2%,#1f1f1f 16%);
        }*/
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .tzbgimg::after {
    left: 25%;
  }
  /*    .footer{
            background: -webkit-gradient(linear,left top,right top,color-stop(28.2%,#000),color-stop(86%,#1f1f1f));
            background: -webkit-linear-gradient(left,#000 28.2%,#1f1f1f 86%);
            background: -moz-linear-gradient(left,#000 28.2%,#1f1f1f 86%);
            background: linear-gradient(112deg, #000 23.5%,#1f1f1f 16%);
        }*/
}

@media (min-width: 1366px) and (max-width: 1399px) {
  .tzbgimg::after {
    left: 21.5%;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .tzbgimg::after {
    left: 17%;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  /*.section_main .section2 .section2_1 ul li span{width: calc(100% - 30px);}*/
  .tzbgimg::after {
    left: 15.5%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section_main .section2 .section2_1 {
    margin-top: 0;
  }
  .section_main .section1 .section1_1 {
    margin-top: 165px;
  }
  .section_main .section2 .section2_1 ul li {
    padding-left: 0;
  }
  .section_main .section2 .section2_1 ul li span {
    width: 110px;
    margin-top: 0;
  }
  .tzheader {
    padding: 15px 0;
  }
  .section_main .section1 .title_text {
    font-size: 2rem;
    line-height: 25px;
  }
  .section_main .section3_1 .section3_1_1 {
    margin-left: 0px;
  }
  .bgimg::after {
    left: 17%;
  }
  .section_main .section3_1 img {
    max-width: 100%;
    width: 100%;
  }
  .section_main {
    height: calc(100vh - 90px);
  }
  .tzbgimg::after {
    left: 9%;
  }
  .banner-right-image {
    right: -11%;
  }
}

@media (min-width: 577px) and (max-width: 767px) {
  .tzheader {
    padding: 15px 0;
  }
  p.header_right_text {
    margin-top: 15px;
    position: relative;
    font-size: 1.3rem;
  }
  .section_main .section1 .section1_1 {
    margin-top: 30px;
  }
  .section_main .section2 .section2_1 {
    margin-top: 35px;
  }
  .section_main .section3 {
    margin-top: 35px;
  }
  .section_main .section3_1 .section3_1_1 {
    margin-left: 0;
    padding-left: 32px;
  }
  .bgimg::after {
    display: none;
  }
  .tzbgimg::after {
    display: none;
  }
  .section_main .section3_1 img {
    max-width: 100%;
    width: 100%;
  }
  .section_main {
    height: auto;
  }
}

@media (min-width: 320px) and (max-width: 576px) {
  .tzheader {
    padding: 15px 0;
  }
  p.header_right_text {
    margin-top: 15px;
    position: relative;
    font-size: 2rem;
  }
  .section_main .section1 .section1_1 {
    margin-top: 30px;
  }
  .section_main .section2 .section2_1 {
    margin-top: 35px;
  }
  .section_main .section3 {
    margin-top: 35px;
  }
  .section_main .section3_1 .section3_1_1 {
    margin-left: 0;
    padding-left: 32px;
  }
  .section_main .section1 .title_text {
    font-size: 2rem;
    line-height: 25px;
  }
  .bgimg::after {
    display: none;
  }
  .tzbgimg::after {
    display: none;
  }
  .section_main .section3_1 img {
    max-width: 100%;
    width: 100%;
  }
  .section_main {
    height: auto;
  }
}

@media (min-width: 768px) {
  .mt-m10 {
    margin-top: -13px;
  }
  .contact-modal {
    text-align: center;
  }
  .contact-modal .modal-dialog {
    width: 700px;
    margin: 0px auto;
    margin-top: 0vh !important;
  }
  .contact-modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
  .contact-modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
  .height-balance {
    min-height: 76px;
  }
  .accelerator-image-top-mar {
    margin-top: -50px;
  }
}

@media (max-width: 1200px) {
  .side_menu_outter {
    width: 30%;
    right: -30%;
  }
  .side_menu_inner {
    padding: 0 15%;
  }
  .mega_menu_outter {
    top: -100%;
  }
}

@media (max-width: 991px) {
  .side_menu_outter {
    width: 40%;
    right: -40%;
  }
  .side_menu_inner {
    padding: 0 18%;
  }
  .mega_menu_title {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .privacy-page-heading h1 {
    font-size: 30px;
  }
  .privacy-page-heading h5 {
    font-size: 18px;
  }
  .chart-one-image {
    margin-left: 10px;
    height: 450px;
  }
  .chart-1-right-sec {
    text-align: center;
    margin: 50px auto;
  }
  .chart-1-right {
    margin: 30px auto;
    height: 300px;
    width: 400px;
  }
  .ques-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ques-section h5 {
    text-align: center;
    margin-top: 40px;
  }
  .ques-section h6 {
    text-align: center;
  }
  .chart-2-section h1 {
    text-align: center;
  }
  .chart-2-image {
    margin-left: 10px;
    background-size: cover;
    height: 400px;
  }
  .table-2-section {
    text-align: center;
  }
  .chart-2-section {
    margin-bottom: 0px;
  }
}

@media (max-width: 600px) {
  .chart-one-image {
    height: 320px !important;
  }
}

@media (max-width: 767px) {
  /* .navbar-top {
    display: none;
  } */
  .side_menu_outter {
    width: 70%;
    right: -70%;
  }
  .side_menu_inner {
    padding: 0 15%;
  }
  .main_menu li a {
    font-size: 20px;
  }
  .mega_menu_outter {
    height: 100vh;
    top: -100%;
  }
  .mega_menu_inner {
    padding: 15px;
    height: 100vh;
    overflow-y: auto;
  }
  .mega_menu_inner .row .col-md-2 {
    width: 100%;
  }
  .copy-section div {
    padding-left: 0px;
    padding-right: 0px;
  }
  .navbar-top-link {
    float: left;
  }
  .footer-link-section {
    display: block;
  }
  .footer-links {
    width: 100%;
    padding: 0;
    display: inline;
  }
  .footer-margin-left {
    margin-left: 0px;
  }
  .footer-links h6 {
    margin-top: 15px;
  }
  .common-heading-section {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .common-heading-section h1 {
    font-size: 30px;
  }
  .common-heading-section h2 {
    font-size: 18px;
  }
  .gray-sub-div .links {
    float: left;
  }
  .copy-section div {
    margin-top: 0px;
  }
  .foundation-page-p {
    font-size: 14px;
  }
  .foundation-page-sub-h {
    font-size: 18px;
    margin-top: 20px;
  }
  .digital_privacy {
    margin-top: 30px;
  }
  .digital_privacy h1 {
    font-size: 30px;
  }
  .digital_privacy h2 {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .digital_privacy h1 {
    font-size: 30px;
  }
  .digital_privacy h2 {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .about-us-gray-bg .text-sec {
    float: left;
  }
  .about-us-bottom-content {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .banner-right-image {
    display: none;
  }
  .banner-full {
    margin-top: -2px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .banner-h {
    font-size: 35px;
  }
  .banner-p {
    font-size: 18px;
  }
  .banner-form-submit {
    font-size: 15px;
    right: 2%;
  }
  .rethink-sec-2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .rethink-sec-2-h {
    font-size: 25px;
  }
  .rethink-3-gray-sub-div {
    margin-top: 30px;
  }
  .rethink-3-gray-sub-div2 {
    margin-top: 30px;
  }
  .rethink-privacy-sec-6 {
    background-size: 200% 100%;
    padding: 80px 0 60px;
  }
  .fail_icon-section {
    padding-top: 0px;
  }
  .fail_icon-section img {
    margin-top: 40px;
  }
  .market-gray-div {
    margin-top: 30px;
  }
  .market-chart-section {
    margin-bottom: 0px;
  }
  .market-chart-section-2 {
    margin-top: 0px;
  }
}

@media (max-width: 576px) {
  #btn-try-now {
    display: none;
  }
}

@media (max-width: 991px) {
  .fail_icon-section img {
    height: 100px;
    width: auto;
  }
}

/* CUSTOM POPOVERS */
.popover.popover-login {
  -webkit-background-clip: padding-box;
    background-clip: padding-box;
  background-color: var(--grey-dark);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  display: none;
  left: 0;
  padding: 1px;
  position: absolute;
  text-align: left;
  top: 0;
  white-space: normal;
  width: 400px;
  z-index: 1060;
  border-radius: 6px;
}

.popover.bottom {
  margin-top: 10px;
}
.popover-title.popover-login {
  background-color: var(--grey-dark);
  border-bottom: 1px solid var(--grey-dark);
  border-radius: 5px 5px 0 0;
  color: var(--white);
  font-family: HelveticaNeue;
  font-size: 22px;
  line-height: 18px;
  font-weight: normal;
  margin: 0;
  padding: 30px 22px 18px;
}
.popover-content.popover-login {
  font-family: HelveticaNeue-Light;
  padding: 0 22px 40px 22px;
}
.popover-content.popover-login p {
  font-family: HelveticaNeue-Light;
  font-size: 12px;
  margin-bottom: 30px;
}
.popover-content.popover-login input {
  margin: 20px 0;
}
.popover-content.popover-login a {
  color: var(--white);
  cursor: pointer;
  text-decoration: underline !important;
}
.popover-content.popover-login button {
  background-color: var(--orange-main);
  border: none;
  border-radius: 5px;
  color: var(--white);
  float: right;
  font-family: HelveticaNeue;
  padding: 6px 40px;
}
.popover-content.popover-login button:hover {
  background-color: var(--white);
  color: var(--orange-main);
}
.popover-content.popover-login button:focus {
  background-color: var(--grey-bg-dark);
  border: none;
  color: var(--grey-bg-main);
}
.popover-content.popover-login button:disabled {
  color: var(--grey-bg-dark);
  background-color: var(--grey-text-dark);
}
.popover-content.popover-login button:disabled:hover {
  color: var(--grey-bg-dark);
}

.popover.popover-login.bottom > .arrow:after {
  border-bottom-color: var(--grey-dark);
  border-top-width: 0;
  content: " ";
  margin-left: -10px;
  top: 1px;
}

/* MODAL - forgot password */
#forgotPword .modal-content {
  border-radius: 12px;
  margin: auto;
  max-width: 500px;
  padding: 20px;
}
#forgotPword .modal-header,
#forgotPword .modal-body,
#forgotPword .modal-footer {
  border: none;
}
#forgotPword .modal-body {
  padding-bottom: 0;
}
#forgotPword .modal-title {
  font-family: HelveticaNeue;
  font-size: 22px;
}
#forgotPword input {
  background-color: var(--grey-bg-light);
  border: none;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
}
