.container {
  width: 100%;
  /*	max-width:1200px;*/
  /* padding-left: 50px;
  padding-right: 50px; */
}

.card-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-banner img {
  width: 100%;
}

.card-banner-ctnt {
  position: absolute;
  left: 0;
  width: 100%;
}

.card-banner-ctnt h2 {
  font-size: 32px;
  color: #0069b1;
  font-family: 'Gotham-Light';
  margin-bottom: 20px;
  max-width: 70%;
}

.card-banner-ctnt h2 span {
  font-family: 'Gotham-Medium';
}

.card-banner-ctnt a {
  font-size: 14px;
  color: #fff;
  display: block;
  font-family: 'Gotham-Medium';
  background-color: #e12e56;
  padding: 6px 9px;
  width: 120px;
  text-align: center;
  border-radius: 30px;
  box-shadow: 0px 10px 31px -6px rgb(0 0 0 / 55%);
  -webkit-box-shadow: 0px 10px 31px -6px rgb(0 0 0 / 55%);
  -moz-box-shadow: 0px 10px 31px -6px rgba(0, 0, 0, 0.55);
}

.sec-menu {
  background-color: #f2f4f9;
}

#nav {
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #f2f4f9;
  position: sticky;
  top: 70px;
}

.travel-contact {
  /*	margin-top: 15px;
*/
}

#nav.on {
  position: fixed;
  top: 70px;
}

#nav .menu {
  float: right;
  padding-right: 10px;
  white-space: nowrap;
}

#nav .menu li {
  display: inline;
  margin-left: -3px;
  white-space: nowrap;
}

#nav .menu li a {
  display: inline-block;
  padding: 5px 15px;
  color: #0069b1;
  border-bottom: 2px solid #dedede;
  font-size: 16px;
  font-family: 'Gotham-Medium';
  border-right: 1px solid #ccc;
}

#nav .menu li:nth-last-child(1) a {
  border-right: 0;
}

#nav .menu li.active a {
  color: #0069b1;
  border-bottom: 2px solid #e12e56;
  text-decoration: none;
  box-shadow: 0px 10px 31px -16px rgb(0 0 0 / 47%);
  -webkit-box-shadow: 0px 10px 31px -16px rgb(0 0 0 / 47%);
  -moz-box-shadow: 0px 10px 31px -16px rgba(0, 0, 0, 0.47);
}

#contents {
  text-align: center;
  color: #fff;
}

/*#contents > div {
	height: 100vh; 
	line-height: 100vh;
}
*/
#benefits {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

#expenses {
  background: #f6f8fc;
  padding-top: 20px;
  padding-bottom: 20px;
}

#apply-now {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

#know-more {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.know-ctnt {
  margin-top: 40px;
}

.disclaimer-n {
  background-color: transparent;
  padding: 0px 0px 5px;
}

.disclaimer-n p {
  font-size: 10px;
  color: #000;
  font-family: 'Gotham-Light';
  padding: 5px 0px;
  text-align: center;
  position: relative;
  margin: 0;
}

.disclaimer-n2 {
  background-color: transparent;
  padding: 0px 0px 5px;
}

.disclaimer-n2 p {
  font-size: 10px;
  color: #000;
  font-family: 'Gotham-Light';
  padding: 5px 0px;
  text-align: center;
  position: relative;
  margin: 0;
}

.disclaimer-n3 {
  background-color: #fff;
  padding: 0px 0px 5px;
}

.disclaimer-n3 p {
  font-size: 10px;
  color: #000;
  font-family: 'Gotham-Light';
  padding: 5px 0px;
  text-align: center;
  position: relative;
  margin: 0;
}

#contact {
  background: #f2f4f9;
  padding-top: 20px;
  padding-bottom: 20px;
}

.contact-travel {
  background: #fff !important;
  /*    padding-top: 0 !important;
    padding-bottom: 0 !important;
*/
}

.title-para {
  padding: 30px 0px;
  text-align: center;
}

.title-para p {
  font-size: 14px;
  color: #0069b1;
  font-family: 'Gotham-Light';
  margin-bottom: 10px;
}

.title-para p.cc-increase {
  font-size: 14px;
  color: #0069b1;
  font-family: 'Gotham-Light';
  margin-bottom: 10px;
  text-decoration: underline;
}

.section-title h2 {
  font-size: 26px;
  color: #0069b1;
  font-family: 'Gotham-Medium';
  margin-bottom: 20px;
}

.section-title p {
  font-size: 14px;
  color: #0069b1;
  font-family: 'Gotham-Light';
  margin-bottom: 20px;
}

.tab-wrap {
  /*	border-bottom:1px solid #ccc;
*/
}

.navtabs {
  display: flex;
  justify-content: center;
  background: white;
  position: relative;
  border-bottom: 1px solid #0069b1;
}

.navtab {
  padding: 10px 20px;
  cursor: pointer;
  color: #236eaf;
  transition: color 0.3s;
  font-family: 'Gotham-Light';
  width: 50%;
  font-size: 20px;
}

.navtab:hover {
  color: #e12e56;
}

.navtab.active {
  color: #e12e56;
  position: relative;
}

.navtab.active::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 11px;
  height: 9px;
  background-image: url(../images/card/up-arrow.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.underline {
  position: absolute;
  bottom: -1px;
  height: 4px;
  width: 50px;
  /*  background: #0069b1;
*/
  transition: left 0.3s ease, width 0.3s ease;
}

.content {
  display: none;
  padding: 20px 10px 20px;
  color: #000;
  text-align: center;
}

.content.active {
  display: block;
}

#business .col-md-4 {
  padding: 0;
  margin: 0;
}

.business-box {
  padding: 10px;
}

.business-box .title {
  display: flex;
  align-items: center;
}

.business-box .title i {
  margin-right: 10px;
}

