body {
  position: relative;
  color: #3e396b;
  font-family: "Proxima Nova" !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  font-weight: 600;
  font-family: "Proxima Nova" !important;
}

a {
  color: #0a88e3;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover,
a:focus,
a:active {
  color: #0a88e3;
  text-decoration: none;
}

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

.full_width,
section {
  width: 100%;
}

img {
  max-width: 100%;
}

header {
  position: relative;
  box-shadow: -4px -2px 5px 0px rgb(0 0 0 / 50%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

p {
  color: #6e6d7a;
}
.sticky-header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99999;
  background: #fff;
  transition: all ease 0.3s;
}
.navbar {
  padding: 11px 0;
}

.navbar-nav .nav-link {
  font-size: 15px;
  text-align: center;
  position: relative;
}

.navbar-inverse .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  font-size: 14px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mt_20 {
  margin-top: 20px;
}
.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 48px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mt_50 {
  margin-top: 50px;
}

.mb_130 {
  margin-bottom: 130px;
}

.mtb40 {
  margin: 40px 0;
}

.mtb30 {
  margin: 30px 0;
}
.paddtb50 {
  padding: 50px 0;
}
.paddtb100 {
  padding: 100px 0;
}


.paddt90 {
  padding-top: 90px;
}

.paddb90 {
  padding-bottom: 90px;
}

.navbar-light .navbar-nav .nav-link a {
  color: #000000;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-weight: 700;
  padding: 0 18px;
  transition: all ease-in-out 0.6s;
}
.navbar-light .navbar-nav .nav-link a:hover{
  color:#0a88e3;
}
.navbar-light .navbar-nav .nav-link.current_page_item a{
  color:#0a88e3;
}


/* MM STARt */
.signup_btn a {
  font-family: "Proxima Nova" !important;
  font-size: 15px !important;
  font-weight: 700;
  background-color: #232343;
  border-radius: 25px 25px 25px 25px;
  padding: 15px !important;
  font-size: 16px;
  color: #ffffff;
  transition: all ease 0.5s;
}

.signup_btn a:hover {
  background-color: #0a88e3;
  color: #ffffff;
}

.bg_gray {
  background: #f5f9fc;
}

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

.bnr_btn li {
  display: inline-block;
}

.left_content h1 {
  margin-bottom: 40px;
}

.blue-btn {
  border-radius: 50px;
  background: #0a88e3;
  border: 1px solid #0a88e3;
  color: #ffffff;
  padding: 11px 21px;
  display: inline-block;
  font-weight: 800;
  min-width: 150px;
  font-size: 16px;
  font-family: "Proxima Nova" !important;
  text-align: center;
  transition: all ease 0.6s;
}

.blue-btn:hover,
.blue-btn:active,
.blue-btn:focus {
  background: transparent;
  color: #0a88e3;
  transition: all ease 0.6s;
}

.blue-border-btn {
  border: 1px solid #0a88e3;
  background: transparent;
  color: #0a88e3;
  border-radius: 50px;
  padding: 11px 21px;
  display: inline-block;
  font-weight: 800;
  font-size: 16px;
  min-width: 150px;
  font-family: "Proxima Nova" !important;
  text-align: center;
  transition: all ease 0.6s;
}

.blue-border-btn:hover,
.blue-border-btn:active,
.blue-border-btn:focus {
  color: #ffffff;
  background: #0a88e3;
  transition: all ease 0.6s;
}

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

.paddtb_90 {
  padding: 90px 0;
}

.heading-bg {
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  color: #232343;
  display: inline-block;
  width: 100%;
}

.maxw_820 {
  max-width: 820px;
  margin: 0 auto;
}

.cmn_p {
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #232343;
}

.pqscale .heading-bg {
  margin: 20px 0 20px 0;
}

.cmn_link {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #0a88e3;
  position: relative;
  display: inline-block;
}

.cmn_link::before {
  content: "";
  position: absolute;
  background-image: url(../images/right_arrow.png);
  height: 12px;
  width: 8px;
  right: -15px;
  top: 30%;
  transition: all ease 0.5s;
}

p.cmn_link::before {
  content: none;
}

.cmn_link:hover.cmn_link::before {
  right: -20px;
  transition: all ease 0.5s;
  color: #0a88e3;
}

.biap_Section h2 {
  font-weight: 600;
  font-size: 44px;
  line-height: 48px;
  color: #232343;
  margin: 40px 0;
  font-family: "Proxima Nova" !important;
}

.full_img {
  width: 100%;
}

.gr-txt {
  background: linear-gradient(90deg,
      rgba(46, 199, 116, 1) 30%,
      rgba(0, 132, 227, 1) 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gr-txt h3 {
  color: #2ec774;
  font-family: "Roboto", Sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  font-family: "Proxima Nova" !important;
}

.maxw_900 {
  max-width: 900px;
  margin: 0 auto;
}

.maxw_590 {
  max-width: 590px;
  margin: 0 auto;
}

.power_bg {
  background-image: url(../images/powerup_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.powerup {
  background-color: #def2e1;
}

.powerup .cmn_p {
  margin: 10px 0 40px;
}

.iso {
  margin-top: 20px;
}

.iso li {
  display: inline-block;
  margin: 0 20px 0 0;
}

footer {
  background-image: linear-gradient(180deg, #131624 0%, #000000 100%);
  padding: 45px 0 30px;
}

.footer_logo {
  margin-bottom: 30px;
  display: inline-block;
}

footer h5 {
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer_menu ul li a {
  display: inline-block;
  width: 100%;
  color: #c9ddeb;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 7px;
}

.privacy ul li a:hover,
.footer_menu ul li a:hover {
  color: #0a88e3;
}

.footer_btm {
  padding-top: 38px;
  margin-top: 11px;
  border-top: 1px solid #6e6d7a;
}

.copyright,
.copyright a {
  color: #c9ddeb;
  font-size: 14px;
  text-align: center;
}

.privacy {
  text-align: right;
}

.privacy ul li {
  display: inline-block;
  text-align: center;
}

.privacy ul li a {
  color: #c9ddeb;
  padding: 0 10px;
  border-right: 1px solid #c9ddeb;
  font-size: 14px;
}

.privacy ul li:last-child a {
  border-right: 0;
}

.relative {
  position: relative;
}

.switchap:hover {
  background-color: #ffffff;
  color: #0b88e3;
}

.switchap {
  background: #0b88e3;
  border-radius: 300px;
  color: #fff;
  padding: 5px 8px;
  font-size: 10px;
  font-weight: 500;
  position: absolute;
  top: 20px;
  right: 18%;
  transition: all 0.6s;
}

.switchap.white {
  background: #ffffff;
  border-radius: 300px;
  padding: 3px 8px;
  position: absolute;
  top: 32px;
  right: 19.5%;
  transition: all 0.6s;
  font-weight: 600;
  font-size: 6px;
  line-height: 7px;
  letter-spacing: -0.01em;
  color: #0b9bd2;
}

.switchap.white:hover {
  background: #0b88e3;
  color: #ffffff;
}

.newsletter input {
  background: #ffffff;
  border-radius: 300px;
  font-weight: normal;
  font-size: 14px;
  color: #6e6d7a;
  min-width: 254px;
  padding: 7px 20px !important;
  position: relative;
}

.newsletter,
.mailpoet_paragraph.newsletter_button.last {
  position: relative;
  max-width: 254px !important;
  width: 100%;
  margin-top: 48px;
}

.mailpoet_paragraph.newsletter_button.last .newsletter input:focus-visible {
  outline: #fff solid 1px !important;
}

footer #mailpoet_form_1 form.mailpoet_form {
  padding: 0 !important;
}

.textwidget .wpcf7-form.init input {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  border-color: rgba(255, 255, 255, 0);
  font-size: 14px;
  padding: 9px;
  color: #ffffff;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
  background: #0a88e3;
  border-radius: 10px;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 10px 48px;
  cursor: pointer;
  transition: all ease 0.5s;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  color: #0a88e3 !important;
  background: #ffffff  !important;
  transition: all ease 0.5s;
}

.textwidget .wpcf7-form.init label {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  margin: 0px;
  /* display: inline-flex;*/
}

/* .textwidget .wpcf7-spinner {
  position: absolute;
  left: 50%;
  bottom: -20px;
  display: none;
} */

.textwidget .checkbox {
  display: flex !important;
}

input.mailpoet_submit {
  background: transparent;
  border: 0px;
  box-shadow: none;
  position: absolute;
  right: 4px;
  bottom: 52px;
  cursor: pointer;
}

/*.newsletter::before{content:"";position:absolute;background-image:url(../images/send.png);height:27px;width:28px;}*/
.footer_newsletter {
  position: relative;
  max-width: 254px;
}

.footer_newsletter button {
  background: transparent;
  border: 0px;
  box-shadow: none;
  padding: 0px;
  position: absolute;
  right: 0;
  top: 0px;
  right: 6px;
  top: 4px;
  cursor: pointer;
}

.footer_newsletter button:focus {
  outline: none;
}

.social_icon ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}

.social_icon ul li a img {
  opacity: 0.3;
  transition: all ease 0.6s;
}

.social_icon ul li a:hover img {
  opacity: 0.9;
}

.aboutus_top .gr-txt h3 {
  font-weight: 600;
  font-size: 44px;
  line-height: 48px;
}

.aboutus_top h2 {
  color: #232343;
  padding: 5px 0 5px 0;
}

.aboutus_top .cmn_p {
  padding: 15px 0 0 0;
  margin: 0;
}

.our_story {
  text-align: center;
  color: #ffffff;
  padding: 50px 50px 70px;
  background: #232343;
  border-radius: 10px;
}

.story_main {
  position: relative;
  z-index: 999;
}

.story_main::after {
  content: "";
  width: calc(100% - 30px);
  height: 100%;
  position: absolute;
  right: -26px;
  bottom: -40px;
  border-radius: 10px;
  background-repeat: no-repeat;
  z-index: -9;
  background: linear-gradient(95.73deg, #2ec774 -1.93%, #0084e3 101.79%);
  opacity: 0.5;
}

/* SLIDER CSS START */
.wrap {
  position: relative;
  width: 100%;
  background: #fff;
  overflow: hidden;
}

.gallery-section .slider {
  position: relative;
  z-index: 200;
  padding: 0 0px;
  margin: 2rem auto;
  max-width: 1220px;
  width: 100%;
}

.gallery-section .slick-slide {
  position: relative;
  border-radius: 12px;
  padding: 40px 0px;
}

.gallery-section .slick-center:after {
  opacity: 0;
}

.gallery-section .slick-slide>div {
  transform: scale(1);
  transition: all 300ms ease;
  padding: 0px;
}

.gallery-section .slick-slide img {
  min-height: 165px;
  object-fit: cover;
}

.gallery-section .slick-center img,
.gallery-section .slick-center .blog-info {
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
  opacity: 1;
  z-index: 2;
  position: relative;
}

.gallery-section .item img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 4px solid #ffffff;
  opacity: 0.5;
}

.gallery-section .slick-center img {
  opacity: 1;
}

.gallary-slider h3,
.gallary-slider h3 a {
  font-weight: bold;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: -0.02em;
  color: #232343;
  text-align: left;
  transition: all 0.5s;
}

.gallary-slider h3 a:hover {
  color: #0b88e3;
}

.gallary-slider p {
  font-weight: normal;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: -0.02em;
  color: #1d1d1f;
}

.gallary-slider figure {
  margin: 0px 0px 88px;
}

.blog-info {
  text-align: left;
  opacity: 0;
  visibility: hidden;
}

.gallery-section .slick-center .blog-info {
  opacity: 1;
  visibility: visible;
}

.blog-info h6 {
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  line-height: 15px;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  margin: 12px 2px 12px !important;
  display: inline-block;
}

.gallary-slider h3 {
  margin: 0 0 12px;
}

.our_story h2 {
  color: #ffffff;
  margin-bottom: 20px;
}

.our_story p {
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #ffffff;
  margin-bottom: 50px;
}

.bg-gray {
  background: #f5f9fc;
}

.counter h5 {
  font-weight: 600;
  font-size: 28px;
  line-height: 35px;
  text-align: left;
  color: #2ec774;
  margin: 0;
}

.counter h6 {
  font-weight: normal;
  font-size: 28px;
  line-height: 30px;
  color: #fff;
  text-align: left;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.left_cnt h4,
.left_cnt h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  margin: 0;
  color: #000000;
}

.left_cnt h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  margin: 0;
  color: #2ec774;
}

.left_cnt p {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  margin: 20px 0 5px;
  color: #232343;
  max-width: 380px;
}

.left_cnt {
  margin-right: 40px;
}

.team_detail h2 {
  color: #232343;
  font-size: 28px;
  line-height: 30px;
  font-weight: 600;
  margin: 20px 0 6px 0;
}

.team_detail span {
  display: inline-block;
  width: 100%;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #606060;
}

.team_member {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  width: 100%;
}

.team_detail {
  width: 25%;
}

.automated_section {
  margin-top: 40px;
}

.intigration_work h2 {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}

.inti_block img {
  margin-bottom: 15px;
}

.inti_block h4 {
  font-weight: 700;
  color: #232343;
  margin-bottom: 15px;
  position: relative;
}

.with-bdr .inti_block h4 {
  padding: 0px 0px 25px;
  margin: 0px 0px 25px;
}

.with-bdr .inti_block h4:after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: linear-gradient(95.73deg, #2ec774 -1.93%, #0084e3 101.79%);
  display: block;
  height: 2px;
}

.inti_block li {
  font-size: 16px;
  line-height: 19px;
  color: #232343;
  margin-bottom: 15px;
}

.inti_block::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background-image: url(../images/arrow.png);
  height: 25px;
  background-repeat: no-repeat;
  right: -100px;
  top: 30px;
}

.inti_block.after_none::after {
  content: none;
}

.bnr_btn.mtb30 {
  margin: 30px 0;
}

.everywhere_gf {
  width: 100%;
  max-width: 262px;
  text-align: center;
  margin: 0 auto;
}

.fininacial_inti h3 {
  font-size: 44px;
  line-height: 48px;
  color: #232343;
  text-align: center;
  width: 100%;
}

.small_p {
  display: inline-block;
  width: 100%;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #232343;
  margin: 25px 0 25px;
  text-align: center;
}

.left_align {
  text-align: left;
}

.maxwdth_250 {
  max-width: 250px;
  margin: 0 auto;
}

h1 {
  font-weight: bold;
  font-size: 64px;
  line-height: 60px;
  color: #232343;
  letter-spacing: -0.02em;
}

h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 48px;
  letter-spacing: -0.02em;
  color: #232343;
}

h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.01em;
  color: #232343;
}

h4 {
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #232343;
}

h5 {
  color: #232343;
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
}

.left_content .d-flex p {
  color: #6e6d7a;
  font-size: 12px;
  line-height: 15px;
  font-weight: normal;
  margin: 0px;
}

.left_content .w-50 figure {
  width: 40px;
}

.w-calc {
  width: calc(100% - 40px);
}

.hero-slider .slick-arrow {
  font-size: 0px;
  border: 0px;
  box-shadow: none;
  padding: 0;
  background-color: transparent;
  width: 50px;
  height: 50px;
  position: absolute;
  right: -70px;
  bottom: 50px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.6s ease;
  background-repeat: no-repeat;
}

.hero-slider .slick-arrow:hover {
  /* background: rgb(10, 136, 227); */
}

.hero-slider .slick-next {
  background-image: url(../images/next-slide.png);
}

.hero-slider .slick-prev {
  background-image: url(../images/previous-slide.png);
  right: 0;
}

.hero-slider .slick-prev:hover {
  /* background: rgb(10, 136, 227); */
}

.hero-slider .slick-arrow:focus {
  outline: none;
}

.hero-slider figure {
  margin: 0px;
}

.left_content h5 {
  margin: 0 0 2px;
}

.left_content .w-50 {
  margin: 0 0 15px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-70 {
  padding-left: 70px;
}

.why-path p {
  color: #232343;
}

.slider-nav .slick-arrow {
  font-size: 0px;
  border: 0px;
  box-shadow: none;
  padding: 0;
  background-color: transparent;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s ease;
  background-repeat: no-repeat;
}

/* .slider-nav .slick-arrow:hover {
  left: -5px;
} */

.slider-nav .slick-next {
  background-image: url(../images/next-slide.png);
  left: 75px;
}

.slider-nav .slick-prev {
  background-image: url(../images/previous-slide.png);
}

/* .slider-nav .slick-next:hover {
  left: 80px;
} */

.slider-nav .slick-arrow:focus {
  outline: none;
}

.slider-nav {
  padding: 0px 0px 100px;
}

.talk-form {
  margin-top: 20px;
}

.talk-form .form-group.col-md-6,
.talk-form .form-group.col-12 {
  padding-right: 8px;
  padding-left: 8px;
}

.talk-form input,
.talk-form textarea {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  border-color: rgba(255, 255, 255, 0);
  font-size: 14px;
  padding: 9px;
}
.talk-form input:focus,
.talk-form textarea:focus{
  color: #333 !important;
}
.talk-form input,
.talk-form textarea{
  color: #fff !important;
}

.form-group {
  margin-bottom: 13px;
}

.talk-form textarea {
  height: 96px;
  resize: none;
}

.talk-form .btn {
  background: #0a88e3;
  border-radius: 10px;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 10px 48px;
  cursor: pointer;
}

.talk-form .btn:hover {
  color: #0a88e3;
  background: #ffffff;
}

.talk-form .checkbox {
  justify-content: space-between;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.talk-form label {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  margin: 0px;
  display: inline-flex;
}

.talk-form label span {
  margin-left: 5px;
}

.ul-list ul {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  max-width: 680px;
  margin: 0 auto;
}

.ul-list ul li {
  position: relative;
  padding-left: 40px;
  width: 50%;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.01em;
  color: #232343;
  margin: 0px 0px 40px;
}

.ul-list ul li:before {
  background-image: url(../images/check-arrow.png);
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 3px;
  left: 0px;
}

.scale-p p {
  color: #232343;
}

.pr-80 {
  padding-right: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.feature-ban-text p,
.feature-banner p.cmn_p {
  font-size: 16px;
  color: #232343;
  line-height: 20px;
  text-align: justify;
}

/* Feature */
.feature-ban-text p {
  margin: 0px;
}

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

.white-box {
  padding: 24px;
  background: #fff;
  border-radius: 12px;
  min-height: 175px;
  transition: all 0.3s ease;
}

.white-box p {
  font-size: 14px;
  line-height: 17px;
  opacity: 1;
  /* color: #ffffff; */
  transition: all 0.3s ease;
}

.white-box h6 {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.005em;
  /* color: #fff; */
  margin: 0px 0px 20px;
  transition: all 0.3s ease;
}

.white-box:hover {
  background-color: #0a88e3;
}

.white-box:hover p {
  opacity: 1;
  color: #fff;
}

.white-box:hover h6 {
  color: #ffffff;
}

/* Resources */
.resource-page-list a {
  display: inline-block;
}

.resource-page-list a:hover h4 {
  color: #0a88e3;
}

.resource-page-list figure {
  margin: 0px 0px 10px;
}

.resource-page-list figure img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 12px;
}

.resource-page-list h6 {
  font-size: 16px;
  line-height: 19px;
  color: #0a88e3;
  font-weight: normal;
}

.resource-info p {
  color: #565656;
}

.resource-page-list p.date {
  color: #7b7b7b;
  margin: 0px;
}

.resource-page-list h4 {
  font-weight: bold;
}

.resource-page-list .d-flex {
  margin: 0px 0px 18px;
}

.resource-page-list figure {
  overflow: hidden;
  border-radius: 12px;
}

.resource-page-list figure a:hover {
  transform: scale(1.1);
}

.cat-list select {
  border-radius: 0px;
  border: 0px;
  border-bottom: 1px solid #6e6d7a;
  min-width: 400px;
  padding: 0px 0px 10px;
  color: #6e6d7a;
  background: #ffffff;
}

.resource-categories .tab-container.cont_select_center {
  margin-left: 10px;
}

a.cmn_link {
  text-align: center;
  margin: 0 auto;
}

.slick-dots {
  display: flex;
  flex-wrap: wrap;
}

.slick-dots li button {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  opacity: 0.3;
}

.slick-dots li.slick-active button {
  opacity: 1;
}

.slider-blog-img h4 {
  font-weight: bold;
}

.gallary-slider .slick-arrow {
  position: absolute;
  top: 0;
  width: 34%;
  height: 100%;
  border: 0px;
  font-size: 0;
  background: transparent;
  z-index: 2;
}

.gallary-slider .slick-next {
  right: 0;
}

.gallary-slider .slick-prev {
  left: 0;
}

.gallary-slider .slick-arrow:focus {
  outline: none;
}

/* Intigration */
.max-766 {
  max-width: 766px;
  margin: 0 auto;
}

.line_img_3 figure {
  min-height: 129px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  margin: 0px;
}

/* Contact Us */
.contact-bg {
  background: #232343;
}

.text-white * {
  color: #ffffff;
}

.white-bg {
  background: #ffffff;
  border-radius: 18px;
  padding: 35px;
}

.contact-form label {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.005em;
  color: #000000;
  display: block;
  margin: 0px;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.005em;
  color: #cbcbcb;
  display: block;
  border: 0px;
  border-bottom: 1px solid #606060;
  width: 100%;
  border-radius: 0px;
  padding: 10px 0px;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: none;
  box-shadow: none;
  border-color: #606060;
}

.contact-form .label-focus label {
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  transition: 0.2s all;
  cursor: text;
  pointer-events: none;
  background: #ffffff;
  padding: 10px 0px;
}

/* .contact-form .label-focus select:focus ~ label,
.contact-form .label-focus select:valid ~ label, */
.contact-form .label-focus textarea:focus~label,
.contact-form .label-focus textarea:valid~label,
.contact-form .label-focus input:focus~label,
.contact-form .label-focus input:valid~label {
  font-size: 14px;
  top: -24px;
  padding: 0px;
}

.contact-form textarea {
  height: 90px;
}

.contact-form button {
  background: #0a88e3;
  border-radius: 300px;
  width: 100%;
  padding: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff;
  border: 2px solid #0a88e3;
}

.contact-form button:hover {
  background: transparent;
  color: #0a88e3;
}

.contact-form .checkbox input {
  width: auto;
  display: inline-block;
  margin-right: 10px;
}

.contact-form .checkbox label {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #232343;
  margin: 0 0 15px;
}

.contact-form .checkbox label label {
  margin: 0;
}

.contact-form .form-group {
  margin-bottom: 36px;
}

.contact-form .checkbox.form-group {
  margin-bottom: 27px;
}

.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
  color: #cbcbcb;
  opacity: 1 !important;
}

.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
  color: #cbcbcb;
  opacity: 1 !important;
}

.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
  color: #cbcbcb;
  opacity: 1 !important;
}

.contact-form input:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
  color: #cbcbcb;
  opacity: 1 !important;
}

