.topics_slider .slide {
	box-shadow: 50px 10px 50px rgba(0,0,0,0.1);
  }
  
  .animate__animated.animate__delay-500ms{
	  -webkit-animation-delay:0.5s;
	  animation-delay:0.5s;
	  -webkit-animation-delay:calc(var(--animate-delay)*0.5);
	  animation-delay:calc(var(--animate-delay)*0.5)
  }
  .animate__animated.animate__delay-600ms{
	  -webkit-animation-delay:0.6s;
	  animation-delay:0.6s;
	  -webkit-animation-delay:calc(var(--animate-delay)*0.6);
	  animation-delay:calc(var(--animate-delay)*0.6)
  }
  .animate__animated.animate__delay-700ms{
	  -webkit-animation-delay:0.7s;
	  animation-delay:0.7s;
	  -webkit-animation-delay:calc(var(--animate-delay)*0.7);
	  animation-delay:calc(var(--animate-delay)*0.7)
  }
  .animate__animated.animate__delay-800ms{
	  -webkit-animation-delay:0.8s;
	  animation-delay:0.8s;
	  -webkit-animation-delay:calc(var(--animate-delay)*0.8);
	  animation-delay:calc(var(--animate-delay)*0.8)
  }
  .animate__animated.animate__delay-900ms{
	  -webkit-animation-delay:0.9s;
	  animation-delay:0.9s;
	  -webkit-animation-delay:calc(var(--animate-delay)*0.9);
	  animation-delay:calc(var(--animate-delay)*0.9)
  }
  .animate__animated.animate__delay-1100ms{
	  -webkit-animation-delay:1.1s;
	  animation-delay:1.1s;
	  -webkit-animation-delay:calc(var(--animate-delay)*1.1);
	  animation-delay:calc(var(--animate-delay)*1.1)
  }
  .animate__animated.animate__delay-1200ms{
	  -webkit-animation-delay:1.2s;
	  animation-delay:1.2s;
	  -webkit-animation-delay:calc(var(--animate-delay)*1.2);
	  animation-delay:calc(var(--animate-delay)*1.2)
  }
  .animate__animated.animate__delay-1300ms{
	  -webkit-animation-delay:1.3s;
	  animation-delay:1.3s;
	  -webkit-animation-delay:calc(var(--animate-delay)*1.3);
	  animation-delay:calc(var(--animate-delay)*1.3)
  }
  .animate__animated.animate__delay-1500ms{
	  -webkit-animation-delay:1.5s;
	  animation-delay:1.5s;
	  -webkit-animation-delay:calc(var(--animate-delay)*1.5);
	  animation-delay:calc(var(--animate-delay)*1.5)
  }
  .animate__animated.animate__delay-1700ms{
	  -webkit-animation-delay:1.7s;
	  animation-delay:1.7s;
	  -webkit-animation-delay:calc(var(--animate-delay)*1.7);
	  animation-delay:calc(var(--animate-delay)*1.7)
  }
  .animate__animated.animate__delay-1800ms{
	  -webkit-animation-delay:1.8s;
	  animation-delay:1.8s;
	  -webkit-animation-delay:calc(var(--animate-delay)*1.8);
	  animation-delay:calc(var(--animate-delay)*1.8)
  }
  .animate__animated.animate__delay-1900ms{
	  -webkit-animation-delay:1.9s;
	  animation-delay:1.9s;
	  -webkit-animation-delay:calc(var(--animate-delay)*1.9);
	  animation-delay:calc(var(--animate-delay)*1.9)
  }
  .animate__animated.animate__delay-2100ms{
	  -webkit-animation-delay:2.1s;
	  animation-delay:2.1s;
	  -webkit-animation-delay:calc(var(--animate-delay)*2.1);
	  animation-delay:calc(var(--animate-delay)*2.1)
  }
  .animate__animated.animate__delay-2300ms{
	  -webkit-animation-delay:2.3s;
	  animation-delay:2.3s;
	  -webkit-animation-delay:calc(var(--animate-delay)*2.3);
	  animation-delay:calc(var(--animate-delay)*2.3)
  }
  .animate__animated.animate__delay-2500ms{
	  -webkit-animation-delay:2.5s;
	  animation-delay:2.5s;
	  -webkit-animation-delay:calc(var(--animate-delay)*2.5);
	  animation-delay:calc(var(--animate-delay)*2.5)
  }
  .animate__animated.animate__delay-3500ms{
	  -webkit-animation-delay:3.5s;
	  animation-delay:3.5s;
	  -webkit-animation-delay:calc(var(--animate-delay)*3.5);
	  animation-delay:calc(var(--animate-delay)*3.5)
  }
  .animate__animated.animate__delay-4s{
	  -webkit-animation-delay:4s;
	  animation-delay:4s;
	  -webkit-animation-delay:calc(var(--animate-delay)*4);
	  animation-delay:calc(var(--animate-delay)*4)
  }
  
  .banner_area.insu-style02 {
	background: url(./images/insu-banner-bg-2.jpg) no-repeat 50% 0;
	background-size: cover;
  }
  @media (min-width: 1280px) {
	.banner_area.insu-style02 {
	  min-height: 802px;
	}
  }
  @media (max-width: 991.98px) {
	.banner_area.insu-style02 {
	  background: none !important;
	}
  }
  .cards02 .box-wrap {
	  padding: 40px 28px;
  }
  .cards02 .card-box:last-child .box-wrap .ico {
	  position: relative;
	  top: 12px;
  }
  .pb0 {
	  padding-bottom: 0px;
  }
  .box-2 {
	  padding-top: 166px;
	  padding-bottom: 0;
  }
  .box-2 .description-col {
	  order: 1
  }
  .box-2 .image-col {
	  order: 2
  }
  .box-2 .row {
	  margin-bottom: 0 !important;
  }
  .blocks_area.blocks-normal.box-2 .description {
	  padding-left: 0px;
  }
  .blocks_area.blocks-normal.box-2 ul {
	  padding: 0;
  }
  .blocks_area.blocks-normal.box-2 ul li {
	  font-size: 20px;
	  line-height: 30px;
	  color: #777;
	  font-weight: 400;
	  padding-left: 21px;
  }
  .planinfo2 {
	  background: #eee;
	  padding-top: 94px;
	  padding-bottom: 90px;
  }
  .vendor2 {
	  padding: 123px 0 100px;
  }
  .vendor2 .vendors_list li {
	  border-color: #cfdae5;
	  padding: 35px;
  }
  
  .vendor2 p {
	  font-size: 34px;
	  font-weight: bold;
	  color: #222;
  }
  @media (max-width: 992px) {
	  .box-2 {
		  padding-top: 115px;
  
	  }
	  .box-2 .image {
		  margin-bottom: 0px;
	  }
	  .planinfo2 {
		  padding-top: 45px;
		  padding-bottom: 45px;
	  }
	  .vendor2 {
		  padding-top: 55px;
		  padding-bottom: 45px;
	  }
	  .vendor2 .vendors_list li {
		  padding: 30px !important
	  }
	  .vendor2 p {
		  line-height: 34px;
	  }
  }
  @media (max-width: 767px) {
	  .vendor2 .vendors_list li {
		  padding: 25px !important
	  }
  }
  @media (max-width: 560px) {
	  .vendor2 .vendors_list li {
		  padding: 20px !important
	  }
  }
  @media (max-width: 480px) {
	  .vendor2 .vendors_list li {
		  padding: 15px !important
	  }
  }
  
  @media (min-width: 1280px) {
	.banner_area.insu-style03 {
	  min-height: 802px;
	}
  }
  @media (max-width: 991.98px) {
	.banner_area.insu-style03 {
	  background: none !important;
	}
  }
  .cards03 .box-wrap {
	  padding: 40px 22px;
  }
  @media (max-width: 991.98px) {
	  .cards03 .box-wrap {
		  padding: 25px 20px;
	  }
	  .card-boxes .box-wrap .ico {
		  margin-bottom: 13px;
	  }
  }
  @media (max-width: 767px) {
	  .cards03 .box-wrap {
		  padding: 25px 16px;
	  }
	  .block104 .image img {
		  width: 100%;
	  }
  }
  .cards03 .card-box:nth-child(3) .box-wrap .ico {
	  position: relative;
	  top: 13px;
  }
  .block104 {
	  padding: 130px 0 70px;
  }
  .block104 h2 {
	  font-size: 71px;
  }
  @media (max-width: 1199px) {
	  .block104 h2 {
		  font-size: 62px;
	  }
  }
  @media (max-width: 991.98px) {
	  .block104 {
		  padding: 60px 0 50px;
	  }
	  .block104 h2 {
		  font-size: 55px;
	  }
	  .cards03 .card-box:nth-child(3) .box-wrap .ico {
		  position: relative;
		  top: 0;
	  }
  }
  @media (max-width: 767px) {
	  .block104 {
		  padding: 40px 0;
	  }
	  .block104 h2 {
		  font-size: 35px;
		  line-height: 43px !important
	  }
  }
  @media (max-width: 1160px) {
	  .cards03 .card-box {
		  width: 50% !important;
		  margin-bottom: 30px;
	  }
  }
  @media (max-width: 767px) {
	  .cards03 .card-box {
		  width: 100% !important;
	  }
  }
  .banner_area.insu-style04 .banner_image {
	  left: 60%;
  }
  @media (min-width: 1280px) {
	.pr-style01 {
	  min-height: 802px;
	}
  }
  @media (min-width: 992px) {
	  .pr-style01.payroll-style .description {
		  padding-top: 270px;
	  }
  }
  .t18 {
	  position: relative;
	  top: 18px;
  }
  .payroll-sec1 .h1 {
	  margin: 0 -8px 39px;
  }
  .payroll-sec1 p {
	  margin-bottom: 95px;
  }
  .hr-sec2 {
	  padding-top: 220px;
  }
  .hr-sec2 h2.h1 {
	  text-align: center;
  }
  .hr-sec2 .holder {
	  justify-content: flex-start;
  }
  .blocks-hr {
	  padding-bottom: 90px;
  }
  .blocks-hr ul {
	  padding-left: 0 !important;
  }
  .blocks-hr ul li {
	  font-weight: 400;
	  color: #777;
	  padding-left: 18px !important;
  }
  .blocks-hr ul li:before {
	  top: 10px !important;
  }
  .blocks-hr .h1 {
	  letter-spacing: -2px;
  }
  .blocks-hr .description p {
	  font-size: 30px;
	  color: #777;
	  margin: -20px 0 15px;
	  padding: 0;
  }
  .sec-hr-solutions {
	  padding: 130px 0 150px;
  }
  .hr-block {
	  text-align: center;
	  padding: 0 80px;
  }
  .hr-block:nth-child(1) {
	  margin-left: 35px;
  }
  .hr-block:nth-child(2) {
	  border-left: 2px solid #cfdae5;
	  position: relative;
	  left: -55px;
  }
  .blocks-hr2 {
	  padding: 110px 0 90px !important;
	  background: #eee
  }
  .blocks-hr2 .image img {
	  min-width: 97%;
  }
  .blocks-hr2 ul {
	  margin-left: 0 !important;
  }
  @media (max-width: 992px) {
	  .blocks-hr {
		  padding-bottom: 0px;
	  }
  }
  @media (max-width: 1260px) {
	  .sec-hr-solutions {
		  padding: 80px 0
	  }
	  .blocks-hr2 {
		  padding: 80px 0 30px !important;
	  }
  }
  @media (max-width: 992px) {
	  .sec-hr-solutions {
		  padding: 40px 0
	  }
	  .blocks-hr2 {
		  padding: 60px 0 10px !important
	  }
	  .blocks-hr img {
		  width: 100%
	  }
	  .blocks-hr .h1 br {
		  display: none;
	  }
  }
  @media (max-width: 767px) {
	  .blocks-hr .h1 {
		  letter-spacing: 0px;
		  margin: 0 0 30px;
	  }
	  .blocks-hr .description p {
		  font-size: 25px;
	  }
  }
  @media (max-width: 1159px) {
	  .payroll-style .card-box {
		  margin-bottom: 25px;
		  width: 50%;
	  }
  }
  @media (max-width: 600px) {
	  .payroll-style .card-box {
		  width: 100%;
	  }
  }
  @media (max-width: 1260px) {
	  .hr-block:nth-child(1) {
		  margin-left: 0;
	  }
	  .hr-block {		
			position: static !important;
	  }
  }
  @media (max-width: 992px) {
	  .hr-block {
			width: 100% !important;
			border: 0px !important;
			margin: 15px 0 !important;
			padding: 0 !important;
		  }
  }
  .hr-sec2.hr-sec2-sub {
	  padding: 0;
	  margin-top: -20px;
  }
  .hr-sec2-sub2 {
	  margin-top: 50px;
	  padding: 0 0 100px;
  }
  .blocks-processing {
	  padding-top: 135px;
  }
  .blocks-processing .description p {
	  font-size: 19px;
	  line-height: 30px;
  }
  .blocks-processing .description strong {
	  font-size: 30px;
	  color: #222;
	  font-weight: 400;
	  display: block;
	  margin: -15px 0 30px;
  }
  .affordable-act {
	  position: relative;
  }
  .affordable-img {
	  position: absolute;
	  right: -52px;
	  bottom: -40px;
	  box-shadow: 20px 30px 50px rgba(0,0,0,0.1)
  }
  @media (max-width: 1460px) {
	  .affordable-img {
		  right: auto;
		  bottom: 0;
		  width: 60%;
		  max-width: 220px !important;
	  }
  }
  @media (max-width: 767px) {
	  .blocks-processing {
		  padding-bottom: 50px;
		  padding-top: 50px;
	  }
	  .hr-sec2-sub2 {
		  padding-bottom: 40px;
		  margin-top: 20px;
	  }
  }
  @media (max-width: 1480px) {
	  .paymeny-sec3 {
		  padding-top: 255px;
	  }
  }
  @media (max-width: 1150px) {
	  .paymeny-sec3 {
		  padding-top: 225px;
	  }
  }
  @media (min-width: 992px) {
	  .payment-style02 {
		  min-height: 801px;
	  }
  }
  .payment-sec3-style02 {
	  padding-top: 400px;
  }
  .payment-sec3-style02 .description {
	  position: relative;
	  top: -50px;
  }
  .pos-features .h1 {
	  margin-bottom: 20px;
  }
  @media (max-width: 992px) {
	  .blocks-hr.blocks-payment {
		  padding-bottom: 25px
	  }
  }
  @media (max-width: 1469px) {
	  .payment-sec3-style02 {
		  padding-top: 450px;
	  }
  }
  @media (max-width: 1360px) {
	  .payment-sec3-style02 {
		  padding-top: 500px;
	  }
  }
  @media (max-width: 1130px) {
	  .payment-sec3-style02 {
		  padding-top: 480px;
	  }
  }
  @media (max-width: 1060px) {
	  .payment-sec3-style02 {
		  padding-top: 440px;
	  }
  }
  @media (max-width: 992px) {
	  .payment-sec3-style02 {
		  padding-top: 210px;
	  }
	  .payment-sec3-style02 .description {
		  position: static;
	  }
  }
  @media (max-width: 767px) {
	  .payment-sec3-style02 {
		  padding-top: 240px;
	  }
  }
  .pos-features.style01-sub {
	  padding-top: 240px;
  }
  @media (min-width: 1260px) {
	  .payment-style03 h1 {
		  font-size: 70px;
	  }
  }
  .payment-style03 .description p {
	  font-size: 21px;
  }
  @media (min-width: 992px) {	
	  .payment-style03 .banner_image img {
		  position: relative;
		  right: -112px;
	  }
  }
  .intro-area.payment-intro-03:before {
	  display: none;
  }
  .page-template-reporting_and_accounting .intro-area.payment-intro-03:before {
	  display: block;
  }
  .page-template-reporting_and_accounting .intro-area.payment-intro-03 {
	  overflow: hidden;
  }
  .commerce-boxes .card-boxes .card-box {
	  width: 301px;
  }
  .list-bold li {
	  font-size: 22px;
	  color: #222;
	  font-weight: bold;
	  line-height: 28px;
  }
  
  .imgstyle-02 img {
	  right: -90px !important;
  }
  .pos-features.style04 .holder {
	  justify-content: flex-start;
  }
  @media (min-width: 992px) and (max-width: 1450px) {
	  .imgstyle-02 img {
		  width: 150%;
	  }
  }
  @media (max-width: 1469px) {	
	  .payment-sec3-style03 {
		  padding-top: 350px;
	  }
  }
  @media (max-width: 1160px) {	
	  .payment-sec3-style03 {
		  padding-top: 250px;
	  }
  }
  @media (max-width: 992px) {
	  .payment-sec3-style03 .image img {
		  max-width: 80%
	  }
  }
  @media (min-width: 1280px) {
	  .ps4 {
		  min-height: 800px;
	  }
  }
  .offerings {
	  background: #F2F6F9
  }
  
  .offerings .big-heading {
	  font-size: 94px;
  }
  .offerings .terminal-info-column p {
	  font-size: 30px;
	  line-height: 40px;
	  color: #222;
	  margin: 0 0 30px;
  }
  .offerings .terminal-info-column ul li:before {
	  width: 5px;
	  height: 30px;
	  background: #0f4b82;
	  top: 2px;
	  border-radius: 0;
  }
  .offerings .terminal-info-column {
	  padding-bottom: 0px;
	  border-bottom: 0px;
	  padding-top: 30px;
  }
  .offerings.virtual-terminal-info .h1 {
	  font-size: 34px;
	  margin: 0 0 18px;
	  line-height: 40px;
  }
  .blockstyle05 .logo-box {
	  padding: 0 !important;
  }
  .blockstyle05 .description {
	  padding-right: 0px;
	  padding-left: 65px !important;
  }
  .blockstyle05 .description ul li {
	  font-weight: 400;
	  margin-bottom: 26px;
	  color: #777;
  }
  .blockstyle05 .description ul li:before {
	  left: -16px;
  }
  @media (min-width: 1260px) {	
	  .blockstyle05 {
		  padding: 100px 0 146px !important
	  }
	  .offerings .head {
		  margin-bottom: 80px;
	  }
  }
  .banner_area.banner-lending {
	  background-image: url('images/banner-bg-lending.jpg');
  }
  .list-lending {
	  display: flex;
	  justify-content: space-between;
	  max-width: 940px;
	  margin: 0 auto;
  }
  .list-lending ul {
	  width: 40%;
	  font-weight: bold;
	  font-size: 22px;
	  line-height: 36px;
	  color: #222;
  }
  .list-lending ul:nth-child(2) {
	  width: 60%;
  }
  @media (min-width: 1470px) {	
	  .blocks-lending {
		  padding-top: 164px;
	  }
  }
  @media (max-width: 1470px) {	
	  .blocks-lending {
		  padding-top: 70px;
	  }
  }
  @media (max-width: 767px) {	
	  .blocks-lending {
		  padding-top: 40px;
		  padding-bottom: 40px;
	  }
	  .blockstyle05 .description ul li:before {
		  left: 0;
	  }
  }
  .bg-grey {
	  background: #eee;
  }
  .list-landing-style-02 ul:first-child {
	  width: 50%
  }
  .list-landing-style-02 ul:last-child {
	  width: 50%
  }
  @media (min-width: 1260px) {
	  .banner-landing-02 img {
		  position: relative;
		  right: -140px;
	  }
  }
  @media (max-width: 767px) {
	  .list-lending {
		  flex-wrap: wrap;
	  }
	  .list-lending ul {
		  width: 100% !important;
	  }
  }
  .bg-white {
	  background: #fff;
  }
  .bg-white:before {
	  display: none !important;
  }
  .txt-blue h2 {
	  color: #222 !important
  }
  .txt-blue p {
	  color: #777;
	  font-size: 30px;
	  line-height: 39px;
	  margin-bottom: 40px !important;
  }
  @media (max-width: 767px) {
	  .txt-blue p {
		  font-size: 24px;
		  line-height: 30px;
	  }
  }
  .box-partnership .card-box {
	  width: 301px;
  }
  .box-partnership .cb .ico {
	  margin-bottom: 15px !important;
  }
  .nt-logos img {
	  margin: 24px 0;
  }
  .nt-logos-wrap .nt-logos {
	  border-left: 2px solid #cfdae5;
	  padding-left: 70px;
  }
  .nt-logos-wrap {
	  align-items: center;
  }
  .nt-logos-wrap .wrap,
  .nt-logos-wrap .h1 {
	  text-align: right;
  }
  .nt-logos-wrap .holder2 {
	  padding-left: 0px;
  }
  .nt-logos-wrap .wrap p {
	  font-size: 30px;
	  color: #222;
	  line-height: 40px;
	  margin: 25px 0;
  }
  .block-partnership .description ul {
	  color: #777 !important;
	  font-weight: 400 !important;
  }
  .block-partnership .description ul li:before {
	  display: none;
  }
  @media (min-width: 1260px) {
	  .block-partnership .description h2 {
		  font-size: 73px;
	  }
  }
  .oppo-style-02 {
	  padding-top: 98px;
  }
  .oppo-style-02 p {
	  margin: 10px 0 5px;
  }
  .oppo-style-02 strong {
	  font-size: 30px;
	  font-weight: bold;
  }
  .cta22 {
	  max-width: 1150px;
	  margin: 0 auto;
	  padding: 50px 75px;
	  border-radius: 40px;
  }
  .cta22:before,
  .cta22:after {
	  display: none
  }
  .cta22 {
	  background: linear-gradient(135deg, rgba(10,69,123,1) 0%,rgba(5,36,64,1) 100%);
  }
  
  @media (min-width: 1470px) {
	  .pt-sec3-2 {
		  margin-left: -90px;
	  }
  }
  .cta22-inner {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  width: 100%;
  }
  .cta22-inner h2 {
	  color: #fff;
  }
  .cta22-inner p{
	  font-size: 20px;
	  color: #fff;
	  margin: 15px 0 0
  }
  .cta22-inner a {
	  min-width: 147px;
	  position: relative;
	  right: -15px;
  }
  @media (max-width: 992px) {
	  .nt-logos-wrap .wrap, .nt-logos-wrap .h1 {
		  text-align: left;
	  }
	  .nt-logos-wrap .nt-logos {
		  padding-left: 0px;
		  border: 0px;
	  }
	  .nt-logos img {
		  display: block;
	  }
	  .nt-logos-wrap .h1 br {
		  display: none;
	  }
	  .block-partnership {
		  padding: 0 0 10px;
	  }
	  .blocks_area .h1 br {
		  display: none;
	  }
	  .block-partnership .description ul {
		  margin-left: 40px;
	  }
	  .oppo-style-02 {
		  padding: 45px 0;
	  }
	  .cta22 {
		  padding: 40px;
	  }
	  .block-partnership .description ul {
		  font-size: 20px;
	  }
	  .oppo-style-02 strong {
		  font-size: 25px;
	  }
	  .nt-logos-wrap .wrap p {
		  font-size: 25px;
		  line-height: 29px;
		  margin: 10px 0;
	  }
	  .nt-logos-wrap .wrap {
		  margin-bottom: 12px;
	  }
	  .block-partnership .row {
		  margin-bottom: 25px;
	  }
  }
  @media (max-width: 767px) {
	  .cta22-inner {
		  display: block;
	  }
	  .cta22-inner a {
		  margin: 25px 0 0 !important;
		  position: static !important;
	  }
	  .block-partnership .description ul {
		  font-size: 18px;
	  }
	  .oppo-style-02 strong {
		  font-size: 20px;
	  }
	  .nt-logos-wrap .nt-logos img {
		  max-width: 100%;
		  height: auto;
	  }
	  .nt-logos-wrap .wrap {
		  margin-bottom: 0px;
	  }
	  .cta22 {
		  padding: 40px 15px;
	  }
  }
  .contact-caption {
	  width: auto !important;
  }
  .contact-style{
	  padding-top: 300px !important;
  }
  @media (max-width: 767px) {
	  .contact-style{
		  padding-top: 0px !important;
		  margin-top: -20px
	  }
  }
  .director-info {
	  position: relative;
	  padding-left: 45px;
	  padding-right: 30px;
	  margin-bottom: 52px;
  }
  .director-info:before {
	  content: '';
	  position: absolute;
	  left: 0;
	  top: 0;
	  width: 2px;
	  height: 100px;
	  background: #0e477b;
  }
  .director-info h2 {
	  font-size: 73px;
	  line-height: 80px;
	  color: #222;
  }
  .director-info h5 {
	  font-size: 35px;
	  line-height: 40px;
	  color: #222;
	  margin-top: 12px;
  }
  .director-info p {
	  margin: 16px 0 15px !important;
	  padding: 0 !important;
	  font-size: 20px;
	  line-height: 30px;
  }
  
  @media (max-width: 992px) {
	  .director-info h2 {
		  font-size: 63px;
		  line-height: 70px;
	  }
	  .director-info h5 {
		  font-size: 30px;
		  line-height: 35px;
	  }
	  .director-info p {
		  font-size: 19px;
		  line-height: 27px;
	  }
  }
  
  @media (max-width: 767px) {
	  .director-info h2 {
		  font-size: 53px;
		  line-height: 60px;
	  }
	  .director-info h5 {
		  font-size: 25px;
		  line-height: 30px;
	  }
	  .director-info p {
		  font-size: 18px;
		  line-height: 26px;
	  }
	  .director-info {
		padding-left: 25px;
		padding-right: 0;
		margin-bottom: 38px;
	  }
  }
  @media (max-width: 600px) {
	  .director-info h2 {
		  font-size: 43px;
		  line-height: 50px;
	  }
	  .director-info h5 {
		  font-size: 22px;
		  line-height: 26px;
	  }
	  .director-info p {
		  font-size: 17px;
		  line-height: 24px;
	  }
  }
  .nav-link {
	  padding: 0;
  }
  li.active a {
	  color: #238ff2 !important;
  }
  @media (min-width: 992px) {
	  
	  body:not(.home) .menu > li > a {
		  color: #0e477b
	  }
	  body:not(.home) .nav-area .btn-primary {
		  background: #0e477b;
		  color: #fff;
	  }
	  body:not(.home) .nav-area .btn-primary:hover,
	  body:not(.home) .nav-area .btn-secondary:hover {
		  background: #023047;
		  color: #fff
	  }
	  body.mega-menu-active .menu > li > a {
		  color: #fff
	  }
  
	  body.mega-menu-active .nav-area .btn-secondary {
		  color: #fff;
		  border-color: #fff;
	  }
  
	  body.mega-menu-active .logo {
		  display: none !important;
	  }
	  body.mega-menu-active .logo-white {
		  display: block !important;
	  }
  
  }
  @media (max-width: 992px) {
	  .open-close .opener {
		  pointer-events: default;
	  }
  }
  
  .home .logo {
	  display: none !important;
  }
  .home .logo-white {
	  display: block !important;
  }
  
  .logo {
	  display: block !important;
  }
  .logo-white {
	  display: none !important;
  }
  .footer-content h3 a {
	  pointer-events: auto !important;
  }
  
  .alm-listing .alm-reveal {
	  display: flex;
	  flex-wrap: wrap;
  }
  
  .alm-load-more-btn {
	  font-size: 18px !important;
	  line-height: 40px !important;
	  min-width: 130px !important;
	  height: 40px !important;
	  font-weight: 700 !important;
	  position: relative !important;
	  display: inline-block !important;
	  vertical-align: top !important;
	  background: #238ff2 !important;
	  padding: 0 25px !important;
	  text-align: center !important;
	  border: none !important;
	  color: #fff !important;
	  border-radius: 20px !important;
	  -webkit-box-shadow: none !important;
	  box-shadow: none !important;
	  letter-spacing: 1px !important;
	  margin: -30px auto 10px !important;
  }
  .single-blogs .visual_box img {
	  width: 100%;
	  height: auto;
  }
  .alm-load-more-btn:before {
	  display: none !important
  }
  
  .menu-mob {
	  display: none !important;
  }
  .menu-des {
	  display: block !important;
  }
  @media (max-width: 992px) {
	  .menu-mob {
		  display: block !important;
	  }
	  .menu-des {
		  display: none !important;
	  }
  }
  
  @media (max-width: 767.98px) {
	.blockstyle05 .description {
		padding: 0 !important;
	}
  
	.offerings .terminal-info-column p {
		font-size: 20px;
		line-height: 29px;
	}
  
	.offerings .big-heading {
		font-size: 60px;
		line-height: 65px;
	}
  }
  
  .business-cat-box a:hover .ico-holder:before {
	  z-index: 9
  }
  .business-cat-box a:hover .ico-holder img {
	  z-index: 10;
  }
  .business-cat-box .description {
	  position: relative;
  }
  .business-cat-box .description:before {
	  content: 'Learn More';
	  min-width: 250px;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  height: 70px;
	  line-height: 70px;
	  background: #fff;
	  color: #0e477b;
	  text-align: center;
	  display: none;
	  z-index: 11;
	  margin: -100px 0 0 -152px;
	  font-size: 40px;
	  border-radius: 50px;
	  padding: 0 50px;
	  font-weight: bold;
  }
  .business-cat-box a:hover .ico-holder:before {
	  height: 250%;
  }
  .business-cat-box a:hover .description:before {
	  display: block;
  }
  
  .home .partner_area .logo {
	  display: block !important;
  }
  
  
  .services-post ul li a {
	  text-transform: capitalize;
  }
  .nav-area .btn.btn-primary:active {
	  background: #fff !important
  }
  
  @media (min-width: 992px) {
	  .mega-menu-link.mob-only {
		  display: none;
	  }
  }
  .home .footer-content .logo {
	  display: block !important;
  }
  .nt-logos a:hover img {
	  opacity: 0.7;
	  transition: all 0.4s ease;
  }
  .indus-block ul {
	  font-size: 20px;
	  line-height: 28px;
	  padding: 0 0 0 7px;
  }
  .indus-block ul {
	  margin: 0;
	  list-style: none;
  }
  .indus-block ul li {
	  position: relative;
		padding: 0 0 0 18px;
		margin: 0 0 3px;
  }
  .indus-block ul li:before {
	top: 12px;
  }
  .indus-block ul li:before {
	position: absolute;
	left: 0;
	top: 8px;
	content: '';
	border-radius: 100%;
	width: 5px;
	height: 5px;
	background: #777;
  }
  .page-template-contact .pos-features .holder p {
	  font-size: 30px;
	  line-height: 44px;
	  color: #222;
  }
  @media (max-width: 992px) {
	  .page-template-contact .pos-features .holder p {
		  font-size: 26px;
		  line-height: 40px;
	  }	
  }
  
  @media (max-width: 767px) {
	  .page-template-contact .pos-features .holder p {
		  font-size: 20px;
		  line-height: 28px;
		  margin-top: -10px;
	  }	
  }
  .page-template-group-health-insurance .pos-features .holder {
	  justify-content: flex-start;
  }
  .activeParent a.tl {
	  color: #238ff2 !important
  }
  @media (max-width: 992px) {
	  .footer-content .footer-col:nth-child(4) {
		  width: 100% !important
	  }
  }
  @media (max-width: 992px) {
	  .wrapper:before {
		  top: 60px;
	  }
	  .mega-menu-holder:before {
		  display: none !important;
	  }
  }
  .mega-menu-active {
	  overflow-y: scroll;
	  position: fixed;
	  width: 100%
  }
  .alm-load-more-btn:hover {
	  background: #023047 !important;
	  color: #fff;
  }
  @media (max-width: 1460px) {
	  .oppo_area .list-holder {
		  margin: 0 !important;
	  }
  }
  .mob-only2 {
	  display: none !important;
  }
  @media (max-width: 992px) {
	  .mob-only2 {
		  display: inline-block !important
	  }
	  .post_card .image img {
		  width: 100%;
	  }
  }
  @media (max-width: 1200px) {
	  .alm-load-more-btn {
		  margin-top: 10px !important
	  }
  }
  .page-template-payment_processing .pos-features .holder {
	  justify-content: flex-start;
  }
  .ct2 img {
	  max-width: 285px;
  }
  @media (max-width: 767px) {
	  .hm3 {
		  max-width: 180px !important;
	  }
  }
  
  .image_text_sec .description,
  .offer_area .offer_list .des,
  .main_cat_area .cat-wrap p,
  .features_area p {
	  color: #595959 !important;
  }
  body {
	  color: #595959 !important;
  }
  .footer-nav a {
	  color: #B0B0B0 !important
  }
  .footer-nav a:hover {
	  color: #fff !important
  }
  .main_cat_area .cat-wrap .btn-primary,
  .btn-primary {
	  background: #0A59A4 !important
  }
  .main_cat_area .cat-wrap .btn-holder .link {
	  color: #0A59A4 !important
  }
  .main_cat_area .cat-wrap .btn-holder .link:hover {
	  color: #023047 !important
  }
  .footer-bottom,
  .footer-bottom a {
	  color: #B0B0B0 !important
  }
  
  .mega-menu-col .wrap ul a,
  .mega-menu-holder .cat-wrap p {
	  color: #A0ACC0
  }
  @media (min-width: 992px) {
	  .services-banner {
		  padding-top: 185px;
	  }
  }
  
  
  .noimage-post,
  .single-blogs .visual_box {
	  padding-top: 170px;
  }
  @media (max-width: 991.98px) {
	  .noimage-post,
	  .single-blogs .visual_box {
		  padding-top: 60px;
	  }	
	  .noimage-post .sidebar {
		  margin-top: 40px
	  }
	  
	  .nav-area .btn-primary {
		  background: #fff !important;
	  }
	  .nav-area .btn-primary:hover {
		  background: #238ff2 !important;
	  }
  }
  @media (max-width: 767px) {
	  .noimage-post,
	  .single-blogs .visual_box {
		  padding-top: 40px;
	  }	
  }
  .noimage-post .content {
	  padding: 0;
  }
  .single-blogs .content ol {
	  margin-top: 15px;
  }
  .single-blogs .content ul {
	  margin: 14px 0;
	  padding: 0;
  }
  .single-blogs .content ul li {
	  margin: 0;
  }
  .single-blogs .content-area em strong,
  .single-blogs .content-area strong {
	  display: block;
	  margin: 15px 0;
	  width: 100%;
  }
  .inlinest {
	  display: inline-block !important;
	  width: auto !important;
	  margin: 0 !important;
  }
  .footer .tagline strong sup {
	  top: -8px;
	  margin-left: 3px;
	  position: relative;
	  margin-top: 0;
  }
  @media (min-width: 992px) {
	  .opener.fnlink {
		  cursor: default;
		  pointer-events: none !important;
	  }
	  .opener.fnlink:hover {
		  color: #fff;
	  }
	  .footer .tagline strong sup {
		  top: -15px;
	  }
  }
  .home .visual .btn-primary:hover {
	  background: #fff !important;
	  color: #0A59A4 !important
  }
  .post-images {
	  width: 100%;
	  table-layout:fixed;
	  border: none;
	  margin-top: 30px;
  }
  .post-images tr td {
	  padding-bottom: 20px;
  }
  .post-images tr td:nth-child(1) {
	  padding-right: 3%;
  }
  .post-images tr td:nth-child(2) {
	  padding-left: 3%;
  }
  .post-images tr td img {
	  max-width: 100%;
	  height: auto;
  }
  @media (max-width: 767px) {
	  .post-images tr td:nth-child(1) {
		  padding-right: 0%;
	  }
	  .post-images tr td:nth-child(2) {
		  padding-left: 0%;
	  }
	  .post-images tr td {
		  width: 100%;
		  display: block;
		  padding: 6px 0;
	  }
  }
  .position_bar,
  .p-scr-marg {
	  scroll-margin-top: 3.9em;
  }
  .services-features-blocks {
	  scroll-margin-top: 3.9em;
  }
  .hr-helpful-links {
	  display: inline-block;
  }
  .hr-helpful-links a {
	  background: #238ff2 !important;
	  display: block;
	  margin-top: 18px;
  }
  .helpful-style .col-md-6 .holder a {
	  color: #238ff2;
	  font-weight: 700;
	  font-size: 20px;
	  line-height: 24px;
	  margin-top: 22px;
  }
  .helpful-style .col-md-6 .holder a:hover {
	  color: #0b6bbf
  }
  
  @media (min-width: 992px) {
	  .mega-menu-cols .mega-menu-col .js-slide-hidden {
		  position: static !important;
	  }
	  .footer-col .js-slide-hidden {
		  position: static !important;
	  }
	  .helpful-style .holder h2 {
		  font-size: 34px;
		  line-height: 38px;
	  }
  }
  .js-glia-click {
	  display: none;
  }
  .page-id-240966 .intro-area p {
	  display: block;
	  width: 100%;
  }
  .page-id-240966 .intro-area h1 {
	  width: 100%;
	  display: block;
	  text-align: center;
  }
  .field-check {
	  display: flex;
	  justify-content: space-between;
	  align-items: flex-start;
  }
  .field-check label {
	  position: static !important;
	  width: 94%;
	  pointer-events: auto !important;
	  cursor: pointer;
  }
  .field-check input {
	  position: relative;
	  top: 10px;
  }
  .pos-features .holder {
	  justify-content: flex-start;
	  position: relative;
	  padding-bottom: 55px;
  }
  .pos-features .holder a.link {
	  position: absolute;
	  bottom: 16px;
  }
  .offer_area .offer_list li:nth-child(3) a:hover .title {
	  color: #52e3c2 !important
  }
  .offer_area .offer_list li:nth-child(7) a:hover .title {
	  color: #f1bb75 !important
  }
  .gform_validation_error .gfield .gfield_label {
	  top: -4px;
	  font-size: 14px;
  
  }
  .wrapper404 {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  width: 100%;
	  padding: 20px 0 100px;
	  flex-wrap: wrap;
  }
  .wrapper404 h1 {
	  font-size: 203px;
	  line-height: 180px;
	  color: #023047;
	  display: block;
	  width: 100%;
	  text-align: center;
  }
  .wrapper404 h4 {
	  font-size: 64px;
	  line-height: 65px;
	  color: #023047;
	  margin-bottom: 25px;
	  display: block;
	  width: 100%;
	  text-align: center;
  }
  @media (max-width: 767px) {
	  .wrapper404 h1 {
		  font-size: 150px;
		  line-height: 150px;
	  }
	  .wrapper404 h4 {
		  font-size: 48px;
		  line-height: 55px;
	  }
  }
  .titlelink:hover {
	  color: #fff;
  }
  .grecaptcha-badge {
	  visibility: hidden !important;
  }
  .fields-holder .recaptcha-text {
	  position: relative;
	  top: 35px;
	  margin: 0 !important;
	  color: #98a1a8;
	  font-size: 12px;
	  line-height: 24px;
  }
  .fields-holder .recaptcha-text a {
	  color: #238ff2 !important;
	  font-weight: 400 !important
  }
  .fields-holder .recaptcha-text a:hover {
	  color: #000 !important
  }
  
  /*
  @media (min-width: 992px) {
	  .headerfix .header {
		  min-height: 80px !important;
		  transition: 0.4s ease-in;
	  }
	  .nav-area .tell {
		  transition: all 0s ease-in-out !important;
	  }
	  .headerfix .header .logo.logo-white {
		  margin-top: 7px;
	  }
  }*/
  
  .payment-bottom-text {
	  padding: 50px 0;
	  background: #fff;
  }
  
  .headerfix .header {
	  z-index: 9999;
  }
  .frm-wrap {
	  height: 100%;
  }
  .frm-wrap .form_holder {
	  display: flex;
	  justify-content: center;
	  flex-direction: column;
	  height: 100%;
  }
  .frm-wrap .form_holder .btn-primary {
	  max-width: 250px;
  }
  .form_holder {
	position: relative;
	overflow: hidden;
  }
  .form_overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	color: #fff;
	font-size: 60px;
	font-family: "Sarala", "Arial", sans-serif;
	line-height: 73px;
	text-align: center;
	letter-spacing: 1px;
	z-index: 9;
  }
  @media (max-width: 767px) {
	.form_overlay {
	  font-size: 55px;
	  line-height: 62px;
	}
  }
  .herolink {
	  color: inherit;
  }
  .herolink:hover {
	  color: #aaa;
  }
  .page-template-servers-and-computing-infrastructure .offerings {
	  background: #fff !important
  }
  .privacy-policy ol {
	  display: block;
	  width: 100%;
	  margin: 0 0 30px 30px;
	  padding: 0;
  }
  .page-template-default .intro-area ul li {
	  color: #777
  }
  .page-template-default .intro-area p {
	  display: block;
	  width: 100%;
  }
  #field_1_14,
  #field_2_14,
  #field_3_14,
  #field_4_14,
  #field_5_14,
  #field_6_14,
  #field_7_14,
  #field_8_14 {
	  position: absolute;
  }
  .gform_wrapper .gfield_error [aria-invalid="true"] {
	  border: none;
		border-bottom: 1px solid #ff0000 !important;
  }
  
  
  .page-id-214 .services-banner .description .btn-holder {
	  display: flex;
	  flex-wrap: wrap;
	  align-items: center;
  }
  
  .page-id-214 .services-banner .description p {
	  margin: 0 0 24px;
  }
  
  .sub_m_logo {
	  margin-left: 20px;
	  width: 190px;
  }
  
  .sub_m_logo img {
	  display: block;
	  width: 100%;
	  height: auto;
  }
  
  .sub_m_logo .img-mob {
	  display: none;
  }
  
  @media (max-width: 991px) {
	  .sub_m_logo .img-mob {
		  display: block;
	  }
	  .sub_m_logo .img-des {
		  display: none;
	  }
	  .herolink:hover {
		  color: #222;
	  }
  }
  
  @media (max-width: 513px) {
	  .sub_m_logo {
		  margin-left: 0;
		  margin-top: 20px;
	  }
  }
  
  .activemain {
	  color: #238ff2 !important
  }
  .parent-pageid-217 .anchor {
	  scroll-margin-top: 3.9em;
  }
  .page-id-241110 .pos-features .holder {
	  align-items: flex-start !important;
  }
  .home .mob-header .logo {
	  display: block !important
  }
  
  
  .headerfix .pre-btn-added {
	  display: none;
  }
  .gpq {
	  display: none;
  }
  .headerfix .gpq {
	  display: block;
  }
  
  .page-template-cares .banner_image_area {
	  margin: 0 0 80px;
  }
  
  .cares_area {
	  padding: 0 0 30px;
  }
  
  .cares_area .description {
	  padding-right: 30px;
  }
  
  .ser_form-area.cares_form .gform_footer {
	  margin: 10px 0 0 !important;
  }
  .ser_form-area.cares_form {
	  padding-top: 0;
  }
  
  /*.ser_form-area.cares_form .gfield_required {
	  display: none !important;
  }*/
  
  .cares_area .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) ~ span:not(.ginput_full) {
	  padding-left: 5%;
  }
  .gform_wrapper.gravity-theme .gfield_error [aria-invalid="true"] {
	  border-top: 0 !important;
	  border-left: 0 !important;
	  border-right: 0 !important;
  }
  .gform_wrapper.gravity-theme .gfield_validation_message, 
  .gform_wrapper.gravity-theme .validation_message {
	  border: 0 !important;
  }
  
  @media (max-width: 767.98px) {
	  .cares_area .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) ~ span:not(.ginput_full) {
		  padding-left: 0;
	  }
	  .page-template-cares .banner_image_area {
		  margin: 0;
	  }
  }
  
  .single-blogs.postid-242217 .content-area strong {
	  display: inline-block !important;
	  margin: 0 !important;
	  width: auto !important
  }
  .single-blogs.postid-242217 .content ul li {
	  margin: 0 0 12px;
  }
  .shape3 {
	  width: 719px;
	  height: 270px;
  }
  .shape4 {
	  width: 720px;
	  height: 262px;
  }
  
  .customContent .gform_button {
	  font-weight: 700;
	  font-size: 18px;
	  letter-spacing: 0;
	  cursor: pointer;
	  background: #0A59A4 !important;
	  line-height: 40px;
	  min-width: 130px;
	  height: 40px;
	  position: relative;
	  display: inline-block;
	  vertical-align: top;
	  padding: 0 25px;
	  text-align: center;
	  border: none;
	  color: #fff;
	  border-radius: 20px;
	  box-shadow: none;
	  transition: all 0.4s ease;
  }
  .customContent .gform_button:hover {
	  background: #023047 !important;
  }
  
  
  .customContent .gform_fields input[type=text],
  .customContent .gform_fields input[type=email] {
	  display: block;
	  border: 0;
	  border-bottom: 1px solid #021e37;
	  padding: 10px 0 !important;
	  width: 100%;
	  background: none;
	  color: #023047;
	  font-size: 20px;
	  line-height: 30px;
	  font-weight: 700;
	  outline: none;
  }
  
  .customContent .gform_fields label {
  
	  position: absolute;
	  left: 0;
	  top: 10px;
	  color: #98a1a8;
	  font-size: 20px;
	  line-height: 24px;
	  pointer-events: none;
	  -webkit-transition: all 0.4s ease;
	  transition: all 0.4s ease;
	  font-weight: 400;
  }
  
  .customContent .gform_fields .gfield.focused label,
  .customContent .gform_fields .gfield.filled label {
	  top: -14px;
	  font-size: 14px;
	  line-height: 17px;
  }
  
  .customContent .gform_fields .gfield {
	  position: relative;
	  margin: 0 0 40px;
  }
  
  .customContent .gform_required_legend {
	  display: none !important;
  }
  
  .customContent .gform_wrapper.gravity-theme .gform_footer, 
  .customContent .gform_wrapper.gravity-theme .gform_page_footer {
	  padding: 0;
	  margin: 0;
  }
  
  #field_10_11 label {
	  position: static !important;
  }
  
  .customContent .gform_fields #field_10_11.gfield.focused label,
  .customContent .gform_fields #field_10_11.gfield.filled label {
	  font-size: 20px;
	  line-height: 24px;
  }
  
  .customContent .gform_fields #field_10_8 label {
	  top: -14px;
	  font-size: 14px;
	  line-height: 17px;
  }
  
  .customContent {
	  max-width: 850px;
  }
  
  .customContent .gform_wrapper.gravity-theme .gform_fields {
	  grid-column-gap: 30px;
	  grid-row-gap: 30px;
  }
  
  .customContent .gform_wrapper.gravity-theme .gfield_checkbox label {
	  font-size: 20px !important;
	  line-height: 24px !important;
	  padding-left: 10px;
  }
  
  .customContent .ginput_container_select {
	position: relative;
  }
  
  .customContent select::-ms-expand {display: none;}
  
  .customContent select {
		border: 0;
	  border-bottom: 1px solid #021e37;
	  padding: 10px 0 !important;
	  width: 100%;
	  background: none;
	  color: #023047;
	  font-size: 20px;
	  line-height: 30px;
	  font-weight: 700;
	  outline: none;
	  margin:0;
	  -webkit-appearance:none;
	  -webkit-border-radius: 0;
	  -moz-border-radius: 0;
	  appearance: none;
	  border-radius: 0;
	  position: relative;
  }
  
  .customContent .ginput_container_select:before {
	pointer-events: none;
	font-family: 'newtekone-icomoon' !important;
	content: "\e901";
	font-size: 17px;
	line-height: 1;
	position: absolute;
	right: 5px;
	top: 18px;
	z-index: 9;
	transform: rotate(90deg);
	color: #25282a;
  }
  
  
  .page-id-242231 .intro-area .row {
	  margin: 0;
  }
  
  .customContent .gform_wrapper.gravity-theme .gform_validation_errors {
	  display: none !important;
  }
  
  .customContent .validation_message {
	  padding: 0;
	  background: none;
  }
  
  .customContent .gform_validation_error .gfield .gfield_label {
	  top: -15px;
  }
  
  
  
  @media (max-width: 767.98px) {
	  .txt-blue p {
		  font-size: 16px;
		  line-height: 24px;
	  }
  
	  .customContent .gform_fields label {
		  top: 20px;
	  }
  
	  .customContent .gform_fields .gfield {
		  margin: 0 0 10px;
	  }
  
	  .customContent .gform_wrapper.gravity-theme .gfield_checkbox label {
		  font-size: 14px !important;
	  }
  }
  
  @media (max-width: 1460px) {
	  .page-template-default .intro-area {
		  padding-top: 138px;
	  }
	  .page-template-default .intro-area h1 {
		  margin-bottom: -30px;
	  }
  }
  
  .page-template-dont-sell .advan_section .col-lg-7 {
	  margin-top: 45px;
  }
  @media (max-width: 1199.98px) {
	  .page-template-dont-sell .advan_section {
		  padding-top: 140px;
	  }
  }	
  @media (max-width: 992px) {
	  .page-template-dont-sell .advan_section {
		  padding-top: 60px;
	  }
	  .page-template-dont-sell .advan_section .col-lg-7 {
		  margin-top: 25px;
	  }
  }	
  
  .block-mobile-payment.blocks_area .description ul li {
	  font-weight: 400;
	  color: #777;
	  padding-left: 18px;
  }
  
  .block-mobile-payment.blocks_area .description {
	  padding-left: 37px;
	  padding-right: 66px;
	  padding-top: 90px;
  }
  
  .block-mobile-payment.blocks_area.description ul li {
	  margin: 0 0 15px;
  }
  
  .block-mobile-payment.blocks_area .description ul {
	  padding: 0;
  }
  
  .block-mobile-payment.blocks_area {
	  padding-bottom: 0;
  }
  
  .block-mobile-payment.blocks_area .image img {
	  max-width: inherit;
	  border-radius: 0;
	  float: left;
	  margin: 0 0 0 -23px;
  }
  
  @media (max-width: 1599px) {
	  .block-mobile-payment.blocks_area .image img {
		  margin-left: -120px;
	  }
  
	  .block-mobile-payment.blocks_area .description {
		  padding-left: 0;
	  }
  }
  
  @media (max-width: 1399px) {
	  .block-mobile-payment.blocks_area .image img {
		  margin-left: 0;
		  max-width: 100%;
	  }
  
	  .block-mobile-payment.blocks_area .image {
		  margin-right: -60px;
	  }
  
	  .block-mobile-payment.blocks_area .description {
		  padding-top: 0;
	  }
  }
  
  @media (max-width: 1199px) {
	  .blocks_area .description ul {
		  font-size: 17px;
		  line-height: 24px;
	  }
  }
  
  @media (max-width: 991px) {
	  .block-mobile-payment.blocks_area .description {
		  padding-top: 0;
		  padding-right: 0;
		  padding-bottom: 30px;
	  }
  }
  
  @media (max-width: 767px) {
	  .blocks_area .description ul {
		  font-size: 14px;
		  line-height: 20px;
	  }
  }
  
  .adv2 {
	  padding-bottom: 700px;
  }
  .nt-advantage-new {
	  text-align: center;
	  margin-top: -670px;
  }
  .nt-advantage-new h2 {
	  margin: 15px 0 25px;
	  font-size: 30px;
	  font-family: 'Heebo', 'heebo'
  }
  .nt-advantage-video {
	  margin: 45px 0;
	  box-shadow: 50px 50px 50px rgba(0,0,0,0.3);
		width: 100%;
		background: #000;
		position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;
  }
  .nt-advantage-video iframe, 
  .nt-advantage-video object, 
  .nt-advantage-video embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
  .nt-advantage-video img {
	  position: absolute;
	  z-index: 9;
	  display: block;
	  width: 100%
  }
  .fs2 {
	  margin-bottom: 110px;
  }
  
  @media (max-width: 992px) {
	  .nt-advantage-video {
		  margin-bottom: 0px;
	  }
	  .nt-advantage-logo {
		  max-width: 450px;
		  width: 100%;
	  }
	  .page-template-advantage .fields-holder .recaptcha-text {
		  top: 10px !important
	  }
  }
  @media (max-width: 767px) {
	  .fs2 {
		  margin-bottom: 0;
	  }
	  .nt-advantage-logo {
		  max-width: 320px;
	  }
	  .nt-advantage-new p br {
		  display: none !important
	  }
  }
  .page-template-advantage .services-features_one .col-xl-10 .row {
	  padding: 0 !important;
  }
  
  
  .page-template-ecommerce .commerce-boxes .card-boxes .card-box {
	  width: 288px;
	  padding: 0 10px;
  }
  
  @media (max-width: 1449px) {
	  .page-template-ecommerce .commerce-boxes .card-boxes .card-box {
		  width: 270px;
	  }
  }
  
  @media (max-width: 1359px) {
	  .page-template-ecommerce .commerce-boxes .card-boxes .card-box {
		  width: 300px;
		  margin-bottom: 30px;
	  }
  }
  
  .page-template-electronic-card-terminal .blocks_area .image img {
	  border-radius: 0;
  }
  
  
  @media (min-width: 1360px) {
	  .page-template-electronic-card-terminal .banner_area .banner_image {
		  top: 154px;
	  }
  
	  .page-template-electronic-card-terminal .blocks_area .description {
		  padding-left: 0;
	  }
  
	  .page-template-electronic-card-terminal .blocks_area .description .h1 {
		  margin-right: -225px;
	  }
	  .page-template-electronic-card-terminal .blocks_area .image img {
		  float: left;
		  margin-left: 60px;
	  }
  }
  
  .clover-app-area .image img {
	  max-width: 165%;
  }
  
  @media (max-width: 1869px) {
	  .clover-app-area .image img {
		  max-width: 155%;
	  }
  }
  
  @media (max-width: 1769px) {
	  .clover-app-area .image img {
		  max-width: 145%;
	  }
  }
  
  @media (max-width: 1649px) {
	  .clover-app-area .image img {
		  max-width: 130%;
	  }
  }
  
  @media (max-width: 1469px) {
	  .clover-app-area .image img {
		  max-width: 100%;
	  }
  }
  
  .blocks_area.style02 .row:nth-child(2) .description {
	  padding-right: 65px;
  }
  
  .big-heading {
	  font-size: 75px;
  }
  
  .blocks_area.style02 .description p {
	  color: #222;
  }
  
  @media (max-width: 991px) {
	  .blocks_area.style02 .row:nth-child(2) .description {
		  padding-right: 0;
	  }
	  .big-heading {
		  font-size: 60px;
	  }
  }.banner_area.payment-system h1 {
	  margin-right: -92px;
  }
  
  .intro-area.payment-system {
	  overflow: hidden;
  }
  
  .payment_videos {
	  padding: 136px 0;
  }
  
  .payment_videos .h1 {
	  text-align: center;
	  margin: 0 0 85px;
  }
  
  .banner_area.payment-gateway-style .description {
	  padding-top: 145px;
	  margin-right: -20px;
	  padding-bottom: 247px;
  }
  
  .banner_area.payment-gateway-style .banner_image {
	  left: 63.5%;
  }
  
  .intro-area.gateway-style {
	  overflow: hidden;
	  padding: 168px 0;
  }
  
  .intro-area.gateway-style p {
	  padding: 0 45px;
  }
  
  .gateway_features {
	  padding: 152px 0 0;
	  margin-bottom: 0;
  }
  
  .gateway_features .list-bold {
	  font-size: 21px;
	  width: 47%;
  }
  
  .blocks_area.gateway-blocks-up .description {
	  padding-left: 44px;
	  padding-top: 10px;
  }
  
  .blocks_area.gateway-blocks-up .banner_image {
	  left: 63%;
  }
  
  .blocks_area.gateway-blocks-up .description ul {
	  padding: 0 80px 0 0;
	  color: #777;
	  font-size: 21px;
  }
  
  .blocks_area.gateway-blocks-up .row {
	  margin-bottom: 100px;
  }
  
  .blocks_area.gateway-blocks-up .description ul li {
	  padding: 0 0 0 19px;
  }
  
  .blocks_area.gateway-blocks-up .row:nth-child(2n) .description {
	  padding-left: 40px;
  }
  
  .blocks_area.gateway-blocks-up .row:nth-child(2n) .description ul {
	  padding-right: 0;
  }
  
  .blocks_area.gateway-blocks-up {
	  padding: 123px 0 172px;
  }
  
  .banner_area.payment-style.payment-system .banner_image {
	  bottom: -27px;
  }
  
  .banner_area.payment-style.payment-system .banner_image img {
	  float: right;
	  margin-right: 297px;
  }
  
  .intro-area.insu-style.payment-system {
	  padding: 144px 0;
  }
  
  
  @media (max-width: 1199.98px) {
	  .banner_area.payment-gateway-style .description {
		  padding-top: 100px;
		  padding-bottom: 140px;
	  }
  
	  .intro-area.gateway-style {
		  padding: 60px 0;
	  }
  
	  .gateway_features {
		  padding: 50px 0 0;
	  }
  
	  .blocks_area.gateway-blocks-up .row:nth-child(2n) .description {
		  padding: 0;
	  }
  
	  .blocks_area.gateway-blocks-up {
		  padding: 60px 0;
	  }
  
	  .payment_videos {
		  padding: 60px 0;
	  }
  
	  .payment_videos .h1 {
		  margin: 0 0 30px;
	  }
  
	  .banner_area.payment-style.payment-system .banner_image {
		  bottom: 0;
	  }
  
	  .banner_area.payment-style .description {
		  padding-bottom: 40px;
	  }
	  .banner_area.payment-style.payment-system .banner_image img {
		  margin-right: 0;
	  }
  }
  
  @media (max-width: 991.98px) {
	  .banner_area.payment-gateway-style .description {
		  padding: 10px 0 40px;
	  }
  
	  .blocks_area.gateway-blocks-up .description {
		  padding: 0;
	  }
  
	  .blocks_area.gateway-blocks-up .row {
		  margin-bottom: 40px;
	  }
  
	  .intro-area.gateway-style p {
		  padding: 0;
	  }
  
	  .payment_videos {
		  padding: 10px 0 50px;
	  }
  
	  .banner_area.payment-style.payment-system .banner_image img {
		  float: none;
		  margin: 0 auto;
	  }
  
	  .intro-area.insu-style.payment-system {
		  padding: 50px 0;
	  }
  }
  
  @media (max-width: 767.98px) {
	  .gateway_features .list-bold {
		  width: 100%;
		  font-size: 16px;
	  }
  
	  .list-bold li {
		  font-size: 16px;
		  line-height: 22px;
	  }
  
	  .gateway_features .h1 {
		  margin: 0 0 20px;
	  }
  
	  .blocks_area.gateway-blocks-up .description ul {
		  padding: 0;
		  font-size: 16px;
	  }
  }
  
  @media (max-width: 992px) {
	  .home .visual .description h1 span {
		  display: inline !important
	  }
  }
  @media (max-width: 2150px) {
	  .features_area .text_bg {
		  background-size: 85% !important;
	  }
  }
  @media (max-width: 1400px) {
	  .features_area .text_bg {
		  background-position: 48% 20px;
		  background-size: 92% !important;
	  }
  }
  
  .video-block .video { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
  .video-block .video iframe, 
  .video-block .video object, 
  .video-block .video embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
  
  @media (max-width: 340px) {
	  .mob-header .btn-primary {
		  font-size: 11px;
		  min-width: 86px;
		  border-radius: 15px;
		  margin-left: 5px;
		}
  }
  @media (max-width: 400px) {
	  .page-template-contact-service .ser_form-area .description p a {
		  display: block;
	  }
  }
  @media (min-width: 992px) {
	  .mob-only,
	  .mega-menu-link.mob-only {
		  display: none !important
	  }
  }
  
  #field_6_17 legend {
	  top: -14px !important;
  }
  #field_6_17 input {
	  border: 0;
	  border-bottom: 1px solid #021e37 !important;
	  padding: 10px 0;
	  width: 100%;
	  background: none;
	  color: #023047;
	  font-size: 20px;
	  line-height: 30px;
	  font-weight: 700;
	  outline: none;
  }
  .gform_wrapper.gravity-theme .ginput_container_time {
	  max-width: none !important
  }
  .gfield_time_ampm select > option:first-child {
	  display: block !important;
  }
  #gform_wrapper_9 .gfield_visibility_hidden {
	  display: none;
  }
  .ser_form-area .gform_fields input[type="url"] {
	display: block;
	border: 0;
	  border-bottom-width: 0px;
	  border-bottom-style: none;
	  border-bottom-color: currentcolor;
	border-bottom: 1px solid #021e37;
	padding: 10px 0;
	width: 100%;
	background: none;
	color: #023047;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	outline: none;
  }
  body {
	  position: relative;
  }
  .omnibrowse-code-button {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: center;
	  border: 1px solid #CDD5F0;
	  background: #CDD5F0;
	  color: #023047 !important;
	  font-weight: bold;
	  padding: 5px 9px;
	  width: auto !important;
	  display: block;
	  min-width: 130px;
	  font-size: 14px;
	  border-radius: 8px;
	  border: none;
	  font-weight: 500;
	  min-height: 35px;
	  border: 1px solid #CDD5F0;
  }
  .omnibrowse-code-button:hover {
	  background: #3a90df !important;
		color: #fff !important;
  }
  
  .omnibrowse-code-button svg {
	  display: inline-block;
	  margin-right: 3px; 
  }
  
  .omnibrowse-code-button:hover svg #Path_2 {
	  fill: #fff;
  }
  
  .omnibrowse-code-button:hover svg #Path_1 {
	  stroke: #fff;
  }
  
  
  @media (max-width: 991.98px) {
	.nav-drop {
		z-index: 999999;
	}
  }
  
  .omnibrowse_holder {
	  position: absolute;
	  width: 1410px;
	  left: 50%;
	  top: 27px;
	  margin-left: -705px;
	  padding-right: 510px;
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: flex-end;
	  transition: all 0.2s ease;
	  z-index: 999;
  }
  
  .headerfix .omnibrowse_holder { 
	  padding-right: 248px;
	  top: 12px;
  }
  
  @media (max-width: 1409.98px) {
	  .omnibrowse_holder {
		  padding-right: 38%;
		  width: 100%;
		  left: 0;
		  right: 0;
		  margin: 0;
	  }
  }
  
  @media (max-width: 1359.98px) {
	  .omnibrowse_holder {
		  padding-right: 41%;
	  }
  }
  
  @media (max-width: 1299.98px) {
	  .omnibrowse_holder {
		  padding-right: 43%;
	  }
  }
  
  @media (max-width: 1199.98px) {
	  .omnibrowse_holder {
		  padding-right: 45%;
	  }
  }
  
  @media (max-width: 1099.98px) {
	  .omnibrowse_holder {
		  padding-right: 47%;
	  }
  }
  
  @media (max-width: 1039.98px) {
	  .omnibrowse_holder {
		  padding-right: 49%;
	  }
  }
  
  .nav-area .omnibrowse-code-button {
	  display: none;
  }
  
  
  @media (max-width: 991.98px) {
	  .nav-area .omnibrowse-code-button {
		  display: flex;
		  margin: 0 auto 25px;
	  }
  
	  .omnibrowse_holder {
		  position: fixed;
		  left: 0;
		  right: 0;
		  top: 0;
		  padding: 0;
		  z-index: 9999;
	  }
  
	  .omnibrowse-code-button svg {
		  margin-bottom: 4px;
	  }
  
  
	  .header {
		  padding-top: 38px;
	  }
  
	  .visual {
		  padding-top: 153px;
	  }
  
	  .menu-opener {
		  top: 68px;
	  }
  
	  .headerfix .omnibrowse_holder {
		  padding: 0;
		  top: 0;
	  }
  
	  .mob-header {
		  top: 50px;
	  }
  
	  .mob-header {
		  z-index: 99;
	  }
  } 
  
  .safeguard-area {
	  background-repeat: no-repeat;
	  background-color: #03325c;
	  background-position: 50% 50%;
	  background-size: cover;
	  padding: 151px 0 0;
  }
  
  .safeguard-area .description {
	  color: #fff;
	  font-size: 20px;
	  line-height: 28px;
	  font-weight: 400;
	  padding: 0 102px 0 74px;
  }
  
  .safeguard-area .description h1 {
	  font-size: 62px;
	  line-height: 1.2;
	  margin: 0 0 20px;
	  color: #fff;
	  display: flex;
	  flex-wrap: wrap;
	  flex-direction: column;
	  justify-content: space-between;
  }
  
  .safeguard-area .description p {
	  margin: 0 0 30px;
  }
  
  .safeguard-area .image img {
	  display: block;
	  max-width: 100%;
	  height: auto;
	  margin: 0 0 0 -12px;
  }
  
  .safeguard-area .description .text-holder {
	  position: relative;
  }
  
  
  .safeguard-form-holder {
	background: #fff;
	border-radius: 33px;
	-webkit-box-shadow: 15px 20px 30px rgba(2, 48, 71, 0.15);
			box-shadow: 15px 20px 30px rgba(2, 48, 71, 0.15);
	padding: 40px 54px 14px 42px;
	margin: 16px 75px 0 -29px;
  }
  
  @media (max-width: 991.98px) {
	.safeguard-form-holder {
	  padding: 30px;
	  border-radius: 20px;
	}
  }
  
  .safeguard-form-holder p.gform_required_legend {
	display: none;
  }
  
  .safeguard-form-holder .gform_fields {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
			justify-content: space-between !important;
  }
  
  .safeguard-form-holder .gform_fields input[type=text],
  .safeguard-form-holder .gform_fields input[type=tel],
  .safeguard-form-holder .gform_fields input[type=email] {
	display: block;
	border: 0;
	border-bottom: 2px solid #8e9ba6;
	padding: 10px 0;
	width: 100%;
	background: none;
	color: #023047;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	outline: none;
  }
  
  .safeguard-form-holder .gform_fields textarea {
	  display: block;
	  border: 0;
	  border-bottom: 2px solid #8e9ba6;
	  padding: 10px 0;
	  width: 100%;
	  background: none;
	  color: #023047;
	  font-size: 20px;
	  line-height: 30px;
	  font-weight: 700;
	  outline: none;
	  resize: none;
	  height: 52px !important;
  }
  
  .safeguard-form-holder .gform_fields .gfield_label {
	position: absolute;
	left: 0;
	top: 10px;
	color: #98a1a8;
	font-size: 18px;
	line-height: 24px;
	pointer-events: none;
	font-weight: 400;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
  }
  
  .safeguard-form-holder .gform_fields .gfield {
	position: relative;
	width: 100%;
	margin: 0 0 7px;
  }
  
  .safeguard-form-holder .gform_fields .gfield.gfield_error input[type="text"] {
	border-color: #ff0000;
	color: #ff0000;
  }
  
  .safeguard-form-holder .gform_fields .gfield.gfield_error .gfield_label {
	top: -14px;
	font-size: 14px;
	line-height: 17px;
  }
  
  /*.safeguard-form-holder #field_12_7 .gfield_label {
	top: -14px;
	font-size: 14px;
	line-height: 17px;
  }
  .safeguard-form-holder #field_12_8 .gfield_label {
	top: -14px;
	font-size: 14px;
	line-height: 17px;
  }*/
  
  .safeguard-form-holder .gform_fields .gfield.focused .gfield_label,
  .safeguard-form-holder .gform_fields .gfield.filled .gfield_label {
	top: -14px;
	font-size: 14px;
	line-height: 17px;
  }
  
  /*.safeguard-form-holder .gform_fields .gfield.focused .ginput_container_select:before {
	-webkit-transform: rotate(-90deg);
			transform: rotate(-90deg);
	top: 3px;
  }*/
  
  .safeguard-form-holder .gform_fields .gfield--width-half {
	width: 47%;
  }
  
  @media (max-width: 767.98px) {
	.safeguard-form-holder .gform_fields .gfield--width-half {
	  width: 100%;
	}
  }
  
  .safeguard-form-holder .gform_fields .ginput_container_select {
	width: 100%;
	position: relative;
  }
  
  .safeguard-form-holder .gform_fields select::-ms-expand {
	display: none;
  }
  
  .safeguard-form-holder .gform_fields select {
	display: block;
	border: 0;
	border-bottom: 2px solid #8e9ba6;
	padding: 13px 3px 13px 5px;
	margin: 0;
	font: inherit;
	outline: none;
	line-height: 1.2;
	background: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
	border-radius: 0;
	width: 100%;
	position: relative;
  }
  
  .safeguard-form-holder .gform_fields select > option:first-child {
	display: none;
  }
  
  .safeguard-form-holder .gform_fields .ginput_container_select:before {
	font-family: 'newtekone-icomoon' !important;
	content: "\E901";
	position: absolute;
	top: 18px;
	-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
	right: 0;
	width: 35px;
	pointer-events: none;
	z-index: 1;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
  }
  
  .safeguard-form-holder .gform_fields .recaptcha-text {
	font-size: 14px;
	line-height: 21px;
	color: #999;
	padding-left: 187px;
	padding-right: 70px;
	margin: 0;
  }
  
  @media (max-width: 1199.98px) {
	.safeguard-form-holder .gform_fields .recaptcha-text {
	  padding-right: 0;
	}
  }
  
  @media (max-width: 767.98px) {
	.safeguard-form-holder .gform_fields .recaptcha-text {
	  padding: 0;
	}
  }
  
  .safeguard-form-holder .gform_fields .recaptcha-text a {
	position: relative;
	z-index: 3;
  }
  
  .safeguard-form-holder .gform_footer {
	padding: 0 !important;
	margin: -45px 0 0 !important;
	position: relative;
	z-index: 2;
  }
  
  @media (max-width: 767.98px) {
	.safeguard-form-holder .gform_footer {
	  margin: 0 !important;
	}
  }
  
  .safeguard-form-holder .gform_button {
	width: 146px;
	height: 34px;
	border-radius: 17px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 34px;
	font-weight: 700;
	display: block;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: #189c5e;
	outline: none;
	padding: 0;
	border: 0;
  }
  
  .safeguard-form-holder .gform_button:hover {
	background: #023047;
  }
  
  .safeguard-form-holder .gform_wrapper .gform_validation_errors {
	display: none;
  }
  
  .safeguard-form-holder .validation_message {
	color: #fc0000;
	font-size: 14px !important;
	line-height: 20px !important;
	padding: 0 !important;
	border: 0;
	background: none;
  }
  
  .page-template-safeguard .header {
	  background: #e5e5e5;
  }
  
  .page-template-safeguard.headerfix .header {
	  background: #023047;
  }
  
  .safeguard-form-holder .gform_fields .note {
	font-size: 12px;
	line-height: 21px;
	color: #9e9e9e;
	padding-left: 163px;
	padding-right: 70px;
	margin: -10px 0 0;
	display: block;
  }
  
  .safeguard-form-holder .gform_fields .note a {
	  color: #189c5e;
	  position: relative;
		z-index: 9;
  }
  
  .safeguard-form-holder .gform_fields .note a:hover {
	  color: #9e9e9e;
  }
  
  .safeguard-form-holder #field_12_10 .gfield_label {
	  display: none;
  }
  
  .safeguard-form-holder #field_12_10 {
	  margin: 0;
  }
  
  .safeguard-form-holder .validation_message {
	  display: none !important;
  }
  
  .safeguard-form-holder .gform_validation_error .gform_fields .gfield.gfield_error .gfield_label {
	  top: -14px;
	  font-size: 14px;
	  line-height: 17px;
  }
  
  
  @media (max-width: 1359px) {
	  .safeguard-area .description {
		  padding: 0 30px;
	  }
  
	  .safeguard-form-holder {
		  margin: 0;
	  }
  }
  
  @media (max-width: 1199px) {
	  .safeguard-area .description h1 {
		  font-size: 48px;
	  }
  
	  .safeguard-form-holder .gform_fields .note {
		  font-size: 9px;
	  }
  
	  .safeguard-form-holder {
		  padding: 18px 54px 3px 42px;
		  border-radius: 12px;
	  }
  }
  
  @media (max-width: 991px) {
	  .safeguard-area .image img {
		  margin: 0 auto;
	  }
  
	  .safeguard-area {
		  padding-top: 60px;
		  padding-bottom: 40px;
	  }
  
	  .safeguard-form-holder .gform_footer {
		  margin: 0 !important;
	  }
  
	  .safeguard-form-holder .gform_fields .note {
		  padding: 0 !important;
		  margin: 0 0 15px !important;
		  font-size: 12px !important;
	  }
  }
  
  @media (max-width: 767px) {
	  .safeguard-area .description {
		  padding: 0 10px;
	  }
  
	  .safeguard-area .description h1 {
		  font-size: 36px;
	  }
  
	  .safeguard-area .image img {
		  max-width: 90%;
	  }
  }
  
  .page-template-cash-advance .speak_cta .btn-primary:first-child {
	  display: none !important;
  }
  .nav-drop {
	  z-index: 999;
  }
  
  
  /* inner page style */
  .growth-section {
	  position: relative;
	  padding: 170px 0 52px;
  }
  
  .growth-section .heading-area {
	  position: relative;
	  margin: 0 0 50px;
  }
  
  .growth-section .heading-area .heading {
	  font-weight: 700;
	  font-size: 25px;
	  line-height: 1.3;
	  color: #0e477b;
	  text-transform: uppercase;
	  letter-spacing: 3px;
	  display: block;
	  margin: 0 0 10px;
  }
  
  .growth-section .heading-area h1 {
	  font-size: 75px;
	  line-height: 1.0133;
	  font-weight: 700;
	  color: #222;
	  margin: 0;
  }
  
  .growth-section img {
	  width: 100%;
	  height: auto;
	  display: block;
  }
  
  .growth-holder {
	  position: relative;
  }
  
  .growth-section .image-holder {
	  position: relative;
	  overflow: hidden;
	  margin: 4px -5px 0 0;
  }
  
  .growth-section .play-btn {
	  position: absolute;
	  left: 50%;
	  top: 50%;
	  transform: translate(-50%, -50%);
	  border-style: solid;
	  border-width: 60px 0 60px 72px;
	  border-color: transparent transparent transparent #fff;
	  margin: 0;
	  z-index: 5;
  }
  
  .growth-description {
	  position: relative;
	  padding: 0 0 0 22px;
  }
  
  .growth-list {
	  position: relative;
	  margin: 0;
  }
  
  .growth-list li {
	  position: relative;
	  margin: 0 0 24px;
  }
  
  .growth-list li:last-child {
	  margin-bottom: 0;
  }
  
  .growth-list li .title {
	  display: block;
	  font-size: 30px;
	  line-height: 35px;
	  font-weight: 700;
	  color: #222;
	  margin: 0 0 2px;
  }
  
  .growth-list .btn-holder {
	  position: relative;
	  display: block;
	  padding: 24px 0 0;
  }
  
  .growth-list p {
	  font-weight: 400;
	  font-size: 25px;
	  line-height: 36px;
	  color: #777;
	  max-width: 486px;
	  margin: 0;
  }
  
  .growth-list p a {
	  color: #777;
	  transition: all 0.4s ease;
  }
  
  .growth-list p a:hover {
	  color: #0e477b;
  }
  
  .growth-list li:last-child p {
	  max-width: inherit;
  }
  
  .growth-list .btn-primary {
	  background: #0e477b;
	  border-color: #0e477b;
	  min-width: 270px;
	  height: 50px;
	  line-height: 50px;
	  border-radius: 50px;
	  letter-spacing: 0;
	  color: #fff !important;
  }
  
  .immediate-section {
	  position: relative;
	  background: #052440;
	  padding: 97px 0;
	  color: #fff;
  }
  
  .immediate-holder {
	  position: relative;
	  margin: 0 auto;
	  max-width: 950px;
	  text-align: center;
	  font-size: 25px;
	  line-height: 36px;
	  font-weight: 400;
  }
  
  .immediate-holder h2 {
	  font-weight: 700;
	  font-size: 75px;
	  line-height: 1.0133;
	  color: #fff;
	  margin: 0 0 45px;
  }
  
  .immediate-holder p {
	  margin: 0;
  }
  
  @media (max-width: 1439px) {
  
	  .growth-section .heading-area h1,
	  .immediate-holder h2 {
		  font-size: 65px;
	  }
  
	  .immediate-holder h2 {
		  margin: 0 0 35px;
	  }
  
	  .growth-description {
		  padding: 0;
	  }
  
	  .growth-list p {
		  font-size: 22px;
		  line-height: 32px;
	  }
  
	  .growth-section .heading-area .heading {
		  letter-spacing: 2px;
	  }
  }
  
  @media (max-width: 1199px) {
  
	  .growth-section .heading-area h1,
	  .immediate-holder h2 {
		  font-size: 54px;
	  }
  
	  .immediate-holder h2 {
		  margin: 0 0 25px;
	  }
  
	  .growth-description {
		  padding: 0;
	  }
  
	  .growth-list p {
		  font-size: 20px;
		  line-height: 28px;
	  }
  
	  .growth-section .heading-area .heading {
		  letter-spacing: 1px;
		  font-size: 24px;
	  }
  
	  .growth-section {
		  padding: 140px 0 40px;
	  }
  
	  .growth-section .heading-area {
		  margin: 0 0 35px;
	  }
  
	  .growth-section .play-btn {
		  border-width: 48px 0 48px 60px;
	  }
  
	  .growth-list li {
		  margin: 0 0 20px;
	  }
  
	  .growth-list .btn-holder {
		  padding: 18px 0 0;
	  }
  
	  .immediate-section {
		  padding: 70px 0;
	  }
  
	  .immediate-holder {
		  font-size: 20px;
		  line-height: 28px;
		  max-width: 700px;
	  }
  
	  .growth-list .btn-primary {
		  min-width: 200px;
	  }
  }
  
  @media (max-width: 991px) {
  
	  .growth-section .heading-area .heading {
		  letter-spacing: 0.5px;
		  font-size: 22px;
	  }
  
	  .growth-section .heading-area h1,
	  .immediate-holder h2 {
		  font-size: 44px;
	  }
  
	  .growth-description {
		  padding: 25px 0 0;
	  }
  
	  .growth-list p {
		  max-width: inherit;
	  }
  
	  .immediate-holder {
		  max-width: 600px;
	  }
  
	  .immediate-section {
		  padding: 60px 0;
	  }
  
	  .growth-section {
		  padding: 60px 0 40px;
	  }
  }
  
  @media (max-width: 767px) {
  
	  .growth-section {
		  padding: 30px 0;
	  }
  
	  .growth-section .heading-area .heading {
		  font-size: 17px;
		  letter-spacing: 0;
	  }
  
	  .growth-section .heading-area h1,
	  .immediate-holder h2 {
		  font-size: 36px;
	  }
  
	  .growth-section .heading-area {
		  margin: 0 0 25px;
	  }
  
	  .growth-section .play-btn {
		  border-width: 30px 0 30px 42px;
	  }
  
	  .growth-list li .title {
		  font-size: 24px;
		  line-height: 30px;
	  }
  
	  .growth-list p {
		  font-size: 18px;
		  line-height: 26px;
	  }
  
	  .growth-list .btn-primary {
		  min-width: 152px;
		  font-size: 16px;
	  }
  
	  .immediate-section {
		  padding: 40px 0;
	  }
  
	  .immediate-holder h2 {
		  margin: 0 0 15px;
	  }
  
	  .immediate-holder {
		  font-size: 18px;
		  line-height: 26px;
	  }
  }
  .growth-list .btn-holder br {
	  display: none
  }
  .page-id-242378 .growth-holder {
	  margin-bottom: 35px;
  }
  .page-id-242378 .immediate-holder,
  .page-id-242386 .immediate-holder {
	  max-width: 1170px;
  }
  .page-id-242390 .immediate-holder {
	  max-width: 1370px;
  }
  .growth-section .heading-area h1 sup {
	  font-size: 26px;
	  top: -30px;
  }
  .page-id-242394 .immediate-holder {
	  max-width: 980px;
  }
  
  .page-id-242378 .growth-list p.btn-holder-row {
	  max-width: 100%;
  }
  
  .page-id-242378 .growth-list .btn-holder {
	  display: flex;
	  flex-wrap: wrap;
	  gap: 25px;
  } 
  
  @media (max-width: 1359px) {
	  .growth-section .heading-area h1 sup {
		  font-size: 16px;
		  top: -24px;
	  }
  }
  
  @media (max-width: 991px) {
	  .growth-section .heading-area h1 sup {
		  font-size: 16px;
		  top: -16px;
	  }
  }
  
  
  @media (max-width: 767px) {
	  .page-template-landing .immediate-holder p br {
		  display: none
	  }
  
	  .growth-section .heading-area h1 br {
		  display: none;
	  }
  
	  .page-id-242378 .growth-list .btn-holder {
		  gap: 12px;
	  }
  
	  .growth-section .heading-area h1 sup {
		  top: -14px;
	  }
  }
  
  .testi-detail-section {
	  position: relative;
	  background: url(images/bg-slider-new.jpg) no-repeat #023047;
	  background-size: cover;
	  padding: 102px 0 122px;
  }
  
  @media (max-width: 1449px) {
	  .testi-detail-section {
		  padding: 70px 0;
	  }
  }
  
  .testi-heading-area .h1 {
	  text-align: center;
	  color: #fff;
	  margin: 0 0 40px;
	  line-height: 1.2;
  }
  
  @media (max-width: 1199px) {
	  .testi-detail-section {
		  padding: 70px 0;
	  }
  }
  
  .testi-detail-section .inner-wrap {
	  position: relative;
	  margin-right: calc((100vw - 1170px) / -2);
  }
  @media (max-width: 1199px) {
	  .testi-detail-section .inner-wrap {
		margin-right: -15px;
	  }
  }
  
  .testi-slider-holder {
	  position: relative;
	  overflow: hidden;
	  padding-bottom: 80px;
	  margin: 0 0 0 150px;
	}
	@media (max-width: 1199px) {
	  .testi-slider-holder {
		  margin: 0 0 0 50px;
	  }
	}
	@media (max-width: 991px) {
	  .testi-slider-holder {
		  margin: 0 0 0 25px;
	  }
	}
	@media (max-width: 767px) {
	  .testi-slider-holder {
		  margin: 0;
	  }
	}
	
  
	.testi-slider-holder .slide {
	  padding: 0 15px;
	  height: auto;
	}
  
	@media (max-width: 767px) {
	  .testi-slider-holder .slide {
		padding: 0 7px;
	  }
	}
  
  .testi-info-block {
	  background: #fff;
	  border-radius: 42px;
	  padding: 50px 90px;
	  display: flex;
	  flex-wrap: wrap;
	  align-items: center;
  }
  
  .testi-info-block blockquote {
	  margin: 0;
	  padding: 0;
	  border: 0;
  }
  
  .testi-info-block q {
	  display: block;
	  color: #222;
	  font-size: 24px;
	  font-weight: 600;
	  line-height: 1.3;
	  margin: 0 0 10px;
  }
  
  .testi-info-block cite {
	  color: #003680;
	  font-size: 16px;
	  line-height: 24px;
	  font-style: normal;
  }
  
  @media (max-width: 1599px) {
	  .testi-detail-section {
		  background-size: inherit;
		  background-position: 50% 0;
	  }
  }
  
  @media (max-width: 1439px) {
	  .swiper-pagination .swiper-pagination-bullet {
		  width: 40px !important;
	  }
  
	  .swiper-pagination {
		  left: 0 !important;
	  }
  }
  
  @media (max-width: 1199px) {
	  .testi-info-block {
		  padding: 50px;
	  }
  }
  @media (max-width: 767px) {
  
	  .swiper-pagination .swiper-pagination-bullet {
		  width: 14px !important;
		  margin: 0 5px !important;
	  }
  
	  .testi-info-block {
		  border-radius: 22px;
		  padding: 30px;
	  }
  
	  .testi-info-block q {
		  font-size: 18px;
	  }
  
	  .testi-info-block cite {
		  font-size: 12px;
	  }
  
	  .testi-detail-section {
		  padding: 40px 0 10px;
	  }
  }
  
  
  /* Slick slider styles */
  .slick-slider {
	  position: relative;
	  display: block;
	  -webkit-user-select: none;
		 -moz-user-select: none;
		  -ms-user-select: none;
			  user-select: none;
	}
	
	.slick-list {
	  position: relative;
	  overflow: hidden;
	  display: block;
	  margin: 0;
	  padding: 0;
	}
	.slick-list:focus {
	  outline: none;
	}
	.slick-list.dragging {
	  cursor: pointer;
	}
	
	.slick-slider .slick-track,
	.slick-slider .slick-list {
	  -webkit-transform: translate3d(0, 0, 0);
			  transform: translate3d(0, 0, 0);
	}
	
	.slick-track {
	  position: relative;
	  left: 0;
	  top: 0;
	  display: block;
	}
	.slick-track:before, .slick-track:after {
	  content: "";
	  display: table;
	}
	.slick-track:after {
	  clear: both;
	}
	.slick-loading .slick-track {
	  visibility: hidden;
	}
	
	.slick-slide {
	  float: left;
	  height: 100%;
	  min-height: 1px;
	  outline: none;
	  display: none;
	}
	[dir=rtl] .slick-slide {
	  float: right;
	}
	.slick-slide img {
	  display: block;
	}
	.slick-slide.slick-loading img {
	  display: none;
	}
	.slick-slide.dragging img {
	  pointer-events: none;
	}
	.slick-initialized .slick-slide {
	  display: block;
	}
	.slick-loading .slick-slide {
	  visibility: hidden;
	}
	.slick-vertical .slick-slide {
	  display: block;
	  height: auto;
	  border: 1px solid transparent;
	}
	
	.slick-arrow.slick-hidden {
	  display: none;
	}
  
	.testi-slider-holder .slick-list {
	  padding: 0 565px 0 0;
	  margin: 0 -27px;
	}
	@media (max-width: 1799px) {
	  .testi-slider-holder .slick-list {
		padding: 0 500px 0 0;
	  }
	}
	@media (max-width: 1449px) {
	  .testi-slider-holder .slick-list {
		padding: 0 350px 0 0;
	  }
	}
	@media (max-width: 1199px) {
	  .testi-slider-holder .slick-list {
		padding: 0 300px 0 0;
	  }
  
	  .testi-slider-holder .slick-list {
		  margin: 0 -12px;
		}
	}
	@media (max-width: 991px) {
	  .testi-slider-holder .slick-list {
		padding: 0 150px 0 0;
	  }
	}
	@media (max-width: 767px) {
	  .testi-slider-holder .slick-list {
		padding: 0;
		margin: 0 -7px;
	  }
  
	  .testi_slider {
		  max-width: 100%;
	  }
	}
	.testi-slider-holder .slick-track:before, .testi-slider-holder .slick-track:after {
	  display: none;
	}
  
  
	.testi-slider-holder .slick-slide {
	  padding: 0 27px;
	  height: auto;
	}
	@media (max-width: 1199px) {
	  .testi-slider-holder .slick-slide {
		padding: 0 12px;
	  }
	}
  
	@media (max-width: 767px) {
	  .testi-slider-holder .slick-slide {
		padding: 0 7px;
	  }
	}
  
  .testi-pagination .slick-dots {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  margin: 0;
	  padding: 0;
	  list-style: none;
	  list-style: none;
	  padding: 0;
	  margin: 0;
	  max-width: 944px;
		left: 150px !important;
	  margin-top: 58px;
	  position: relative;
	}
	.testi-pagination .slick-dots li {
	  position: relative;
	  padding: 0 10px;
	}
	@media (max-width: 767px) {
	  .testi-pagination .slick-dots li {
		padding: 0 4px;
	  }
	}
	.testi-pagination .slick-dots li.slick-active button:before {
	  background: #1a5a97;
	  height: 7px;
	}
	.testi-pagination .slick-dots button {
	  font-size: 0;
	  line-height: 0;
	  width: 65px;
	  height: 7px;
	  background: transparent;
	  border-radius: 0;
	  display: block;
	  border: none;
	  padding: 0;
	  outline: none;
	  -webkit-box-shadow: none;
			  box-shadow: none;
	  -webkit-transition: all 0.4s ease;
	  transition: all 0.4s ease;
	  cursor: pointer;
	  position: relative;
	}
  
	.testi-pagination .slick-dots button:before {
	  position: absolute;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  height: 4px;
	  background: #fff;
	  transition: all 0.4s ease;
	  content: '';
	}
  
	.testi-pagination .slick-dots button:before:hover {
	  background: #1a5a97;
	}
  
	@media (max-width: 1439px) {
  
	  .testi-pagination {
		  left: 0 !important;
	  }
  }
  
  
	@media (max-width: 1199px) {
	  .testi-pagination .slick-dots button {
		width: 40px;
		height: 7px;
	  }
  
	  .testi-pagination .slick-dots {
		  max-width: 100%;
		  left: 0 !important;
	  }
  
	  .testi-detail-section .inner-wrap {
		  margin-right: 0;
	  }
	}
	@media (max-width: 767px) {
	  .testi-pagination .slick-dots button {
		width: 14px;
		height: 7px;
	  }
  
	  .testi-info-block {
		  min-height: inherit;
	  }
	  .testi-slider-holder .slick-track {
		  display: block;
	  }
  
	  .testi-slider-holder {
		  padding-bottom: 40px;
	  }
	}
  .page-id-242398 .immediate-holder {
	  max-width: 940px;
  }
  
  
  
  
  
  #calcuModal .modal-dialog {
	max-width: 798px;
  }
  #calcuModal .modal-body img {
	  display: block;
	  /*margin-bottom: 35px;*/
	  margin-bottom:0px;
	  max-width:100%;
  }
  #calcuModal .modal-content {
	/*background: #3e3ee3;*/
	background: transparent;
	position: relative;
	border-radius: 19px;
	color: #fff;
	/*padding: 46px 60px 65px 52px;*/
	padding:0px 0px 0px 0px;
	font-weight: 300;
	font-size: 30px;
	line-height: 1.2;
	overflow: hidden;
  }
  #calcuModal .modal-content:before {
	position: absolute;
	right: 0;
	bottom: 0;
	content: '';
	/*background: url(images/pop-ico2.png) no-repeat;*/
	width: 233px;
	height: 300px;
  }
  
  #calcuModal .modal-content h2 {
	font-size: 67px;
	line-height: 1;
	margin: 0 0 27px;
	color: #fff;
	font-weight: 700;
	font-family: "Sarala", "Arial", sans-serif;
  }
  #calcuModal .modal-content h2 sup {
	  font-size: 38px;
  }
  
  #calcuModal .modal-content p {
	margin: 0 0 45px;
  }
  
  #calcuModal .modal-body {
	padding: 0;
  }
  #calcuModal .modal-dialog {
	  margin-top: 0 !important;
  }
  #calcuModal .modal-content .button {
	width: 100%;
	display: block;
	background: #fff;
	border-radius: 9999px;
	font-size: 28px;
	font-weight: 700;
	color: #3e3ee3;
	height: 61px;
	line-height: 31px;
	padding: 15px;
	outline: none;
	border: 0;
	max-width: 400px;
	text-align: center;
  }
  
  #calcuModal .modal-content .button:hover {
	opacity: 0.75;
  }
  
  #calcuModal .close {
	text-shadow: none;
	position: absolute;
	right: 55px;
	top: 30px;
	color: #fff;
	font-size: 40px;
	font-weight: 300;
	line-height: 1;
	opacity: 1;
	z-index: 9;
  }
  
  
  #calcuModal .close:hover {
	opacity: 0.75;
  }
  
  @media (max-width: 649px) {
	#calcuModal .modal-dialog {
	  max-width: 100%;
	}
  
	/*#calcuModal {
	  padding: 0 !important;
	  display: none !important;
	}
  
	.home .modal-backdrop.show {
	  display: none !important;
	}
  
	.home.modal-open {
	  overflow: inherit !important;
	}*/
  
	#calcuModal .modal-content h2 {
	  font-size: 38px;
	  line-height: 1.1;
	}
  
	#calcuModal .modal-content {
	 /* padding: 25px;*/
	 padding: 0px;
	}
  
	#calcuModal .modal-content:before {
	  width: 120px;
	  height: 155px;
	  bottom: 0;
	  background-size: 100% 100%;
	}
	#calcuModal .modal-body img {
		/*max-width: 280px;*/
		max-width: 100%;
		height: auto;
	}
  
	#calcuModal .close {
	  top: 15px;
	  right: 20px;
	}
  
	#calcuModal .modal-content {
	  font-size: 20px;
	}
  
	#calcuModal .modal-content .button {
	  height: 50px;
	  font-size: 20px;
	  line-height: 30px;
	  padding: 10px;
	}
  }
  
  
  
  
  
  
  
  
  .omnibrowse_holder .cal-btn {
	background: #14477b;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	border-radius: 6px;
	height: 36px;
	padding: 8px 20px 8px 17px;
	margin-right: 16px;
	border: 0;
	font-weight: 400;
	max-width: 315px;
	display: flex;
  }
  .omnibrowse_holder .cal-btn span {
	  display: none
  }
  
  .omnibrowse_holder .cal-btn:hover {
	background: #3a90df;
  }
  
  .omnibrowse_holder .cal-btn .ico-box {
	width: 15px;
	margin-right: 10px;
  }
  
  .calculator-fix-button {
	display: none !important;
  }
  
  #salemove .sm-visitor-app-container .sm-visitor-app {
	right: 30px !important;
	position: fixed !important;
  }
  
  body.sm-mobile #salemove .sm-visitor-app-container .sm-touch-draggable .sm-visitor-app {
	position: fixed !important;
  }
  
  @media (max-width: 1359.98px) {
	.logo {
	  width: 200px;
	}
  
	.logo .slogan {
	  width: 15px;
	  left: -15px;
	}
  
	.headerfix .header .logo {
	  width: 316px;
	}
  }
  
  @media (max-width: 1199.98px) {
	.header .container {
	  position: static;
	}
  
	.omnibrowse_holder {
	  margin: 0 !important;
	  padding: 0 !important;
	  top: 0;
	  justify-content: flex-start;
	}
  
	.omnibrowse_holder .cal-btn {
	  margin: 0;
	  flex-basis: 0;
	  flex-grow: 1;
	  min-width: 0;
	  border-radius: 0;
	}
  
	.omnibrowse-code-button {
	  border-radius: 0;
	}
  
	.header .container.header-sim {
	  padding-top: 25px;
	}
  }
  
  @media (max-width: 991.98px) {
	.header .container.header-sim {
	  padding-top: 0;
	}
  
	.omnibrowse_holder .cal-btn {
	  display: flex;
	}
  }
  
  @media (max-width: 767.98px) {
	.omnibrowse_holder .cal-btn {
	  padding: 8px 10px;
	  font-size: 14px;
	}
  
	.cal-btn .ico-box {
	  margin-right: 7px;
	}
  
	.info-card-wrap .ratio_box_offer {
	  width: 228px !important;
	}
  
	.card.info-card.info-card_offer h2 {
	  padding-top: 20px;
	}
  }
  
  @media (max-width: 359.98px) {
	.omnibrowse_holder .cal-btn {
	  height: auto;
	  min-width: 230px;
	  font-size: 13px;
	}
  
	.omnibrowse_holder {
	  flex-wrap: nowrap;
	}
  
	.omnibrowse-code-button {
	  display: flex;
	  flex-wrap: nowrap;
	  line-height: 14px;
	  text-align: left;
	  font-size: 12px;
	  min-width: inherit;
	}
  
	.omnibrowse-code-button svg {
	  margin-right: 5px;
	}
  }
  @media (max-width: 1199px) {
	.page-template-calculator .omnibrowse-code-button,
	body.page-template-high-yield .omnibrowse-code-button,
	body.page-template-high-yield-savings .omnibrowse-code-button {
	  width: 100% !important;
	}
  }
  
  .cal-btn .img-hover {
	  display: none;
  }
  @media (min-width:1198px) {
	  .headerfix .cal-btn {
		  color: #fff;
	  font-size: 16px;
	  line-height: 20px;
	  font-family: "Sarala", "Arial", sans-serif;
	  font-weight: 700;
		height: 54px;
		border: 2px solid #fff;
		border-radius: 9999px;
		padding: 6px 34px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		position: relative;
		max-width: 100%;
		background: none;
	  }
  
	  .headerfix .cal-btn span {
		  font-size: 11px;
		line-height: 17px;
		display: block;
	  }
	  .headerfix .omnibrowse_holder .cal-btn .ico-box {
		  width: 20px;
	  }
	  .headerfix .omnibrowse-code-button {
		  max-height: 35px;
		margin-top: 10px;
	  }
	  .headerfix .cal-btn:hover {
		  background: #fff;
		  color: #062A4C;
	  }
  }
  
  .headerfix .cal-btn:hover .img-nor {
	  display: none
  }
  .headerfix .cal-btn:hover .img-hover {
	  display: block
  }
  
  .headerfix .container {
	  align-items: center;
  }
  
  .headerfix .header .logo {
	  width: 200px;
  }
  
  .mob-header .omnibrowse_holder {
	  display: none
  }
  @media (max-width: 1198px) {
	  .mob-header .omnibrowse_holder {
		  display: flex
	  }
  }
  @media (max-width: 1199.98px) {
	.header .container {
	  position: static;
	  padding-top: 32px;
	}
	.header .menu .container {
		padding-top: 0;
	}
	.omnibrowse_holder .cal-btn {
		max-width: 100%;
	}
	.headerfix .omnibrowse_holder {
		top: 0;
	}
	.headerfix .header {
		z-index: 9;
	}
  
	.headerfix .header .logo {
	  width: 150px;
	}
	.headerfix .header .container {
	  align-items: center;
	}
   }
   @media (max-width: 992px) {
	   .mob-header {
		   top: 0;
	   }
	.headerfix .omnibrowse_holder {
		display: none
	}
	.headerfix .mob-header .omnibrowse_holder {
		display: flex
	}
	.headerfix .mob-header-holder {
		display: flex;
		width: 100%;
		padding-top: 38px;
		justify-content: space-between;
	}
	.headerfix .mob-header-holder .logo img {
		margin-top: 6px;
	}
  }
  
  @media (max-width: 649px) {
	  #calcuModal .modal-content h2 sup {
		  font-size: 22px;
	  }
  }
  
  @media (max-width: 420px) {
	.omnibrowse_holder .cal-btn {
	  font-size: 11px;
	}
  }
  
  .page-template-business-software .offer_area .offer_list {
	  max-width: 1200px;
	  margin: 0 auto;
	  padding-left: 220px;
	  padding-right: 0;
  }
  
  @media (max-width: 991px) {
	  .page-template-business-software .offer_area .offer_list {
		  padding-left: 0;
	  }
  }
  
  @media (max-width: 767px) {
	  .offer_area .offer_list .ico-holder {
		  width: 120px;
	  }
  
	  .offer_area .offer_list {
		  max-width: 400px;
	  }
  }
  
  .tech-disclaim-text {
	  display: none;
	  text-align: center;
	  margin-bottom: 30px;
	  font-size: 14px;
	  color: #B0B0B0 !important;
  }
  
  
  
  .page-template-newtek-technology .tech-disclaim-text,
  .page-template-contact-service .tech-disclaim-text,
  .page-template-business-software .tech-disclaim-text,
  .page-template-cloud-desktops .tech-disclaim-text,
  .page-template-all-in-one-ecommerce .tech-disclaim-text,
  .page-template-infrastructure-and-managed-cloud .tech-disclaim-text,
  .page-template-security-and-compliance .tech-disclaim-text,
  .page-template-servers-and-computing-infrastructure .tech-disclaim-text,
  .page-template-cloud-migration .tech-disclaim-text,
  .page-template-website-security .tech-disclaim-text,
  .page-template-newtek-accounting .tech-disclaim-text {
	  display: block;
  }
  
  .banner_area .description .text-p {
	  font-size: 20px;
	  line-height: 30px;
  }
  
  .page-template-all-in-one-ecommerce .banner_area.ecommerce-style .description {
	  padding-top: 130px;
  }
  
  .page-template-infrastructure-and-managed-cloud .banner_area.ecommerce-style .description {
	  padding-bottom: 130px;
  }
  
  .page-template-website-security .banner_area.sec-style .description {
	  padding-bottom: 126px;
  }
  
  @media (max-width: 1474.98px) {
	  .page-template-all-in-one-ecommerce .banner_area.ecommerce-style .description {
		  padding-top: 130px;
		  padding-bottom: 130px;
	  }
  
	  .page-template-infrastructure-and-managed-cloud .banner_area.ecommerce-style .description {
		  padding-bottom: 60px;
	  }
  }
  
  @media (max-width: 991.98px) {
	  .page-template-all-in-one-ecommerce .banner_area.ecommerce-style .description {
		  padding-bottom: 40px;
		  padding-top: 0;
	  }
  
	  .page-template-infrastructure-and-managed-cloud .banner_area.ecommerce-style .description {
		  padding-bottom: 40px;
	  }
  
	  .page-template-website-security .banner_area.sec-style .description {
		  padding-bottom: 40px;
	  }
  }
  
  
  
  @media (min-width: 1400px) {
	  .page-id-241104 .banner_area.sec-style .banner_image {
		  left: 69%;
	  }
  }
  
  @media (min-width: 992px) {
	  .page-id-241104 .banner_area.sec-style .banner_image {
		  left: 72%;
	  }
  }
  
  .page-template-newtek-technology .footer,
  .page-template-contact-service .footer,
  .page-template-business-software .footer,
  .page-template-all-in-one-ecommerce .footer,
  .page-template-infrastructure-and-managed-cloud .footer,
  .page-template-security-and-compliance .footer,
  .page-template-servers-and-computing-infrastructure .footer,
  .page-template-cloud-migration .footer,
  .page-template-website-security .footer,
  .page-template-cloud-desktops .footer {
	  position: relative;
  }
  .page-template-newtek-technology .tech-disclaim-text,
  .page-template-contact-service .tech-disclaim-text,
  .page-template-business-software .tech-disclaim-text,
  .page-template-all-in-one-ecommerce .tech-disclaim-text,
  .page-template-infrastructure-and-managed-cloud .tech-disclaim-text,
  .page-template-security-and-compliance .tech-disclaim-text,
  .page-template-servers-and-computing-infrastructure .tech-disclaim-text,
  .page-template-cloud-migration .tech-disclaim-text,
  .page-template-website-security .tech-disclaim-text,
  .page-template-cloud-desktops .tech-disclaim-text {
	  display: block;
	  position: absolute;
	  left: 15px;
	  right: 15px;
	  bottom: 100%;
	  text-align: center;
	  color: #595959 !important;
  }
  
  .page-template-cloud-desktops .tech-disclaim-text {
	  right: 28%;
  }
  
  .page-template-website-security .tech-disclaim-text {
	  color: #fff !important;
  }
  
  .ser_form-area {
	  padding-bottom: 140px;
  }
  
  .offer_area {
	  padding-bottom: 120px;
  }
  
  @media (max-width: 1440.98px) {
	  .page-template-cloud-desktops .tech-disclaim-text {
		  right: 40%;
	  }
  }
  
  @media (max-width: 1199.98px) {
	  .page-template-website-security .speak_cta {
		  padding-bottom: 100px;
	  }
  
	  .page-template-business-software .offer_area {
		  padding-bottom: 100px;
	  }
  
	  .banner_advantage {
		  padding-top: 140px;
	  }
  }
  
  @media (max-width: 991.98px) {
	  .page-template-newtek-technology .services-post {
		padding: 50px 0 140px;
	  }
  
	  .banner_advantage {
		  padding-top: 40px;
	  }
  
	  .offer_area {
		  padding-bottom: 80px;
	  }
  
	  .page-template-cloud-migration .blocks_area.style03 {
		  padding-bottom: 100px;
	  }
  
	  .page-template-security-and-compliance .oppo_area ul {
		  padding-left: 20px;
		  padding-bottom: 70px;
	  }
  
	  .blocks_area.about-blocks.sec-style {
		  padding-bottom: 100px;
	  }
  
	  .page-template-all-in-one-ecommerce .blocks_area.style03 {
		  padding-bottom: 100px;
	  }
  
	  .page-template-cloud-desktops .tech-disclaim-text {
		  right: 0;
		  margin: 0;
		  padding: 20px;
		  background: #f4f4f4;
		  left: 0;
	  }
  
	  .page-template-cloud-desktops .blocks_area.fin-blocks2.cloud-style {
		  padding-bottom: 60px;
	  }
  }
  .alm-listing {
	  display: flex;
	  flex-wrap: wrap;
  }
  .headerfix .content-area .container {
	  align-items: flex-start !important
  }
  .imgwithcap {
	  float: right;
	  margin-left: 40px;
	  margin-bottom: 40px;
	  display: inline-block;
	  font-size: 14px;
	  max-width: 347px;
	  font-weight: bold
  }
  .imgwithcap img {
	  display: block;
	  margin-bottom: 12px;
  }
  .imgwithcap span {
	  display: block;
	  
	  margin: 15px 0 0;
	  text-align: right
  }
  @media (max-width: 1200px) {
	  .imgwithcap {
		  max-width: 220px;
	  }
  }
  @media (max-width: 580px) {
	  .imgwithcap {
		  max-width: 100%;
		  float: none;
		  margin: 0 0 25px !important
	  }
  }
  .imgwithcap.hidemob {
	  display: block;
  }
  .imgwithcap.showmob {
	  display: none
  }
  @media (max-width: 580px) {
	  .imgwithcap.hidemob {
		  display: none
	  }
	  .imgwithcap.showmob {
		  display: block
	  }
  }
  
  .page-template-blog .imgwithcap.hidemob {
	  display: none;
  }
  
  .page-template-blog .post_section.noimage-post .description > div {
	  padding-top: 80px;
  }
  
  @media (max-width: 580px) {
	  .page-template-blog .post_section.noimage-post .description > div {
		  padding-top: 50px;
	  }
  }
  
  .postid-242431 .sidebar, .postid-242195 .sidebar {display:none;}
  .single-blogs .content-area strong{margin:0px 0px;}
  
  /** Hide Intr Images for Blog List Page **/
  .bllog-list .post_card .image{display:none;}
  
  /*remove Branding on the cookibot banner */
  a#CybotCookiebotDialogPoweredbyCybot,
  div#CybotCookiebotDialogPoweredByText {
	display: none !important;
  }
  
  /* Branding on the cookibot Privacy trigger */
  #CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
	  display: none !important;
  }
  
  
  #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
	  background-color: #023047 !important;
	  border-color: #023047 !important;
	  color: #FFFFFF;
  }
  
  #CookiebotWidget .CookiebotWidget-consent-details button {
	color: #023047 !important;
  }
  
  #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
	  border-color: #023047 !important;
  }
  
  #CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
	  fill: #023047 !important;
  }
  .small-cta-float-left, .small-cta-float-right{ max-width:330px;}
  .small-cta-float-left{ margin-right:30px;}
  .small-cta-float-right{ margin-left:30px;}
  .visible-medium{}
  .visible-small{display:none;}
  
  @media (max-width: 1200px) {
  .blog-single-item .caption_post p{display:none;}
  }
  
  @media (max-width: 580px) {
  .small-cta-float-left, .small-cta-float-right{ margin-right:0px; width:100%; margin-left:0px; max-width:initial;}
  .visible-small{display:block;}
  .visible-medium{display:none;}
  }
  /**** Term Loans **/
  .hero{background: #052442 url(./images/bg-banner1.jpg) no-repeat;
  background-size: cover;
  padding: 50px 0px 50px 0px;
  overflow: visible; margin-top:120px;
  position: relative;
  }
 
  
  
  h1.small-heading_tl{color:rgb(251 201 2); font-size:30px; font-weight:800; letter-spacing:1px; font-family:'Heebo',Helvetica,Arial,Lucida,sans-serif; line-height:1em; margin-bottom:27px;}
  h1.small-heading_tl span{color:#4aa5f1;}
  .badge_tl{ line-height: 1em;
	  font-family: 'Sarala', Helvetica, Arial, Lucida, sans-serif;
	  font-weight: 700;
	  font-size: 35px;
	  line-height: 1em;
	  background-color: #72b6f5;color:#000;
	  border-radius: 20px 20px 20px 20px;
	  overflow: hidden;
	  padding-top: 15px !important;
	  padding-right: 20px !important;
	  padding-bottom: 10px !important;
	  padding-left: 20px !important;
	  margin-bottom: 27px !important; }
  .hero h2 {color:#fff; font-size:60px; font-weight:700px; line-height:1em; font-family: 'Sarala', Helvetica, Arial, Lucida, sans-serif;margin-bottom: 17px !important;}
  .r2{color:#fff; 
	  font-family: 'Heebo', Helvetica, Arial, Lucida, sans-serif;
	  font-weight: 700;
	  font-size: 33px;
	  padding-bottom: 30px !important;
	  text-align:center
  }
  .ltxt_tl {font-size:50px; letter-spacing:1px;color:#4aa5f1;text-transform:uppercase; }
  .fnote_tl{font-size:20px; font-weight:normal;letter-spacing:1px;}
  .bullet_tl{
  font-size: 24px;
  line-height: 21px;
  padding: 0px 8px;
  display: inline-block;
  color:#72b6f5;
  }
  .h1_tl{color:#0059a5; font-size:4rem; line-height: 4.7rem !important;}
  .list-holder.list-lending.list-landing-style-02.list_tl ul li::marker{content:"";}
  ul.list_tl li {   font-family: 'Heebo', Helvetica, Arial, Lucida, sans-serif;font-weight: 600;font-size: 21px;
	  color: #222222; padding-right:30px !important;}
  ul.list_tl li::before{background:#000;}
  .p_tl{font-size:21px !important; color:#222222 !important; font-family: 'Heebo', Helvetica, Arial, Lucida, sans-serif;font-weight: 600;font-size: 21px;
	  }
  .blocks_area.blocks-normal .row:nth-child(even) .description.mpad {
  padding-left: 15px;
  padding-right: 20px;
  }
  .disclosure{font-size:12px; color:#000; padding:40px 0px;background: #f3f6f8!important; font-family: 'Heebo', Helvetica, Arial, Lucida, sans-serif;}
  .disclosure p {margin-bottom:0px;}
  .margin-small-tl{margin-bottom:40px !important;}
  .blocks-lending.margin-small-tl{padding-bottom:20px !important; margin-bottom:10px !important}
  .loanformcta{margin:30px 0px; font-weight:normal;}
  .loanformcta .form-range {
  width: 100%;
  height: 8px;
  background: linear-gradient(to right, #cbd5f0, #cbd5f0) no-repeat;; 
  border-radius: 4px;
  outline: none;
  }
  
  /* Value labels under slider */
  .loanformcta .slider-labels {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  font-size: 0.9rem;
  font-weight:500;
  color: #cbd5f0;
  margin-top:-30px;
  }
  
  .slider-labels span{   height: 50px; color:transparent; font-weight:700; font-size:20px;}
  .slider-labels span:first-child {
	/*background: url("./images/number-bg.png") no-repeat bottom left;*/ color:#fff; 
  }
  
  .slider-labels span:last-child {
	/*background: url("./images/number-bg.png") no-repeat bottom right;*/  color:#fff
  }
  .cta_tl, .cta_tl:active, .cta_tl:hover{ 
	  color: #FFFFFF !important;
	  border-width: 0px !important;
	  border-radius: 30px;
	  font-size: 24px; line-height:24px;
	  font-family: 'Heebo', Helvetica, Arial, Lucida, sans-serif !important;
	  font-weight: 800 !important;
	  background: #E09900;
	  padding:20px 30px 16px 30px; margin-top:27px;
  }
  .svalue{color:#fff;  font-family: 'Sarala', Helvetica, Arial, Lucida, sans-serif;margin-bottom: 10px !important; font-size: 30px; line-height:40px; text-align:center; }
  .show-only-small, .show-only-medium  {
	display: none; /* Hide by default */
  }
  @media (max-width: 980px){.hero{margin-top:0px; padding-top:0px;} .r2{padding-top:30px;}.hero h2 {
	 font-size: 2.7rem;
	  line-height: 2.7rem;}
	  
	  .show-only-medium {
	  display: inline-block; /* Show on small screens */
	}
  }
  @media (max-width: 580px) {.hero{margin-top:0px; padding-top:50px;}
	  .hero h2 {
	 font-size: 2.7rem;
	  line-height: 2.7rem;
  }
  .ltxt_tl {
	  font-size: 44px;  
	  line-height: 47px;
	  margin-top:0;
  }
  .banner-section {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .hero {
    padding-top: 0 !important;
  }
  .slider-labels span:last-child{margin-left:-20px;}
  .hide-on-small {
	  display: none;
	}
	
	.show-only-small {
	  display: inline-block; /* Show on small screens */
	}
	.r2{font-size:26px;}
  }  
  
   :root {
		--thumb-size: 48px;
		--track-height: 8px;
		--hex-fill: #0d6efd;
		--hex-stroke: #0b5ed7;
		--arrow-color: #ffffff;
		--focus-ring: rgba(13,110,253,.25);
	  }
  
	  /* Reset base slider */
	  .hex-arrow-range {
		-webkit-appearance: none;
		appearance: none;
		width: 100%;
		height: var(--track-height);
		background: #e9ecef;
		border-radius: 999px;
		outline: none;
	  }
  
	  /* Track (WebKit) */
	  .hex-arrow-range::-webkit-slider-runnable-track {
		height: var(--track-height);
		background: #e9ecef;
		border-radius: 999px;
	  }
	  /* Track (Firefox) */
	  .hex-arrow-range::-moz-range-track {
		height: var(--track-height);
		background: #e9ecef;
		border-radius: 999px;
	  }
  
  .hex-arrow-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: var(--thumb-size);
	height: var(--thumb-size);
	border: none;
	border-radius: 0;
	cursor: pointer;
  
	margin-top: calc((var(--track-height) - var(--thumb-size)) / 2);
  
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
	background: transparent no-repeat center / contain;
   /* background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'><polygon points='16,2 48,2 62,32 48,62 16,62 2,32' fill='%230d6efd' stroke='%230b5ed7' stroke-width='3'/><path d='M20 32 H44' stroke='rgb(220 150 0)' stroke-width='8' stroke-linecap='round'/><path d='M34 22 L44 32 L34 42' fill='none' stroke='rgb(220 150 0)' stroke-width='8' stroke-linecap='round' stroke-linejoin='round'/></svg>");*/
	   background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'><polygon points='16,2 48,2 62,32 48,62 16,62 2,32' fill='rgb(220 150 0)' stroke='rgb(220 150 0)' stroke-width='3'/><path d='M20 32 H44' stroke='%23ffffff' stroke-width='8' stroke-linecap='round'/><path d='M34 22 L44 32 L34 42' fill='none' stroke='%23ffffff' stroke-width='8' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  }
  
  .hex-arrow-range::-moz-range-thumb {
	width: var(--thumb-size);
	height: var(--thumb-size);
	border: none;
	border-radius: 0;
	cursor: pointer;
  
	/* Firefox offset */
	margin-left: calc(var(--thumb-size) / -2);
  
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
	background: transparent no-repeat center / contain;
   /* background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'><polygon points='16,2 48,2 62,32 48,62 16,62 2,32' fill='%230d6efd' stroke='%230b5ed7' stroke-width='3'/><path d='M20 32 H44' stroke='rgb(220 150 0)' stroke-width='8' stroke-linecap='round'/><path d='M34 22 L44 32 L34 42' fill='none' stroke='rgb(220 150 0)' stroke-width='8' stroke-linecap='round' stroke-linejoin='round'/></svg>");*/
		background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'><polygon points='16,2 48,2 62,32 48,62 16,62 2,32' fill='rgb(220 150 0)' stroke='rgb(220 150 0)' stroke-width='3'/><path d='M20 32 H44' stroke='%23ffffff' stroke-width='8' stroke-linecap='round'/><path d='M34 22 L44 32 L34 42' fill='none' stroke='%23ffffff' stroke-width='8' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  }
  /* Optional styling for smoother slider appearance */
  .hex-arrow-range {
	width: 100%;
	height: 8px;
	border-radius: 5px;
	background: linear-gradient(to right, #007bff 0%, #007bff 0%, #ddd 0%, #ddd 100%);
	appearance: none;
	outline: none;
  }
  
  .nmod-img{max-width:656px;}
  .visual_home2 .wow {
	  visibility: visible ;
	  opacity: 1 !important; /* Prevent blank flash before animation */
  }
  .wrap label{color:#fff;}
  .wrap input[type=text] {
	  border: 2px solid #9b9b9b;
	  border-radius: 3px;
	  width: 100%;
	  background: #fff;
	  height: 48px;
	  font-weight: 700;
	  font-size: 28px;
	  line-height: 32px;
	  padding: 8px 10px;
	  outline: none;
	  color:#000;
  }
  .wrap .text-danger{margin-bottom:-35px; min-height:35px;}
  
  /*
   * Triple Play banner: 1702×704 (scales down with viewport); image anchored top, crop bottom if taller
   * Asset: public/images/triple-play/tripleplayheader-new.png
   */
  .triple-play-figma {
	  font-family: "PT Sans", sans-serif;
  }
  
  .banner_area.triple-play-banner {
    position: relative;
    width: 100%;
    max-width: 1702px;
    height: 704px;

    margin: 102px auto 0;
    overflow: hidden;

    background-image: url("./images/triple-play/tripleplayheader-new.png") !important;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}
  
  @media (max-width: 991.98px) {
	  .banner_area.triple-play-banner {
		  margin-top: 30px;
	  }
  }
  
  .banner_area.triple-play-banner .triple-play-banner-inner {
	  position: relative;
	  z-index: 2;
	  max-width: 1702px;
	  margin-left: auto;
	  margin-right: auto;
	  padding-left: 15px;
	  padding-right: 15px;
	  align-items: center;
  }
  
  .banner_area.triple-play-banner .description.triple-play-hero-copy {
	  color: #fff;
  }
  
  .triple-play-hero-copy {
	  position: relative;
	  z-index: 2;
	  max-width: 1228px;
	  width: 100%;
	  
  }
  .tp-hero-list {
    display: block !important;
    visibility: visible !important;
}
  
  @media (min-width: 1200px) {
	  .banner_area.triple-play-banner .triple-play-hero-copy {
		  padding-left: 78px;
	  }
  }
  
  .triple-play-hero-copy .tp-hero-title {
	 
    display: flex;
    flex-direction: row;   /* ✅ force horizontal */
    flex-wrap: nowrap;    /* ✅ no wrapping */
    align-items: center;
    gap: 12px;

  }
 
  
  .triple-play-hero-copy .tp-gold {
	  font-family: "Montserrat", "Heebo", sans-serif;
	  font-weight: 700;
	  font-size: clamp(2.5rem, 6vw, 5rem);
	  line-height: 1.1;
	  letter-spacing: -0.03em;
	  color: #f4ac1c;
	  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
  
  .triple-play-hero-copy .tp-title-brand {
	  display: inline-flex;
	  flex-wrap: nowrap;
	  align-items: center;
	  gap: 6px;
	  white-space: nowrap;
  }
  
  .triple-play-hero-copy .tp-by {
	  font-family: "Montserrat", "Heebo", sans-serif;
	  font-weight: 700;
	  font-size: clamp(1.125rem, 2vw, 1.875rem);
	  line-height: 1.2;
	  letter-spacing: -0.03em;
	  color: #fff;
	  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
  .tp-title-brand {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.tp-brand-logo {
    height: 42px;   /* adjust if needed */
    width: auto;
    display: inline-block;
     vertical-align: middle;
}
  
  .triple-play-hero-copy .tp-brand-text {
	  font-family: "Montserrat", "Heebo", sans-serif;
	  font-weight: 700;
	  font-size: clamp(1.125rem, 2vw, 1.875rem);
	  line-height: 1.2;
	  letter-spacing: -0.03em;
	  color: #fff;
	  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
  
  .triple-play-hero-copy .tp-brand-text sup {
	  font-size: 0.45em;
	  top: -0.65em;
  }
  
  /* Figma: ONE APPLICATION block — Montserrat 600, 48px / 98px (204%), letter-spacing 0.05em */
 .triple-play-hero-copy .tp-subhead {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 98px;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    color: #fff;
}
.tp-subhead {
    margin-bottom: 16px !important; /* reduce gap */
}

.tp-hero-list {
    margin-top: 0 !important; /* remove extra space */
}
  
  .triple-play-hero-copy .tp-hero-list {
	  margin: 0;
	  padding: 0;
  }
  
  .triple-play-hero-copy .tp-hero-list li {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 90px;
    letter-spacing: 0;
    color: #fff;
}
  
  /* No line breaks within each line (Figma); allow wrap only on small screens */
  @media (min-width: 992px) {
	  .triple-play-hero-copy .tp-subhead,
	  .triple-play-hero-copy .tp-hero-list li {
		  white-space: nowrap;
	  }
  }
  
  .triple-play-features {
	  padding: 80px 0 64px;
	  background: #fff;
  }
  
  .triple-play-features .tp-feature-icon {
	  margin-bottom: 24px;
  }
  
  .triple-play-features .tp-feature-icon img {
	  display: inline-block;
	  vertical-align: top;
	  max-width: 145px;
	  height: auto;
  }
  
  .triple-play-features .tp-feature-col h2 {
	  font-family: "Montserrat", "Heebo", sans-serif;
	  font-weight: 700;
	  font-size: clamp(1.75rem, 3vw, 2.5rem);
	  line-height: 1.2;
	  text-align: center;
	  color: #023047;
	  margin-bottom: 20px;
  }
  
  /* Bulleted list, centered under heading (inline-block + text-align:left) */
  .triple-play-features .tp-feature-list {
	  display: inline-block;
	  margin: 0;
	  padding: 0 0 0 1.25em;
	  text-align: left;
	  list-style: disc;
	  list-style-position: outside;
  }
  
  /* Figma: PT Sans 24px / 42px, #595959 (no absolute frame coords — grid layout) */
  .triple-play-features .tp-feature-list li {
	  font-family: "PT Sans", "Heebo", sans-serif;
	  font-style: normal;
	  font-weight: 400;
	  font-size: clamp(1rem, 1.6vw, 1.5rem);
	  line-height: 1.75;
	  color: #595959;
	  margin-bottom: 10px;
	  padding-left: 0.25em;
  }
  
  .triple-play-cta {
	  padding: 32px 0 96px;
	  background: #fff;
  }
  
  .triple-play-figma .btn-tp-apply {
	  display: inline-flex;
	  align-items: center;
	  justify-content: center;
	  min-height: 86px;
	  max-width: 746px;
	  width: 100%;
	  padding: 16px 32px !important;
	  font-family: "Montserrat", "Heebo", sans-serif !important;
	  font-weight: 700 !important;
	  font-size: clamp(1.25rem, 2vw, 2rem) !important;
	  line-height: 1.1 !important;
	  color: #fff !important;
	  background: #0a59a4 !important;
	  border: none !important;
	  border-radius: 30px !important;
	  box-shadow: none !important;
  }
  
  .triple-play-figma .btn-tp-apply:hover {
	  background: #084a88 !important;
	  color: #fff !important;
  }
  
.tp-disclaimer {
    max-width: 1408px;
    margin: 48px auto 0;
    padding: 0;

    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;

    color: #595959;
    text-align: left;
}
  
  /* Footer strip colors match Figma #2D2D2D / main block #222 (theme default is #222) */
  body.page-template-triple-play-php .footer .tagline::before,
  body.page-template-triple-play .footer .tagline::before {
	  background: #2d2d2d;
  }
  body.page-template-triple-play-php .footer .tagline::before,
body.page-template-triple-play .footer .tagline::before {
    background: #2d2d2d;
}


/* ✅ MOBILE RESPONSIVE FIX */
@media (max-width: 767px) {
    .banner_area.triple-play-banner {
        height: 300px;
    }

    .tp-gold {
        font-size: 36px;
    }

    .tp-by {
        font-size: 16px;
    }

    .tp-brand-logo {
        height: 28px;
        width: auto;
    }

    .tp-subhead {
        font-size: 18px;
    }

    .tp-hero-list li {
        font-size: 16px;
    }
     .triple-play-hero-copy {
        padding-left: 16px;
        padding-right: 16px;
    }

    .tp-hero-title {
        flex-direction: column; /* ✅ ONLY MOBILE */
        align-items: flex-start;
        gap: 6px;
    }
    .tp-hero-list {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .tp-hero-list li {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}


/* ===== PERFECT 3-COLUMN ALIGNMENT (FIGMA MATCH) ===== */

.triple-play-features .row {
    align-items: flex-start; /* all start from same top */
}

.tp-feature-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

/* ICON FIX */
.tp-feature-icon {
    height: 120px;              /* FIXED HEIGHT */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

/* HEADING FIX */
.tp-feature-col h2 {
    margin: 8px 0 10px;       /* equal spacing */
}

/* LIST FIX */
.tp-feature-list {
    margin: 0;
    padding-left: 18px;
}

/* LIST ITEMS */
.tp-feature-list li {
    margin-bottom: 10px;
}
/* Mobile banner text fix */
@media (max-width: 767px) {
       /* Make whole title stack vertically */
  .tp-hero-title {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  /* Move BY + NewtekOne image to next line */
  .tp-title-brand {
    display: block !important;
    margin-top: 6px;
  }

  /* Keep BY and logo in same row */
  .tp-title-brand .tp-by,
  .tp-title-brand .tp-brand-logo {
    display: inline-block;
    vertical-align: middle;
  }
    
    .tp-subhead {
        font-size: 21px !important;
        line-height: 1.2 !important;
    }
    
    .tp-hero-list li {
        font-size: 16px !important;
        line-height: 1.3 !important;
    }
}
@media (max-width: 767px) {
  .triple-play-features .tp-feature-list {
      display: block !important;   /* remove inline-block behavior */
      text-align: left !important; /* force same start */
      margin: 0 auto;              /* keep centered layout */
      max-width: 260px;            /* optional: keeps neat alignment */
  }

  .tp-feature-col {
      align-items: center; /* keep everything centered visually */
  }
}
/* Hide by default (desktop) */
.tp-mobile-apply {
  display: none;
}

/* Show only on mobile */
@media (max-width: 767px) {
  .tp-mobile-apply {
    display: block;
    text-align: center;
    padding: 20px 16px;
    background: #fff;
  }

  .tp-mobile-apply .btn-tp-apply {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {

  .triple-play-features {
    padding-top: 20px !important; /* reduce space */
  }

}
@media (max-width: 767px) {

  .banner_area.triple-play-banner {
    background-image: url("./images/bg-banner1.jpg") !important;
    background-position: center;
    background-size: cover;
  }

}