.business-box .title h2 {
  font-size: 18px;
  color: #0069b1;
  font-family: 'Gotham-Medium';
  margin-bottom: 0;
  text-align: left;
}

.business-box ul {
  margin-top: 20px;
  margin-left: 81px;
}

.business-box ul li {
  font-size: 13px;
  color: #000;
  font-family: 'Gotham-Light';
  margin-bottom: 10px;
  display: block;
  text-align: left;
  position: relative;
}

.business-box ul li span {
  color: #236eaf;
}

.business-box ul li p {
  margin: 0;
}

.business-box ul li p::before {
  content: '';
  /*	background-image:url(../images/tick.png );
*/
  position: absolute;
  background-color: #e12e56;
  left: -20px;
  top: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.bdr-lt-rt {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

#employees .col-md-6 {
  padding: 0;
  margin: 0;
}

#employees .col-md-12 {
  padding: 0;
  margin: 0;
}

.employee-box {
  padding: 10px;
}

.employee-box .title {
  display: flex;
  align-items: center;
}

.employee-box .title i {
  margin-right: 10px;
}

.employee-box .title h2 {
  font-size: 18px;
  color: #0069b1;
  font-family: 'Gotham-Medium';
  margin-bottom: 0;
}

.employee-box ul {
  margin-top: 20px;
  margin-left: 81px;
}

.employee-box ul li {
  font-size: 13px;
  color: #000;
  font-family: 'Gotham-Light';
  margin-bottom: 10px;
  display: block;
  text-align: left;
  position: relative;
}

.employee-box ul li p {
  margin: 0;
}

.employee-box ul li p span {
  color: #236eaf;
}

.employee-box ul li p::before {
  content: '';
  /*	background-image:url(../images/tick.png );
*/
  position: absolute;
  background-color: #e12e56;
  left: -20px;
  top: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.bdr-rt {
  border-right: 1px solid #ccc;
}

.bdr-tp {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

.nb-wrap {
  padding-left: 20px;
  padding-top: 20px;
  border-top: #ccc 1px solid;
  margin-top: 10px;
}

.nb-wrap p {
  font-size: 10px;
  color: #0069b1;
  font-family: 'Gotham-Light';
  padding: 5px 0px;
  text-align: center;
  position: relative;
  margin: 0;
}

.nb-wrap p i {
  margin-right: 4px;
}

.nb-wrap p i img {
  width: 8px;
  margin-top: -4px;
}

.nb-wrap p::before {
  content: '#';
  position: absolute;
  left: -17px;
  top: 9px;
  /*  width: 10px;
  height: 10px;
  background-color: #e12e56;
  background-image: url(../images/tick.png );
  border-radius: 50%;
*/
  font-size: 13px;
  color: #e12e56;
  display: none;
}

#expenses .section-title h2 {
  font-size: 26px;
  color: #0069b1;
  font-family: 'Gotham-Medium';
  width: 350px;
  margin: 0 auto;
  margin-bottom: 20px;
  /*  border-bottom: 1px solid #ccc;
*/
  padding-bottom: 5px;
}

.table-box-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding-bottom: 20px;
}

.table-box-fiest {
  box-shadow: 0px 10px 31px -16px rgba(0, 0, 0, 0.47);
  -webkit-box-shadow: 0px 10px 31px -16px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 0px 10px 31px -16px rgba(0, 0, 0, 0.47);
  padding: 15px 10px;
  border-radius: 25px;
  margin: 8px;
  background-color: transparent !important;
}

.table-box-fiest .box-row p {
  font-size: 11px;
  color: #0069b1;
  font-family: 'Gotham-Medium';
  position: relative;
  margin: 0;
  padding: 5px 5px;
}

.table-box {
  box-shadow: 0px 10px 31px -16px rgba(0, 0, 0, 0.47);
  -webkit-box-shadow: 0px 10px 31px -16px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 0px 10px 31px -16px rgba(0, 0, 0, 0.47);
  padding: 15px 10px;
  border-radius: 25px;
  margin: 8px;
  background-color: #fff;
  width: 16%;
}