.c-logo {
  margin: 0 0 40px;
}

.c-info h3 {
  font-size: 28px;
}

.c-info address {
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #ffffff;
}

.c-link a {
  font-weight: 600;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #ffffff !important;
  margin: 0 0 32px;
  display: inline-block;
}

.c-link a:hover {
  color: #0a88e3;
}

.c-contact h1 {
  margin: 0px 0px 40px;
}

.c-link {
  margin: 0px 0px 25px;
}

.book-a-demo a {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 300px;
  padding: 18px;
  min-width: 400px;
  display: inline-block;
  text-align: center;
}

.book-a-demo a:hover {
  background: #ffffff;
  color: #0a88e3;
}

.contact-bg footer {
  background: #f5f9fc;
  padding: 30px 0;
}

.contact-bg footer p,
.contact-bg footer a {
  color: #000000;
  text-align: left;
  margin-bottom: 0;
}

.contact-bg .social_icon ul li a img {
  opacity: 1;
}

.contact-bg .social_icon {
  text-align: right;
}

.benifit-list figure {
  max-width: 50px;
}

.benifit-list h6,
.benifit-more-list h6 {
  width: calc(100% - 65px);
  padding-left: 15px;
  padding-right: 20px;
  font-weight: 700;
}

.benifit-list .d-flex,
.benifit-more-list .d-flex {
  margin: 0px 0px 50px;
}

.benifit-list-hide {
  display: none;
}

.tab-section {
  position: relative;
  padding: 50px 0px;
  margin-bottom: 50px;
}

.tab-section:after {
  background: #232343;
  border-radius: 10px 0px 0px 10px;
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40%;
  height: 100%;
  display: block;
  z-index: -1;
}

.tab h3 {
  margin: 6px 0;
  font-size: 16px;
  font-family: "Arial", "Helvetica";
  text-align: center;
  color: #232343;
  line-height: inherit;
}

.sliderContainer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rslide {
  width: 50%;
}

.slider {
  z-index: 99;
}

