body {
  font-family: 'Roboto', sans-serif;
}
/*Global::Start*/
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
a {
  color: #575962;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #575962;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
/*indus btn start*/
.m-radio, .m-checkbox {
  font-size: 1.2rem;
}
.m-radio > span, .m-checkbox > span {
  top: 3px;
  left: 0;
}
.btn-primary:hover {
  color: #fff;
  background-color: #19B64F;
  border-color: #19B64F;
}
.btn-primary {
  color: #fff;
  background-color: #19B64F;
  border-color: #19B64F;
}
.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(88, 103, 221, 0.5);
  box-shadow: 0 0 0 .2rem rgba(88, 103, 221, 0.5)
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #19B64F;
  border-color: #19B64F
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #19B64F;
  border-color: #19B64F;
}
.bootstrap-select.show > .dropdown-toggle.btn-light, .bootstrap-select.show > .dropdown-toggle.btn-secondary {
  border-color: #19B64F !important;
}
.bootstrap-select > .dropdown-toggle.btn-light:focus, .bootstrap-select > .dropdown-toggle.btn-light.active, .bootstrap-select > .dropdown-toggle.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.btn-secondary.active {
  border-color: #f1c40f;
}
.form-control:focus {
  border-color: #f1c40f;
}
.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--multiple, .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #f1c40f;
}
.m-accordion .m-accordion__item--primary {
  border: 1px solid #f1c40f !important;
  background-color: #f1c40f !important;
}
.m-accordion .m-accordion__item--primary .m-accordion__item-head.collapsed {
  background-color: #f1c40f !important;
}
.m-accordion .m-accordion__item--primary .m-accordion__item-head, .m-accordion .m-accordion__item--primary .m-accordion__item-head:hover {
  background-color: #a80e14 !important;
}
.m-accordion.m-accordion--bordered .m-accordion__item .m-accordion__item-head, .m-accordion.m-accordion--bordered .m-accordion__item .m-accordion__item-head:hover, .m-accordion.m-accordion--default .m-accordion__item .m-accordion__item-head, .m-accordion.m-accordion--default .m-accordion__item .m-accordion__item-head:hover {
  background-color: #fff;
}
.m-accordion .m-accordion__item .m-accordion__item-head .m-accordion__item-mode {
  font-size: 1.2rem;
}
.m-accordion.m-accordion--bordered .m-accordion__item .m-accordion__item-body, .m-accordion.m-accordion--default .m-accordion__item .m-accordion__item-body {
  border-top: 1px solid #007CAA;
}
.logo-left {
  float: left;
  width: 50%;
  text-align: left;
}
.logo-right {
  float: left;
  width: 50%;
  text-align: right;
}
/*indus btn end*/
.m-accordion.m-accordion--bordered .m-accordion__item, .m-accordion.m-accordion--default .m-accordion__item {
  border: 1px solid #007CAA;
  border-radius: 0;
}
.m-accordion.m-accordion--bordered .m-accordion__item .m-accordion__item-head .m-accordion__item-mode, .m-accordion.m-accordion--default .m-accordion__item .m-accordion__item-head .m-accordion__item-mode {
  color: #007CAA;
}
.m-accordion .m-accordion__item .m-accordion__item-body > span, .m-accordion .m-accordion__item .m-accordion__item-body .m-accordion__item-content {
  /*padding: 1.5rem 2rem;*/
  padding: 0.5rem;
}
.m-accordion .m-accordion__item .m-accordion__item-head {
  padding: 0.4rem 0.6rem;
}
.m-accordion .m-accordion__item .m-accordion__item-head .m-accordion__item-title {
  font-size: 1rem;
}
.app-bg {
  background: #F1F2F7;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.sec-wrapper {
  padding: 0;
  margin: 0 auto;
  width: 33%;
  color: #575962;
  box-sizing: border-box;
  /* The image used */
  background: #F1F2F7;
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.common-box {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.1rem;
  margin-bottom: 10px;
  background: #fff;
  overflow: auto;
  -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
  box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
}
.common-box1 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.1rem;
  padding-bottom: 0;
  margin-bottom: 10px;
  background: #fff;
  overflow: auto;
  -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
  box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
}
.common-box1 .eligibility {
  min-height: 205px;
  overflow: auto;
}
.carousel-indicators li {
  background-color: #007CAA;
}
.carousel-indicators .active {
  background-color: #dcf4fe;
}
.common-box1 .eligibility h2 {
  color: #373940;
  font-size: 1.4rem;
  font-style: normal;
  padding: 0;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  text-align: center;
}
.common-box1 .eligibility h2 i {
  color: #007CAA;
  border: 1px solid #007CAA;
  padding: 5px;
  font-size: 1.3rem;
  border-radius: 100%;
  margin-right: 5px;
}
.common-box1 .eligibility h3 {
  color: #8e8f94;
  font-size: 1.1rem;
  font-style: normal;
  padding: 0;
  margin: 0;
  font-weight: 400;
  text-align: center;
  text-transform: ;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.common-box1 .eligibility h4 {
  color: #53545c;
  font-size: 1.2rem;
  font-style: normal;
  padding: 0;
  margin: 0;
  font-weight: 400;
  padding-bottom: 8px;
  text-transform: uppercase;
}
.common-box1 .eligibility p {
  color: #8e8f94;
  font-size: 1.3rem;
  font-style: normal;
  padding: 0;
  margin: 0;
  font-weight: 300;
  text-align: center;
}
.m-badge {
  background: #eaeaea;
  background-image: linear-gradient(-20deg, #2b5876 0%, #4e4376 100%);
  background-image: linear-gradient(to right, #f1c40f 0%, #f1c40f 0%, #d9af09 100%);
  background-image: linear-gradient(to right, #ec77ab 0%, #7873f5 100%);
  background-image: linear-gradient(-225deg, #5D9FFF 0%, #B8DCFF 48%, #6BBBFF 100%);
  background-image: linear-gradient(-225deg, #22E1FF 0%, #1D8FE1 48%, #625EB1 100%);
  color: #444;
  font-size: 2.3rem;
  line-height: 20px;
  min-height: 20px;
  min-width: 20px;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  padding: 0;
  border-radius: .75rem;
}
.m-badge.m-badge--wide {
  letter-spacing: 0.6px;
  padding: 23px 10px 20px;
  width: 70px;
  height: 70px;
  border-radius: 100%;
}
.m-radio > span {
  border: 1px solid #007CAA;
}
.m-w-bt {
  min-width: 100px;
}
.m-w-bt2 {
  min-width: 80px;
}
.m-w-bt3 {
  min-width: 140px;
}
.m-radio, .m-checkbox {
  font-size: 1.1rem;
}
.head-logo {
  background: #fff;
  position: fixed;
  width: 32.90%;
  box-sizing: border-box;
  padding: 13px 0;
  margin: 0 auto;
  z-index: 1;
  text-align: center;
  border-bottom: 1px solid #ebedf2;
  border-right: 1px solid #ccc;
}
.head-logo img {
  height: 28px;
}
.head-back {
  background: #141853;
  position: fixed;
  width: 32.90%;
  box-sizing: border-box;
  padding: 15px 1rem;
  margin: 55px auto 0;
  z-index: 2;
  -moz-box-shadow: 0px 4px 20px rgba(69, 65, 78, 0.2);
  -webkit-box-shadow: 0px 4px 20px rgba(69, 65, 78, 0.2);
  box-shadow-bottom: 0px 4px 20px rgba(69, 65, 78, 0.2);
}
.head-back h4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2rem;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-weight: 500;
}
.head-back h4 i {
  position: absolute;
  left: 1rem;
  padding-top: 2px;
  color: #fff;
}
.box-100 {
  width: 100%;
  box-sizing: border-box;
}
.box-100 h2 {
  padding: 0;
  margin: 0;
  font-size: 1.3rem;
  padding-top: 10px;
  font-weight: 400;
}
.box-100 h3 {
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
  text-transform: capitalize;
  font-weight: 400;
}
.box-100 h2 em {
  font-weight: 300;
  font-size: 1.1rem;
  font-style: normal;
  color: #898b96
}
/* Slider */
.slick-slide {
  margin: 0px 0;
  text-align: center;
}
.slick-slide img {
  width: 98%;
}
.slick-slide i {
  font-size: 1.5rem;
  color: #f9b10a;
  text-align: center;
}
.slick-slide .icon-1 img {
  width: 26px !important;
  text-align: center !important;
  margin: 0 auto !important;
  padding-bottom: 2px;
}
.slick-slide p {
  text-align: center;
  font-size: 0.9em !important;
  color: #f9b10a !important;
  background: none !important
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[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;
}
/* Slider */
.common-box .index {
  position: relative;
}
.common-box .index h2 {
  color: #575962;
  font-size: 1.2rem;
  font-style: normal;
  padding: 0;
  margin: 0;
}
.common-box .index h2 em {
  color: #898b96;
  font-size: 1rem;
  font-style: normal;
  font-size: 1.1rem;
  font-weight: 100;
}
.common-box .index h4 {
  color: #575962;
  font-size: 1.3rem;
  font-style: normal;
}
.common-box .index p {
  color: #575962;
  font-size: 1.1rem;
  font-style: normal;
  padding: 0;
  margin: 0;
}
.common-box .index p strong {
  font-weight: 500;
}
.common-box .index .table thead th {
  vertical-align: top;
  border-bottom: none;
}
.common-box .index i {
  color: #007CAA;
  font-size: 1.5rem;
  padding-top: 5px;
}
.common-box .index .bonus {
  bottom: 4.5rem;
  right: 1.5rem;
  background: #716aca;
  color: #fff;
  padding: 0.5rem 0.8rem;
  font-size: 0.9rem;
  position: absolute;
}
.search-drop {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.1rem;
  margin-bottom: 20px;
  background: #fff;
  overflow: auto;
  height: 400px;
  -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
  box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
}
.combo-1 {
  background: #e6ecff;
  border-radius: 2rem 2rem 2rem 0;
  padding: 20px 2rem;
  box-sizing: border-box;
  overflow: auto;
  margin-bottom: 20px;
  color: #111;
}
.combo-1 .cin-1 {
  width: 50%;
  text-align: left;
  float: left;
  font-size: 1.1rem;
  font-weight: 400;
}
.combo-1 .cin-2 {
  width: 50%;
  text-align: left;
  float: left;
  font-size: 1rem;
  font-weight: 500;
  text-align: right;
}
.common-box .lo-tab h2 {
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  color: #373940;
  font-weight: 400;
  padding-left: 15px;
  padding-bottom: 10px;
  line-height: 2rem;
}
.common-box .lo-tab h3 {
  padding: 0;
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #888;
  font-weight: 300;
  padding-left: 15px;
}
.common-box .lo-tab h4 {
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  color: #888;
  font-weight: 400;
  padding-left: 15px;
  line-height: 2rem;
}
.common-box .lo-tab h4 span {
  padding: 0;
  margin: 0;
  font-size: 2rem;
  color: #333;
  font-weight: 400;
  padding-bottom: 10px;
  line-height: 2rem;
}
.common-box .lo-tab-full h2 {
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  color: #373940;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 5px;
}
.common-box .lo-tab-full h4 {
  padding: 0;
  margin: 0;
  font-size: 1.1rem;
  color: #555;
  font-weight: 400;
  padding-bottom: 10px;
}
.common-box .lo-tab-full h3 {
  padding: 0;
  margin: 0;
  font-size: 1.1rem;
  color: #888;
  font-weight: 400;
  padding-bottom: 10px;
  line-height: 2rem;
}
.common-box .lo-tab-full h3 strong {
  color: #555;
  font-weight: 500;
}
.common-box .lo-tab-full p {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: #444;
  font-weight: 300;
  padding-bottom: 10px;
}
.common-box .lo-tab-full p strong {
  font-size: 1.2rem;
  color: #222;
  font-weight: 400;
}
.common-spa {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  margin-bottom: 10px;
  background: #fff;
  overflow: auto;
  -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
  box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
}
.common-spa-head {
  background: linear-gradient(135deg, #36a3f7 30%, #00c5dc 100%);
  padding: 1rem;
}
.common-spa-head h1 {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;

  text-align: center;
}
.common-spa-head h1 i {
  font-size: 1.3rem;
  color: #fff;
}
.common-spa-head h2 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 300;
  padding-left: 25px;
}
.common-spa-pic {}
.common-spa .pp {
  padding: 30px 5% 10px 5%;
}
.common-spa .pp h2 {
  font-size: 2.3rem;
  font-weight: 400;
  color: #333
}
.common-spa .pp h2 em {
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
}
.common-box .redem h2 {
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
  color: #333;
  font-weight: 400;
  padding-bottom: 15px;
}
.common-box .redem h3 {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: #888;
  font-weight: 300;
  padding-bottom: 10px;
}
.common-box .redem h3 i {
  color: #007CAA;
  font-size: 1.2rem;
  margin-right: 5px;
}
.common-box .member-card {
  padding: 12px 20px 5px 20px;
  border-radius: 8px;
  background: #111;
}
.common-box .member-card .num {
  padding: 0;
  margin: 0 auto;
  border: none;
  border-radius: 100%;
  display: block;
  text-align: center;
  padding: 0px;
  width: 70px;
  height: 70px;
  font-size: 3.4rem;
  margin-bottom: 10px;
  color: #111;
  background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}
.white {
  color: #fff !important;
}
.common-box .member-card .num2 {
  padding: 0;
  margin: 0 auto;
  border: none;
  border-radius: 100%;
  display: block;
  text-align: center;
  padding: 0;
  width: 70px;
  height: 70px;
  font-size: 3.4rem;
  margin-bottom: 10px;
  color: #fff;
  background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
/*Global::End*/
/*head::Start*/
.ind-bread {
  background: #fff;
  position: fixed;
  width: 33%;
  padding: 1rem;
  z-index: 99;
  -moz-box-shadow: 0px 4px 20px rgba(69, 65, 78, 0.2);
  -webkit-box-shadow: 0px 4px 20px rgba(69, 65, 78, 0.2);
  box-shadow-bottom: 0px 4px 20px rgba(69, 65, 78, 0.2);
}
.ind-bread h1 {
  font-size: 1.3rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.ind-bread h2 {
  font-size: 1.3rem;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.ind-bread i {

  font-size: 1.1rem;
  color: #fff;
  position: absolute;
  top: 15px;
}
.margin-1 {
  padding: 120px 0;
}
.margin-2 {
  padding: 10px 0;
}
.margin-3 {
  padding: 82px 0;
}
.my-cor {
  padding: 0;
  margin: 0 auto;
}
.carousel-control-next {
  right: -6%;
}
.carousel-control-prev {
  left: -6%;
}
.carousel-control-prev-icon {
  background-image: url(../../../xampp/htdocs/program_ui/assets/img/left.png)
}
.carousel-control-next-icon {
  background-image: url(../../../xampp/htdocs/program_ui/assets/img/right.png)
}
/*head::End*/
/*setions::start*/
.inner-pad {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  margin: 0 auto;
  margin-bottom: 15px;
  background: #fff;
  overflow: auto;
  -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
  box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
}
.inner-pad-nill {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 15px;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
  box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
}
.inner-pad-card {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem 1rem 0;
  margin: 0 6%;
  margin-bottom: 15px;
  background: #fff;
  overflow: auto;
  -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
  box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
}
/*setions::End*/
/*CSS::start*/
.lounge-left {
  float: left;
  width: 50%;
  text-align: center;
  padding: 1rem;
  border-right: 1px solid #e5e9f3;
}
.lounge-left h2 {
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0;
  padding-bottom: 0.5rem;
  margin: 0;
  text-transform: uppercase;
}
.lounge-left h3 {
  font-size: 1.7rem;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: #cd1d60;
}
.find-lounge {
  min-height: 340px;
}
.find-lounge .box-1 {
  float: left;
  width: 50%;
  text-align: center;
  padding-bottom: 1rem;
}
.find-lounge .box-2 {
  float: left;
  width: 50%;
  text-align: center;
  padding-bottom: 1rem;
}
.find-lounge h3 {
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0;
  padding-bottom: 1rem;
  margin: 0;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #e5e9f3;
}
.min-w-1 {
  min-width: 100px;
}
.min-w-2 {
  min-width: 75px;
}
.list-lounge {
  width: 100%;
  float: left;
  margin-bottom: 1rem;
  box-sizing: border-box;
}
.list-lounge h2 {
  font-size: 1.5rem;
  font-weight: 400;
  padding: 0;
  padding-bottom: 0.6rem;
  margin: 0;
  margin-bottom: 1rem;
  text-transform: capitalize;
  color: #3f4047;
  /*border-bottom: 1px solid #e5e9f3;*/
}
.list-lounge h2 em {
  font-size: 1.2rem;
  font-style: normal;
  color: #898b96;
}
.list-lounge h3 {
  font-size: 1.1rem;
  font-weight: 300;
  padding: 0;
  padding-bottom: 0.4rem;
  margin: 0;
  text-transform: capitalize;
  color: #898b96;
}
.list-lounge h3 span {
  color: #575962;
  font-weight: 500;
}
.list-lounge h3 span i {
  color: #007CAA;
  width: 7%;
  text-align: center;
}
.list-lounge h4 {}
.list-lounge p {
  font-size: 1.1rem;
  color: #898b96;
  padding: 0;
  margin: 0;
  line-height: 1.7rem;
}
.list-lounge p strong {
  color: #575962;
  font-weight: 500;
}
.list-lounge p strong i {
  color: #007CAA;
  width: 7%;
  text-align: center;
}
.list-lounge .ll-pic {
  width: 27%;
  float: left;
  padding-right: 3%;
  box-sizing: border-box;
}
.list-lounge .ll-info {
  width: 70%;
  float: left;
  box-sizing: border-box;
}
.amen {
  width: 100%;
  float: left;
}
.amen .boxes {
  width: 25%;
  float: left;
  padding: 0.5rem 0;
  text-align: center;
  font-size: 0.9rem;
  color: #007CAA;
  box-sizing: border-box;
}
.amen .boxes i {
  display: block;
  font-size: 1.2rem;
  color: #007CAA;
  padding-bottom: 0.5rem;
}
.amen-1 {
  font-size: 1rem;
  color: #898b96;
  padding-right: 1rem;
}
.lounge-detail {}
.lounge-detail h2 {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0;
  margin-bottom: 1rem;
  text-transform: capitalize;
  color: #3f4047;
  border-bottom: 1px solid #e5e9f3;
}
.lounge-detail h2 em {
  font-size: 1.4rem;
  font-style: normal;
  color: #898b96;
}
.lounge-detail h3 {
  font-size: 1.1rem;
  font-weight: 300;
  padding: 0;
  padding-bottom: 0.2rem;
  margin: 0;
  text-transform: capitalize;
  color: #898b96;
}
.lounge-detail h3 span {
  color: #575962;
  font-weight: 500;
}
.lounge-detail h3 span i {
  color: #007CAA;
  width: 5%;
  text-align: center;
}
.lounge-detail h4 {}
.lounge-detail p {
  font-size: 1.1rem;
  color: #898b96;
  padding: 0;
  padding-bottom: 1rem;
  margin: 0;
  line-height: 1.7rem;
}
.lounge-detail p strong {
  color: #575962;
  font-weight: 500;
}
.lounge-detail p strong i {
  color: #007CAA;
  width: 5%;
  text-align: center;
}
.location-b {}
.location-b h2 {
  font-size: 1.4rem;
  font-style: normal;
  color: #575962;
  text-transform: capitalize;
  padding-bottom: 1rem;
}
.location-b .l-box {
  width: 8%;
  float: left;
}
.location-b .l-box i {
  color: #007CAA;
  font-size: 1.5rem;
  padding-top: 0.2rem;
}
.location-b .r-box {
  width: 92%;
  float: left;
}
.location-b p {
  color: #898b96;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 2rem;
}
.location-b p strong {
  color: #575962;
  font-weight: 500;
}
.qr-box {
  text-align: center;
  padding: 1rem 0;
  background: #eee;
}
.qr-box img {
  background: #fff;
  padding: 1rem;
}
.qr-box p {
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0;
  padding-bottom: 1rem;
  margin: 0;
}
.ind-card {}
.ind-card h3 {
  font-size: 1.1rem;
  padding: 0;
  margin: 0;
  font-weight: 400;
  color: #007CAA;
}
.ind-card p {
  font-size: 1rem;
  padding: 0;
  margin: 0;
  color: #898b96;
  font-weight: 300;
}
/*CSS::end*/
/*Individual*/
.balance-c {
  height: 60px;
  width: 60px;
  margin: 0 auto;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  padding-top: 11px;
  font-size: 1.8rem;
  color: #fff;
  background-image: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);
}
.citi-btn {
  background: #19B64F !important
}
.citi-btn:hover {
  background: #19B64F !important
}
/*payu*/
.payu {}
.payu .success {
  text-align: center;
}
.payu .success img {
  width: 80px;
  padding: 20px 0 20px;
}
.payu .success h2 {
  font-size: 1.5em;
  font-weight: 500;
  text-transform: uppercase;
  color: #32BA7C;
}
.error {
  color: #F15249 !important;
}
.payu .success h3 {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.6;
  background: #eee;
  padding: 15px;
  border-radius: 1em 0 1em 0;
  color: #333;
  margin-bottom: 20px;
}
.payu .success p {
  font-size: 1.1em;
  font-weight: 400;
  color: #666;
  padding-top: 10px;
}
/*Visa CSS: 7 Jan*/
/*head visa*/
#head-visa {
  box-sizing: border-box;

  position: fixed;
  background: #fff;
  clear: both;
  width: 100%;
  z-index: 1;
  height: 70px;
  padding: 20px 0;
  box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.2);
}
#head-visa img {
  height: 30px;
}
/*head visa*/
#back-nav {
  background: #fb842c;
  position: fixed;
  box-sizing: border-box;
  padding: 5px 0 15px;
  margin: 5px auto 0;
  z-index: 2;
  color: #fff;
  width: 100%;
  clear: both;
  box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.2);
}
#back-nav h4 {
  font-size: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 13px;
}
#back-nav i {
  color: #fff !important;
  padding-top: 15px;
}
/*sections*/
.section-1 {
  box-sizing: border-box;
  padding: 130px 0 80px;
  text-align: left;
}
.section-2 {
  box-sizing: border-box;
  padding: 140px 0 70px;
  text-align: left;
}
.title-head {
  font-size: 2em;
  color: #515769;
  padding: 0;
  margin: 0;
  text-align: center;
  position: relative;
  padding-bottom: 40px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.title-head .blc {
  height: 2px;
  width: 100px;
  background: #515769;
  position: absolute;
  margin: 0 auto;
  left: 25%;
  right: 25%;
  bottom: 25px;
}
/*tile Sec*/
#tile-sec {
  box-sizing: border-box;
}
#tile-sec .tbox {
  border: #ddd 1px solid;
  box-sizing: border-box;
  padding: 15px;
  overflow: auto;
  margin-bottom: 30px;
  border-radius: 8px; background: #fff;
}
#tile-sec .tbox img {
  border-radius: 8px;
}
#tile-sec .tbox h2 {
  font-size: 1.5em;
  color: #515769;
  font-weight: 500;
  padding: 15px 0;
  text-transform: capitalize
}
#tile-sec .tbox button {
  float: right
}
/*list sec*/
#list-sec {
  box-sizing: border-box;
}
#list-sec .lbox {
  border: #ddd 1px solid;
  box-sizing: border-box;
  padding: 15px;
  overflow: auto;
  margin-bottom: 30px;
  border-radius: 8px;
}
#list-sec .lbox img {
  border-radius: 8px;
}
#list-sec .lbox h2 {
  font-size: 1.3em;
  color: #515769;
  font-weight: 500;
  padding: 15px 0 10px;
  text-transform: capitalize;
  line-height: 1.4
}
#list-sec .lbox h3 {
  font-size: 1.1em;
  color: #999caa;
  font-weight: 400;
  text-transform: capitalize
}
/*lounge detail sec*/
#lounge-detail-sec {
  box-sizing: border-box;
}
#lounge-detail-sec .main-im {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 8px;
}
#lounge-detail-sec .main-im img {
  border-radius: 8px;
}
#lounge-detail-sec h2 {
  font-size: 1.7em;
  color: #515769;
  font-weight: 500;
  padding: 15px 0 10px;
  padding-top: 0;
  text-transform: capitalize;
}
#lounge-detail-sec h3 {
  font-size: 1.3em;
  color: #999caa;
  font-weight: 400;
  padding-bottom: 10px;
  text-transform: capitalize;
  line-height: 1.4
}
#lounge-detail-sec h4 {
  font-size: 1.2em;
  color: #515769;
  font-weight: 400;

  line-height: 1.4;
  padding-bottom: 20px;
}
#lounge-detail-sec h5 {
  font-size: 1em;
  color: #515769;
  font-weight: 400;
  text-transform: capitalize;
  padding-top: 20px
}
#lounge-detail-sec p {
  font-size: 1em;
  background: #e6ecff;
  border-radius: 6px;
  padding: 15px 30px;
  color: #111;
  margin-bottom: 30px;
}
#lounge-detail-sec span {
  font-size: 1em;
  padding: 0;
  margin: 0;
  color: #999caa
}
/*lounge TNC sec*/
#tnc-sec {
  box-sizing: border-box;
}
#tnc-sec .tnbox {
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 30px;
  overflow: auto;
  min-height: 430px;
  margin-bottom: 30px;
  border-radius: 8px;
}
#tnc-sec .tnbox img {
  width: 100px;
  margin-bottom: 30px;
}
#tnc-sec .tnbox h2 {
  font-size: 1.2em;
  color: #515769;
  font-weight: 500;
  padding: 15px 0 10px;
  background: #e6ecff;
  padding: 15px;
  border-radius: 0.4em;
  text-align: center;
  margin-bottom: 20px;
}
#tnc-sec .tnbox h3 {
  font-size: 1.1em;
  color: #515769;
  font-weight: 400;
  padding: 20px 0;
  line-height: 1.4
}
#tnc-sec .tnbox h5 {
  font-size: 1.1em;
  color: #515769;
  font-weight: 400;
  padding-bottom: 15px;
}
#tnc-sec .tnbox ul li {
  font-size: 1em;
  color: #999caa;
  line-height: 1.4;
}
/*Register POP sec*/
#register-pop-sec {
  box-sizing: border-box;
  width: 40%;
  margin: 0 auto;
  box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.2);
  padding: 50px 40px;
  border-radius: 10px;
  background: #fff;
}
#register-pop-sec p {
  font-size: 0.9em;
  padding: 0;
  margin: 0;
  color: #515769;
}
#register-pop-sec p:last-child {
  padding-top: 0;
}
/*Register sec*/
#register-sec {
  box-sizing: border-box;
}
#register-sec p {
  font-size: 0.9em;
  padding: 0;
  padding-top: 10px;
  margin: 0;
  color: #797b84;
}
#register-sec h2 {
  font-size: 1.1em;
  color: #515769;
  font-weight: 400;
  padding: 10px 0;
  line-height: 1.4;
  border-left: 2px solid #515769;
  padding-left: 20px;
  margin: 20px 0;
  background: #eee
}
#register-sec h5 {
  font-size: 1em;
  color: #515769;
  font-weight: 400;
}
#register-sec ul {
  padding: 0;
  padding-left: 20px;
  padding-top: 10px;
  margin: 0;
}
#register-sec ul li {
  font-size: 1em;
  color: #797b84;
  padding: 0;
  margin: 0;
}
/*success sec*/
#success-sec {
  box-sizing: border-box;
  text-align: center
}
#success-sec img {
  background:
    #0ddb37;
  border-radius: 100%;
  width: 160px;
  height: 160px;
  text-align: center;
  padding: 30px;
  box-sizing: border-box;
}
#success-sec h2 {
  font-size: 2em;
  color: #0ddb37;
  font-weight: 600;
  text-align: center;
  padding: 20px 0;
}
#success-sec p {
  font-size: 1.2em;
  color: #636363;
  font-weight: 400;
  text-align: center;
}
/*failure sec*/
#failure-sec {
  box-sizing: border-box;
  text-align: center
}
#failure-sec img {
  background:    #f03a3a;
  border-radius: 100%;
  width: 160px;
  height: 160px;
  text-align: center;
  padding: 30px;
  box-sizing: border-box;
}
#failure-sec h2 {
  font-size: 2em;
  color: #f03a3a;
  font-weight: 600;
  text-align: center;
  padding: 20px 0;
}
#failure-sec p {
  font-size: 1.2em;
  color: #636363;
  font-weight: 400;
  text-align: center;
}
/*theme css*/
.form-control[readonly], .form-control {
  border-color: #ddd;
  color: #575962;
  margin-bottom: 15px;
}
label {
  display: inline-block;
  margin-bottom: .5rem;
  font-weight: 500;
  color: #515769;
}
.dropdown-menu-2 {
  left: -60% !important;
}
.red {
  color: red !important;
}
.m-top-28 {
  margin-top: 28px !important;
}
.br-8 img {
  border-radius: 8px !important;
}
.error-1 {
  color: red !important;
  font-size: 0.8em;
  position: relative;
  top: -12px;
}
.fr-l {
  width: 76%;
  float: left;
  box-sizing: border-box
}
.fr-r {
  width: 24%;
  float: left;
  box-sizing: border-box;
  padding: 34px 0 0 3%;
  font-size: 1.1em;
  font-weight: 500;
}
.fr-mr {
  width: 24%;
  float: left;
  box-sizing: border-box
}
.fr-name {
  width: 76%;
  float: left;
  box-sizing: border-box;
  padding-left: 3%;
}
.box-50 {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-right: 1%;
}
.box-50-2 {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-left: 1%;
}
.table thead th {
  border-bottom: 2px solid #ddd;
  vertical-align: top;
  text-align: center
}
.table-bordered th, .table-bordered td {
  border: 1px solid #ddd;
  text-align: center
}
.table th, .table td {
  padding: 0.3rem;
}
.modal-margin {
  margin-top: 10px;
}
.modal-margin-bot {
  margin-bottom: 10px;
}
/*serach bar*/
.search-cont {
  margin: 0 0 20px 0
}
.select2-container .select2-selection--single {
  padding-top: 4px;
  height: 50px !important;
  width: 100%;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #ddd !important;
  border-radius: 0px !important;
  border-radius: 8px !important;
}
/*footer visa*/
#foot-visa {
 box-sizing: border-box;