.box-title {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.box-title i {
  margin-bottom: 10px;
}

.table-box .box-title h2 {
  font-size: 16px;
  color: #0069b1;
  font-family: 'Gotham-Medium';
}

.box-row {
  border-bottom: 1px solid #e5e5e5;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-row p {
  font-size: 11px;
  color: #0069b1;
  font-family: 'Gotham-Light';
  position: relative;
  margin: 0;
  padding: 5px 5px;
}

.apply-img img {
  width: 100%;
}

.apply-img ul {
  margin-top: 20px;
  margin-left: 12px;
}

.apply-img ul li {
  font-size: 15px;
  color: #373737;
  font-family: 'Gotham-Light';
  margin-bottom: 5px;
  display: block;
  text-align: left;
  position: relative;
}

.apply-img li p {
  font-size: 13px;
  color: #373737;
  font-family: 'Gotham-Light';
  margin-bottom: 0;
  display: block;
  text-align: left;
  position: relative;
  padding: 0;
}

.apply-img ul li p::before {
  content: '#';
  /* background-color: #000; */
  position: absolute;
  left: -12px;
  top: 0px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.apply-box {
  text-align: left;
}

#apply-now .section-title h2 {
  margin-bottom: 30px;
}

.apply-box p {
  font-size: 18px;
  color: #0069b1;
  font-family: 'Gotham-Light';
  position: relative;
  margin: 0;
  padding: 5px 5px;
  line-height: 24px;
}

.apply-box ul {
  margin-top: 15px;
  margin-left: 25px;
}

.apply-box ul li {
  font-size: 13px;
  color: #373737;
  font-family: 'Gotham-Light';
  margin-bottom: 10px;
  display: block;
  text-align: left;
  position: relative;
}

.apply-box ul.sublist {
  margin-top: 9px;
  margin-bottom: 0;
  /*	margin-left: 12px;
*/
}

.apply-box ul.sublist li {
  text-align: left;
  position: relative;
  line-height: 14px;
  margin-bottom: 0;
}

.apply-box ul.sublist li p {
  font-size: 13px;
  color: #373737;
  font-family: 'Gotham-Light';
  margin-bottom: 0;
  display: block;
  text-align: left;
  position: relative;
  padding: 0;
}

.apply-box ul.sublist li p::before {
  content: '';
  background-color: #000;
  position: absolute;
  left: -12px;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.apply-box a {
  font-size: 14px;
  color: #fff;
  display: block;
  font-family: 'Gotham-Medium';
  background-color: #e12e56;
  padding: 6px 9px;
  width: 120px;
  text-align: center;
  border-radius: 30px;
  box-shadow: 0px 10px 31px -6px rgb(0 0 0 / 55%);
  -webkit-box-shadow: 0px 10px 31px -6px rgb(0 0 0 / 55%);
  -moz-box-shadow: 0px 10px 31px -6px rgba(0, 0, 0, 0.55);
  margin-left: 10px;
  margin-top: 20px;
}

a.email {
  font-size: 14px;
  color: #e12e56;
  display: inline;
  background-color: transparent;
  box-shadow: none;
  padding: 0px !important;
  margin: 0;
  font-family: 'Gotham-Medium';
}

.apply-box .nb-wrap {
  padding-left: 30px;
  border-top: 1px solid #ccc;
  margin-top: 30px;
}

.apply-box .nb-wrap p {
  font-size: 14px;
  color: #0069b1;
  font-family: 'Gotham-Light';
  padding: 10px 0px;
  text-align: left;
  position: relative;
  line-height: 18px;
  display: block;
}

.nb-wrap p::before {
  content: '#';
  position: absolute;
  left: -17px;
  top: 9px;
  /*  width: 10px;
  height: 10px;
  background-color: #e12e56;
  background-image: url(../images/tick.png );
  border-radius: 50%;
*/
  font-size: 13px;
  color: #e12e56;
  display: none;
}

.apply-box .nb-wrap p::before {
  content: '';
  /* background-image: url(../public/frontend/images/card/tick.png); */
  position: absolute;
  background-color: #e12e56;
  left: -20px;
  top: 15px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: block;
}

#contact .section-title h2 {
  font-size: 26px;
  color: #0069b1;
  font-family: 'Gotham-Medium';
  margin-bottom: 20px;
}

#contact .section-title p {
  font-size: 18px;
  color: #0069b1;
  font-family: 'Gotham-Light';
  margin-bottom: 20px;
}

#contact .section-title a.email {
  font-size: 18px;
  color: #e12e56;
  display: inline;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  font-family: 'Gotham-Light';
}

/*--------////////--------Digital-card-----///////-----------*/
.digital-card-banner {
  position: relative;
}

.digital-card-banner img {
  width: 100%;
}

.digital-card-banner-ctnt {
  position: absolute;
  left: 0;
  /*	top:20%;
*/
  width: 100%;
}

.digital-card-banner-ctnt h2 {
  font-size: 32px;
  color: #0069b1;
  font-family: 'Gotham-Light';
  width: 70%;
}

.digital-card-banner-ctnt h2 span {
  color: #0069b1;
  font-family: 'Gotham-Medium';
}

.digital-card-banner-ctnt h2 {
  width: 64%;
}

.p-btn-wrap {
  display: flex;
  align-items: center;
  margin-top: 35px;
}

.digital-card-banner-ctnt p {
  font-size: 14px;
  color: #0069b1;
  font-family: 'Gotham-Light';
  margin-bottom: 0px;
  margin-left: 10px;
}

.digital-card-banner-ctnt a {
  font-size: 14px;
  color: #fff;
  display: block;
  font-family: 'Gotham-Medium';
  background-color: #e12e56;
  padding: 6px 9px;
  width: 120px;
  text-align: center;
  border-radius: 30px;
  box-shadow: 0px 10px 31px -6px rgb(0 0 0 / 55%);
  -webkit-box-shadow: 0px 10px 31px -6px rgb(0 0 0 / 55%);
  -moz-box-shadow: 0px 10px 31px -6px rgba(0, 0, 0, 0.55);
}

.travelbutton {
  margin: 0;
}

.digital-benefits {
  background-color: #fff;
}

.tab-menu-wrap {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  justify-content: center;
}

.tab-menu-wrap .tab-box {
  margin: 5px;
  width: 40%;
}

.tab-menu-wrap .tab-box a {
  padding: 10px;
  position: relative;
}

/*.tab-menu-wrap .tab-box a::before
{
	content: '';
	position:absolute;
	left:29%;
	bottom:22px;
	width:100px;
	height:2px;
	background-color:#e12e56;
	margin-left:-20px;
}
*/
.tab-menu-wrap .tab-box h2 {
  font-size: 20px;
  color: #0069b1;
  font-family: 'Gotham-Light';
  padding: 10px;
  position: relative;
}

.tab-menu-wrap .tab-box h2::before {
  content: '';
  position: absolute;
  left: 35%;
  bottom: -15px;
  width: 100px;
  height: 2.1px;
  background-color: #e12e56;
}

.boost-wrap {
  background-color: #f6f8fc;
  padding: 40px 20px;
  scroll-behavior: smooth;
}

.boost-title {
  display: flex;
  align-items: center;
}

.boost-title h2 {
  font-size: 18px;
  color: #0069b1;
  font-family: 'Gotham-Medium';
  padding: 10px;
  position: relative;
  margin: 0;
}

.boost-ctnt ul {
  margin-top: 20px;
  margin-left: 15%;
}