.slider::after {
  content: "";
  display: block;
  width: calc(100% - 50px);
  height: 100%;
  background: linear-gradient(95.73deg, #2ec774 -1.93%, #0084e3 101.79%);
  position: absolute;
  top: 30px;
  opacity: 0.5;
  border-radius: 12px;
  right: -30px;
  z-index: -1;
}

.slider .slick-prev:before,
.slider .slick-next:before {
  color: black;
}

.slider .slick-dots {
  bottom: -30px;
}

.progressBarContainer {
  width: 50%;
  max-width: 480px;
}

.progressBarContainer div div {
  display: block;
  padding: 0;
  cursor: pointer;
  margin-right: 20px;
  max-width: 220px;
  padding-top: 0px;
  background: #e6e6e6;
}

.progressBarContainer .tab span.progressBar {
  width: 100%;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
  transition: all 1s ease;
}

.progressBarContainer .tab span.progressBar .inProgress {
  background: linear-gradient(95.73deg, #2ec774 -1.93%, #0084e3 101.79%);
  width: 0%;
  height: 4px;
}

.tabbing {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 20px 0px;
  grid-template-areas: ". ."". ."". .";
}

.gra_txt {
  background: linear-gradient(90deg,
      rgba(46, 199, 116, 1) 30%,
      rgba(0, 132, 227, 1) 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

/*kinjal css add start*/

/*resources-detail */
.resource-detail p.post-small-title {
  font-weight: normal;
  font-size: 16px;
  line-height: 26.56px;
  letter-spacing: 0.1em;
  color: #6e6d7a;
}

.post-title {
  font-weight: bold;
  font-size: 44px;
  line-height: 48px;
  letter-spacing: -0.02em;
  color: #232343;
}

.resource-detail p.date {
  font-size: 16px;
  line-height: 26.56px;
  letter-spacing: 0.1em;
  color: #6e6d7a;
}

.resource-detail-img {
  width: 100%;
}

.resource-content h3 {
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 15px
}

.resource-content p {
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 20px;
}

.resource-content a,
.resource-content p a,
.tags-links a {
  color: #0a88e3 !important;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;

}

.resource-content h3 a {
  color: #0a88e3 !important;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}

.resource-content {
  margin-top: 49px;
  border-bottom: 1px solid #f4f4f4;
}

.highlight-quotes p {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #000000;
}

.highlight-quotes {
  border-left: 2px solid #7b7b7b;
  padding-left: 64px;
  margin: 80px 0;
}

.highlight-quotes p span {
  font-size: 16px;
  color: #6e6d7a;
}

ul.disc-list li {
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 10px;
}

ul.disc-list {
  margin-bottom: 37px;
  margin-top: 40px;
}

.resource-content p.tag {
  font-size: 16px;
  line-height: 26.56px;
  letter-spacing: 0.1em;
  color: #232343;
}

p.tag span {
  color: #6e6d7a;
}

.needtohelp-section h4 {
  font-weight: bold;
  font-size: 30px;
  line-height: 44px;
  letter-spacing: -0.01em;
  background: linear-gradient(90deg,
      rgba(46, 199, 116, 1) 30%,
      rgba(0, 132, 227, 1) 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.needtohelp-section {
  background: #232343;
  border-radius: 12px;
  text-align: center;
  padding: 43px 20px;
  position: relative;
}

.needtohelp-section h5 {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.01em;
  color: #ffffff;
}

.needtohelp-section p {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #ffffff;
}

/*webinar details*/
img.webinar-icon {
  padding-right: 20px;
}

.webinar-detail .post-title {
  color: #000;
}

.webinar-top-title {
  margin-bottom: 25px;
}

.webinar-img-box {
  position: relative;
}

.label-date {
  background: linear-gradient(95.73deg, #2ec774 -1.93%, #0084e3 101.79%);
  border-radius: 5px 5px 0px 0px;
  text-align: center;
  color: #fff;
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 0;
}

.label-date p {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.01em;
  color: #ffffff;
  display: contents;
  font-weight: 700;
}

.label-date span.time {
  border-left: 2px solid #fff;
  padding-left: 15px;
  text-transform: uppercase;
}

.webinar-content p {
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.webinar-content {
  margin-top: 49px;
}

.webinar-content h4 {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.01em;
  color: #000000;
  font-weight: bold;
  margin-bottom: 20px;
}

ul.list-icon li:before {
  content: "";
  background-image: url(../images/check-list-icon.svg);
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 0;
  position: absolute;
  top: 4px;
  left: 5px;
}

ul.list-icon li {
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}

.webinar-content ul.list-icon li {
  margin-bottom: 20px;
}

ul.list-icon {
  margin-bottom: 30px;
}

.presenter-text h3 span {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.01em;
  background: linear-gradient(90deg,
      rgba(46, 199, 116, 1) 30%,
      rgba(0, 132, 227, 1) 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.presenter-img img {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

.presenter-round {
  background: linear-gradient(95.73deg, #2ec774 -1.93%, #0084e3 101.79%);
  opacity: 0.8;
  width: 175px;
  height: 174px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}

.presenter-box {
  margin-top: 50px;
  display: flex;
}

p.webinar-last-text {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #000000;
  margin-top: 20px;
}

.webinar-detail .needtohelp-section h5 {
  font-size: 28px;
  line-height: 30px;
  align-items: center;
  text-align: center;
  letter-spacing: -0.02em;
  color: #ffffff;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 43px 20px;
  right: 0;
}

.presenter-text h3 {
  margin-bottom: 5px;
}

.presenter-text p {
  margin-bottom: 10px;
}

/*blog dropdown*/
.resource-categories {
  display: flex;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.01em;
  color: #000000;
}

.icon_select_mate {
  position: absolute;
  top: 0;
  right: 2%;
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  height: 22px;
  transition: all 275ms;
}

.select_mate {
  position: relative;
  float: left;
  transition: all 375ms ease-in-out;
  border-radius: 0px;
  border: 0px;
  border-bottom: 1px solid #6e6d7a;
  min-width: 400px;
  margin-left: 10px;
  width: 100%;
}

.select_mate select {
  position: absolute;
  overflow: hidden;
  height: 0px;
  opacity: 0;
  z-index: -1;
}

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

.cont_select_int {
  position: absolute;
  left: 0px;
  top: 10px;
  z-index: 999;
  overflow: hidden;
  height: 0px;
  width: 100%;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #fff;
  transition: all 375ms ease-in-out;
  background: #232343;
  box-shadow: 0px 6px 28px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}

.cont_select_int li {
  position: relative;
  float: left;
  width: 100%;
  list-style-type: none;
  padding: 12px 21px;
  margin: 0px;
  transition: all 275ms ease-in-out;
  display: block;
  cursor: pointer;
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  letter-spacing: 0.01em;
  color: #ffffff;
}

.cont_select_int li:last-child {
  padding-bottom: 32px;
}

.cont_select_int li:first-child {
  padding-top: 32px;
}

.selecionado_opcion {
  display: block;
  margin: 0px;
  cursor: pointer;
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  letter-spacing: 0.01em;
  color: #232343;
}

/*kinjal css add end*/

/* Responsive */
@media only screen and (max-width: 1300px) {
  .hero-slider .slick-arrow {
    right: -38px;
    width: 45px;
    height: 45px;
    background-size: contain;
  }

  .hero-slider .slick-arrow:hover {
    right: -40px;
  }

  .hero-slider .slick-prev {
    right: 20px;
  }

  .hero-slider .slick-prev:hover {
    right: 25px;
  }
}

@media only screen and (max-width: 1200px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 0 10px;
  }

  .signup_btn {
    padding: 12px 25px 12px 25px;
  }

  .privacy ul li a {
    padding: 0 5px;
    font-size: 13px;
  }

  .copyright {
    font-size: 13px;
  }

  .hero-slider .slick-arrow {
    width: 40px;
    height: 40px;
    right: -20px;
    bottom: 30px;
    background-size: contain;
  }

  .hero-slider .slick-arrow:hover {
    right: -25px;
  }

  .hero-slider .slick-prev {
    right: 30px;
  }

  .hero-slider .slick-prev:hover {
    right: 35px;
  }

  .slider-nav .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: contain;
  }

  h1 {
    font-size: 56px;
    line-height: 58px;
  }

  h2 {
    font-size: 40px;
    line-height: 46px;
  }

  .slider-nav {
    padding: 0px 0px 50px;
  }

  .slider-nav .slick-next {
    left: 45px;
  }

  .slider-nav .slick-next:hover {
    left: 50px;
  }

  .pr-80 {
    padding-right: 60px;
  }

  .pl-80 {
    padding-left: 60px;
  }

  .ul-list ul li {
    margin: 0px 0px 25px;
  }

  .resource-page-list figure img {
    height: 190px;
  }

  .cat-list select {
    min-width: 200px;
  }

  .max-766 {
    max-width: 646px;
    margin: 0 auto;
  }

  .c-info h3 {
    font-size: 24px;
  }

  .c-info address {
    font-size: 20px;
    line-height: 28px;
  }

  .c-link a {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 20px;
  }

  .book-a-demo a {
    font-size: 18px;
    line-height: 22px;
    padding: 16px;
    min-width: 300px;
  }

  /*.tab-list ul li a{font-size:15px;line-height:19px;padding:10px 20px;}*/
  .progressBarContainer {
    max-width: 440px;
  }

  .tab h3 {
    line-height: normal;
    padding: 6px 0px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link a {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .navbar-nav .nav-link:before {
    content: "";
    height: 1px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    right: 50%;
    border-bottom: 1px solid #7642ff;
    margin-right: auto;
    margin-left: auto;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

@media only screen and (max-width: 991px) {
  /* .navbar {
    justify-content: end;
  } */

  body:not(.sticky) .navbar:not(.navbar-light).menu-is-open {
    background: rgba(0, 0, 0, 0.7);
  }

  .navbar-nav {
    margin-bottom: 1em;
  }

  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    text-align: center;
  }

  .navbar-collapse.col-md-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    flex-grow: 0;
    flex-basis: 100%;
    max-width: 100%;
  }

  .navbar-light .navbar-nav .nav-link {
    padding: 5px 10px;
  }

  .navbar-nav {
    list-style: none;
    display: inline-block;
    width: 100%;
  }

  .signup_btn {
    display: inline-block;
  }

  .biap_Section h2 {
    font-size: 29px;
    line-height: 36px;
  }

  .paddtb_90 {
    padding: 40px 0 !important;
  }

  .gr-txt h3 {
    font-size: 35px;
    line-height: 41px;
  }

  .paddb90 {
    padding-bottom: 40px;
  }

  .paddt90 {
    padding-top: 40px;
  }

  h1 {
    font-size: 48px;
    line-height: 56px;
  }

  .fininacial_inti h3,
  h2 {
    font-size: 38px;
    line-height: 44px;
  }

  h3,
  .heading-bg {
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
  }

  h4 {
    font-size: 22px;
    line-height: 26px;
  }

  .with-bdr .inti_block h4 {
    padding: 0px 0px 20px;
    margin: 0px 0px 20px;
  }

  .team_detail h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .ul-list ul li,
  .counter h5,
  .counter h6,
  .team_detail span,
  .left_cnt h4,
  .left_cnt h5 {
    font-size: 20px;
    line-height: 24px;
  }

  .pl-80 {
    padding-left: 50px;
  }

  .blue-border-btn,
  .blue-btn {
    padding: 7px;
    min-width: 126px;
    font-size: 14px;
  }

  .mr-20 {
    margin-right: 10px;
  }

  .slider-nav .slick-arrow {
    width: 30px;
    height: 30px;
  }

  .hero-slider .slick-arrow {
    width: 30px;
    height: 30px;
    bottom: 20px;
  }

  .our_story p {
    font-size: 22px;
    line-height: 30px;
  }

  .story_main::after {
    content: "";
    width: calc(100% - 20px);
    right: -20px;
    bottom: -33px;
  }

  .team_member {
    align-items: flex-start;
  }

  .team_detail {
    padding: 5px;
  }

  .pl-70 {
    padding-left: 40px;
  }

  .talk-form .checkbox {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .newsletter {
    min-width: 100%;
    padding: 7px 0;
  }

  .talk-form label {
    margin: 0px 0px 15px;
  }

  .newsletter,
  .mailpoet_paragraph.newsletter_button.last {
    margin-top: 10px;
  }

  .gallery-section .slick-slide img {
    min-height: 120px;
  }

  input.mailpoet_submit {
    background-position: right !important;
  }

  input.mailpoet_submit {
    right: 5px !important;
    bottom: 30px !important;
  }

  .gallery-section .slick-center img,
  .gallery-section .slick-center .blog-info {
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }

  .gallary-slider figure {
    margin: 0px 0px 60px;
  }

  .gallary-slider h3,
  .gallary-slider h3 a {
    font-size: 16px;
    line-height: 18px;
  }

  .pr-80 {
    padding-right: 50px;
  }

  .pl-80 {
    padding-left: 50px;
  }

  .ul-list ul li:before {
    content: "";
    width: 20px;
    height: 20px;
  }

  .ul-list ul li {
    margin: 0px 0px 20px;
    padding-left: 26px;
    padding-right: 10px;
  }

  .gr-txt h3 {
    font-size: 30px;
    line-height: 36px;
  }

  .resource-page-list figure img {
    height: 170px;
  }

  .gallary-slider .slick-arrow {
    width: 27%;
  }

  .max-766 {
    max-width: 482px;
  }

  .line_img_3 figure img {
    max-height: 75px;
  }

  .line_img_3 figure {
    min-height: 75px;
  }

  .line_img_3 .left_cnt {
    margin-right: 0px;
  }

  .mt_20 {
    margin-top: 10px;
  }

  .left_cnt p {
    margin: 10px 0 5px;
  }

  .talk-form .form-group {
    margin-bottom: 10px;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .talk-form input,
  .talk-form textarea {
    padding: 7px;
  }

  .talk-form .btn {
    font-size: 14px;
    line-height: 18px;
    padding: 9px 30px;
  }

  .c-logo {
    margin: 0 0 35px;
  }

  .c-contact h1 {
    margin: 0px 0px 30px;
  }

  .c-info h3 {
    font-size: 20px;
    line-height: normal;
  }

  .c-info address {
    font-size: 18px;
    line-height: 26px;
  }

  .c-link a {
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 14px;
  }

  .book-a-demo a {
    font-size: 16px;
    line-height: 20px;
    padding: 12px;
    min-width: 260px;
  }

  .contact-form label {
    font-size: 14px;
    line-height: 17px;
  }

  .contact-form input,
  .contact-form textarea,
  .contact-form select {
    font-size: 14px;
    line-height: 17px;
  }

  .contact-form .form-group {
    margin-bottom: 22px;
  }

  .white-bg {
    padding: 26px;
  }

  .contact-form button {
    padding: 12px;
    font-size: 18px;
    line-height: 22px;
  }

  .contact-form .checkbox.form-group {
    margin-bottom: 15px;
  }

  .benifit-list .d-flex,
  .benifit-more-list .d-flex {
    margin: 0px 0px 30px;
  }

  .benifit-list h6 {
    padding-left: 10px;
    padding-right: 10px;
    line-height: normal;
  }

  .rslide {
    padding-left: 23px;
  }

  .slider::after {
    content: "";
    top: 20px;
    right: -20px;
  }

  .progressBarContainer div div {
    margin-right: 10px;
  }

  .presenter-box {
    margin-top: 50px;
    display: inherit;
  }

  .presenter-img img {
    margin: 0 0 0 20px;
  }

  .presenter-round {
    margin: inherit;
  }

  .post-title {
    font-size: 32px;
    line-height: 40px;
  }

  .contact-form .label-focus input:focus~label,
  .contact-form .label-focus input:valid~label {
    top: -15px;
  }

  .book-box h1 {
    font-weight: bold;
    font-size: 50px;
    line-height: 50px;
  }

  .book-contact h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .book-contact p {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
  }

  .book-contact {
    margin-bottom: 40px;
  }

  .book-box {
    height: 50vh;
  }

  .needtohelp-section {
    background: #232343;
    border-radius: 12px;
    text-align: center;
    padding: 43px 20px;
    position: relative;
    min-height: 40vh;
    height: 100%;
  }

  .contact-form input,
  .contact-form textarea,
  .contact-form select {
    padding: 15px 0px;
  }

  a.switchap {
    display: none;
  }

  .book-a-demo {
    margin: 40px 0;
  }
}

sup {
  top: -0.3em;
  color: red;
  margin-left: 3px;
  font-size: 15px;
}

/*accountant-franchisees css*/
.accountant-franchisees_top h2 {
  display: flex;
  margin: 0 auto;
  text-align: center;
  width: max-content;
  margin-bottom: 39px;
}

.accountant-franchisees_top h2 span.accountant-and {
  font-weight: bold;
  font-size: 144px;
  line-height: 60px;
  align-items: center;
  text-align: center;
  letter-spacing: -0.02em;
  color: #232343;
  opacity: 0.2;
  margin: 0 41px;
}

.accountant-franchisees_top h2 span {
  font-weight: bold;
  font-size: 64px;
  line-height: 60px;
  align-items: center;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.accountant-franchisees_top h2 span:after {
  content: "";
  display: block;
  height: 2px;
  background: #232343;
  margin: 0 auto;
  margin-top: 15px;
  border-radius: 3px;
}

.accountant-franchisees_top h2 span.accountant-and:after {
  display: none;
}

.accountant-franchisees h2 {
  font-weight: bold;
  font-size: 44px;
  line-height: 48px;
  align-items: center;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #0a88e3;
}

.account-tital {
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  align-items: center;
  letter-spacing: -0.01em;
  background: linear-gradient(90deg,
      rgba(46, 199, 116, 1) 30%,
      rgba(0, 132, 227, 1) 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 33px;
}

.accountant-text p {
  font-size: 24px;
  line-height: 30px;
  align-items: center;
  letter-spacing: 0.01em;
  color: #232343;
}

.get-started-btn {
  border-radius: 50px;
  background: #0a88e3;
  border: 1px solid #0a88e3;
  color: #ffffff;
  padding: 11px;
  display: inline-block;
  min-width: 183px;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  font-family: "Proxima Nova" !important;
  text-align: center;
  margin: 49px 0 0 0;
}

.get-started-btn:hover {
  background: transparent;
  color: #0a88e3;
}

.account-black-tital {
  color: #232343;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  align-items: center;
  letter-spacing: -0.01em;
  margin-bottom: 21px;
}

.key-tital {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  align-items: center;
  letter-spacing: -0.01em;
  color: #232343;
}

ul.key-list {
  margin-top: 20px;
  font-weight: 900;
}

ul.key-list li {
  font-weight: normal;
  font-size: 16px;
  line-height: 15px;
  align-items: center;
  color: #000000;
  padding-bottom: 15px;
}

.mt-o {
  margin-top: 0;
}

mb-0 {
  margin-bottom: 0;
}

.accountant-partner {
  margin: 80px 0;
}

span.partner-boder-bottom {
  border-bottom: 1px solid #aeaeae;
  display: block;
}

.accountant-left-right {
  margin-bottom: 70px;
}

@media (max-width: 1200px) {
  .accountant-franchisees h2 {
    font-size: 40px;
    line-height: 46px;
  }

  .account-black-tital {
    font-size: 30px;
    line-height: 35px;
  }

  .accountant-franchisees_top h2 span {
    font-weight: bold;
    font-size: 45px;
    line-height: 50px;
  }

  .accountant-franchisees_top h2 span.accountant-and {
    font-size: 90px;
  }
}

@media (max-width: 1023px) {
  .accountant-franchisees_top h2 span {
    font-weight: bold;
    font-size: 38px;
    line-height: 44px;
  }

  .accountant-franchisees_top h2 span.accountant-and {
    font-weight: bold;
    font-size: 90px;
  }

  .accountant-text .blue-btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .accountant-franchisees h2 {
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
  }

  .accountant-partner {
    margin: 40px 0;
  }

  .accountant-left-right {
    margin-bottom: 30px;
  }

  .account-black-tital {
    font-size: 30px;
    line-height: 35px;
  }

  .account-tital {
    margin-bottom: 20px;
  }

  .accountant-text p {
    font-size: 16px;
    line-height: 20px;
  }

  .get-started-btn {
    margin: 20px 0;
  }

  .account-tital {
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
  }

  .cmn_p {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #232343;
  }
}

@media (max-width: 767px) {
  .accountant-franchisees_top h2 span {
    font-size: 26px;
    line-height: 34px;
  }

  .accountant-franchisees h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .account-tital {
    font-weight: bold;
    font-size: 20px;
  }

  .account-black-tital {
    font-size: 20px;
    line-height: 25px;
  }

  .key-tital {
    font-weight: bold;
    font-size: 18px;
  }

  .accountant-franchisees_top h2 {
    display: contents;
  }

  .accountant-franchisees_top h2 span:after {
    display: none;
  }

  .accountant-franchisees_top h2:after {
    content: "";
    display: block;
    height: 2px;
    background: #232343;
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 3px;
    margin-bottom: 39px;
  }

  .accountant-franchisees_top h2 span.accountant-and {
    font-size: 40px;
    margin: 0;
  }

  .book-contact h1,
  .post-title {
    font-size: 26px;
    line-height: 34px;
  }

  .book-box h1 {
    font-weight: bold;
    font-size: 26px;
    line-height: 34px;
    padding: 0 45px;
  }

  .team_member {
    display: block;
  }

  .team_detail {
    width: 100%;
  }

  .counter.full_width {
    margin-top: 20px;
  }

  .book-a-demo {
    margin: 20px 0;
  }

  .book-contact {
    margin-bottom: 20px;
  }

  .book-a-demo .c-logo {
    margin: 0 0 20px;
  }
}

.needtohelp-section .contact-form .form-control {
  background-color: #fff0;
}

.needtohelp-section .contact-form .label-focus label,
.needtohelp-section .contact-form label {
  background-color: #232343;
  color: #fff;
  text-align: left;
}

.needtohelp-section .textwidget .wpcf7-form.init label {
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  letter-spacing: -0.005em;
  color: #ffffff;
  font-weight: 600;
}

.needtohelp-section .textwidget .wpcf7-form.init input {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.005em;
  color: rgba(255, 255, 255, 0.25);
}

.needtohelp-section .textwidget .wpcf7-form.init input {
  padding: 14px 7px;
}

.needtohelp-section .checkbox.form-group input:checked+span.wpcf7-list-item-label:after {
  content: ""3%B
  display: block;
  position: absolute;
  top: 3px;
}

.needtohelp-section .checkbox.form-group label span.wpcf7-list-item-label:before {
  content: "";
  border: 1px solid #fff !important;
}

.needtohelp-section textarea {
  box-sizing: border-box;
  float: none;
  height: 100px !important;
}

.needtohelp-section select.form-select {
  background: #232343;
}

.needtohelp-section .contact-form .checkbox label {
  color: #ffffff;
}

.center-margin {
  margin: auto 30px;
}

.contact-form .checkbox.form-group {
  display: block;
  margin-bottom: 15px;
}

.contact-form .checkbox.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none !important;
  cursor: pointer;
}

.contact-form .checkbox.form-group label span.wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
  display: flex;
}

.contact-form .checkbox.form-group label span.wpcf7-list-item-label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #232323;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 3px;
}

.contact-form .checkbox.form-group input:checked+span.wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 5px;
  height: 9px;
  border: solid #0a88e3;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.contact-form .checkbox.form-group input:checked+label span.wpcf7-list-item-label:before {
  border-color: #0a88e3;
}

.needtohelp-section .contact-form.checkbox .form-group label span.wpcf7-list-item-label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 3px;
}

.needtohelp-section .contact-form .checkbox .form-group input:checked+label:before {
  border-color: #fff;
}

.needtohelp-section .contact-form .checkbox .form-group input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 5px;
  height: 9px;
  border: solid #0a88e3;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

@media (max-width: 1024px) {
  .center-margin {
    margin: auto 20px;
  }
}

/*book a demo*/
.book-contact h1 {
  font-weight: bold;
  font-size: 64px;
  line-height: 60px;
  align-items: center;
  text-align: center;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.book-contact {
  max-width: 539px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 70px;
}

.book-contact p {
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
}

.book-a-demo {
  margin: 25px 0 0;
}
section.book-a-demo {
  margin: 162px 0 0;
}
.book-a-demo .c-logo {
  margin: 0 0 29px;
}

.book-box h1 {
  font-weight: bold;
  font-size: 64px;
  line-height: 60px;
  align-items: center;
  text-align: center;
  letter-spacing: -0.02em;
  color: #000000;
  padding: 0 145px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  left: 0;
}

.book-box {
  max-width: 1000px;
  width: 100%;
  height: max-content;
  background: #ffffff;
  border-radius: 20px;
  margin: 0 auto 50px;
}
.needtohelp-section .contact-form {
  margin-top: 45px;
}

/* .navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 0 !important;
  padding-right: 0 !important;
} */

.navbar {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.wpcf7 form.sent .wpcf7-response-output,
form.wpcf7-form.invalid {
  border-color: #ffffff !important;
  color: #fff;
}

.aboutus_top img {
  margin-bottom: 40px;
}

footer .form-control {
  color: #ffffff;
}

input.mailpoet_submit {
  background: url(https://pathquest.com/wp-content/uploads/2022/04/send-optimized.png);
  background-repeat: no-repeat;
  background-position: right;
  color: #0000;
}

.contact-bg header#masthead {
  display: none;
}
.page-id-535.contact-bg header#masthead{
  display: block !important;
}
.page-id-535 #gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item .mega-menu-link{
  color: #fff !important;
}
@media (max-width: 1023px) {
  .newsletter input {
    min-width: 100%;
  }

  input.mailpoet_submit {
    right: 0;
    bottom: 57px;
  }

  input.mailpoet_submit {
    background-position: left;
  }
}

@media (max-width: 767px) {

  .newsletter,
  .mailpoet_paragraph.newsletter_button.last {
    max-width: 100% !important;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .signup_btn {
    padding: 12px 0 12px 0;
  }
}

.stat-one {
  display: flex;
}

.stat-number,
span.plus {
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  text-align: left;
  color: #2ec774;
  margin: 0;
}

.stat-title {
  font-weight: normal;
  font-size: 28px;
  line-height: 30px;
  color: #fff;
  text-align: left;
}

@media (max-width: 767px) {
  .stat-one {
    display: inline-flex;
    text-align: center;
    margin-top: 10px;
  }

  .stat-title {
    text-align: center;
  }
}

.progressBarContainer h2 {
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 5px;
  line-height: 40px;
}

.progressBarContainer h2.gra_txt {
  margin-bottom: 15px;
}

figure.post-thumbnail img {
  max-width: 100% !important;
}

.webinar-detail .needtohelp-section h5 {
  display: none;
}

.talk-form .checkbox.form-group label input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none !important;
  cursor: pointer;
}

.talk-form .checkbox.form-group label span {
  position: relative;
  cursor: pointer;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
  display: flex;
}

.talk-form .checkbox.form-group span.wpcf7-list-item-label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  border-radius: 3px;
  height: 16px;
  width: 16px;
}

.talk-form .form-group label input:checked+span.wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 5px;
  height: 9px;
  border: solid #0a88e3;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.talk-form .checkbox.form-group label input:checked+span.wpcf7-list-item-label:before {
  border-color: #fff;
}

.talk-form .checkbox label span {
  margin: 0;
}

.newsletter_button input:focus {
  outline: none;
}

.contact-form .label-focus input,
.contact-form .label-focus textarea {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.005em;
  color: #000000 !important;
  display: block;
  border: 0px;
  border-bottom: 1px solid #606060;
  width: 100% !important;
  border-radius: 0px;
  padding: 14px 0px;
  position: relative;
}

.contact-form .label-focus textarea {
  height: 90px;
  resize: none;
  margin-bottom: 0;
}

.page-template-template-contact .contact-form select {
  color: #000;
}

.contact-form select {
  background: transparent;
  border-bottom: 1px solid #606060 !important;
  margin-bottom: 0 !important;
  padding: 14px 0px !important;
  min-width: 100% !important;
  color: #ffffff;
}

.contact-form .label-focus label {
  position: absolute;
  top: 0;
  left: 14px;
  width: 100%;
  color: #7e7e7e;
  transition: 0.2s all;
  cursor: text;
  transition: all 0.5s;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.005em;
  color: #000000;
  margin: 0px;
  z-index: 999;
}

.contact-form .form-group {
  position: relative;
  display: flow-root !important;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.contact-form .label-focus label.label-top {
  top: -20px;
  font-size: 12px;
  transition: all 0.5s;
  background: #0000;
  padding: 0;
}

.checkbox .wpcf7-list-item {
  margin: 0;
}

.contact-form input.wpcf7-form-control.has-spinner.wpcf7-submit.btn {
  display: block !important;
  background: #0a88e3;
  border-radius: 300px;
  width: 100%;
  padding: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff;
  border: 2px solid #0a88e3;
  margin-top: 11px;
}

.contact-form input.wpcf7-form-control.has-spinner.wpcf7-submit.btn:hover {
  background: transparent;
  color: #0a88e3;
}

.newsltr_ftr {
  margin-left: 30px !important;
}

.page-template-template-BI-home .aboutus_top {
  max-width: 800px;
  margin: 0 auto;
}

.img_btm_m {
  margin: 0 0px -200px 0px;
}

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

.footer_part a img {
  max-width: 250px;
}

.intigration_work .col-sm-4:last-child .inti_block::after {
  content: none;
}

.download-now h4 {
  color: #fff !important;
  background: linear-gradient(90deg, rgb(255 255 255) 30%, rgb(255 255 255) 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.download-now button.btn.btn-default {
  background: #232343;
  border-color: #232343;
  color: #fff;
}

.download-now button.btn.btn-default:hover {
  background: #23234300;
  color: #232343;
}

.download-now {
  background: #0A88E3;
}

.download-now .contact-form .label-focus label {
  background-color: #0a88e3;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  border-bottom: 1px solid #fff;
}

.white-papers-img {
  position: absolute;
  top: -500px;
}

.download-now {
  position: absolute;
  top: -200px;
}

section.banner-white {
  background: url(../images/banner-white.jpg);
  background-position: top;
  background-repeat: no-repeat;
  height: 70vh;
  background-size: cover;
}

@media (max-width:1024px) {
  .white-papers-img {
    position: absolute;
    top: -450px;
  }

}

@media (max-width:1023px) {
  .white-papers-img {
    position: initial;
    top: 0px;
  }

  .download-now {
    position: initial;
    top: 0px;
  }

  section.banner-white {
    background: url(../images/banner-white.jpg);
    background-position: top;
    background-repeat: no-repeat;
    height: 30vh;
    background-size: cover;
  }
}

@media (max-width:767px) {
  section.banner-white {
    background: url(../images/banner-white.jpg);
    background-position: top;
    background-repeat: no-repeat;
    height: 20vh;
    background-size: cover;
  }
}

.power_bg .blue-btn:hover {
  background: #232343;
  color: #ffffff;
  border: 1px solid #232343;
}

.pagination {
  margin: 0 auto;
}

.pagination .page-numbers {
  font-size: 21px;
  color: #0a88e3;
  font-weight: 500;
  padding: 0 10px;
}

.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="text"],
.contact-form input[type="url"] {
  margin-bottom: 2px !important;
}

.needtohelp-section .textwidget .wpcf7-form.init input,
.needtohelp-section .textwidget .wpcf7-form.init textarea {
  background: #232343;
  border-bottom: 1px solid #F2EFEF;
  border-radius: 0;
  resize: none;
}

.needtohelp-section .contact-form .form-group {
  margin-bottom: 28px;
}

.needtohelp-section .contact-form select {
  margin-bottom: 0;
  min-height: auto;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  text-align: left;
}

/* thank you page css */

.thankyou {
  height: calc(100vh - 173px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.thankyou .book-a-demo a {
  padding: 15px 35px;
  min-width: 230px;
}

.thankyou .book-a-demo {
  margin: 50px 0 0 0;
}

.thankyou .c-info h3 {
  font-size: 32px;
}

.thankyou .c-info p {
  font-size: 18px;
}

.thankyou .c-info p a {
  color: #0a88e3 !important;
  font-weight: bold;
}

.page-template-template-thank-you .social_icon {
  text-align: right;
}

.page-template-template-thank-you .copyright {
  text-align: left;
  margin-bottom: 0;
}

.page-template-template-thank-you footer {
  padding: 30px 0;
}

.page-template-template-thank-you-webinar .social_icon {
  text-align: right;
}

.page-template-template-thank-you-webinar .copyright {
  text-align: left;
  margin-bottom: 0;
}

.page-template-template-thank-you-webinar footer {
  padding: 30px 0;
}

.page-template-template-new-thank-you .social_icon {
  text-align: right;
}

.page-template-template-new-thank-you .copyright {
  text-align: left;
  margin-bottom: 0;
}

.page-template-template-new-thank-you footer {
  padding: 30px 0;
}

/*onload popup*/
.backgroundOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0.80;
  filter: alpha(opacity=80);
  -moz-opacity: 80;
  z-index: 999999999;
  display: none;
}

/*   This is the Popup Window   */
.delayedPopupWindow {
  display: none;
  position: fixed;
  width: 100%;
  top: 10%;
  z-index: 999999999;
  padding: 10px 20px;
  margin: 0 auto;
  text-align: center;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.popup-area {
  position: relative;
  width: 40%;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
}

/*   This is the closing button  */
#delayedPopup #btnClose {
  position: absolute;
  right: 15px;
  top: 15px;
}

#delayedPopup img.mobile-popup {
  display: none;
}


@media (max-width:1023px) {
  .popup-area {
    position: relative;
    width: auto;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
  }
}

.aligncntr {
  justify-content: space-between;
  max-width: 945px;
  margin: 0 auto;
}

.col3part:last-child .inti_block::after {
  content: none;
}



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

.newsletter input:focus-visible {
  outline: none;
}


.needtohelp-section a {
  background: #0A88E3;
  color: #fff;
  display: inline-block;
  width: 100%;
  padding: 12px 15px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  font-family: 'Proxima Nova' !important;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 5px;
  margin-bottom: 30px;
  transition: all ease 0.5s;
}

.needtohelp-section a:hover {
  background: #232343;
}

.needtohelp-section h4 {
  margin-bottom: 40px;
}

.webinar-detail .needtohelp-section {
  padding: 40px 20px 30px;
}

.entry-header.alignwide {
  box-shadow: none;
  transition: none;
  text-align: center;
  margin: 40px 0;
}

.privacy_txt h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.5px;
  color: #232343;
  margin-bottom: 5px;
}

.privacy_txt p {
  margin-bottom: 10px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  color: red;
  font-size: 13px;
}

.talk-form .form-control:focus {
  background-color: #fff !important;
}

.social_icon li a {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  color: #000;
  height: 25px;
  width: 25px;
  display: inline-block;
  text-align: center;
  line-height: 26px;
  transition: all ease 0.6s;
  font-size: 14px;
}

.social_icon li a:hover {
  background: rgba(255, 255, 255, 0.5);
}

.page-template-template-contact .social_icon li a {
  background: rgba(35, 35, 67, 0.2);
  color: #ffffff;
  transition: all ease 0.6s;
}

.page-template-template-contact .social_icon li a:hover {
  background: rgba(35, 35, 67, 0.5);
  color: #ffffff;
}

.single-whitepaper .webinar-detail .needtohelp-section {
  padding: 60px 15px 30px;
}

.single-whitepaper .needtohelp-section .contact-form .checkbox label {
  background-color: transparent;
}

.whitepaper-template-default .contact-form input.wpcf7-submit.btn {
  background-color: #232343 !important;
  transition: all ease 0.6s;
}

.whitepaper-template-default .contact-form input.wpcf7-submit.btn:hover {
  background-color: #ffffff !important;
  color: #232343;
  transition: all ease 0.6s;
}

.whitepaper-template-default .contact-form .label-focus input,
.contact-form .label-focus textarea {
  color: #ffffff !important;
}

.webinar-detail ul.disc-list {
  margin-bottom: 20px;
  margin-top: 20px;
}

.page-id-134 .biap_Section h2 {
  margin: 0;
}

.core_tea .team_detail img {
  border-radius: 15px;
}

.aboutusmain .aboutus_top li a,
.powerup .bnr_btn li a {
  min-width: 150px;
}
input.mailpoet_text.parsley-error .mailpoet_submit{
  bottom: 73px !important;
}



.webinarPage {
	    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    text-align: left;
}
.submit-button {
  margin-top: 30px;
}
.submit-button input {
  background-color: #0a88e3 !important;
  color: #ffffff !important;
  border: none;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: bold !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.5s;
  width: auto;
}
.submit-button input:hover{
    background-color: #2ec774 !important;
    color: #FFFFFF;
}
.gotowp-input-text,.gotowp-select{
		  margin-bottom: 10px;
      border-radius: 5px !important;
}
.contact-form .webinarPage input[type="email"],
.contact-form .webinarPage input[type="tel"],
.contact-form .webinarPage input[type="text"]{
  margin-bottom: 10px !important;
  margin-top: 3px !important;
  color: #666666;
  padding: 13px 10px !important;
}

.contact-form .webinarPage select {
  background: #ffffff;
  /* border-bottom: 1px solid #606060 !important; */
  padding: 13px 10px !important;
  min-width: 100% !important;
  color: #666666;
  margin-bottom: 10px !important;
  margin-top: 3px !important;
}
.label-date .date{
  margin-right: 15px;
}
.needtohelp-section .white_form input{
  color: #ffffff !important;
}
.contact-form.white_form select{
  border-bottom: 1px solid #F2EFEF !important;
}
.parsley-errors-list.filled{
  position: absolute;
}


/* AP CSS START */

.flex_box_ap{
  display: flex;
  align-items: center;
  justify-content: left;
}
.flex_box_ap h5{
  font-weight: 700;
  font-size: 19px;
  line-height: 25px;
  color: #232343;
  margin: 0 0 0 20px;
  text-align: left;
}
.pt_90{
  padding-top: 90px;
}
.security_top h3,.security_top .h3{
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.01em;
  color: #232343;
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}
.paddt60{
  padding: 60px 0;
}
.iso_title h3{
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.01em;
  color: #0A88E3;
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.iso_img_bx{
  background: #0A88E3;
  border-radius: 5px;
  padding: 15px 28px;
  margin-right: 23px;
}
.iso_img_bx img{
  max-width: initial;
}
.iso_content p{
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  color: #000000;
  margin: 0;
}
.bg_light_gry{
  background-color: #EEF4F8;
}
.max_800{
  max-width: 800px;
  margin: 0 auto 50px;
}
.tp_title h3{
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.01em;
  color: #000000;
  margin-bottom: 20px;
}
.tp_title P{
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #000000;
}
.infrastrure_detail p{
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #000000;
  margin-top: 15px;
}
.list_part h4{
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #000000;
}
.list_part p{
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #000000;
}
.list_part{
  padding: 0 40px 0 0;
  position: relative;
  margin-bottom: 50px;
}
.list_part::before{
  content: "";
  position: absolute;
  background-image: url(https://wordpress-753252-2623570.cloudwaysapps.com/wp-content/uploads/2022/05/right_icon_new-optimized.png);
  height: 22px;
  width: 22px;
  left: -38px;
  top: 5px;
}
.list_section{
  padding: 90px 0 40px;
}
.client_section .list_part{
  padding: 0 60px 0 0;
}
.security_measures_detail h4{
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.01em;
   color: #000000;
   margin:20px 0 5px;
}
.security_measures_detail p{
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
   color: #000000;
   margin: 0;
}
.privacy_tab {
  width: 100%;
  display: inline-block;
}
.page-id-1048 .white-box{
  min-height: 240px;
}


/* tab css start */

.tabs ul {
  margin: 0;
  padding: 0 0 1em 0;
  font-weight: bold;
}
.tabs ul li a {
  padding: 30px 20px;
  background: #fff;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #000000;
  position: relative;
}
 .tabs ul li a.active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  background: linear-gradient(95.73deg, #2EC774 -1.93%, #0084E3 101.79%);
  bottom: 0;
  left: 0;
  right: 0; 
}
.item::before {
  cursor: pointer;
  font-weight: bold;
  padding: 0.5em;
  display: block;
}
.item.active::before {
  background: transparent;
  color: #000000;
}
.item.active .item-content {
  padding: 0 0 0 90px;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.tab_ul li{
  display: inline-block;
  width: 100%;
  position: relative;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #000000;
  margin-bottom: 20px;
}
.tab_ul li::before{
  content: "";
  position: absolute;
  background-image: url(https://wordpress-753252-2623570.cloudwaysapps.com/wp-content/uploads/2022/05/right_icon_new-optimized.png);
  height: 22px;
  width: 22px;
  left: -36px;
  top: 5px;
}
.Data_Security_Measures .col-sm-4:last-child .mb_60{
  margin-bottom: 0;
}
.item{	
  position: relative;	
}	
article.tabbed-content{	
  display: inline-block;	
}

@media all and (min-width: 800px) {
  .item.active .item-content {
    padding-top: 0;
  }

  .tabs-side .tabs li {
    margin-bottom: 25px;
  }
}

.tabbed-content .tabs {
  display: none;
}
.tabbed-content .item::before {
  content: attr(data-name);
}
.tabbed-content .item .item-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.tabbed-content .item.active .item-content {
  opacity: 1;
  visibility: visible;
  height: auto;
}

@media all and (min-width: 800px) {
  .tabbed-content .tabs {
    display: block;
  }
  .tabbed-content .tabs li {
    display: inline-block;
  }
  .tabbed-content .tabs li a {
    display: block;
  }
  .tabbed-content .item {
    min-height: 0;
  }
  .tabbed-content .item::before {
    display: none;
  }
  .tabbed-content.tabs-side .tabs {
    width: 300px;
    float: left;
  }
  .tabbed-content.tabs-side .tabs li {
    display: block;
  }
  .tabbed-content.tabs-side .item {
    margin-left: 300px;
  }
}

/* 404page css  */
.error_content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gr-txt-n{
  background: linear-gradient(95.73deg, #2EC774 -1.93%, #0084E3 101.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.gr-txt-n h2{
  font-weight: 800;
    font-size: 200px;
    line-height: 160px;
    color: #232343;
}
.right_content_e h5{
  font-weight: 700;
  font-size: 44px;
  line-height: 48px;
  color: #0A88E3;
  margin: 6px 0 15px;
}
.right_content_e P{
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
}
.postid-811 .label-date{
  display: none;
}
.video-wrap iframe{
  width: 100%;
}
.video-wrap{
  width: 100%;
}
 .ytp-impression-link{
  display: none !important;
}


/* Video player css start */

.video-main {
  position: relative;
  display: inline-block;
}

.video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
  background: linear-gradient(95.73deg, #2EC774 -1.93%, #0084E3 101.79%);
  z-index: 999;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.fa-play:before {
  content: "\f04b";
}

.waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(255,255,255,0.7);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.vplayer{
  position: relative;
}
.video_animate{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 50px;
  margin: 0 auto;
}
.lity-container{
  max-width: 100% !important;
  width: calc(100% - 200px) !important;
  padding: 50px 0 !important;
  
}
/* Video player css end */

.resource-hero {
  display: none;
}
.resource-categories{
  padding: 50px 0 10px;
}

/* new-navbar */

.dropdown-toggle::after {
  transition: transform 0.15s linear;
}
.show.dropdown .dropdown-toggle::after {
  transform: translateY(3px);
}
.navbar-nav li:hover .dropdown-menu {
  display: block;
}
.dropdown-toggle::after {
  content: none;
}
.dropdown_item,.sub_res img {
  width: 50px;
  height: 50px;
}
.dropdown_item,.sub_res h6 {
  font-family: "Proxima Nova" !important;
  margin-top: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #000000 !important;
}
.dropdown_item,.sub_res p {
  color: #000000 !important;
  font-family: "Proxima Nova" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 5px;
}
.dropdown-menu {
  left: 50%;
  padding: 0px;
  margin: 0px;
  transform: translateX(-50%);
  padding-top: 30px;
  background: transparent;
  border: none;
}
.dropdown-item:active{
  color: #000000;
  background-color: #ffffff;
}
.arrow_icon {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 1) !important;
  transform: rotate(45deg);
  top: -10px;
  left: 50%;
  border-right: none !important;
  border-bottom: none !important;
  background: rgba(255, 255, 255, 0.46) !important;
  backdrop-filter: blur(8.3px) !important;
  -webkit-backdrop-filter: blur(8.3px) !important;
}
.page-template-template-archive-listing .arrow_icon{
  background: rgba(77, 77, 77, 0.6) !important;
  border: 1px solid rgba(77, 77, 77, 0.59) !important;
}
.blog .arrow_icon{
  background: rgba(77, 77, 77, 0.6) !important;
  border: 1px solid rgba(77, 77, 77, 0.59) !important;
}
.page-template-template-resources-new .arrow_icon{
  background: rgba(77, 77, 77, 0.6) !important;
  border: 1px solid rgba(77, 77, 77, 0.59) !important;
}
.single .arrow_icon{
  background: rgba(77, 77, 77, 0.6) !important;
  border: 1px solid rgba(77, 77, 77, 0.59) !important;
}
.spearrow{
  position: absolute;
  background-color: #ffffff;
  width: 20px;
  height: 20px;
  border: 1px solid #d0d4d7;
  transform: rotate(45deg);
  top: -10px;
  left: 50%;
  border-right: none;
  border-bottom: none;
}
.menu1 {
  width: 1000px !important;
  position: relative !important;  
  padding: 0px 5px 15px 30px !important;
  background: rgba(255, 255, 255, 0.46) !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
  backdrop-filter: blur(8.3px) !important;
  -webkit-backdrop-filter: blur(8.3px) !important;
  border: 1px solid rgba(255, 255, 255, 0.59) !important;
}
.menu2 {
  width: 800px !important;
  position: relative !important;
  padding-top: 0px !important;
  padding-left: 20px !important;
  background: rgba(255, 255, 255, 0.46) !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
  backdrop-filter: blur(8.3px) !important;
  -webkit-backdrop-filter: blur(8.3px) !important;
  border: 1px solid rgba(255, 255, 255, 0.59) !important;
}
.page-template-template-archive-listing .menu1{
  background: rgba(77, 77, 77, 0.6) !important;
  border: 1px solid rgba(77, 77, 77, 0.59) !important;
}
.page-template-template-archive-listing .menu2{
  background: rgba(77, 77, 77, 0.6) !important;
  border: 1px solid rgba(77, 77, 77, 0.59) !important;
}
.blog .menu1{
  background: rgba(77, 77, 77, 0.6) !important;
  border: 1px solid rgba(77, 77, 77, 0.59) !important;
}
.blog .menu2{
  background: rgba(77, 77, 77, 0.6) !important;
  border: 1px solid rgba(77, 77, 77, 0.59) !important;
}
.page-template-template-resources-new .menu1{
  background: rgba(77, 77, 77, 0.6) !important;
  border: 1px solid rgba(77, 77, 77, 0.59) !important;
}
.page-template-template-resources-new .menu2{
  background: rgba(77, 77, 77, 0.6) !important;
  border: 1px solid rgba(77, 77, 77, 0.59) !important;
}
.single .menu1{
  background: rgba(77, 77, 77, 0.6) !important;
  border: 1px solid rgba(77, 77, 77, 0.59) !important;
}
.single .menu2{
  background: rgba(77, 77, 77, 0.6) !important;
  border: 1px solid rgba(77, 77, 77, 0.59) !important;
}
.menu2 .dropdown-item {
  display: flex;
  padding: 10px 20px 20px 0px;
}
.img_size,.imgsiz {
  display: flex;
  align-items: center;
  height: 27px;
  width: 27px;
  margin-right: 10px;
}
.menu2 h6 {
  color: #000000 !important;
  font-family: "Proxima Nova" !important;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.005em;
}
.slink {
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 10px; 
}
.list_resource,.prt_list {
  border-bottom: 1px solid #e8e8e8;
}
.banner_p,.bnrp {
  font-family: "Proxima Nova" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  border-bottom: 1px solid #e8e8e8;
}
.extralinks{
  padding-top: 10px;
  border-top: 1px solid #e8e8e8;
}
.imgalign {
  width: 2px;
  height: 20px;
  margin-left: 40px;
  margin-right: 25px;
}
.dropdown_item,.sub_res {
  margin-top: 20px;
  margin-bottom: 20px;
  border-right: 1px solid #e8e8e8;
  padding-right: 40px;
}

.product_list .col-lg-4:last-child .dropdown_item,.sub_res{
  border-right: none;
  padding-right: 10PX;
}

.menu2 .product_list {
  margin-left: auto;
  margin-right: auto;
}
.dropdown_item,.sub_res a {
  position: relative;
  font-family: "Proxima Nova" !important;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
.justimg {
  position: absolute;
  top: 5px;
  margin-left: 5px;
  height: 11px !important;
  width: 15px !important;
}
.extralinks a{
  position: relative;
  font-family: "Proxima Nova" !important;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
.slink a {
  position: relative;
  font-family: "Proxima Nova" !important;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
.banner_p p{
  font-family: 'Proxima Nova' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #232343 !important;
  margin-bottom: 5px !important;
}
.page-template-template-archive-listing .banner_p p{
  color: #ffffff !important;
}
.blog .banner_p p{
  color: #ffffff !important;
}
.page-template-template-resources-new .banner_p p{
  color: #ffffff !important;
}
.podcast-template-default.single-podcast .banner_p p{
  color: #ffffff !important;
}
.nav-item:hover{
  color: #0a88e3;
}
.signup_btn{
  font-family: "Proxima Nova" !important;
  font-weight: 700;
  background-color: #232343 !important;
  border-radius: 25px !important;
  padding: 15px 40px 15px 40px;
  font-size: 16px !important;
  color: #ffffff !important;
  transition: all ease 0.5s;
}
.signup_btn:hover {
  background-color: #0a88e3 !important;
  color: #ffffff !important;
}
.navbar-nav .nav-link{
  color: #000000 !important;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0.5px;  
  font-weight: 700;
  padding: 18px !important;
  transition: all ease-in-out 0.6s;
}
.navbar-nav {
  display: flex;
  align-items: center;
}
.dropdown_link:hover img{
  transform: translateX(8px);
  transition: transform 0.5s ease-out;
  transition: all ease 0.5s;
}

.header_part{
  display: flex;
  justify-content: space-between;
  padding: 11px 0 !important;
}
#gtco-main-nav{
  background-color: transparent !important;
  display: flex !important;
  justify-content: end !important;
  padding: 0 !important;
}
#mega-menu-wrap-primary{
  background: transparent !important;
  width: 100%;
}
#gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item .mega-menu-link{
  color: #000000 !important;
  font-size: 16px !important;
  text-transform: capitalize !important;
  letter-spacing: 0.5px !important;  
  font-weight: 700 !important;
  padding: 18px !important;
  transition: all ease-in-out 0.6s !important;
  line-height: normal !important;
  height: auto !important;
  background: transparent !important;
}
#gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item.signup_btn .mega-menu-link{
  font-family: "Proxima Nova" !important !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  background-color: #232343 !important;
  border-radius: 25px 25px 25px 25px !important;
  padding: 15px 40px 15px 40px !important;
  font-size: 16px !important;
  color: #ffffff !important;
  transition: all ease 0.5s !important;
}
#gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item.signup_btn:hover .mega-menu-link{
  background-color: #0a88e3 !important;
  color: #ffffff !important;
}
#gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item > .mega-sub-menu{
  padding: 0 !important;
  padding-top: 30px !important;
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
  max-width: fit-content !important;
  left: -50% !important;
}
#gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item .mega-menu-row .mega-menu-columns-4-of-12 .widget_media_image img{
  height: 50px !important;
  width: 50px !important;
  margin-bottom: 10px;
}
#gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item .mega-menu-row .mega-menu-columns-4-of-12 ul.mega-sub-menu{
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  /* border-right: 1px solid #e8e8e8 !important; */
  padding-right: 40px !important;
  height: 300px !important;
  height: fit-content !important;
}
#gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item .mega-menu-row .mega-menu-columns-4-of-12 ul.mega-sub-menu .mega-menu-item > a {
  font-family: "Proxima Nova" !important !important;
  margin-top: 0 !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  color: #000000 !important; 
  padding: 0 !important;
  margin-bottom: 5px !important;
}
.page-template-template-archive-listing #gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item .mega-menu-row .mega-menu-columns-4-of-12 ul.mega-sub-menu .mega-menu-item > a{
  color: #ffffff !important;
}
.blog #gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item .mega-menu-row .mega-menu-columns-4-of-12 ul.mega-sub-menu .mega-menu-item > a {
  color: #ffffff !important;
}
.page-template-template-resources-new #gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item .mega-menu-row .mega-menu-columns-4-of-12 ul.mega-sub-menu .mega-menu-item > a {
  color: #ffffff !important;
}
.single #gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item .mega-menu-row .mega-menu-columns-4-of-12 ul.mega-sub-menu .mega-menu-item > a {
  color: #ffffff !important;
}
#gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item .mega-menu-row .mega-menu-columns-4-of-12 ul.mega-sub-menu .mega-menu-item{
  padding: 0 !important;
}
#gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item .mega-menu-row .mega-menu-columns-4-of-12 ul.mega-sub-menu .textwidget{
  position: relative !important;
  font-family: "Proxima Nova" !important !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 19px !important; 
}
#gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item .mega-menu-row .mega-menu-columns-4-of-12 ul.mega-sub-menu .textwidget p{
  color: #000000 !important;
  font-family: "Proxima Nova" !important !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 17px !important;
  margin-bottom: 5px !important;
}
.page-template-template-archive-listing #gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item .mega-menu-row .mega-menu-columns-4-of-12 ul.mega-sub-menu .textwidget p{
  color: #ffffff !important;
}
.blog #gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item .mega-menu-row .mega-menu-columns-4-of-12 ul.mega-sub-menu .textwidget p{
  color: #ffffff !important;
}
.page-template-template-resources-new #gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item .mega-menu-row .mega-menu-columns-4-of-12 ul.mega-sub-menu .textwidget p{
  color: #ffffff !important;
}
.single #gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item .mega-menu-row .mega-menu-columns-4-of-12 ul.mega-sub-menu .textwidget p{
  color: #ffffff !important;
}
#gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item .mega-menu-row .mega-menu-columns-4-of-12 ul.mega-sub-menu .textwidget a{
  position: absolute !important;
  top: 50px !important;
  padding: 10px 0 !important;
}
#gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item .mega-menu-row .mega-menu-columns-4-of-12 ul.mega-sub-menu .textwidget .justimg{
  top: 16px;
}
#gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item .menu1 .mega-sub-menu .mega-menu-columns-4-of-12{
  margin-right: 3% !important;
  width: 31% !important;
  border-right: 1px solid #e8e8e8 !important;
  padding-bottom: 20px !important;
  min-height: 170px !important;
  margin-top: 10px !important;
}
#gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item .menu1 .mega-sub-menu #mega-menu-1566-0-1{
  padding-left: 15px !important;
}
#gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item .menu1 .mega-sub-menu #mega-menu-1566-0-3{
  margin-right: 0 !important;
  width: 32% !important;
  border-right: none !important;
}
.menu2 .mega-menu-columns-4-of-12 .mega-sub-menu .widget_media_image{
  display: flex !important;
  align-items: center !important;
  height: 30px !important;
  width: 30px !important;
  margin-right: 10px !important;
  padding: 0 !important;
}
.menu2 .mega-menu-columns-4-of-12 .mega-sub-menu .widget_media_image img{
  height: 100% !important;
  object-fit: contain !important;
}
#gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item.mega-menu-item-1567 > .mega-sub-menu{
  left: -15% !important;
}
#gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item.mega-menu-item-1567 .menu2 .mega-menu-columns-4-of-12 .mega-menu-item > a{
  padding: 0 !important;
  color: #000000 !important ;
  font-family: "Proxima Nova" !important !important; 
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  letter-spacing: -0.005em !important;
}
#gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item.mega-menu-item-1567 .menu2 .mega-menu-columns-4-of-12 > .mega-sub-menu{
  display: flex !important;
  justify-content: center;
  align-items: center;
}
#gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item.mega-menu-item-1567 .menu2 .mega-menu-columns-4-of-12 > .mega-sub-menu > .mega-menu-item{
  padding-right: 0 !important;
  margin-right: 20px !important;
}
#gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item.mega-menu-item-1567 .menu2 #mega-menu-1567-0-7 > .mega-sub-menu > .mega-menu-item{
  padding: 0 !important;
}
#gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item.mega-menu-item-1567 .menu2 .mega-menu-columns-4-of-12{
  padding: 0px 15px 5px 15px !important;
  width: 33%;
}
.menu2 #mega-menu-1402-0-5,#mega-menu-1402-0-8 {
  display: none !important;
}
#gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item.mega-menu-item-1567 .menu2 .mega-menu-columns-12-of-12#mega-menu-1567-0-7{
  border-top: 1px solid #e8e8e8;
}
#gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item .mega-menu-link:hover{
  color: #0084e3 !important;
}
#gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .menu1 .mega-menu-columns-12-of-12 .mega-sub-menu > .mega-menu-item{
  padding-bottom: 0 !important;
}
.page-template-template-BI-home .aboutusmain{
  position: relative;
}
.page-template-template-BI-home .fininacial_inti{
  margin-top: 0;
} 
.page-template-template-BI-home .aboutusmain::before{
    content: '';
    background: #fff;
    width: 100%;
    height: 15%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.buttons_class{
  text-align: center;
}
.scrolling_buttons{
  position: sticky;
  width: 100%;
  padding: 15px;
  top: calc(100% - 86px);
  z-index: 9;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.06) !important;
  backdrop-filter: blur(8.3px) !important;
  -webkit-backdrop-filter: blur(8.3px) !important;
  border: 1px solid rgba(255, 255, 255, 0.59) !important;
}
#scrolling_buttons .blue-btn{
  padding: 15px 30px;
}
#scrolling_buttons .signup_btn{
  padding: 15px 30px;
}
.img_btm_m {
  margin: 0 !important;
}