padding: 20px 0;
background:#313131;
color:#fff;
position: fixed;
bottom: 0; width: 100%;
}
#foot-visa .res img {
  text-align: right !important;
  margin-top: 0;
  float: right;
}
/*footer visa*/
#foot-visa-sticky {
  box-sizing: border-box;
  padding: 20px 0;
  background:
          #313131;
  color:
          #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#foot-visa-sticky .res img {
  text-align: right !important;
  margin-top: 0;
  float: right;
}
.btn-visa {
  background: #fb842c !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 4px;
  text-transform: capitalize;
}
.btn-visa:hover {
  background: #fb974c !important;
  color: #fff !important;
}
.bx-f100 {
  width: 100%;
  box-sizing: border-box;
  float: left
}
.bx-f50-left {
  width: 50%;
  box-sizing: border-box;
  float: left;
  padding-right: 1.5%
}
.bx-f50-right {
  width: 50%;
  box-sizing: border-box;
  float: left;
  padding-left: 1.5%;
}
/*table {
  padding: 0;
  margin: 0;
}
table .table th, .table td {
  padding: 0;
  margin: 0;
  vertical-align: top;
}
.table th, .table td {
  border-top: none;
}*/
/**/
/*Individual*/
/*Footer::Start*/
.foot-sticky {
  position: fixed;
  bottom: 0;
  background: #fff;
  width: 33%;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #575962;
  padding: 0.5rem;
  border-top: 1px solid #e5e9f3;
  font-size: 0.9rem;
  color: #666;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  z-index: 3
}
.foot-sticky img {
  margin-top: 5px;
}
.foot-sticky .foot-b {
  width: 33.33%;
  float: left;
  text-align: center;
  text-transform: capitalize;
}
.foot-sticky .foot-b a {
  color: #575962;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.9rem;
}
.foot-sticky .foot-b a:hover {
  color: #007CAA;
  text-decoration: none;
}
.foot-sticky .foot-b .foot-c a {
  color: #716aca;
  text-decoration: none;
}
.foot-sticky .foot-b .foot-c a:hover {
  color: #97262A;
  text-decoration: none;
}