.boost-ctnt ul li {
  font-size: 13px;
  color: #000;
  font-family: 'Gotham-Light';
  margin-bottom: 10px;
  display: block;
  text-align: left;
  position: relative;
}

.boost-ctnt ul li p {
  color: #000;
  margin: 0;
}

.boost-ctnt ul li p::before {
  content: '';
  position: absolute;
  background-color: #e12e56;
  left: -20px;
  top: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.boost-img img {
  width: 100%;
}

.control-wrap {
  background-color: #fff;
  padding: 40px 20px 10px;
  scroll-behavior: smooth;
}

.control-title {
  display: flex;
  align-items: center;
}

.control-title i {
  /*	margin-top:7px;
*/
}

.control-title h2 {
  font-size: 18px;
  color: #0069b1;
  font-family: 'Gotham-Medium';
  padding: 0px 10px;
  position: relative;
  text-align: left;
  margin: 0;
}

.control-ctnt {
  padding-left: 20px;
}

.control-ctnt ul {
  margin-top: 20px;
  margin-left: 15%;
}

.control-ctnt ul li {
  font-size: 13px;
  color: #000;
  font-family: 'Gotham-Light';
  margin-bottom: 10px;
  display: block;
  text-align: left;
  position: relative;
}

.control-ctnt ul li p {
  color: #000;
  margin: 0;
}

.control-ctnt ul li p::before {
  content: '';
  position: absolute;
  background-color: #e12e56;
  left: -20px;
  top: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.control-img img {
  width: 100%;
}

.control-wrap .nb-wrap {
  padding-left: 20px;
  padding-top: 20px;
  border-top: #ccc 1px solid;
  margin-top: 30px;
}

.control-wrap .nb-wrap ul {
  margin-top: 15px;
  margin-left: 12px;
}

.control-wrap .nb-wrap ul li {
  font-size: 15px;
  color: #373737;
  font-family: 'Gotham-Light';
  margin-bottom: 5px;
  display: block;
  text-align: left;
  position: relative;
}

.control-wrap .nb-wrap li p {
  font-size: 13px;
  color: #373737;
  font-family: 'Gotham-Light';
  margin-bottom: 0;
  display: block;
  text-align: left;
  position: relative;
  padding: 0;
}

.control-wrap .nb-wrap ul li p::before {
  content: '#';
  /* background-color: #000; */
  position: absolute;
  left: -12px;
  top: 0px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: block;
  color: #000;
}

.digi-table-box-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding-bottom: 20px;
}

.digi-table-box {
  box-shadow: 0px 10px 31px -16px rgba(0, 0, 0, 0.47);
  -webkit-box-shadow: 0px 10px 31px -16px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 0px 10px 31px -16px rgba(0, 0, 0, 0.47);
  padding: 15px 10px;
  border-radius: 25px;
  margin: 8px;
  background-color: #fff;
  width: 18%;
}

.digi-table-box-wrap .table-box-fiest .digi-box-row p {
  font-size: 11px;
  color: #0069b1;
  font-family: 'Gotham-Medium';
  position: relative;
  margin: 0;
  padding: 5px 5px;
}

.digi-box-title {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.digi-box-title i {
  margin-bottom: 10px;
}

.digi-table-box .digi-box-title h2 {
  font-size: 16px;
  color: #0069b1;
  font-family: 'Gotham-Medium';
}

.double-l {
  border-bottom: 2px solid #d7d7d7;
}

.digi-box-row {
  border-bottom: 1px solid #e5e5e5;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.digi-box-row p {
  font-size: 11px;
  color: #0069b1;
  font-family: 'Gotham-Light';
  position: relative;
  margin: 0;
  padding: 5px 5px;
}

.travel-table-box-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding-bottom: 20px;
}

.travel-table-box {
  box-shadow: 0px 10px 31px -16px rgba(0, 0, 0, 0.47);
  -webkit-box-shadow: 0px 10px 31px -16px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 0px 10px 31px -16px rgba(0, 0, 0, 0.47);
  padding: 15px 10px;
  border-radius: 25px;
  margin: 8px;
  background-color: #fff;
  width: 23%;
}

.travel-box-title {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.travel-box-title i {
  margin-bottom: 10px;
}

.travel-table-box .travel-box-title h2 {
  font-size: 16px;
  color: #0069b1;
  font-family: 'Gotham-Medium';
}

.travel-table-box .double-l {
  border-bottom: 2px solid #d7d7d7;
}

.travel-box-row {
  border-bottom: 1px solid #e5e5e5;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.travel-box-row p {
  font-size: 11px;
  color: #0069b1;
  font-family: 'Gotham-Light';
  position: relative;
  margin: 0;
  padding: 5px 5px;
}

.travel-table-box-wrap .table-box-fiest .travel-box-row p {
  font-size: 11px;
  color: #0069b1;
  font-family: 'Gotham-Medium';
  position: relative;
  margin: 0;
  padding: 5px 5px;
}

.mob-view {
  display: none;
}

.cards-wrapper {
  padding-bottom: 30px;
}

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

.landing-page-card-banner {
  position: relative;
  display: flex;
  align-items: center;
}

.landing-page-card-banner img {
  width: 100%;
}

.landing-page-card-banner-ctnt {
  position: absolute;
  left: 0;
  /*	top:20%;
*/
  width: 100%;
}

.landing-page-card-banner-ctnt h2 {
  font-size: 32px;
  color: #0069b1;
  font-family: 'Gotham-Light';
  width: 70%;
}

.landing-page-card-banner-ctnt h2 span {
  color: #0069b1;
  font-family: 'Gotham-Medium';
  display: block;
}

.landing-page-card-banner-ctnt h2 {
  width: 64%;
}

.p-btn-wrap {
  display: flex;
  align-items: center;
  margin-top: 35px;
}

.digital-card-banner-ctnt p {
  font-size: 14px;
  color: #0069b1;
  font-family: 'Gotham-Light';
  margin-bottom: 0px;
  margin-left: 10px;
}

.landing-page-card-banner-ctnt a {
  font-size: 14px;
  color: #fff;
  display: block;
  font-family: 'Gotham-Medium';
  background-color: #e12e56;
  padding: 6px 9px;
  width: 120px;
  text-align: center;
  border-radius: 30px;
  box-shadow: 0px 10px 31px -6px rgb(0 0 0 / 55%);
  -webkit-box-shadow: 0px 10px 31px -6px rgb(0 0 0 / 55%);
  -moz-box-shadow: 0px 10px 31px -6px rgba(0, 0, 0, 0.55);
}

.cards-box {
  border-radius: 10px;
  padding-bottom: 30px;
  margin: 8px;
  background-color: #fff;
  text-align: center;
  width: 33%;
}

.cards-box .cards-box-img img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}

.cards-box figcaption {
  padding: 15px 20px;
}

.cards-box h2 {
  font-size: 26px;
  color: #0069b1;
  font-family: 'Gotham-Medium';
  margin-top: 15px;
  margin-bottom: 30px;
}

.cards-box h2 span {
  display: block;
}

.cards-box p {
  font-size: 14px;
}

.cards-box p.p-one {
  margin-bottom: 20px;
}

.cards-box p.p-two {
  margin-bottom: 40px;
}

.cards-box p.p-three {
  margin-bottom: 40px;
}

.cards-box p {
  margin-bottom: 15px;
}

.cards-box a {
  font-size: 14px;
  color: #fff;
  display: block;
  font-family: 'Gotham-Medium';
  background-color: #0069b1;
  padding: 6px 9px;
  width: 120px;
  text-align: center;
  border-radius: 30px;
  box-shadow: 0px 10px 31px -6px rgb(0 0 0 / 55%);
  -webkit-box-shadow: 0px 10px 31px -6px rgb(0 0 0 / 55%);
  -moz-box-shadow: 0px 10px 31px -6px rgba(0, 0, 0, 0.55);
  margin: 0 auto;
}

.cards-box a:hover {
  color: #fff;
  background-color: #e12e56;
}

.img-desk {
  display: block;
}

.img-mob {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .digital-card-banner-ctnt h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-banner-ctnt h2 {
    max-width: 100%;
  }

  .card-banner-ctnt h2 {
    font-size: 30px;
  }

  .img-desk {
    display: none;
  }

  .img-mob {
    display: block;
  }

  #nav .menu li a {
    padding: 5px 2px;
    font-size: 15px;
    font-family: 'Gotham-Light';
  }

  .title-para p {
    font-size: 15px;
  }

  .mob-view {
    display: block;
  }

  .desk-view {
    display: none;
  }

  .digital-card-banner-ctnt h2 {
    width: auto;
  }

  .control-title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }

  .control-title h2 {
    padding: 0;
    margin: 0;
  }

  .boost-img img {
    width: 100%;
  }

  .boost-title {
    margin-bottom: 20px;
  }

  .cards-box-wrap {
    display: block;
  }

  .cards-box {
    width: 100%;
    padding-bottom: 25px;
  }
}