.contact-form .label-focus textarea {
  color: #000000 !important; 
}
.detail_view .contact-form .label-focus textarea{
  color: #ffffff !important; 
}


.wpcf7-spinner {
  background-color: #0084e3;
  border: none;
  border-radius: 50% !important;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;
  margin: 0 auto !important;
}
.wpcf7-spinner::before {
  content: '';
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.siap_home {
  background: #F5F9FC;
  padding-bottom: 50px;
}
.about_pabs{
  padding: 80px 0;
}
.siap_certifications{
  padding: 80px 0;
  background: #F5F9FC;
}
.siap_module{
  display: flex;
  flex-direction: column;
}
.certification_icon{
  max-width: 250px;
}
.siap_services{
  padding: 75px 0;
}
.whiteservices_module{
  display: flex;
  flex-direction: column;
}
.services_icon{
  max-width: 75px;
}
.our_award{
  padding: 80px 0;
  background: #F5F9FC;
}
.awards_preview{
  display: flex;
  align-items: flex-end;
}
.image_award{
  width: 50%;
}
.about_image{
  max-width: 440px;
}
.about_text p{
  font-family: 'Proxima Nova' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #232343;
}

.siap_certifications h3{
  padding-bottom: 50px;
}
.siap_certifications .row .col-md-6.border_effect{
  border-right: 1px solid #232343;
  padding-right: 40px;
  padding-left: 15px;
}
.siap_certifications .row .col-md-6{
  padding-left: 40px;
}
.siap_certifications .siap_module h4{
  font-family: 'Proxima Nova' !important;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #232343;
  margin-bottom: 0;
  padding: 25px 0;
}
.siap_certifications .siap_module p{
  font-family: 'Proxima Nova' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #232343;
}
.siap_services h3{
  padding-bottom: 50px;
}
.siap_services .row{
  row-gap: 50px;
}
.whiteservices_module h4{
  font-family: 'Proxima Nova' !important;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  color: #232343;
  padding: 8px 0px 16px 0px;
  margin-bottom: 0;
}
.whiteservices_module p{
  font-family: 'Proxima Nova' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #232343;
}
.award_title{
  padding-bottom: 50px;
}
.image_award{
  max-width: 340px;
  margin: auto;
  padding: 0px 30px;
}
.siap_services .row .col-md-4{
  padding: 0px 30px;
}

@media only screen and (max-width: 1200px){
  .menu1{
    width: 800px !important;
  }
  .navbar-nav .nav-link{
    padding: 18px 10px 18px 10px !important;
  }
  #gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item .mega-menu-link{
    padding: 18px 10px 18px 10px !important;
  }

}
@media only screen and (max-width: 991px) {
  .about_text p {
    font-size: 20px;
    line-height: 25px;
  }
  .siap_certifications .siap_module p{
    font-size: 20px;
    line-height: 25px;
  }
  .whiteservices_module h4{
    font-size: 19px;
    line-height: 25px;
  }
  .whiteservices_module p {
    font-size: 19px;
    line-height: 25px;
  }
  .services_icon {
    max-width: 60px;
  }
  .about_pabs{
    padding: 40px 0;
  }
  .siap_certifications{
    padding: 40px 0;
  }
  .siap_services{
    padding: 35px 0;
  }
  .our_award{
    padding: 40px 0;
  }
  .presenter-text{
    padding-top: 40px;
  }
  #gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item.mega-menu-item-1402 .menu2 .mega-menu-columns-4-of-12{
    width: 100%;
  }
  #gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item .menu1 .mega-sub-menu #mega-menu-1566-0-1{
    padding-left: 0px !important;
  }
  #gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item .menu1 .mega-sub-menu .mega-menu-columns-4-of-12{
    margin-right: 0 !important;
    width: 100% !important;
    border-right: none !important;
  }
  #gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item .menu1 .mega-sub-menu #mega-menu-1566-0-3{
    width: 100% !important;
  }
  .header_part .site-branding{
    width: auto !important;
    float: left !important;
  }
  #gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item.signup_btn .mega-menu-link{
    max-width: 142px !important;
    margin: auto !important;
  }
  #gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary > .mega-menu-item >.mega-menu-link{
    text-align: center !important;
  }
  #gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item > .mega-sub-menu{
    padding-top: 0px !important;
    margin: auto !important;
    float: none !important;
  }
  #gtco-main-nav.navbar{
    margin: 0 !important;
  }
  #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: transparent !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link{
    background: transparent !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: transparent !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background: transparent !important;
  }
  .navbar-nav .nav-link{
    padding: 5px !important;
  }
  #mega-menu-wrap-primary .mega-menu-toggle{
    background: transparent !important;
  }
  #gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item .mega-menu-link{
    padding: 5px !important;
  }
  .header_part{
    display: inline-block !important;
    width: 100% !important;
  }
  #gtco-main-nav.navbar{
    /* display: block !important; */
    position: relative !important;
  }
  .mega-menu-toggle{
    position: absolute !important;
    top: -40px !important;
    right: 0 !important;
  }
  .nav-item{
    margin: 0px auto;
  }
  .navbar-nav{
    display: flex;
    gap: 5px;
  }
  .extralinks{
    display: flex !important;
    flex-direction: column !important; 
  }
  .dropdown_item,.sub_res{
    border: none;
  }
  .arrow_icon {
    display: none;
  }
  .spearrow {
    display: none;
  }
  .imgalign {
    display: none;
  }
  .menu1 {
    width: 250px !important;
  }
  .menu2 {
    width: 250px !important;
  }
  .menu2 .dropdown-item {
    padding: 10px 0px 20px 0px;
  }
  .dropdown-menu {
    transform: none;
    padding-top: 10px;
  }
}