.bg{background: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: 420px;
    background-position: 100% 86%;}
/*Footer::End*/
/*Responsive:: Start*/
@media screen and (max-width: 992px) {
  .sec-wrapper {
    width: 60%;
    border-right: none;
    border-left: none;
  }
  .ind-bread {
    width: 60%;
  }
  .foot-sticky {
    width: 60%;
    border-right: none;
    border-left: none;
  }
  .head-logo {
    width: 60%;
    border-right: 0;
  }
  .head-back {
    width: 60%;
    margin-top: 66px;
  }
}
@media screen and (max-width: 600px) {
  .bg{
    background-size: 100%;}
  .sec-wrapper {
    width: 100%;
    border-right: none;
    border-left: none;
  }
  .ind-bread {
    width: 100%;
  }
  .common-box .index h2 {
    font-size: 1rem;
    font-weight: 400;
  }
  .qr-box p {
    font-size: 1rem;
  }
  .foot-sticky {
    width: 100%;
    border-right: none;
    border-left: none;
  }
  .list-lounge h2 {
    font-size: 1.3rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .list-lounge h2 em {
    font-size: 1rem;
  }
  .list-lounge h3 {
    font-size: 1rem;
  }
  .list-lounge p {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
  .lounge-detail h2 {
    font-size: 1.2rem;
    padding-bottom: 0.5rem;
  }
  .lounge-left h2 {
    font-size: 1rem;
  }
  .ind-card h3 {
    font-size: 0.9rem;
    padding: 0;
    margin: 0;
  }
  .ind-card p {
    font-size: 0.9rem;
    padding: 0;
    margin: 0;
    color: #898b96;
    font-weight: 400;
  }
  .ind-bread h2 {
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
  }
  .list-lounge h3 span i {
    width: 8%;
    text-align: center;
  }
  .list-lounge p strong i {
    width: 8%;
    text-align: center;
  }
  .common-box .lo-tab h2 {
    font-size: 1.1rem;
    line-height: 1.4rem;
    padding-bottom: 7px;
  }
  .common-box .lo-tab h3 {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
  .common-box .redem h3 {
    font-size: 0.8rem;
  }
  .common-box .redem h3 i {
    font-size: 0.9rem;
  }
  .head-logo {
    width: 100%;
    border-right: 0;
  }
  .head-back {
    width: 100%;
    margin: 51px auto 0;
    z-index: 1;
  }
  .logo-left img {
    height: 28px;
  }
  .logo-right img {
    height: 28px;
  }
  .margin-1 {
    padding: 110px 0;
  }
  .margin-3 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 420px) {
  .margin-3 {
    padding: 70px 0;
  }
  .head-back {
    margin-top: 51px;
  }
}
@media screen and (max-width: 768px) {
  .head-logo img {
    height: 30px;
  }
  .margin-3 {
    padding: 70px 0;
  }
  .head-back {
    margin: 57px auto 0;
  }
  .margin-1 {
    padding: 120px 0;
  }
  /*Visa Responsive*/
  #head-visa {
    height: 50px;
    padding: 15px 0 0;
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.2);
  }
  #head-visa img {
    height: 23px;
  }
  #back-nav {
    padding: 0 1em 10px 0em;
    margin: 5px auto 0;
  }
  #back-nav h4 {
    font-size: 0.9em;
    font-weight: 400;
    text-transform: uppercase;
  }
  .section-1 {
    padding: 70px 0 50px;
  }
  .section-2 {
    padding: 70px 0 45px;
  }
  .title-head {
    font-size: 1.5em;
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  #tnc-sec .tnbox {
    padding: 15px;
    min-height: 0;
    margin-bottom: 20px;
  }
  #tnc-sec .tnbox img {
    width: 60px;
  }
  #tnc-sec .tnbox h2 {
    font-size: 1em;
    padding: 10px 5px;
  }
  #tnc-sec .tnbox h3 {
    text-align: center
  }
  #register-pop-sec {
    width: 94%;
    margin: 00px auto;
    margin-top: 20px;
    padding: 20px 20px;
    border-radius: 8px;
  }
  #foot-visa .res img {
    text-align: left !important;
    margin-top: 20px;
    float: left;
    padding-left: 3px;
  }
}