@media only screen and (max-width: 567px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .card-banner-ctnt h2 {
    font-size: 19px;
  }

  .card-banner-ctnt a {
    font-size: 15px;
    padding: 8px 15px;
    width: 130px;
  }

  #nav.on {
    position: fixed;
    top: 70px;
  }

  #nav .menu li a {
    padding: 5px 3px 5px 2px;
    font-size: 12px;
    font-family: 'Gotham-Light';
  }

  .content {
    padding: 10px 10px 0px;
  }

  .title-para p {
    font-size: 10px;
    margin-bottom: 5px;
  }

  .section-title h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .section-title p {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .navtab {
    padding: 10px 8px;
    font-size: 13px;
  }

  .bdr-rt {
    border-right: 0;
  }

  .bdr-lt-rt {
    border: 0;
  }

  .bdr-tp {
    border-top: none;
    padding-top: 0px;
  }

  .business-box .title h2 {
    font-size: 14px;
    text-align: left;
  }

  .business-box ul li {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .employee-box {
    padding: 17px 10px 5px;
  }

  .employee-box .title h2 {
    font-size: 14px;
    text-align: left;
  }

  .employee-box ul li {
    font-size: 12px;
  }

  .nb-wrap p {
    font-size: 13px;
  }

  #expenses .section-title h2 {
    font-size: 18px;
    width: 300px;
    margin-bottom: 10px;
  }

  .table-box-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    padding-bottom: 20px;
    overflow: scroll;
  }

  .table-box {
    width: 50%;
    border-radius: 15px;
  }

  .apply-box .nb-wrap {
    padding-left: 30px;
    padding-top: 5px;
    margin-top: 22px;
    padding-bottom: 5px;
  }

  .apply-img img.img-mob {
    width: 100%;
    border-radius: 10px;
  }

  .apply-box ul {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .apply-box p {
    font-size: 13px;
    line-height: 18px;
  }

  .apply-box ul.sublist li p {
    font-size: 12px;
  }

  .apply-box ul li {
    font-size: 12px;
  }

  .apply-box a {
    font-size: 14px;
    padding: 10px 10px;
    width: 135px;
    margin: 0 auto;
  }

  .apply-box .nb-wrap p {
    font-size: 13px;
    line-height: 18px;
  }

  #contact .section-title h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  #contact .section-title p {
    font-size: 11px;
    color: #0069b1;
    font-family: 'Gotham-Light';
    margin-bottom: 7px;
  }

  .table-box .box-title h2 {
    font-size: 14px;
  }

  .digi-table-box .digi-box-title h2 {
    font-size: 14px;
  }

  .travel-table-box .travel-box-title h2 {
    font-size: 14px;
  }

  .tab-menu-wrap .tab-box {
    margin: 5px 0px;
    width: 50%;
  }

  .tab-menu-wrap .tab-box h2 {
    font-size: 13px;
    padding: 5px;
  }

  .tab-menu-wrap .tab-box h2::before {
    width: 50px;
    bottom: -10px;
  }

  .tab-menu-wrap .tab-box h2.boost-h2::before {
    width: 50px;
    bottom: -26px;
  }

  .boost-wrap {
    padding: 20px 20px;
  }

  .boost-title h2 {
    font-size: 14px;
    text-align: left;
    margin: 0;
  }

  .boost-ctnt ul {
    margin-top: 25px;
    margin-left: 8%;
  }

  .boost-ctnt ul li {
    font-size: 13px;
  }

  .boost-img img {
    width: 100%;
  }

  .disclaimer-n {
    padding: 5px 10px 10px;
  }

  .disclaimer-n3 {
    background-color: #fff;
    padding: 5px 10px 10px;
  }

  .control-wrap {
    padding: 20px 20px 10px;
  }

  .control-ctnt ul li {
    font-size: 13px;
  }

  .control-ctnt {
    padding-left: 0;
  }

  .control-img img {
    width: 100%;
  }

  .control-title h2 {
    padding-left: 10px;
    font-size: 14px;
    text-align: left;
  }

  .control-ctnt ul {
    margin-top: 25px;
    margin-left: 8%;
  }

  .control-wrap .nb-wrap {
    padding-top: 7px;
    margin-top: 5px;
    padding-bottom: 0;
    padding-left: 0;
  }

  #benefits {
    padding-bottom: 0;
  }

  .digi-table-box-wrap {
    margin-top: 10px;
    padding-bottom: 20px;
    overflow: scroll;
  }

  .digi-box-row {
    height: 60px;
  }

  .digi-table-box {
    width: 50%;
  }

  .digi-box-row p {
    font-size: 13px;
    color: #0069b1;
    font-family: 'Gotham-Light';
    position: relative;
    margin: 0;
    padding: 5px 5px;
    line-height: 14px;
  }

  .travel-table-box-wrap {
    overflow: scroll;
  }

  .travel-table-box {
    width: 50%;
  }

  .business-box .title i img {
    width: 36px;
  }

  .employee-box .title i img {
    width: 36px;
  }

  .box-title i img {
    width: 36px;
  }

  .tab-menu-wrap .tab-box a i img {
    width: 36px;
  }

  .boost-title i img {
    width: 36px;
  }

  .control-title i img {
    width: 36px;
  }

  .digi-box-title i img {
    width: 36px;
  }

  .content.active {
    display: block;
    padding-top: 0px;
  }

  .business-box ul {
    margin-top: 5px;
    margin-left: 68px;
  }

  .employee-box ul {
    margin-top: 5px;
    margin-left: 68px;
  }

  .p-btn-wrap {
    margin-top: 13px;
  }

  .business-box {
    padding: 17px 10px 5px;
  }

  .disclaimer-n2 {
    padding: 5px 10px 10px;
  }

  .cards-box .cards-box-img img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
  }

  .cards-box {
    margin: 0;
    margin-bottom: 25px;
    width: 100%;
  }

  .apply-box p {
    /*    text-align: center;
*/
  }

  #contact {
    padding-top: 20px;
    padding-bottom: 5px;
  }

  .nb-wrap p i img {
    width: 6px;
    margin-top: -6px;
  }
}