@media only screen and (max-width: 767px){
  .siap_certifications .row .col-md-6.border_effect{
    padding: 0px 15px;
    border: none;
  }
  .siap_certifications .row .col-md-6{
    padding: 0px 15px;
  }
  .siap_certifications .siap_module h4{
    padding: 15px 0;
  }
  .siap_services h3 {
    padding-bottom: 0;
  }
  .siap_certifications h3 {
    padding-bottom: 0;
  }
  .siap_certifications .row{
    row-gap: 30px;
  }
  .about_image{
    max-width: 300px;
    margin: auto;
    padding-bottom: 30px;
  }
  .awards_preview{
    flex-direction: column;
    gap: 50px;
  }
  .image_award{
    padding: 0;
  }
  .menu1{
    width: 100% !important;
    padding: 0px 5px 15px 20px !important;
  }
  .menu2{
    width: 100% !important;
  }
}

@media only screen and (max-width: 575px){
  .site-header .container{
    padding-right: 15px !important;
    padding-left: 15px !important;
  } 
  #scrolling_buttons .blue-btn{
    padding: 10px 5px;
    font-size: 12px;
  }
  #scrolling_buttons .signup_btn{
    padding: 10px 5px;
    font-size: 12px;
  }
  .about_image{
    max-width: 200px;
  }
  .about_text p {
    font-size: 16px;
    line-height: 20px;
  }
  .siap_certifications .siap_module p{
    font-size: 16px;
    line-height: 20px;
  }
  .whiteservices_module h4{
    font-size: 16px;
    line-height: 20px;
  }
  .whiteservices_module p {
    font-size: 16px;
    line-height: 20px;
  }
  .siap_certifications .siap_module h4{
    font-size: 22px;
    line-height: 25px;
  }
  .siap_services .row {
    row-gap: 25px;
  }
}
.contact-form.sidebar-form .webinarPage input[type="email"], .contact-form.sidebar-form .webinarPage input[type="tel"], 
.contact-form.sidebar-form .webinarPage input[type="text"], .contact-form.sidebar-form .webinarPage select{
  padding: 8px 10px !important;
  margin-bottom: 5px !important;
  border-radius: 5px !important;
  background-color: #fff;
  color: #666666 !important;
}
.contact-form.sidebar-form .wpcf7{
  margin-top: -40px !important;
}
.contact-form.sidebar-form .webinarPage .contact-form.sidebar-form input.wpcf7-form-control.has-spinner.wpcf7-submit.btn{
  background-color: #0a88e3 !important;
  color: #ffffff !important;
  border: none;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: bold !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.5s;
  width: auto;
}
.detail_view .needtohelp-section .contact-form.sidebar-form .webinarPage .form-group{
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}
.contact-form.sidebar-form .webinarPage .label-change{
  margin-left:-15px;
}
.webinarPage .form-group:last-child{
  padding-bottom: 10px !important;
}

.detail_view .needtohelp-section .contact-form.sidebar-form .webinarPage .form-group:nth-last-child(2){
  padding-bottom: 10px !important;
}
.submit-button input{
  display: block !important;
  background: #0a88e3;
  border-radius: 300px;
  padding: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff;
  border: 2px solid #0a88e3;
  margin-top: 11px;
  max-width: 200px;
  margin: auto;
}
.presenter-box .col-lg-4 {
  margin-top: auto;
  margin-bottom: auto;
}
.contact-form.sidebar-form input.wpcf7-form-control.has-spinner.wpcf7-submit.btn {
  max-width: 180px;
  margin: auto;
  margin-top:20px;
  padding: 12px;
}
.contact-form.sidebar-form .submit-button input{
  display: block !important;
  background: #0a88e3 !important;
  border-radius: 300px;
  width: 100%;
  padding: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff;
  border: 2px solid #0a88e3;
  margin-top: 11px;
}
.contact-form.sidebar-form .submit-button input:hover{
  background-color: transparent !important;
  text-decoration: none !important;
  color: #0a88e3 !important;
  transition: all ease 0.6s !important;
  border: 2px solid #0a88e3 !important;
}
.detail_view .needtohelp-section{
  padding-top: 20px;
}
.grecaptcha-badge{
  display: none;
}

.mega-indicator::after:hover{
  transform: rotate(-180deg) !important;
}


.mega-menu-link:hover .mega-indicator::after{
  transform: rotate(-180deg) !important;
}

.form-terms{
  display: flex !important;
}

.form-terms a{
  color: #232343;
}


.page-template-template-archive-listing .slink a,.page-template-template-archive-listing .extralinks a,.page-template-template-archive-listing .dropdown_link{
  color: #ffffff !important;
}
.blog .slink a,.blog .extralinks a,.blog .dropdown_link {
  color: #ffffff !important;
}
.page-template-template-resources-new .slink a,.page-template-template-resources-new .extralinks a,.page-template-template-resources-new .dropdown_link {
  color: #ffffff !important;
}
.single .slink a,.single .extralinks a,.single .dropdown_link{
  color: #ffffff !important;
}

/* .page-template-template-archive-listing .slink a img,.page-template-template-archive-listing .extralinks a img,.page-template-template-archive-listing .dropdown_link img{
  filter: brightness(0) invert(1) !important;
}
.blog .slink a img,.blog .extralinks a img,.blog .dropdown_link img {
  filter: brightness(0) invert(1) !important;
} */

.bookdemo_form input{
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 17px;
  padding: 15px 20px;
  width: 100%;
  height: 60px;
  margin-bottom: 30px;
  font-weight: 500;
  color: #333;
  background: #ffffff;
}
.bookdemo_form input:focus-visible,.bookdemo_form select:focus-visible{
  outline: none;
  border: 1px solid #0a88e3;
}
.bookdemo_form select{
   border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 17px;
    padding: 15px 20px;
    width: 100%;
    height: 60px;
    margin-bottom: 30px;
    font-weight: 500;
    color: #333;
    background: #ffffff;
}
.bookdemo_form select option{
  font-size: 18px;
  color: #333;
}
.book-footer{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.bookdemo_form input[type=submit].book-submit{
  max-width: 270px;
  background: #0a88e3;
  border-radius: 300px;
  width: 100%;
  padding: 17px;
  font-size: 24px;
  font-weight: 600;
  line-height: 27px;
  color: #ffffff;
  border: 2px solid #0a88e3;
  margin-top: 15px;
  transition: all ease 0.6s;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
}
.bookdemo_form input[type=submit].book-submit:hover{
  background: transparent;
  transition: all ease 0.6s;
  color: #0a88e3;
}
#gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item > .mega-sub-menu{
  left: -40% !important;
}
#gtco-main-nav .menu1 .arrow_icon{
  left: 45%;
}
#gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item.mega-menu-item-1567 > .mega-sub-menu{
  left: -12% !important;
}

.newbi_logo img{
  max-width: 241px !important;
  height: 50px;
}

.full-form-new .webinar-registration-header{
  display: none;
}
.full-form-new .col-sm-6{
  flex: 0 0 100%;
  max-width: 100%;
}
.full-form-new label{
  color: #fff;
  text-align: left;
  font-size: 16px;
  line-height: 17px;
  width: 100%;
  font-weight: 700;
  padding-left: 3px;
}
.full-form-new .gotowebinar-field{
  background-color: #fff;
  color: #666666;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  width: 100%;
  border: none;
}
.full-form-new .gotowebinar-field:focus{
  outline: none;
}
.full-form-new{
  margin-top: 30px;
}
.full-form-new .gotowebinar_registration_submit{
    display: block ;
    background: #0a88e3;
    border-radius: 300px;
    width: 100%;
    padding: 15px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #ffffff;
    border: 2px solid #0a88e3;
    margin-top: 20px !important;
    transition: all ease 0.6s;
    max-width: 180px;
    margin: auto;
    cursor: pointer;
}
.full-form-new .gotowebinar_registration_submit:hover{
   background-color: transparent !important;
    text-decoration: none !important;
    color: #0a88e3 !important;
    transition: all ease 0.6s !important;
    border: 2px solid #0a88e3 !important;
}
.privacy_txt ul{
  list-style: disc !important;
  padding-left: 30px !important;
	margin-bottom: 10px;
}
.privacy_txt ul li ul{
	list-style:circle !important;
	margin-bottom: 10px;
}
.bookADemo .error.text-danger{
  color: #f1f1f1 !important;
  text-align: left;
  font-size: 14px;
  padding-left: 20px !important;
}

/* 27-07-2023 */
.contact-form .label-focus input:valid~label {
	top: auto;
	left: auto;
}
.contact-form .label-focus select:valid~label {
	font-size: 14px;
	top: auto;
	left: auto;
	padding: 0;
}
body:not(.single-webinar) .needtohelp-section .contact-form {
    margin-top: 30px;
}
.detail_view .contact-form input.wpcf7-form-control.has-spinner.wpcf7-submit.btn {
	margin-top: 0;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
	padding: 10px 35px;
}
.newsltr_ftr {
    margin-left: 15px!important;
}

.detail_view .contact-form .sent input.wpcf7-form-control.has-spinner.wpcf7-submit.btn {
	display: none !important;
}

.pq-ap-imgbox img{
  max-width: 55px;
}
.privacy_tab article.tabbed-content {
  display: block;
}
.news-imgc{
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  border-radius: 15px;
}
.news-imgc img{
  max-height: 100% !important;
}

.blue-clr{
    color: #007bff !important;
}









/* custom home winner banner css start */


.home .newhomepage .newhome_section .newhome_image{
  padding: 50px 0;
}
.home .newhomepage .newhome_section .newhome_text p{
  font-size: 24px !important;
}
@media only screen and (max-width: 991px){
  .home .newhomepage .newhome_section .newhome_text{
    padding-top: 50px !important;
  }
}
@media only screen and (max-width: 767px){
  .home .newhomepage .newhome_section .newhome_text{
    padding-top: 0 !important;
      text-align: center;
  }
  .home .newhomepage .newhome_section .newhome_image{
    padding: 20px 0;
  }
  .home .newhomepage .newhome_section .newhome_image{
    width: 70%;
    margin: auto;
  }
    .banner_text.desk-block {
    text-align: center;
 }
}
@media only screen and (max-width: 575px){
  .home .newhomepage .newhome_section .newhome_image{
    flex-direction: inherit;
  }
}
/* custom home winner banner css end */





/* css for appwinning banner in ap-home-page start*/
.page-template-template-AP-home-new .Homebanner.Homebannerap .newhome_image{
  padding: 50px 0;
}
.page-template-template-AP-home-new .Homebanner.Homebannerap .newhome_image .wordslider{
  display: none !important;
}
@media only screen and (max-width: 767px){
  .page-template-template-AP-home-new .Homebanner.Homebannerap .newhome_image{
    width: 70%;
    margin: auto;
  }
}
/* css for appwinning banner in ap-home-page end*/





/* podcast options css start */
.podcast_options_div{
  margin-top: 100px;
}
.single-post .podcast_options_div{
  margin-top: 27px;
}
.podcast_option_title{
  margin-bottom: 20px;
}
.podcast_option_title p{
  color: #fff;
  font-family: Proxima Nova;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.08px;
  margin-bottom: 0;
}
.single-post .podcast_option_title p{
  color: #232343;
}
ul.podcast_option_images{
  display: flex;
  flex-wrap: nowrap;
  column-gap: 17px;
}
.podcast_option_li,.podcast_option_li a{
  display: block;
  width: fit-content;
}
.white-bg-part .podcast_option_title p{
  /* color: #232343; */
  color: #1D1D1F;
}
@media only screen and (max-width: 767px){
  ul.podcast_option_images{
    column-gap: 5px;
  }
  .podcast_options_div{
    margin-top: 50px;
  }
  .single-post .podcast_options_div{
    margin-top: 27px;
  }
}
/* podcast options css end */











/****************Sale page section style start****************/
.sales_navigation{
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.06);
}
.sales_navigation.sales-sticky-header{
  position: fixed;
  top: 0;
  z-index: 9;
}
.sales_navbar_logo .navbar-brand{
  height: 48px;
}
.sales_nav_link.nav-link{
  padding-inline: 10px !important;
}
.sales_nav_item.single_sales_link a{
  border-radius: 30px;
  color: #fff !important;
  background-color: #232343;
  padding: 12px 20px !important;
}
#salesnavbarnav{
  justify-content: end;
}
.sales_navbar_toggler{
  border: 1px solid #3A3A3A;
  outline: none !important;
}
.sales_navbar_toggler[aria-expanded="false"] .navbar-toggler-icon{
  background-image: url(https://pathquest.com/wp-content/uploads/2024/01/menu_1828551-optimized.png);
}  
.sales_navbar_toggler[aria-expanded="true"] .navbar-toggler-icon{
  background-image: url(https://pathquest.com/wp-content/uploads/2024/01/letter-x_109602-optimized.png);
}
.page-template-template-sales-report {
  margin-top: 505px;
}

body.page-template-template-sales-report header#masthead {
  display: none !important;
}
.page-template-template-sales-report .site-main#main{
  background: #fff;
}

.sales-about-section,.ap_reseller_about_section {
  padding: 5rem 0;
  background: #ffffff;
}

.sales_navigation {
  background: #ffffff;
}

.about-content h2 {
  font-size: 44px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.88px;
  color: #232343;
  margin-bottom: 20px;
}

.about-content h5 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.24px;
  color: #232343;
}

.about-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: #232343;
}

.pragram-animate-img img,
.business-about img {
  max-width: 100%;
}

.about-program {
  background: #E8F5FF;
  padding: 4rem 0;
}

