
/*-------------------------------------------------------font include----------------------------------------------------------------*/

@font-face {
    font-family: 'Opensans-Bold';
    src: url('../fonts/Login/OpenSans-Bold.eot');
    src: url('../fonts/Login/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Login/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/Login/OpenSans-Bold.woff') format('woff'),
        url('../index_files/OpenSans-Bold.ttf') format('truetype'),
        url('../fonts/Login/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Opensans-Regular';
    src: url('../fonts/Login/OpenSans-Regular.eot');
    src: url('../fonts/Login/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Login/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/Login/OpenSans-Regular.woff') format('woff'),
        url('../fonts/Login/OpenSans-Regular.ttf') format('truetype'),
        url('../fonts/Login/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Opensans-Semibold';
    src: url('../fonts/Login/OpenSans-SemiBold.eot');
    src: url('../fonts/Login/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Login/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/Login/OpenSans-SemiBold.woff') format('woff'),
        url('../fonts/Login/OpenSans-SemiBold.ttf') format('truetype'),
        url('../fonts/Login/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Opensans-Light';
    src: url('../fonts/Login/OpenSans-Light.eot');
    src: url('../fonts/Login/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Login/OpenSans-Light.woff2') format('woff2'),
        url('../fonts/Login/OpenSans-Light.woff') format('woff'),
        url('../fonts/Login/OpenSans-Light.ttf') format('truetype'),
        url('../fonts/Login/OpenSans-Light.svg#OpenSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}



h1,h2,h3,h4,h5,h6 { margin: 0; font-weight: normal;}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;		
	list-style-type: none;
	text-decoration: none;
	outline: none;
	font-family: 'Mulish Semibold', sans-serif;
}

body {
  font-family: 'Mulish Semibold', sans-serif;
  background-color: #fff;
}

figure {
  margin: 0;
}


a, button  { 
  cursor: pointer; 
  text-decoration: none;
  color: #000;
}

button:focus {
  outline: none;
}

ul {
  margin: 0;
}

a:hover {
  color: unset;
  text-decoration: none;
}

.block_element {
  display: block;
}

/*.id_list {
  width: 100% !important;
}*/

.inner {
  width: 100%;
}

.container {
	max-width: 980px;
  padding: 0 20px;
	margin: 0 auto;
}

.login_section {
  background-image: url("../index_files/CIB-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.login_inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 87px 20px 90px;
}

.login_inner .call {
  padding: 8px 29px 8px 44px;
  background-color: #fff;
  color: #4D4D4D;
  font-size: 13px;
  font-family: 'Mulish Semibold', sans-serif;
  text-transform: uppercase;
  border-radius: 36px;
  position: relative;
}

.call:before {
  content: url("../index_files/call.png");
  position: absolute;
  right: 84%;
  top: 50%;
  transform: translateY(-50%);
}

.login_head {
  color: #fff;
  font-size: 35px;
  padding: 30% 0;
  max-width: 80%;
  font-family: 'Mulish Semibold', sans-serif;

}

.login_head .highlight {
  padding-top: 5px;
}

.highlight {
  display: block;
  font-family: 'Mulish Semibold', sans-serif;
  text-transform: capitalize;
}

.login_form_section {
  border-top: 3px solid #E68629;
  width: 35%;
  background-color: #fff;
  padding: 20px 3%;
  text-align: center;
  box-shadow: 6px 0 15px rgba(0,0,0,0.4);
}

.logo {
  width: 206px;
  margin: 0 auto;
}

.login_form {
  padding: 25px 0;
}

.input_field {
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.input_label {
  color: #1D1D1E;
  font-size: 14px;
  font-family: 'Mulish Semibold', sans-serif;
  margin: 0;
}

.input_box {
  width: 100%;
}

.input_box.select_input {
  width: 62%;
  margin-left: auto;
  position: relative;
}

.password {
  position: relative;
}

.password .user_input {
  padding-right: 55px;
}

.password:after {
  content: "";
  background-repeat: no-repeat;
  width: 28px;
  height: 17px;
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.user_input,
.select2-container .select2-selection--single {
  width: 100%;
  height: 40px;
  font-size: 14px;
  border: 1px solid #D1CFBB;
  border-radius: 4px;
  padding: 0 18px;
  color: #1D1D1E;
}

.user_input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #858585;
  font-size: 14px;
  text-transform: capitalize;
}
.user_input::-moz-placeholder { /* Firefox 19+ */
  color: #858585;
  font-size: 14px;
  text-transform: capitalize;
}
.user_input:-ms-input-placeholder { /* IE 10+ */
  color: #858585;
  font-size: 14px;
  text-transform: capitalize;
}
.user_input:-moz-placeholder { /* Firefox 18- */
  color: #858585;
  font-size: 14px;
  text-transform: capitalize;
}
.user_input::-ms-input-placeholder {
  color: #858585;
  font-size: 14px;
  text-transform: capitalize;
}
.user_input::placeholder {
  color: #858585;
  font-size: 14px;
  text-transform: capitalize;
}

.input_link {
  text-transform: capitalize;
  text-align: right;
  color: #153C69;
  font-size: 12px;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 5px;
}

.select_input:after {
  content: "";
  background-image: url("../index_files/down-arrow.png");
  background-repeat: no-repeat;
  width: 12px;
  height: 7px;
  font-size: 7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}

.link_lists {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 28px;
}

.link_list {
  /*border-right: 1px solid #fff;*/
  line-height: 1;
  display: flex;
  align-items: center;
}

.link_list:after {
  content: "";
  background-color: #fff;
  height: 14px;
  width: 1px;
}

.link_list:last-child:after {
  content: "";
  display: none;
}

.link_list:last-child .link_item {
  display: flex;
  align-items: center;
}

.register_icon {
  position: relative;
}

.register_icon:after {
  content: "";
  background-image:  url("../index_files/youtube.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 10px;
}

.link_item {
  color: #fff;
  font-size: 14px;
  margin: 0 12px;
  position: relative;
}

.link_item:hover {
  color: #fff;
}

.link_text {
  position: relative;
}

.link_item:hover .link_text:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #E68629;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.btn_primary {
  background-color: #153C69;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  width: 100%;
  padding: 9px 0;
  font-size: 14px;
  font-family: 'Mulish Semibold', sans-serif;
  text-transform: capitalize;
}

.login_option {
  margin: 0 auto;
}

.login_option_link {
  color: #E87F21;
  font-size: 12px;
  text-transform: capitalize;
  position: relative;
  display: inline-flex;
  justify-content: center;
}

.login_option_link:before {
  content: url("../index_files/debit-card.png");
  background-repeat: no-repeat;
  width: 28px;
  height: 19px;
  margin-right: 11px;
}

.notice_inner {
  padding: 68px 20px;
}

.notice_details_section {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  /*align-items: center;*/
}

.description {
  width: 65%;
  border-right: 1px solid rgba(112,112,112,0.12);
/*  padding-right: 74px; 
  border-right: 1px solid rgba(112,112,112,0.12);
  display: inline-table;*/
}

.description_inner {
  margin-bottom: 30px;
}

.availability {
  text-align: center;
  /*width: 35%;*/
}

.availability .display {
  /*border-left: 1px solid rgba(112,112,112,0.12);*/
}

.detail_head {
  font-size: 30px;
  color: #153C69;
  text-transform: capitalize;
  font-family: 'Mulish Semibold', sans-serif;
  margin-bottom: 10px;
  position: relative;
  padding-left: 42px;
}

.detail_head:before {
  content: "";
  background-image: url("../index_files/shield.png");
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #153C69;
  border-radius: 50%;
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: center;
}

.detail_head.notice_head:before {
  background-image: url("../index_files/notice.png");
  background-size: 45%;
}

.notice_head {
  margin-bottom: 25px;
}

.detail_subhead {
  font-size: 16px;
  margin-bottom: 25px;
  text-transform: none;
}

.description_list {
    counter-reset: list;
    padding-right: 74px;
    /*border-right: 1px solid rgba(112,112,112,0.12);*/
    display: inline-table;
}
.description_list > .list_item {
    list-style: none;
    font-size: 13px;
    color: rgba(67,67,67,0.9);
    margin-bottom: 10px;
    padding-left: 23px;
    position: relative;
}

.description_list > .list_item:last-child {
  margin-bottom: 0; 
}

.description_list > .list_item:before {
    content: counter(list) ") ";
    counter-increment: list;
    margin-right: 8px;
    position: absolute;
    left: 0;
    top: 0;
}

.list_item .highlight {
  display: inline-block;
  color: rgba(226,139,40,0.9) !important;
  font-family: 'Mulish Semibold', sans-serif;
  text-transform: none;
}

.list_item .highlight:hover {
  text-decoration: underline;
  cursor: pointer;
}

/*.list_item .block_element {
  margin-top: 20px;
}*/

.instabiz {
  width: 66px;
  margin: 0 auto 6.4px;
}

.phone_mockup {
  margin: 20px auto;
  width: 192px;
}

.apps {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.apps .app_image:first-child {
  margin-right: 15px;
}

.app_image {
  width: 123px;
}

.availability_head {
  font-family: 'Mulish Semibold', sans-serif;
  font-size: 15px;
  color: #153C69;
}

.social_head {
  color: #3A3A3A;
  margin-bottom: 20px;
}

.note {
  padding: 22px 0;
  background-color: #EBEAE0;
  text-align: center;
}

.imp_note {
  color: #3B3B3B;
  font-size: 13px;
}

.navbar-toggler {
  display: none;
  border: 0;
  padding: 15px 10px;
  color: #063D65;
  background-color: transparent;
  font-size: 35px;
} 

.bar:after {
    content: "";
    background-color: #fff;
    width: 20px;
    height: 3px;
    margin: 0;
    display: block;
}

.bar.middle:after {
  width: 30px;
  margin: 8px auto;
}

.menu {
  display: none;
}


.page {
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu {
  width: 260px;
  background-color: #063D65;
  position: fixed;
  right: 0;
  z-index: 3;
  top: 0;
  height: 100%;
  padding-top: 70px;
  transition-duration: 0.5s;
}


/*----------------------------------select box default css change-----------------------------------------*/


.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal;
  padding: 0;
}

.user_input, .select2-container .select2-selection--single {
  display: flex;
  align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
} 


.select2-results__option[aria-selected],
.select2-container .select2-selection--single {
  text-transform: capitalize;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

span.select2.select2-container.select2-container--default {
  width: 100% !important;
  position: relative !important;
}


/*----------------------------------select box default css change end-----------------------------------------*/


@media screen and (max-width: 1366px) {
  .login_inner {
    padding: 35px 20px;
  }
  .login_inner .call {
    margin-left: 20px;
  }
  .notice_inner {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 1044px) {
  .link_item {
    margin: 0 11px;
    font-size: 13px;
  }
}

@media screen and (max-width: 956px) {
  .links {
    display: none;
    /*position: absolute;
    right: -233px;
    transition-duration: 0.5s;*/
  }
  .input_label {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  .login_inner {
    padding-top: 30px;
  }
  .input_box.select_input {
    width: 100%;
    text-align: left;
  }
  .login_form_section {
    padding: 25px 3%;
    margin: 60px 0px 0;
  }
  .description  {
    width: 57%;
  }
  .description_list {
    padding-right: 30;
  }
  .availability {
    margin: 0 auto;
  }

 /* .navbar-toggler {
    display: block;
    position: absolute;
    top: 11px;
    right: 0;
  }

  .links.show {
    display: block;
    height: 100%;
    position: absolute;
    top: 5%;
    right: 0;
    transition-duration: 0.5s;
  }
 
  .links.show .link_lists {
    flex-direction: column;
    justify-content: flex-start;
    background-color: #153C69;
    height: 100%;
  }*/


  .menu {
    right: -80px;
    transition-duration: 0.5S;
  }
  .page .inner {
    width: 100%;   
    padding-left: 0; 
    position: relative;  
    right: 0;
    transition-duration: 0.5s;
  }
  .page {
    overflow-x: hidden;
    position: absolute;
    width: 100%;
    left: 0;
  } 

  .link_header {
    position: relative;
  }
  
  .link_header .navbar-toggler {
    display: block;
    position: absolute;
    right: 10px;
    top: 4%;
    z-index: 2;
    padding-top: 26px;
  }
  .hide.inner {
    position: fixed;
    overflow: hidden;
    right: 260px;    
    transition-duration: 0.5s;
  }
  .hide.inner:after {    
    content: "";
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .link_header.toggle .navbar-toggler .bar:after {
    background-color: #fff;
    transform: rotate(45deg);
    transition-duration: 0.5s;
  }
  .link_header.toggle .bar.last {
    position: relative;
  }
  .link_header.toggle .bar.last:after {
    transform: rotate(-45deg);
    position: relative;
    top: -3px;
    transition-duration: 0.5s;
  }
  .link_header.toggle .navbar-toggler .bar.middle:after {
    display: none;
    transition-duration: 0s;
  }

  .menu.show {
    transition-duration: 0.5S;
    /*position: absolute;*/
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    background-color: #153C69;
    display: block;
    width: 260px;
  }

  .menu.show .link_lists {
    flex-direction: column;
  }

  .link_list:after {
    content: "";
    display: none;
  }

  .link_list {
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  .link_item {
    font-size: 17px;
    margin: 20px;
  }
  .link_item:hover .link_text:before {
    background: none;
  }
}

@media screen and (max-width: 767px) {
  .login_head {
    font-size: 30px;
  }
  .login_form_section  {
    width: 61%;
  }
  .description  {
    width: 100%;
    border-right: 0;
  }
  .description_list {
    padding-right: 0;
    border-right: 0;
    margin-bottom: 50px;
  }
  /*.availability .display {
    border-left: 0;
  }  */
  .availability {
    margin: 0 auto;
    width: 100%;
  }
  .login_inner {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 664px) {
 .login_form_section  {
    width: 100%;
  } 
}

@media screen and (max-width: 500px) {
  .login_inner {
    flex-direction: column;
  }
  .login_head {
    padding: 10% 0;
    max-width: 100%;
    font-size: 25px;
    text-align: center;
  }
  .login_form_section {
    margin: 0;
  }
  .detail_head {
    font-size: 20px;
  }
}