@media only screen and (min-width: 401px) and (max-width: 480px) {
  .page-logo img {
    margin: 14px 0 0 22px !important;
  }

  #nav .menu {
    float: right;
    padding-right: 0;
  }

  #nav .menu li a {
    font-size: 13px;
  }

  .landing-page-card-banner-ctnt h2 {
    max-width: 65%;
    font-size: 13px;
    margin-bottom: 10px;
  }

  .landing-page-card-banner-ctnt a {
    font-size: 9px;
    padding: 5px 8px;
    width: 85px;
    margin: 0;
  }

  #apply-now .section-title h2 {
    margin-bottom: 20px;
  }

  .cards-box a {
    font-size: 9px;
    padding: 5px 8px;
    width: 85px;
    margin: 0px auto;
  }

  .sec-menu .title-para {
    padding: 20px 0px 20px;
    text-align: center;
  }

  .cards-box h2 {
    font-size: 17px;
    margin-bottom: 15px;
  }

  .cards-box h2 span {
    display: inline;
  }

  .cards-box p {
    margin-bottom: 15px;
    font-size: 11px;
    margin-bottom: 20px !important;
  }

  .card-banner-ctnt {
    /*  top: 24%;
*/
  }

  .card-banner-ctnt a {
    font-size: 9px;
    padding: 5px 8px;
    width: 85px;
    margin: 0;
  }

  .digital-card-banner-ctnt a {
    font-size: 12px;
    padding: 8px 15px;
    width: 115px;
    margin: 18px 0 0;
  }

  .card-banner-ctnt h2 {
    max-width: 59%;
    font-size: 13px;
    margin-bottom: 10px;
  }

  .card-banner-ctnt h2 span {
    display: block;
  }

  .landing-page-card-banner-ctnt h2 {
    max-width: 47%;
    font-size: 13px;
    margin-bottom: 10px;
  }

  .table-box .box-title h2 {
    font-size: 10px;
  }

  .table-box {
    width: 33%;
    border-radius: 15px;
    padding: 5px;
  }

  .box-title {
    width: 100px;
    height: 100px;
  }

  .box-row p {
    font-size: 9px;
    padding: 5px 5px;
  }

  .table-box-fiest .box-row p {
    font-size: 9px;
    padding: 5px 5px;
  }

  .tab-menu-wrap .tab-box h2::before {
    left: 38%;
  }

  .section-title h2 {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .business-box ul li {
    font-size: 11px;
  }

  .section-title p {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .title-para p {
    font-size: 11px;
    margin-bottom: 5px;
  }

  .title-para p.cc-increase {
    font-size: 11px;
    margin-bottom: 5px;
    margin-top: 10px;
  }

  .navtab {
    padding: 10px 8px;
    font-size: 14px;
  }

  .tab-menu-wrap .tab-box h2 {
    font-size: 14px;
    padding: 5px;
  }

  .business-box .title h2 {
    font-size: 13px;
    text-align: left;
  }

  .nb-wrap {
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #expenses {
    padding-bottom: 8px;
  }

  #know-more {
    padding-bottom: 0px;
  }

  .nb-wrap p {
    font-size: 11px;
  }

  .apply-box {
    text-align: left;
    padding-top: 20px;
  }

  .apply-img li p {
    font-size: 11px;
  }

  .apply-box p {
    font-size: 11px;
    line-height: 15px;
    padding-left: 25px;
  }

  .apply-box ul li {
    font-size: 11px;
    margin-bottom: 5px;
  }

  .apply-box ul.sublist li p {
    font-size: 11px;
  }

  .apply-box a {
    font-size: 9px;
    padding: 5px 8px;
    width: 85px;
    margin: 0 auto;
  }

  .control-wrap .nb-wrap li p {
    font-size: 11px;
  }

  .apply-box .nb-wrap p {
    font-size: 11px;
    line-height: 18px;
    padding-bottom: 5px;
  }

  a.email {
    font-size: 11px !important;
  }

  .employee-box .title h2 {
    font-size: 13px;
    text-align: left;
  }

  .employee-box ul li {
    font-size: 11px;
  }

  #expenses .section-title h2 {
    font-size: 17px;
    margin-bottom: 10px;
  }

  #contact .section-title h2 {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .digital-card-banner-ctnt {
    /*    top: 25%;
*/
  }

  .disclaimer-n p {
    font-size: 8px;
  }

  .disclaimer-n2 p {
    font-size: 8px;
  }

  .disclaimer-n3 p {
    font-size: 8px;
  }

  .digital-card-banner-ctnt h2 {
    width: 67%;
    font-size: 13px;
  }

  .digital-card-banner-ctnt h2 span {
    display: block;
  }

  .digital-card-banner-ctnt a {
    font-size: 9px;
    padding: 5px 8px;
    width: 85px;
    margin: 0;
  }

  .digital-card-banner-ctnt p {
    font-size: 8px;
    margin-bottom: 1px;
    margin-left: 3px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .travel-table-box .travel-box-title h2 {
    font-size: 10px;
  }

  .travel-box-row p {
    font-size: 9px;
    padding: 5px 5px;
    line-height: 9px;
  }

  .travel-table-box-wrap .table-box-fiest .travel-box-row p {
    font-size: 9px;
    line-height: 9px;
    padding: 5px 5px;
  }

  .digi-box-title {
    width: 100px;
    height: 100px;
  }

  .digi-table-box .digi-box-title h2 {
    font-size: 10px;
  }

  .travel-box-title {
    width: 100px;
    height: 100px;
  }

  .digi-box-row p {
    font-size: 9px;
    padding: 5px 0px;
    line-height: 9px;
  }

  .digi-table-box-wrap .table-box-fiest .digi-box-row p {
    font-size: 9px;
    line-height: 9px;
    padding: 5px 5px;
  }

  .boost-ctnt ul li {
    font-size: 12px;
  }

  .control-ctnt ul li {
    font-size: 12px;
  }

  .apply-box ul.sublist li p::before {
    top: 5px;
  }

  .apply-box ul.sublist li p::before {
    top: 3px;
  }

  .know-ctnt {
    margin-top: 20px;
  }

  .tab-menu-wrap {
    margin-top: 20px;
  }

  .cards-box figcaption {
    padding: 10px 20px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 400px) {
  .page-logo img {
    margin: 14px 0 0 22px !important;
  }

  #nav .menu {
    float: right;
    padding-right: 0;
    padding-left: 0;
  }

  #nav .menu li a {
    font-size: 10.2px;
  }

  /*.card-banner-ctnt {
  top: 25%;
}
*/
  .landing-page-card-banner-ctnt h2 {
    max-width: 64%;
    font-size: 10px;
    margin-bottom: 10px;
  }

  .landing-page-card-banner-ctnt a {
    font-size: 9px;
    padding: 5px 8px;
    width: 85px;
    margin: 0;
  }

  .sec-menu .title-para p {
    margin: 0;
  }

  .sec-menu .title-para {
    padding: 18px 0px;
    text-align: center;
  }

  .cards-wrapper {
    padding-bottom: 15px;
  }

  #apply-now .section-title h2 {
    margin-bottom: 20px;
  }

  .cards-box {
    margin-bottom: 20px;
    width: 100%;
    padding-bottom: 20px;
  }

  .cards-box h2 {
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .cards-box h2 span {
    display: inline;
  }

  .cards-box p {
    margin-bottom: 15px;
    font-size: 11px;
    margin-bottom: 20px !important;
  }

  .cards-box figcaption {
    padding: 10px 20px;
  }

  .cards-box a {
    font-size: 9px;
    padding: 5px 8px;
    width: 85px;
    margin: 0px auto;
  }

  .card-banner-ctnt a {
    font-size: 9px;
    padding: 5px 8px;
    width: 85px;
    margin: 0;
  }

  .card-banner-ctnt h2 {
    max-width: 58%;
    font-size: 10px;
    margin-bottom: 10px;
  }

  .card-banner-ctnt h2 span {
    display: block;
  }

  .landing-page-card-banner-ctnt h2 {
    max-width: 47%;
    font-size: 10px;
    margin-bottom: 10px;
  }

  .digital-card-banner-ctnt h2 {
    width: 50%;
    font-size: 17px;
  }

  .digital-card-banner-ctnt p {
    font-size: 8px;
    margin-bottom: 0px;
    margin-left: 3px;
  }

  .table-box .box-title h2 {
    font-size: 10px;
  }

  .travel-table-box .travel-box-title h2 {
    font-size: 10px;
  }

  .travel-box-row p {
    font-size: 9px;
    padding: 5px 0px;
    line-height: 9px;
  }

  .travel-table-box-wrap .table-box-fiest .travel-box-row p {
    font-size: 8px;
    line-height: 9px;
    padding: 5px 5px;
  }

  .travel-box-title {
    width: 80px;
    height: 100px;
  }

  .table-box {
    width: 33%;
    border-radius: 15px;
    padding: 5px;
  }

  .box-title {
    width: 80px;
    height: 100px;
  }

  .box-row p {
    font-size: 9px;
    padding: 5px 5px;
  }

  .table-box-fiest .box-row p {
    font-size: 8px;
    padding: 5px 5px;
  }

  .section-title h2 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .business-box ul li {
    font-size: 11px;
  }

  .section-title p {
    font-size: 11px;
    margin-bottom: 10px;
  }

  .title-para p.cc-increase {
    font-size: 11px;
    margin-bottom: 0px;
    margin-top: 10px;
  }

  .title-para p {
    font-size: 11px;
    margin-bottom: 5px;
  }

  .navtab {
    padding: 10px 8px;
    font-size: 12px;
  }

  .control-wrap {
    padding: 10px 20px 10px;
  }

  .boost-wrap {
    padding: 10px 20px 10px;
  }

  .disclaimer-n p {
    font-size: 8px;
  }

  .business-box .title h2 {
    font-size: 11px;
    text-align: left;
  }

  #expenses {
    background: #f6f8fc;
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .nb-wrap {
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nb-wrap p {
    font-size: 8px;
  }

  #know-more {
    padding-bottom: 2px;
  }

  .know-ctnt {
    margin-top: 20px;
  }

  .disclaimer-n2 p {
    font-size: 8px;
  }

  .apply-box {
    text-align: left;
    padding-top: 15px;
  }

  .apply-box .nb-wrap {
    padding-left: 30px;
    padding-top: 5px;
  }

  .apply-img li p {
    font-size: 11px;
  }

  .apply-box p {
    font-size: 11px;
    line-height: 15px;
    padding-left: 25px;
  }

  .apply-box ul li {
    font-size: 11px;
    margin-bottom: 5px;
  }

  .apply-box ul.sublist li p {
    font-size: 11px;
  }

  .apply-box a {
    font-size: 9px;
    padding: 5px 8px;
    width: 85px;
    margin: 0 auto;
  }

  .apply-box .nb-wrap p {
    font-size: 11px;
    line-height: 18px;
    padding-bottom: 0;
  }

  #contact .section-title p {
    font-size: 11px;
  }

  a.email {
    font-size: 11px !important;
  }

  .employee-box .title h2 {
    font-size: 11px;
    text-align: left;
  }

  .employee-box ul li {
    font-size: 11px;
  }

  #expenses .section-title h2 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  #contact .section-title h2 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .digital-card-banner-ctnt h2 {
    width: 73%;
    font-size: 10px;
  }

  .digital-card-banner-ctnt h2 span {
    display: block;
  }

  .digital-card-banner-ctnt a {
    font-size: 9px;
    padding: 5px 8px;
    width: 85px;
    margin: 0;
  }

  .tab-menu-wrap .tab-box h2 {
    font-size: 12px;
    padding: 5px;
  }

  .boost-title h2 {
    font-size: 11px;
  }

  .boost-ctnt ul li {
    font-size: 11px;
  }

  .control-title {
    width: 267px;
  }

  .control-title h2 {
    padding-left: 10px;
    font-size: 11px;
    text-align: left;
  }

  .control-ctnt ul li {
    font-size: 11px;
  }

  .digi-table-box .digi-box-title h2 {
    font-size: 10px;
  }

  .digi-box-title {
    width: 80px;
    height: 100px;
  }

  .digi-box-row p {
    font-size: 9px;
    padding: 5px 0px;
    line-height: 10px;
  }

  .digi-table-box-wrap .table-box-fiest .digi-box-row p {
    font-size: 8px;
    line-height: 9px;
    padding: 5px 5px;
  }

  /* .container {
    padding-left: 10px;
    padding-right: 10px;
  } */
  .control-wrap .nb-wrap li p {
    font-size: 11px;
  }

  .apply-box ul.sublist li p::before {
    top: 4px;
  }

  .disclaimer-n2 {
    padding: 5px 10px 10px;
  }

  .disclaimer-n3 p {
    font-size: 8px;
  }

  .tab-menu-wrap .tab-box h2.boost-h2::before {
    width: 50px;
    bottom: -23px;
  }

  .nb-wrap p i img {
    width: 6px;
    margin-top: -6px;
  }

  .nb-wrap p i img {
    width: 5px;
    margin-top: -4px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 400px) {
  .card-banner-ctnt h2 {
    max-width: 59%;
    font-size: 13px;
  }

  .digital-card-banner-ctnt h2 {
    width: 75%;
    font-size: 13px;
  }

  .apply-box ul.sublist li p::before {
    top: 4px;
  }

  .travel-box-row p {
    font-size: 9px;
    padding: 5px 0px;
    line-height: 10px;
  }

  .tab-menu-wrap .tab-box h2.boost-h2::before {
    width: 50px;
    bottom: -23px;
  }

  .landing-page-card-banner-ctnt h2 {
    max-width: 52%;
    font-size: 13px;
    margin-bottom: 10px;
  }
}