.gradient-btn {
  background: linear-gradient(95.73deg, #2ec774 -1.93%, #0084e3 101.79%);
  border-radius: 50px;
  padding: 0.72rem 3rem;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  opacity: 0.9;
  display: inline-block;
}

.gradient-btn:hover {
  color: #ffffff;
  opacity: 1;
}

.contact-text-blue h2 {
  color: #0084E3;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.8px;
  text-transform: capitalize;
}

.contact-text-blue h5 {
  color: #0084E3;
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.56px;
  text-transform: capitalize;
}



.salespage_home {
  position: relative;
  padding: 80px 0;
  /*    background-image: url(https://pathquest.com/wp-content/uploads/2024/01/Rectangle-34624509-optimized.png);*/
  background-size: cover;
  background-repeat: no-repeat;
  background: linear-gradient(96deg, #2EC774 -1.93%, #0084E3 101.79%);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: -1;
  overflow: hidden;
}

.salesprogram_container {
  display: flex;
  column-gap: 90px;
}

.singleprogram {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.single_program_image {
  margin-bottom: 30px;
  min-height: 120px;
}

.single_program_title {
  margin-bottom: 13px;
}

.single_program_title h3 {
  font-family: "Proxima Nova";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.56px;
  color: #fff;
  margin-bottom: 0;
}

.single_program_text {
  margin-bottom: 22px;
}

.single_program_text p {
  font-family: "Proxima Nova";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.24px;
  color: #fff;
}

.single_porgram_link a {
  text-decoration: none !important;
  text-align: center;
  padding: 16px 36px;
  border-radius: 30px;
  outline: none;
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  color: #fff !important;
  background-color: #232343;
}

.howsaleswork {
  position: relative;
  padding: 60px 0;
  background: #C9E8FF;
  z-index: 5;
}

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

.howsaleswork_container::before {
  content: " ";
  position: absolute;
  top: 35px;
  left: 110px;
  background-image: url(https://pathquest.com/wp-content/uploads/2024/01/Vector-119-optimized.png);
  width: 80%;
  height: 3px;
  z-index: 1;
}
.howsales_title{
  margin-bottom: 100px;
}
.howsales_title h2{
  font-family: Proxima Nova;
  font-size: 44px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #232343;
}

.singlesales_workitem {
  width: 19%;
}

.singlesales_workimg {
  position: relative;
  text-align: center;
  margin-bottom: 33px;
  z-index: 9;
}

.singlesales_worktitle p {
  text-align: center;
  font-family: "Proxima Nova";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.24px;
  color: #232343;
}

.aboutreferral {
  position: relative;
  padding: 70px 0;
  background: linear-gradient(96deg, #2EC774 -1.93%, #0084E3 101.79%);
  background-size: cover;
  background-repeat: no-repeat;
}

.refer_ap_title {
  margin-bottom: 36px;
}

.refer_ap_title p {
  color: #fff;
  text-align: right;
  font-family: "Proxima Nova";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -1.2px;
  text-transform: capitalize;
  margin-bottom: 0;
}

.refer_discount_title p {
  color: #FFF;
  text-align: right;
  font-family: "Proxima Nova";
  font-size: 37px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: -0.7px;
  text-transform: capitalize;
}

.refer_discount_title p span {
  font-size: 57px;
}

.reward-point {
  list-style-type: disc;
  margin-left: 1rem;
}

.reward-point li {
  font-size: 18px;
  font-weight: 500;
  color: #232343;
}

.reseller_form .custom-label {
  font-size: 14px;
  font-weight: 500;
  color: #232343;
}

.reseller_form .form-control {
  background: #D0D0D0;
  font-size: 15px;
  padding: 8px 12px;
}

.reseller_form .form-group {
  margin-bottom: 1.5rem;
}


#lets_form_sales .reseller_form .form-gradient-btn .wpcf7-form-control {
  width: 100%;
  border: none;
  background: linear-gradient(95.73deg, #2ec774 -1.93%, #0084e3 101.79%) !important;
  border-radius: 50px !important;
  padding: 0.9rem 3rem !important;
  text-decoration: none;
  font-size: 18px !important;
  font-weight: 700 !important;
  opacity: 0.9;
  display: inline-block;
  color: #ffffff !important;
  margin-top: 1rem;
}

#lets_form_sales .reseller_form .form-gradient-btn .wpcf7-form-control:hover{ 
  width: 100%;
  border: none;
  background: linear-gradient(95.73deg, #2ec774 -1.93%, #0084e3 101.79%) !important;
  border-radius: 50px !important;
  padding: 0.9rem 3rem !important;
  text-decoration: none;
  font-size: 18px !important;
  font-weight: 700 !important;
  opacity: 0.9;
  display: inline-block;
  color: #ffffff !important;
  margin-top: 1rem;
}

#scrollspyReferral .reseller_form .form-gradient-btn .wpcf7-form-control {
  width: 100%;
  border: none;
  background: linear-gradient(95.73deg, #2ec774 -1.93%, #0084e3 101.79%) !important;
  border-radius: 50px !important;
  padding: 0.9rem 3rem !important;
  text-decoration: none;
  font-size: 18px !important;
  font-weight: 700 !important;
  opacity: 0.9;
  display: inline-block;
  color: #ffffff !important;
  margin-top: 1rem;
}

#scrollspyReferral .reseller_form .form-gradient-btn .wpcf7-form-control:hover{ 
  width: 100%;
  border: none;
  background: linear-gradient(95.73deg, #2ec774 -1.93%, #0084e3 101.79%) !important;
  border-radius: 50px !important;
  padding: 0.9rem 3rem !important;
  text-decoration: none;
  font-size: 18px !important;
  font-weight: 700 !important;
  opacity: 0.9;
  display: inline-block;
  color: #ffffff !important;
  margin-top: 1rem;
}


.reseller_form .form-gradient-btn .wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  color: #ffffff !important;
  opacity: 1;
}

.referral-form {
  background: #232343;
  padding: 2rem 1rem 1rem;
  margin-top: -2.5rem;
}

.referral-form h2 {
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  font-size: 33px;
}

.referral-form .custom-label {
  color: #ffffff;
}

.referral-form .form-control {
  background: #E8F5FF;
}

.referral-text-col {
  padding: 5rem 3rem !important;
}

.referral-section {
  background: #ffffff;
}

@media (max-width:1200px) {
  .single_program_title h3{
      font-size: 24px;
  }
  .single_program_text p{
      font-size: 20px;
  }
  .singlesales_worktitle p{
      font-size: 20px;
  }
  .singlesales_workimg{
      margin-bottom: 25px;
  }
  #scrollspyReferral .container{
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width:992px) {
  .single_program_title{
      margin-bottom: 8px;
  }
  .single_program_title h3{
      font-size: 20px;
      line-height: 25px;
  }
  .single_program_text p{
      font-size: 16px;
      line-height: 25px;
  }
  .singlesales_worktitle p{
      font-size: 16px;
  }
  .sales_nav_item.nav-item{
      margin-right: auto !important;
      margin-left: 0 !important;
  }
  #scrollspyHeading .container .row{
      flex-direction: column-reverse;
  }
  .about-content h2 {
      font-size: 30px;
      margin-bottom: 5px;
  }

  .about-content h5 {
      font-size: 20px;

  }

  .sales-about-section,.ap_reseller_about_section {
      padding: 3rem 0;

  }

  .order-md-2 {
      order: 2;
  }

  .referral-form {
      margin-top: 2rem;
  }

  .referral-text-col {
      padding: 2rem 0rem !important;
  }

  .contact-text-blue h2 {
      font-size: 30px;
  }

  .contact-text-blue h5 {
      font-size: 24px;
  }

  .howsales_title h2,
  .refer_discount_title p {
      font-size: 30px;
  }

  .howsales_title {
      margin-bottom: 40px;
  }

  .aboutreferral {
      padding: 50px 0;
  }

  .refer_ap_title {
      margin-bottom: 15px;
  }

  .refer_ap_title p {
      font-size: 36px;
  }

  .refer_discount_title p span {
      font-size: 40px;
  }
  .howsaleswork_container::before{
      left: 100px;
  }
  
  #scrollspyReferral .container{
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width:767px) {
  .salesprogram_container{
      flex-direction: column;
      row-gap: 50px;
  }
  .singleprogram{
      width: 100%;
  }
  .howsaleswork_container::before {
      content: none;
  }
  .howsaleswork_container{
      flex-wrap: wrap;
  }
  .singlesales_workitem{
      width: 45%;
  }
  .salespage_home{
      padding: 50px 0;
  }
  .single_program_text p {
      font-size: 14px;
      line-height: 20px;
  }
  .single_program_title h3 {
      font-size: 18px;
      line-height: 22px;
  }
  .single_program_image{
      margin-bottom: 15px;
  }
  .single_program_text {
      margin-bottom: 15px;
  }
  .page-template-template-sales-report {
      margin-top: 675px;
  }
  .single_program_image{
      min-height: 60px;
  }
  .single_program_image img{
      max-width: 60px;
  }
}
@media (max-width:575px) {
  .referral-text-col {
      padding: 2rem 1rem !important;
  }
}

body.page-template-template-sales-report .site-main#main section{
  scroll-margin-top: 100px;
}
body.page-template-template-sales-report .site-main#main section#scrollspyReferral{
  scroll-margin-top: 200px;
}
/**************** sales page section style end****************/





/**************** Ap partner page style start****************/

body.page-template-template-ap-partner-program header#masthead{
  display: none !important;
}
.ap_partner_navigation{
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.06);
}
.ap_partner_navigation.ap-partner-sticky-header{
  position: fixed;
  top: 0;
  z-index: 9;
}
.ap_partner_navbar_logo .navbar-brand{
  height: 48px;
}
.ap_partner_nav_link.nav-link{
  padding-inline: 20px !important;
}
.ap_partner_nav_item.single_ap_partner_link a{
  border-radius: 30px;
  color: #fff !important;
  background-color: #232343;
  padding: 12px 20px !important;
}
#appartnernavbarnav{
  justify-content: end;
}
.ap_navbar_navbar_toggler{
  border: 1px solid #3A3A3A;
  outline: none !important;
}
.ap_navbar_navbar_toggler[aria-expanded="false"] .navbar-toggler-icon{
  background-image: url(https://pathquest.com/wp-content/uploads/2024/01/menu_1828551-optimized.png);
}  
.ap_navbar_navbar_toggler[aria-expanded="true"] .navbar-toggler-icon{
  background-image: url(https://pathquest.com/wp-content/uploads/2024/01/letter-x_109602-optimized.png);
}


.ap_partner_home_section{
  position: relative;
  padding: 80px 0;
  background-image: url(https://pathquest.com/wp-content/uploads/2024/02/div.elementor-element-optimized.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.ap_partner_home_title{
  margin-bottom: 40px;
}
.ap_partner_home_title h2{
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
.ap_partner_home_subtitle{
  margin-bottom: 20px;
}
.ap_partner_home_subtitle h3{
  font-size: 28px;
  font-weight: 600;
  line-height: 27px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
.ap_partner_home_text{
 width: 70%;
 margin: 0 auto 70px;
}
.ap_partner_home_text p{
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
.ap_partner_home_image{
  width: 80%;
  margin: 0 auto;
}

.ap_partner_join .container-fluid,.ap_partner_how .container-fluid{
  max-width: 1550px;
}


.blue-primary-btn {
  background: #1E85FF;
  color: #ffffff;
  font-size: 18px;
  padding: 1rem 1.8rem;
  border-radius: 10px;
  display: inline-block;
  font-weight: 600;
  text-decoration: none !important;
}

.blue-primary-btn:hover {
  color: #ffffff;
  background: #0068e4;
}

.program-grey-box {
  background: #EAEAEB;
  padding: 1rem;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 10px;
}

.program-grey-box-image{
  min-height: 90px;
  display: flex;
  align-items: end
}

.program-grey-box h5 {
  color: #1B1E1F;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  width: 85%;
  min-height: 100px;
}

.program-grey-box:before {
  position: absolute;
  right: -25px;
  background-size: 100%;
  background-image: url(https://pathquest.com/wp-content/uploads/2024/02/program-double-errow-optimized.png);
  width: 45px;
  height: 45px;
  content: "";
  background-repeat: no-repeat;
  z-index: 1;
}

.col-lg-3:last-child .program-grey-box:before {
  display: none;
}

.form-left-text {
  width: 90%;
}

.form-left-text h2 {
  color: #1B1E1F;
  font-size: 44px;
  font-weight: 700;
}

.form-left-text h4 {
  font-weight: 500;
  font-size: 34px;
  color: #1B1E1F;
}
.reseller-form-area label {
  color: #1B1E1F;
  font-size: 14px;
}

.reseller-form-area .form-control {
  border: 1px solid #0A2E57;
  border-radius: 8px;
  padding: 9px 12px;
}

.form-blue-btn input {
  background: #1E85FF !important;
  color: #ffffff !important;
  font-size: 18px !important;
  padding: 0.9rem 1.6rem !important;
  border-radius: 0 !important;
  display: inline-block;
  font-weight: 600 !important;
  text-decoration: none;
  border: none;
}

.form-blue-btn input.wpcf7-form-control.has-spinner.wpcf7-submit {
  background: #1E85FF !important;
  color: #ffffff !important;
  font-size: 18px;
  padding: 1rem 1.8rem;
  border-radius: 10px;
  display: inline-block;
  font-weight: 600;
  border-radius: 0 !important;
  border: none;
}

.form-blue-btn input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  color: #ffffff !important;
  background: #0a5ec2 !important;
}

.reseller-privacy-text {
  font-size: 14px;
  color: #0A2E57;
  margin-bottom: 0;
}
.page-template-template-ap-partner-program .wpcf7 form.sent .wpcf7-response-output,.page-template-template-ap-partner-program form.wpcf7-form.invalid{
  border-color: #46b450 !important;
  color: #000 !important; 
}
@media (max-width:1600px) {
  .program-grey-box h5 {
      font-size: 26px;
      line-height: 26px;
  }
  /* .ap_partner_join .container-fluid,.ap_partner_how .container-fluid{
    max-width: 1350px;
  } */
}
@media (max-width:1366px){
  .program-grey-box h5{
      min-height: 80px;
  }
  .ap_partner_join .container-fluid,.ap_partner_how .container-fluid{
      max-width: 1200px;
  }
  .program-grey-box h5 {
      font-size: 23px;
      line-height: 23px;
  }
}
@media (max-width:1200px) {
  .ap_partner_home_title h2{
      font-size: 42px;
      line-height: 50px;
  }
  .ap_partner_home_subtitle h3{
      font-size: 24px;
  }
  .ap_partner_home_text p{
      font-size: 18px;
      line-height: 22px;
  }
  .program-grey-box h5{
      font-size: 18px;
      line-height: 18px;
  }
  .ap_partner_nav_item.nav-item{
    margin-right: auto !important;
    margin-left: 0 !important;  
  }
  .ap_partner_nav_link.nav-link{
    padding: 10px !important;
  }
}
@media (max-width:992px) {
  .ap_partner_home_title h2{
      font-size: 35px;
      line-height: 45px;
  }
  .ap_partner_home_subtitle h3{
      font-size: 20px;
  }
  .ap_partner_home_text p{
      font-size: 18px;
      line-height: 22px;
  }
  .ap_partner_home_text{
      margin: 0 auto 50px;
  }
  .ap_partner_join .business-about {
      text-align: center;
      margin-bottom: 20px;
  }
  .program-grey-box h5{
      font-size: 17px;
      line-height: 17px;
  }
  .ap_partner_navigation{
    padding: 10px 0;
  }
}
@media (max-width:767px) {
  .program-grey-box{
      min-height: auto;
      margin-bottom: 10px;
  }
  .program-grey-box:before{
      content: none;
  }
  .program-grey-box h5{
      min-height: auto;
  }
  .ap_partner_home_section {
    padding: 40px 0;
  }
  .ap_partner_home_title {
    margin-bottom: 20px;
  }
  .ap_partner_home_title h2 {
    font-size: 26px;
    line-height: 35px;
  }
  .ap_partner_home_subtitle {
    margin-bottom: 10px;
  }
  .ap_partner_home_subtitle h3 {
    font-size: 18px;
    line-height: 25px;
  }
  .ap_partner_home_text {
    width: 75%;
    margin: 0 auto 30px;
  }
  .ap_partner_home_text p {
    font-size: 16px;
    line-height: 22px;
  }
  .ap_partner_join .about-content h2,.ap_partner_how .about-content h2{
    font-size: 24px;
    line-height: 30px;
  }
  .ap_partner_ourstory .business-about{
    margin-bottom: 20px;
  }
  .ap_partner_form .form-left-text h2{
    font-size: 30px;
    line-height: 40px;
  }
  .ap_partner_form .form-left-text h4{
    font-size: 24px;
    line-height: 30px;
  }
  .ap_partner_program .reseller-privacy-text{
    padding-left: 15px;
  }
}
/**************** Ap partner page style end****************/

.reseller-form-area .form-blue-btn input.wpcf7-form-control.has-spinner.wpcf7-submit{
  border-radius: 8px !important;
}


.page-id-2446 .newour_story .ourstory_images .ourstory_dataimage img{
  width: auto !important;
}



/* intuit page css start */

.page-template-template-intuit-page header.site-header,.page-template-template-intuit-page footer.site-footer{
  display: none !important;
}
.intuit-home-page{
  position: relative;
  background: linear-gradient(90deg, #232343 50%, #F4F4F4 50%);
}
.intuit-home-details{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 60px 0;
}
.intuit-pq-logo{
  width: 198px;
  margin-bottom: 16px;
}
.intuit-home-details h1{
  font-family: Proxima Nova;
  font-size: 65px;
  font-weight: 800;
  line-height: 65px;
  text-align: left;
  color: #FFF;
  margin-bottom: 16px;
}
.intuit-home-details p{
  font-family: Proxima Nova;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.92px;
  text-align: left;
  color: #FFF;
}

.intuit-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(95.73deg, #2EC774 -1.93%, #0084E3 101.79%);
  border-radius: 50px;
  padding: 8px 60px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 800;
  color: #fff !important;
  text-decoration: none !important;
  width: fit-content;
}

.intuit-home-image{
  max-width: 500px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}


.intuit-combinations-sections{
  position: relative;
  padding: 90px 0 45px;
  background: #fff;
}
.intuit-combination-title{
  font-family: Proxima Nova;
  font-size: 40px;
  font-weight: 800;
  line-height: 52px;
  text-align: center;
  color: #5C5C5C;
  margin-bottom: 10px;
}
.intuit-combination-subtitle{
  font-family: Proxima Nova;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.92px;
  text-align: center;
  color: #5C5C5C;
  margin-bottom: 37px;
}
.intuit-combinations{
  max-width: 85%;
  margin: 0 auto;
}
.single-combination-container{
  position: relative;
  padding: 3px;
  background-image: linear-gradient(180deg, #2AC17E 0%, #0388DD 100%);
  border-radius: 15px;
}
.single-intuit-combination{
  background: #fff;
  border-radius: 15px;
  padding: 25px 0 0 25px;
}
.intuit-combinations .single-combination-container:first-child{
  margin-bottom: 35px;
}
.custom-intuit-padding{
  padding-top: 30px;
}
.single-intuit-logo{
  max-width: 90%;
  margin-bottom: 22px;
}
.single-intuit-text p{
  font-family: Proxima Nova;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.49px;
  text-align: left;
  color: #747474;
  margin-bottom: 0;
  padding-right: 25px;
}

.single-intuit-book-demo{
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.single-intuit-book-btn{
  display: flex;
  padding-bottom: 20px;
  align-items: center;
  font-family: Proxima Nova;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.49px;
  color: #5B5B5B !important;
  text-decoration: none !important;
}
.single-intuit-book-btn div{
  background: #048ADA;
  display: flex;
  height: 34px;
  width: 34px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.single-intuit-book-btn:hover div{
  background: #2AC17E;
  transform: rotate(45deg);
}
.single-intuit-gif{
  max-width: 185px;
}



.intuit-make-section{
  position: relative;
  padding: 45px 0;
}
.intuit-make-images{
  display: inline-block;
  width: 100%;
}
.intuit-make-images img{
  width: 100%;
}
.intuit-make-details{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.intuit-make-details h3{
  font-family: Proxima Nova;
  font-size: 45px;
  font-weight: 800;
  line-height: 52px;
  text-align: left;
  color: #048ADA;
  margin-bottom: 20px;
}
.intuit-make-details p{
  font-family: Proxima Nova;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.36px;
  text-align: left;
  color: #696969;
  margin-bottom: 0;
}

.intuit-form-section{
  position: relative;
  padding: 45px 0 90px;
}

.intuit-footer{
  position: relative;
  padding: 20px 0;
  background: #232343;
}
.intuit-footer-logo{
  width: 252px;
  display: inline-block;
}
.intuit-footer-logo img{
  width: 100%;
}
.intuit-footer-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.intuit-footer-details{
  display: flex;
}
.inuit-footer-item{
  display: flex;
  align-items: center;
  font-family: Proxima Nova;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.36px;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important; 
}
.inuit-footer-item:not(:last-child){
  margin-right: 40px;
}
.inuit-footer-item img{
  margin-right: 10px;
}

.intuit-form-image{
  display: inline-block;
  height: 100%;
  width: 100%;
}
.intuit-form-image img{
  height: 100%;
  width: 100%;
}

.intuit-form-container{
  background: #EFEEEE;
  border-radius: 20px;
  padding: 55px 35px;
  height: 100%;
}
.intuit-form-section .row .col-lg-5{
  padding-left: 0;
  padding-right: 10px;
}
.intuit-form-section .row .col-lg-7{
  padding-left: 10px;
  padding-right: 0;
}
.intuit-form-container h4{
  font-family: Proxima Nova;
  font-size: 30px;
  font-weight: 800;
  line-height: 32px;
  text-align: left;
  color: #383838;
  margin-bottom: 24px;
}
.intuit-form-container h5{
  font-family: Proxima Nova;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.92px;
  text-align: left;
  color: #383838;
  margin-bottom: 24px;
}
.intuit-form-container .form-group.col-12{
  padding-inline: 0;
  margin-bottom: 20px;
}
.intuit-form-container .form-group label{
  font-family: Proxima Nova;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.05px;
  text-align: left;
  color: #171717;
}
.intuit-form-container .form-group input, .intuit-form-container .form-group select{
  background: #fff;
  font-family: Proxima Nova;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.05px;
  text-align: left;
  border: 1px solid #888888;
  border-radius: 5px;
  padding: 15px;
  width: 100%;
  color: #B4B4B4;
}
.intuit-form-container .form-group select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/aerrow-down.png) white no-repeat 94.5% !important;
}
.intuit-form-container .form-group input.wpcf7-submit{
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(95.73deg, #2EC774 -1.93%, #0084E3 101.79%);
  border-radius: 50px;
  padding: 13px 60px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 800;
  color: #fff !important;
  text-decoration: none !important;
  width: fit-content;
  border: none !important;
  outline: none !important;
}

.intuit-form-container .form-group input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
  background: linear-gradient(95.73deg, #2EC774 -1.93%, #0084E3 101.79%) !important;
  color: #fff !important;
}

.intuit-form-container .wpcf7 form.sent .wpcf7-response-output, 
.intuit-form-container form.wpcf7-form.invalid{
  border-color: #46b450 !important;
  color: #000 !important;
}




@media (max-width:1199px) {
  .intuit-home-details h1 {
    font-size: 55px;
    line-height: 56px;
  }
  .intuit-home-details{
    padding: 50px 0;
  }
  .intuit-make-details h3 {
    font-size: 36px;
    line-height: 40px;
  }

}


@media (max-width:992px) {
  .intuit-make-images{
    margin-bottom: 25px;
  }
  .intuit-form-image{
    margin-top: 15px;
  }
  .intuit-form-section .row .col-lg-5,.intuit-form-section .row .col-lg-7{
    padding-inline: 15px;
  }
}
  


@media (max-width:767px) {
  .intuit-home-page {
    background: linear-gradient(180deg, #232343 40%, #F4F4F4 40%);
  }
  .intuit-home-details h1 {
    font-size: 45px;
    line-height: 46px;
  }
  .intuit-home-details p,.intuit-combination-subtitle,.intuit-make-details p{
    font-size: 14px;
    line-height: 18px;
  }
  .intuit-combination-title,.intuit-make-details h3{
    font-size: 30px;
    line-height: 36px;
  }
  .intuit-footer-container , .intuit-footer-details{
    flex-direction: column;
  }
  .inuit-footer-item:not(:last-child),.intuit-footer-logo{
    margin-bottom: 30px;
  }
  .intuit-combinations{
    max-width: 100%;
  }
  .intuit-home-page{
    padding: 50px 0 25px 0;
  }
  .intuit-combinations-sections,.intuit-make-section{
    padding: 25px 0;
  }
  .intuit-form-section{
    padding: 25px 0 50px 0;
  }
  .intuit-form-container{
    padding-inline: 15px;
  }
  .intuit-form-container h4{
    font-size: 25px;
    line-height: 32px;
  }
  .intuit-home-details{
    padding-top: 0;
  }
}


@media (max-width:479px) {
  .intuit-home-page {
    background: linear-gradient(180deg, #232343 44%, #F4F4F4 44%);
  }
  .intuit-home-details h1 {
    font-size: 32px;
    line-height: 33px;
}
}

@media (max-width:340px) {
  .intuit-home-page {
    background: linear-gradient(180deg, #232343 50%, #F4F4F4 50%);
  }
}





/**************** Ap Reseller page style start****************/
body.page-template-template-ap-reseller-program header#masthead{
  display: none !important;
}
.new_reseller_ap_header{
  position: fixed;
  width: 100%;
  top: 50px;
  z-index: 99;
}
.new_reseller_ap_header.sticky-ap{
  top: 0;
  box-shadow: -4px -2px 5px 0px rgb(0 0 0 / 50%);
  background: #fff;
}
.reseller_ap_partner_navbar_logo .navbar-brand{
  height: 60px;
  display: flex;
  align-items: center;
}
.reseller_ap_partner_navbar_logo .navbar-brand img{
  border-right: 1px solid #63C4EF80;
  padding-right: 24px;
  margin-right: 24px;
}
.reseller_ap_partner_navbar_logo .navbar-brand p{
  margin-bottom: 0;
  font-size: 20px;
  line-height: 100%;
  font-weight: 500;
  color: #fff;
}
.reseller_ap_partner_navbar_logo .navbar-brand p span{ 
  color: #64DBC9;
}
.sticky-ap .reseller_ap_partner_navbar_logo .navbar-brand p{
  color: #000;
}
.new_reseller_ap_header .navbar-brand .dark{
  display: none;
}
.new_reseller_ap_header.sticky-ap .dark{
  display: block;
}
.new_reseller_ap_header.sticky-ap .light{
  display: none;
}
.new_reseller_ap_header .ap_partner_nav_link{
  font-size: 16px;
  font-weight: 500;
  color: #fff !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.new_reseller_ap_header .ap_partner_nav_link.border-right{
  border-right: 1px solid #64DBC9;
}
.new_reseller_ap_header.sticky-ap .ap_partner_nav_link{
  color: #000 !important;
}
.new_reseller_ap_header .navbar{
  background: #00000033;
  border-radius: 10px;
  padding-inline: 30px !important;
}
.new_reseller_ap_header.sticky-ap .navbar{
  background: transparent !important;
}
.reseller_ap_partner_nav_item.reseller_single_ap_partner_link a {
    border-radius: 30px;
    color: #fff !important;
    background-color: #3085E0;
    padding: 12px 20px !important;
}
.new_reseller_ap_header .reseller_ap_partner_nav_item.reseller_single_ap_partner_link a{
   color: #fff !important;
}
.ap_account_resellerhome_section{
  position: relative;
  padding: 140px 0 20px;
  background: linear-gradient(180deg, rgba(13, 71, 115, 0.72) 0%, rgba(18, 80, 125, 0.9) 100%);
  overflow: hidden;
}
.reseller_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.reseller_video video{
  height: 100%;
  width: 100%;
  border-radius: 0;
  object-fit: cover;
}
.ap_reseller_home_details h1{
  font-size: 45px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 25px;
}
.ap_reseller_home_details h1 span{
  font-weight: 800;
}
.ap_reseller_home_details h2{
  font-size: 25px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 25px;
}
.ap_reseller_home_details p{
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 30px;
}
.ap_reseller_home_details a{
  background: #fff;
  padding: 16px 36px;
  font-size: 17px;
  font-weight: 700;
  color: #12507D;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  text-decoration: none !important;
}
.ap_reseller_home_details a:hover{
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.ap_reseller_join_section{
  padding-top: 80px;
}
.ap_reseller_join_section .custom-45{
  width: 45%;
}
.ap_reseller_join_section .custom-55{
  width: 55%;
}
.ap_reseller_join_section  .custom-row{
  margin-inline: 0;
}
.ap_reseller_join_image{
  position: relative;
  height: 100%;
  display: flex;
}
/* .ap_reseller_join_image::before{
  position: absolute;
  background-size: contain;
  background-image: url(http://localhost/pqlive/wp-content/uploads/2025/06/barbg-optimized.png);
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  z-index: -1;
} */
.ap_reseller_join_details h2{
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}
.ap_reseller_join_details h2 span{
  color: #12507D;
}
.ap_reseller_join_details p{
  font-size: 18px;
  font-weight: 500;
  color: #242424;
  margin-bottom: 20px;
  line-height: 22px;
}
.ap_reseller_join_details a{
  background: transparent;
  padding: 16px 36px;
  font-size: 17px;
  font-weight: 700;
  color: #3085E0;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  text-decoration: none !important;
  border: 1px solid #3085E0;
}
.ap_reseller_join_details a:hover{
  color: #fff;
  background: #3085E0;
}
.how_apresller_works{
  background: #242424;
  padding: 100px 0;
}
.how_apresller_works h2{
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 80px;
  line-height: 100%;
}
.how_apresller_works h2 span{
  color: #3085E0;
}
.ap_reseller_join_details{
  padding: 0 0 70px;
  /* margin-top: 30px; */
}
.single_how_step_box{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  border-radius: 20px;
}
.single_how_step_box.green{
  border: 1px solid #64DBC9;
}
.single_how_step_box.blue{
  border: 1px solid #3085E0;
}
.single_how_step_box img{
  height: 80px;
  width: 80px;
  object-fit: contain;
  margin-bottom: 50px;
}
.single_how_step_box p{
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.single_how_step_box:before {
  position: absolute;
  right: -85px;
  background-size: cover;
  background-image: url(http://pathquest.com/wp-content/uploads/2025/06/Group-10-optimized.png);
  width: 150px;
  height: 150px;
  content: "";
  background-repeat: no-repeat;
  z-index: 1;
}
.how_apresller_works .single_how_step_box.last::before {
  content: none;
}
.ap_reseller_form{
  padding: 100px 0;
  background: #f5f5f5;
}
.ap_reseller_form .form-left-text h2{
  font-size: 32px;
  font-weight: 700;
  color: #12507D;
  margin-bottom: 20px;
}
.ap_reseller_form .form-left-text h3{
  font-size: 22px;
  line-height: 100%;
  font-weight: 500;
  color: #242424;
  margin-bottom: 20px;
}
.ap_reseller_form .form-left-text h4{
  font-size: 22px;
  font-weight: 700;
  color: #242424;
}
.new-reseller-form-area .form-control{
  border-radius: 10px;
}
.new-reseller-form-area .form-control.form-select{
  padding-left: 10px;
}
.ap_partner_program .new-reseller-form-area .form-group .wpcf7-submit{
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(95.73deg, #2ec774 -1.93%, #0084e3 101.79%);
  border-radius: 50px;
  padding: 13px 35px;
  text-decoration: none;
  font-size: 16px;
  color: #000;
  font-weight: 800;
  line-height: 19px;
  font-family: "Proxima Nova";
  color: #fff;
  border: none !important;
}
.ap_partner_program .new-reseller-form-area .form-group .wpcf7-submit:hover{
  border: 1px solid #0084e3 !important;
}
.new-reseller-form-area .reseller-privacy-text{
  font-weight: 700;
  color: #242424;
}
.new-reseller-form-area .reseller-privacy-text a{
  text-decoration: underline;
  color: #3085E0;
}
.new_reseller_ap_header .navbar-toggler-icon {
  height: 1em;
  width: 1em;
}
.new_reseller_ap_header .ap_navbar_navbar_toggler[aria-expanded="false"] .navbar-toggler-icon {
    background-image: url(http://pathquest.com/wp-content/uploads/2025/06/whitemenuimage-removebg-preview.png);
}
.sticky-ap.new_reseller_ap_header .ap_navbar_navbar_toggler[aria-expanded="false"] .navbar-toggler-icon {
    background-image: url(https://pathquest.com/wp-content/uploads/2024/01/menu_1828551.png);
}
.new_reseller_ap_header .ap_navbar_navbar_toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url(http://pathquest.com/wp-content/uploads/2025/06/closeswhitemeuimages-removebg-preview.png);
}
.sticky-ap.new_reseller_ap_header .ap_navbar_navbar_toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url(https://pathquest.com/wp-content/uploads/2024/01/letter-x_109602.png);
}
.ap_reseller_form .wpcf7 form.sent .wpcf7-response-output, .ap_reseller_form form.wpcf7-form.invalid{
    border-color: #46b450 !important;
    color: #000 !important;
}
@media (max-width:1200px) {
  .single_how_step_box {
    padding: 25px;
  }
  .single_how_step_box img {
    margin-bottom: 30px;
  }
  .single_how_step_box p {
    font-size: 18px;
  }
  .new_reseller_ap_header .ap_partner_nav_link.border-right {
    border-right: none;
  }
  .new_reseller_ap_header .reseller_ap_partner_nav_item {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .new_reseller_ap_header .reseller_ap_partner_nav_item.reseller_single_ap_partner_link{
      margin-right: auto;
      margin-top: 20px;
  }
  .reseller_ap_partner_navbar_logo .navbar-brand{
    padding: 10px 0;
  }
  .new_reseller_ap_header .navbar {
    padding-inline: 10px !important;
	padding-top: 0;
  }
  .new_reseller_ap_header .navbar {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
  }
}
@media (max-width:992px) {
  .ap_reseller_home_details h1{
    font-size: 36px;
    line-height: 45px;
  }
  .ap_reseller_home_details h2{
    font-size: 22px;
    line-height: 25px;
  }
  .ap_reseller_join_details h2 {
    font-size: 26px;
    line-height: 25px;
  }
  .ap_reseller_join_details p {
    font-size: 18px;
  }
  .single_how_step_box::before {
    content: none;
  }
  .single_how_step_box {
    margin-bottom: 20px;
  }
  .single_how_step_box {
    padding: 18px;
  }
  .single_how_step_box p {
    font-size: 16px;
  }
  .ap_reseller_form .form-left-text h2 {
    font-size: 26px;
  }
  .ap_reseller_form .form-left-text h3 {
    font-size: 20px;
  }
  .how_apresller_works h2{
    font-size: 26px; 
  }
  
  .ap_reseller_join_section .custom-45{
    width: 100%;
  }
  .ap_reseller_join_section .custom-55{
    width: 100%;
  }
  .ap_reseller_join_section  .custom-row{
    flex-direction: column;
  }
  .ap_reseller_join_details {
    margin-top: 30px;
  }
  .reseller_ap_partner_navbar_logo .navbar-brand img {
    padding-right: 15px;
    margin-right: 15px;
  }
}
@media (max-width:767px) {
  .ap_reseller_form .form-left-text{
    margin-bottom: 50px;
  }
  .ap_reseller_home_details h1{
    font-size: 30px;
    line-height: 40px;
  }
  .ap_reseller_home_details h2{
    font-size: 18px;
    line-height: 20px;
  }
  .ap_reseller_join_details h2 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .ap_reseller_join_details p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .ap_reseller_form .form-left-text h2 {
    font-size: 22px;
  }
  .ap_reseller_form .form-left-text h3 {
    font-size: 18px;
  }
  .how_apresller_works h2{
    font-size: 22px;
    margin-bottom: 40px; 
  }
  
  .how_apresller_works , .ap_reseller_form{
    padding: 50px 0;
  }
  .ap_reseller_join_section{
    padding-top: 50px;
  }
  .ap_reseller_home_images{
    margin-top: 30px;
  }
  .page-template-template-bi-referral-subpage .reseller_ap_partner_navbar_logo .navbar-brand img {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
}
@media (max-width:576px) {
  .reseller_ap_partner_navbar_logo .navbar-brand p{
    display: none;
  }    
  .reseller_ap_partner_navbar_logo .navbar-brand img {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
}
/**************** Ap Reseller page style End****************/
/**************** Ap & BI Referral page style start****************/
body.page-template-template-ap-referral header#masthead{
  display: none !important;
}
body.page-template-template-bi-referral header#masthead{
  display: none !important;
}
.ap_reseller_home_details p.violet_text{
    color: #64DBC9;
}.ap_reseller_home_details p span{
    color: #64DBC9;
    font-weight: 800;
}
.referral_form_section{
    background: url(https://dev-pathquest.pacificglobalsolutions.com/wp-content/uploads/2025/06/bgcircles.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 75px;
    height: 100%;
    width: 100%;
}
.referral_form_section .New-common-landing-page-forms{
    background: #fff;
    padding: 30px 40px;
    margin-inline: auto;
    border-radius: 10px;
    border: 1px solid #DADADA;
}
.referral_form_section .New-common-landing-page-forms input::placeholder{
    color: #3C3C59 !important;
}
.referral_form_section .New-common-landing-page-forms .reseller-privacy-text{
    font-weight: 500;
    margin-top: 10px;
}
.referral_form_section .New-common-landing-page-forms .reseller-privacy-text a{
    text-decoration: underline;
    font-weight: 700;
}
.referral_form_section .New-common-landing-page-forms .form-group p{
    margin-bottom: 10px;
}
.New-common-landing-page-forms .form-group input.wpcf7-form-control.wpcf7-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(95.73deg, #2ec774 -1.93%, #0084e3 101.79%) !important;
  border-radius: 50px;
  padding: 13px 35px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  line-height: 19px;
  font-family: "Proxima Nova";
  color: #fff !important;
  border: none !important;
}
.ap_referal_boxes .single_how_step_box{
    padding: 50px 20px 20px;
}
.apbi_referal_boxes .single_how_step_box p {
    min-height: 95px;
}
.apbi_referal_boxes .single_how_step_box p {
    font-size: 18px;
    line-height: 22px;
}
.apbi_referal_boxes .single_how_step_box img {
    margin-bottom: 30px;
}
.single_how_step_box p span{
    font-weight: 700;
    font-size: 20px;
    display: block;
    line-height: 100%;
    margin-bottom: 10px;
}
.ap_referral_partner{
    padding: 80px 0;
}
.ap_referral_partner h2{
  font-size: 60px;
  font-weight: 300;
  line-height: 100%;
  color: #12507D;
  text-align: center;
  margin-bottom: 20px;
}
.ap_referral_partner h3{
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
  color: #242424;
  text-align: center;
  margin-bottom: 50px;
}
.ap_referral_partner a{
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(95.73deg, #2ec774 -1.93%, #0084e3 101.79%) !important;
  border-radius: 50px;
  padding: 13px 35px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  line-height: 19px;
  font-family: "Proxima Nova";
  color: #fff !important;
  border: none !important;
  width: max-content;
  margin-inline: auto;
  text-decoration: none !important;
}
.ap_referral_what_section{
    padding-top: 70px;
    background: #3085E0;
}
.referral_what_details{
    padding-bottom: 55px;
}
.referral_what_details h2{
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
.referral_what_details p{
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    border-bottom: 0.5px solid rgba(18, 80, 125, 0.5);
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.referral_what_details p span{
    font-weight: 800;
}
.referral_what_details a{
    background: #fff;
    padding: 16px 36px;
    font-size: 17px;
    font-weight: 700;
    color: #3085E0;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    text-decoration: none !important
}
.referral_what_details a:hover{
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}
@media (max-width:1200px) {
    .referral_form_section {
        padding: 50px;
    }
    .apbi_referal_boxes .single_how_step_box p {
        font-size: 16px;
        line-height: 20px;
    }
}
@media (max-width:992px) {
    .referral_form_section {
        padding: 75px;
    }
}
@media (max-width:767px) {
    .ap_referral_partner h2 {
        font-size: 35px;
    }
    .ap_referral_partner h3 {
        font-size: 20px;
    }
    .referral_what_details h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .referral_what_details p {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width:576px) {
    .referral_form_section {
        padding: 15px;
    }
    .New-common-landing-page-forms .form-group input.wpcf7-form-control.wpcf7-submit {
        font-size: 14px;
        padding: 15px;
    }
    .referral_form_section .New-common-landing-page-forms {
        padding: 30px 20px;
    }
}
/**************** Ap & BI Referral page style End****************/


/**************** ApBi influencer page style start****************/
body.page-template-template-Influencer-ap header#masthead{
  display: none !important;
}
body.page-template-template-Influencer-bi header#masthead{
  display: none !important;
}
body.page-template-template-bi-referral-subpage header#masthead{
  display: none !important;
}
.apbi_influencehome_section {
    position: relative;
    padding: 140px 0 20px;
    background: linear-gradient(180deg, rgba(13, 71, 115, 0.72) 0%, rgba(18, 80, 125, 0.9) 100%);
    overflow: hidden;
}
.ap_influencer_home_title{
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}
.ap_influencer_home_title img{
    width: 160px;
}
.ap_influencer_home_title h1{
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
    color: #fff;
}
.ap_influencer_home_title h1 span{
    font-weight: 800;
}
.ap_influencer_home_title .sub-heading{
	font-size: 23px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
}

.ap_influencer_home_details p.violet_text{
   font-size: 18px;
   line-height: 22px;
   font-weight: 500;
   color: #fff;        
   padding-left: 20px;
   border-left: 2px solid #64DBC9;
}
.ap_influencer_home_details p span{
    font-weight: 700;
}
.gradient-button {
  padding: 14px 30px !important;
  border: none !important;
  border-radius: 999px !important;
  font-weight: bold !important;
  cursor: pointer !important;
  position: relative !important;
  z-index: 1 !important;
  background: linear-gradient(90deg, #00d084, #007cf0) !important;
  color: white !important;
  font-size: 18px;
  transition: all 0.4s ease ;
}

.gradient-button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  padding: 2px;
  background: linear-gradient(90deg, #00d084, #007cf0);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gradient-button:hover {
  background: transparent !important;
  color: transparent !important;
  background-image: linear-gradient(90deg, #00d084, #007cf0) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.gradient-button:hover::before {
  opacity: 1;
}
.New-common-landing-page-forms .gradient-button{
    width: max-content;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    padding: 11px 30.5px !important;
}
.New-common-landing-page-forms .gradient-button p{
    margin-bottom: 0;
}
.New-common-landing-page-forms .gradient-button input.wpcf7-form-control.wpcf7-submit{
    background: transparent !important;
    padding: 0 2px !important;
    border: none !important;
    font-size: 18px;
}
.apbi_why_influence{
    padding: 80px 0;
}
.apbi_why_influence .title{
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    color: #242424;
}
.apbi_why_influence .title span{
    color: #12507D;
}
.apbi_why_influence .subtitle{
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #242424;
}
.apbi_why_container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 25px;
    row-gap: 15px;
    margin: 40px 0 20px;
}
.single_why_apbi{
    position: relative;
}
.single_why_apbi:not(:nth-last-child(-n+2))::before{
    content: "";
    background: linear-gradient(230.26deg, #2ec774 30.62%, #0084e3 69.74%);
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 100%
}
.single_why_apbi h3{
    font-size: 20px;
    line-height: 28px;
    font-weight: 800;
    color: #242424;
}
.single_why_apbi p{
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #242424;
}
.apbi_integration{
    padding: 80px 0;
    background: #F5F9FF;
}
.apbi_integration .apbi_integration_title h2{
    font-size: 27px;
    line-height: 32px;
    font-weight: 700;
    color: #242424;
}
.apbi_integration .apbi_integration_title h2 span{
    color: #3085E0;
}
.apbi_integration .integration_companies{
    display: flex;
    gap: 20px;
}
.apbi_integration .integration_companies .single_integration_company{
    flex: 1;
    padding: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    overflow: hidden;
    border-radius: 11px;
}
.apbi_perfomance{
    padding: 90px 0;
    background: #242424;
}
.apbi_perfomance h2{
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}
.apbi_perfomance h2 span{
    color: #3085E0;   
}
.apbi_perfomance .apbi_perfomace_boxes{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.apbi_perfomance .apbi_perfomace_boxes .apbi_perfomace_box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    border-radius: 11px;
    padding: 35px 15px;
}
.apbi_perfomance .apbi_perfomace_boxes .apbi_perfomace_box:nth-child(even) {
    border: 2px solid #489CC7;
}
.apbi_perfomance .apbi_perfomace_boxes .apbi_perfomace_box:nth-child(odd) {
    border: 2px solid #73C9BE;
}
.apbi_perfomance .apbi_perfomace_boxes .apbi_perfomace_box img{
    width: 75px;
    height: 75px;
    object-fit: contain;
    margin-bottom: 20px;
}
.apbi_perfomance .apbi_perfomace_boxes .apbi_perfomace_box h3{
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.apbi_benifits {
    padding-top: 80px;
    background: linear-gradient(90deg, #12507D 8.54%, #2191E3 90.7%);
}
.apbi_benifits_details h2{
    font-size: 29px;
    line-height: 38px;
    font-weight: 700;
    color: #fff;
}
.apbi_benifits_details h2 span{
    color :  #8FDCFF;
}
.apbi_benifits_points{
    padding-left: 25px;
    margin-bottom: 50px;
}
.apbi_benifits_points li{
    position: relative;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    padding-left: 10px;
    margin-bottom: 10px;
}
.apbi_benifits_points li::before{
    content: "";
    background-image: url(https://dev-pathquest.pacificglobalsolutions.com/wp-content/uploads/2025/06/apbipoint.png);
    background-size: cover;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: -25px;
}
.apbi_payable{
    padding: 80px 0;
    background: #F6FFFF;
}
.apbi_payable_details h2{
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    color: #242424;
    margin-bottom: 25px;
}
.apbi_payable_details h2 span{
    color: #12507D;
}
.apbi_payable_details p{
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #242424;
    padding-bottom: 25px;
}
.apbi_payable_images {
    position: relative;
}
.apbi_payable_images .chartone{
    position: absolute;
    left: 0;
    bottom: 40px;
    height: 100px;
    width: 100px;
    background: #fff;
    border-radius: 100%;
    padding: 10px;
}
.apbi_payable_images .charttwo{
    position: absolute;
    right: 0;
    bottom: 120px;
    height: 80px;
    width: 80px;
    background: #fff;
    border-radius: 100%;
    padding: 10px;
}
.apbi_influence_testimonials{
    padding: 80px 0;
}
.apbi_influence_testimonials h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #242424;
    margin-bottom: 25px;
    text-align: center ;
}
.apbi_influence_testimonials h2 span {
    color: #12507D;
}
.apbi-testimonial-slide h3{
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
    color: #242424;
    margin-bottom: 25px;
    text-align: center;
}
.apbi-testimonial-slide h4{
    font-size: 16px;
    font-weight: 400;
    color: #242424;
    margin-bottom: 25px;
    text-align: center;
    width: 90%;
    margin-inline: auto;
}
.apbi-testimonial-slide .apbi_autor_detail{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.apbi-testimonial-slide .apbi_autor_detail img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #ddd;
}
.apbi-testimonial-slide .apbi_author_text h5{
    color: #232343;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 18px;
    margin: 0 0 5px 0
}
.apbi-testimonial-slide .apbi_author_text p{
    color: #232343;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    margin: 0
}
.reseller_ap_partner_navbar_logo.apbi_influencerlogo .navbar-brand p {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 100%;
    font-weight: 500;
    color: #fff;
}
.reseller_ap_partner_navbar_logo.apbi_influencerlogo .navbar-brand p span {
    color: #64DBC9;
}
.reseller_ap_partner_navbar_logo.apbi_influencerlogo .navbar-brand .secondbrandlogo{
    height: 35px;
}
.reseller_ap_partner_navbar_logo.apbi_influencerlogo .walletdarklogo{
    filter: grayscale(100%) brightness(0%);
}
@media (max-width:1200px) {
    .ap_influencer_home_title img {
        width: 110px;
    }
    .ap_influencer_home_title h1 {
        font-size: 28px;
        line-height: 36px;
    }
    .page-template-template-Influencer-ap #appartnernavbarnav,
    .page-template-template-Influencer-bi #appartnernavbarnav{
        margin-top: 20px;
    }
    .page-template-template-bi-referral-subpage #appartnernavbarnav{
        margin-top: 20px;
    }
    .ap_influencer_home_title .sub-heading {
        font-size: 18px;
        line-height: 30px;
    }
}
@media (max-width:992px) {
    .apbi_perfomance .apbi_perfomace_boxes{
        grid-template-columns: repeat(3,1fr);
    }
    .apbi_payable_images .charttwo {
        height: 65px;
        width: 65px;
        bottom: 70px;
    }
    .apbi_payable_images .chartone {
        height: 80px;
        width: 80px;
        bottom: 20px;
    }
    .apbi_benifits_points {
        margin-top: 20px;
    }
}
@media (max-width:767px) {
    .ap_influencer_home_title {
        margin-bottom: 20px;
    }
    .ap_influencer_home_details p.violet_text {
        font-size: 16px;
        line-height: 20px;
    }
    .apbi_why_influence .title {
        font-size: 22px;
        line-height: 30px;
    }
    .apbi_why_influence .subtitle {
        font-size: 16px;
        line-height: 20px;
    }
    .apbi_why_container {
        grid-template-columns: repeat(1,1fr);
    }
    .single_why_apbi h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .single_why_apbi p {
        font-size: 16px;
        line-height: 20px;
    }
    .apbi_integration .apbi_integration_title h2 {
        font-size: 23px;
        line-height: 28px;
    }
    .apbi_integration .integration_companies {
        gap: 10px;
        margin-top: 20px;
    }
    .apbi_integration .integration_companies .single_integration_company {
        padding: 15px;
    }
    .apbi_perfomance h2 {
        font-size: 23px;
        line-height: 30px;
    }
    .apbi_perfomance .apbi_perfomace_boxes{
        grid-template-columns: repeat(2,1fr);
    }
    .apbi_perfomance .apbi_perfomace_boxes .apbi_perfomace_box h3 {
        font-size: 18px;
    }
    .apbi_benifits_details h2 {
        font-size: 23px;
        line-height: 30px;
    }
    .apbi_benifits_points li {
        font-size: 16px;
        line-height: 20px;
    }
    .apbi_payable_details h2 {
        font-size: 23px;
        line-height: 30px;
    }
    .apbi_payable_details p {
        font-size: 16px;
        line-height: 20px;
    }
    .apbi_payable_images {
        margin-top: 20px;
    }
    .apbi_payable_images .charttwo {
        height: 50px;
        width: 50px;
        padding: 5px;
        bottom: 50px;
    }
    .apbi_payable_images .chartone {
        height: 60px;
        width: 60px;
        padding: 5px;
        bottom: 10px;
    }
    .apbi_influence_testimonials h2 {
        font-size: 23px;
        line-height: 30px;
    }
    .apbi-testimonial-slide h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .apbi-testimonial-slide h4 {
        font-size: 15px;
        text-align: justify;
    }
    .apbi-testimonial-slide .apbi_autor_detail img {
        width: 60px;
        height: 60px;
    }
    .apbi-testimonial-slide .apbi_author_text h5 {
        font-size: 16px;
    }
    .apbi-testimonial-slide .apbi_author_text p {
        font-size: 15px;
    }
    .reseller_ap_partner_navbar_logo.apbi_influencerlogo .navbar-brand .secondbrandlogo{ 
        display: none;
    }
}
@media (max-width:576px) {
    
}
@media (max-width:414px) {
    .ap_influencer_home_title img{
        width: 80px;
    }
    .ap_influencer_home_title h1 {
        font-size: 25px;
        line-height: 32px;
    }
    .apbi_perfomance .apbi_perfomace_boxes{
        grid-template-columns: repeat(1,1fr);
    }
    .ap_influencer_home_title .sub-heading {
        font-size: 16px;
        line-height: 25px;
    }
}
/**************** ApBi influencer page style End****************/


.landing_page_footer{
    padding: 30px 0;
}
.landing_page_footer .copyright {
    text-align: left;
    margin-bottom: 0;
}
.landing_page_footer  .social_icon {
    text-align: right;
}
@media (max-width: 767px) {
    .landing_page_footer .copyright {
        text-align: center;
        padding-bottom: 15px;
    }
    .landing_page_footer  .social_icon {
        text-align: center;
    }
}


/**************** common-product-campaign page style start****************/
body.page-template-common-product-campaign header#masthead{
  display: none !important;
}
.page-template-common-product-campaign #main section{
    scroll-margin-top: 35px;
}
.page-template-common-product-campaign .ap_partner_nav_link.nav-link {
    padding-inline: 15px !important;
}
.page-template-common-product-campaign .reseller_ap_partner_navbar_logo .navbar-brand img {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.common-product-campaign .ap_reseller_home_details h1 {
    font-size: 42px;
}
.common-product-campaign .ap_reseller_home_details h1 span{
    font-weight: 800;
}
.page-template-common-product-campaign .ap_reseller_home_details h2.violet_text {
    color: #64DBC9;
}
.common-product-campaign-form .form-group{
    padding-inline: 10px;
}
.common-ecosystem-product{
    background: #fff;
    padding: 90px 0;
}
.common-ecosystem-product.blue{
    background: #F5F9FF;
}
.ecosystem-left-details .product-logo{
    margin-bottom: 60px;
    text-align: center;
}
.ecosystem-left-details .product-logo img{
    max-width: 280px;
}
.ecosystem-right-details h2{
    font-size: 35px;
    line-height: 45px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 20px;
}
.ecosystem-right-details .details{
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
    color: #242424;
    margin-bottom: 20px;
}
.ecosystem-right-details h3{
    font-size: 26px;
    line-height: 48px;
    font-weight: 700;
    color: #242424;
}
.ecosystem-details-ul{
    position: relative;
}
.ecosystem-right-details ul{
    margin-bottom: 50px;
}
.ecosystem-right-details ul li{
    position: relative;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #242424;
    padding: 10px 0 10px 40px;
    cursor: pointer;
}

.ecosystem-right-details ul li.active{
    background: linear-gradient(90deg, rgba(48, 133, 224, 0.2) 0%, rgba(245, 249, 255, 0) 89.69%);
    border: 1px solid transparent;
    border-image-source: url(https://uat.pathquest.com/wp-content/uploads/2025/06/Button-Background-optimized.png);
    transition: width 0.3s ease;
    border-right: none;
    border-radius: 50px;
    border-image-slice: 23 fill;
    border-image-width: 27px;
}
.ecosystem-right-details ul li::before {
    content: "";
    background-image: url(https://uat.pathquest.com/wp-content/uploads/2025/06/campaignright-optimized.png);
    background-size: cover;
    display: inline-block;
    width: 20px;
    height: 21px;
    position: absolute;
    top: 11px;
    left: 10px;
}
.ecosystem-details-ul .indicator {
    position: absolute;
    width: 100%;
    height: 42px;
    background: linear-gradient(
      90deg,
      rgba(48, 133, 224, 0.2) 0%,
      rgba(245, 249, 255, 0) 89.69%
    );
    border: 1px solid transparent;
    border-image-source: url(https://uat.pathquest.com/wp-content/uploads/2025/06/Button-Background-optimized.png);
    border-image-slice: 23 fill;
    border-image-width: 27px;
    border-right: none;
    border-radius: 50px;
    transition: transform 0.8s ease-in-out;
    z-index: 0;
    display: none;
}
.why_choose_products{
    padding: 80px 0;
    background: #212529;
}
.why_choose_products h2{
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}
.why_choose_products_container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.why_choose_products_container .single_why_choose_product{
    padding: 30px 15px;
    overflow: hidden;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center
}
.why_choose_products_container .single_why_choose_product h3{
    font-weight: 700;
    font-size: 21px;
    line-height: 100%;
    color: #fff;
}
.why_choose_products_container .single_why_choose_product p{
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}
.why_choose_products_container .single_why_choose_product:nth-child(odd) {
    border: 1px solid #3085E0;
}
.why_choose_products_container .single_why_choose_product:nth-child(even) {
    border: 1px solid #2CC479;
}
.product-easy-integration{
    position: relative;
    background: linear-gradient(180deg, rgba(13, 71, 115, 0.72) 0%, rgba(18, 80, 125, 0.9) 100%);
    overflow: hidden;
}
.product-easy-details{
    display: flex;
    flex-direction: column;
    justify-content : center;
    height: 100%;
}
.product-easy-details h2{
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    color: #fff;
    margin-bottom: 75px;
}
.product-easy-details .products_easy_images_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
}
.product-for-accountants{
    position: relative;
    background: #F5F9FF;
}
.product-for-accountants .product-for-accountants-left{
    width: 40%;
}
.product-for-accountants .product-for-accountants-right{
    width: 55%;
}
.product_accountant_image{
    position: absolute;
    left: 0;
    height: 100%;
    max-height: 100%;
    width: 40%;
    object-fit: cover;
}
.product_accountant_detail{
    padding: 60px 0;
}
.product_accountant_detail h2{
    font-weight: 800;
    font-size: 36px;
    line-height: 45px;
    color: #000;
    margin-bottom: 30px;
}
.product_accountant_detail p{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #242424;
    margin-bottom: 30px;
}
.product_accountant_detail p.perfect_text{
    color: #fff;
    padding: 20px;
    background: linear-gradient(90deg, #3085E0 0%, #2CC479 100%);
    border-radius: 15px;
}
.product_accountant_detail p.perfect_text span{
    font-weight: 700;
}
.product_accountant_detail ul{
    padding-left: 25px;
    margin-bottom: 50px;
}
.product_accountant_detail ul li{
    position: relative;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #242424;
    padding-left: 10px;
    margin-bottom: 10px;
}
.product_accountant_detail ul li::before {
    content: "";
    background-image: url(https://uat.pathquest.com/wp-content/uploads/2025/06/campaignright-optimized.png);
    background-size: cover;
    display: inline-block;
    width: 20px;
    height: 21px;
    position: absolute;
    top: 3px;
    left: -25px;
}

.transform_operations{
    position: relative;
    padding: 80px 0;
}
.transform_operations_container{
    background: linear-gradient(90deg, #3085E0 9.79%, #2CC479 103.41%);
    max-width: 85%;
    margin-inline: auto;
    border-radius: 8px;
    margin-bottom: 100px;
}
.transform_operations_container .details{
    padding: 50px 0 50px 90px;
}
.transform_operations_container .details h2{
    font-weight: 800;
    font-size: 36px;
    line-height: 45px;
    color: #fff;
    margin-bottom: 30px;
}
.transform_operations_container .details p{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 30px;
}
.transform_operations_container .details a{
    background: #fff;
    padding: 12px 30px;
    font-size: 17px;
    font-weight: 700;
    color: #3085E0;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    text-decoration: none !important;
}
.transform_operations_container .details a:hover{
    background: transparent;
    color: #fff;
    border: 1px solid #fff
}
.transform_operations .join-text{
    max-width: 50%;
    margin-inline: auto;
}
.transform_operations .join-text h3{
    font-weight: 400;
    font-size: 29px;
    line-height: 100%;
    color: #242424;
    text-align: center;
}
#scheduleMeetingModal{
    padding-right: 0;
}
#scheduleMeetingModal .modal-dialog{
    max-width: 400px;
}
#scheduleMeetingModal .modal-body{
    padding-top: 50px;
    padding-inline: 20px;
}
#scheduleMeetingModal .modal-body .close{
    position: absolute;
    top: 10px;
    right: 10px;
}
@media (max-width: 992px) {
    .common-product-campaign .ap_reseller_home_details h1 {
        font-size: 36px;
        line-height: 45px;
    }
    .ecosystem-right-details h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .ecosystem-right-details .details {
        font-size: 22px;
        line-height: 26px;
    }
    .ecosystem-right-details h3 {
        font-size: 22px;
        line-height: 35px;
    }
    .why_choose_products h2 {
        font-size: 25px;
    }
    .product-easy-details h2 {
        font-size: 26px;
        margin-bottom: 40px;
    }
    .product_accountant_detail h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .ecosystem-right-details ul li::before {
        top: 15px;
    }
    .ecosystem-right-details ul li.active , .ecosystem-details-ul .indicator {
        border-image-width: 40px;
    }
    .transform_operations_container .details {
        padding-left: 40px;
    }
    .transform_operations_container .details h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .transform_operations .join-text h3 {
        font-size: 25px;
    }
    .product-easy-details .products_easy_images_container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        align-items: center;
    }
}
@media (max-width: 767px) {
    .common-product-campaign .ap_reseller_home_details h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .ecosystem-right-details{
        margin-top: 30px;
    }
    .ecosystem-right-details h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .ecosystem-right-details .details {
        font-size: 20px;
        line-height: 24px;
    }
    .ecosystem-right-details h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .why_choose_products h2 {
        font-size: 22px;
    }
    .why_choose_products_container {
        grid-template-columns: repeat(2, 1fr);
    }
    .product-for-accountants{
        padding-top: 70px;
    }
    .product-for-accountants .product-for-accountants-left,
    .product-for-accountants .product-for-accountants-right{
        width: 100%;
    }
    .product_accountant_image {
        width: 100%;
        position: relative;
    }
    .transform_operations_container .details h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .transform_operations_container .details {
        padding-inline: 20px;
    }
    .transform_operations .join-text {
        max-width: 80%;
    }
    .transform_operations .join-text h3 {
        font-size: 22px;
    }
    .product-easy-integration{
        padding-top: 50px;
    }
    .page-template-common-product-campaign .ap_reseller_home_details h2.violet_text{
        font-size: 22px;
        line-height: 25px;
    }
}
@media (max-width:479px) {
    .why_choose_products_container {
        grid-template-columns: repeat(1, 1fr);
    }
    .page-template-common-product-campaign #bookADemo .modal-body,
    .page-template-common-product-campaign #bookADemo .modal-content{
       padding-inline: 0;
    }
    .page-template-common-product-campaign #bookADemo #calendly-inline-widget{
        min-width: unset !important;
        max-width: 100%;
    }
}
/**************** common-product-campaign page style End****************/


.apbi-sticky-form{
    background: #3085E0;
    padding: 10px 0;
    position: sticky;
    bottom: 0;
    z-index: 9;
}
.apbi-sticky-form .New-common-landing-page-forms > .gridrows{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
.page-template-template-bi-referral-subpage .apbi-sticky-form .New-common-landing-page-forms > .gridrows{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.apbi-sticky-form .New-common-landing-page-forms .form-group {
    padding-inline: 5px;
    margin-bottom: 0;
}
.New-common-landing-page-forms .wpcf7-select[name="services"] {
    color: #3C3C59;
}
.apbi-sticky-form .New-common-landing-page-forms .form-group.privacy-sticky-text {
    max-width: 100% !important;
}
.apbi-sticky-form .New-common-landing-page-forms .form-group.privacy-sticky-text a,
.apbi-sticky-form .New-common-landing-page-forms .form-group.privacy-sticky-text p{
    color: #fff;
}
.apbi-sticky-form .New-common-landing-page-forms .form-group.privacy-sticky-text a{
    text-decoration: underline;
}
.apbi-sticky-form .New-common-landing-page-forms .form-group input.wpcf7-form-control.wpcf7-submit{
    padding: 10px 25px;
    border-radius: 10px;
    width: 100%;
    background: #fff !important;
    color: #0a88e3 !important;
}
.apbi-navigate-btn {
    position: sticky;
    width: 100%;
    bottom: 0;
    background: #3085E0;
    padding: 23px 0;
    z-index: 9;
    display: none !important;
}
.apbi-navigate-btn a{
    color: #fff !important;
    width: 100%;
    display: block;
    text-align: center;
}
#privacyModal{
    padding-right: 0;
}
#privacyModal .modal-dialog {
    max-width: 90%;
    margin-inline: auto;
    max-height: 90vh;
    overflow-y: hide;
}
#privacyModal .modal-body {
    padding-top: 50px;
    padding-inline: 20px;
    max-height: 90vh;
    overflow-y: scroll;
}
#privacyModal .modal-header .modal-title{
    font-size: 30px;
    font-weight: 700;
}
#privacyModal .modal-header .close {
    font-size: 40px;
    cursor: pointer;
}
@media (max-width: 767px) {
    .apbi-sticky-form{
        display: none !important;
    }
    .apbi-navigate-btn {
        display: block !important;
    }
}

.page-template-template-bi-referral-subpage .reseller_ap_partner_navbar_logo .navbar-brand{
	display: inline-block;
}
.page-template-template-bi-referral-subpage .reseller_ap_partner_navbar_logo .navbar-brand img{
	margin-right: 0;
}
.page-template-template-bi-referral-subpage .reseller_ap_partner_navbar_logo.apbi_influencerlogo .navbar-brand .secondbrandlogo {
    height: 50px;
    padding-top: 7px;
    padding-bottom: 7px;
}
@media (max-width: 1200px) {
	.page-template-template-bi-referral-subpage .reseller_ap_partner_navbar_logo .navbar-brand img{
	height: 40px !important;
    padding-top: 0;
    padding-bottom: 0;
}
}
@media (max-width: 767px) {
.page-template-template-bi-referral-subpage .reseller_ap_partner_navbar_logo .navbar-brand{
	height: auto;
}
}