@charset "utf-8";
@import url("../fonts/gotham/gotham-font.css");
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Light-webfont.eot");
  src: url("../fonts/OpenSans-Light-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/OpenSans-Light-webfont.woff") format("woff"),
    url("../fonts/OpenSans-Light-webfont.ttf") format("truetype"),
    url("../fonts/OpenSans-Light-webfont.svg#open_sanslight") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular-webfont.eot");
  src: url("../fonts/OpenSans-Regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/OpenSans-Regular-webfont.woff") format("woff"),
    url("../fonts/OpenSans-Regular-webfont.ttf") format("truetype"),
    url("../fonts/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Semibold-webfont.eot");
  src: url("../fonts/OpenSans-Semibold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/OpenSans-Semibold-webfont.woff") format("woff"),
    url("../fonts/OpenSans-Semibold-webfont.ttf") format("truetype"),
    url("../fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold")
      format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold-webfont.eot");
  src: url("../fonts/OpenSans-Bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/OpenSans-Bold-webfont.woff") format("woff"),
    url("../fonts/OpenSans-Bold-webfont.ttf") format("truetype"),
    url("../fonts/OpenSans-Bold-webfont.svg#open_sansbold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6 {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
:focus,
a:focus {
  outline: 0;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  color: inherit;
  font: inherit;
}
caption,
th,
td {
  text-align: left;
  font-weight: 300;
  word-break: break-word;
}
a,
a:hover {
  text-decoration: none;
}

/* typography */
h1 {
  font-size: 35pt;
}
h2 {
  font-size: 38pt;
}
h3 {
  font-size: 24pt;
}
h4 {
  font-size: 16pt;
}
h5 {
  font-size: 15pt;
}
h6 {
}

body {
  background-color: #fff;
  font-family: "Inter", sans-serif !important;
  color: #4a5566;
  font-size: 16px;
}
body.paddingzero {
  padding-bottom: 0;
}
a {
  color: #333;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.auto {
  margin: 0 auto;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.semibold {
  font-weight: 600;
}
.lightText {
  font-weight: 300;
}
.bold {
  font-weight: bold;
}
em {
  font-style: italic;
}
input,
select {
  font-family: "Open Sans", Arial, sans-serif;
}
form select {
  background: none;
  border-radius: 0;
}

#header {
  margin: auto;
  padding: 10px 8%;
}
#header .logo {
  float: left;
}
#header .logo img {
  width: 170px;
  padding-top: 4px;
}
#header .menu {
  padding-top: 8px;
  float: right;
}
#header .menu ul li {
  float: left;
  text-align: center;
  padding: 0 20px;
}
#header .menu ul li a {
  cursor: pointer;
  font-size: 16px;
  padding-bottom: 30px;
  line-height: 22px;
  color: #213368;
}
#header .menu ul li a.active,
#header .menu ul li a:hover {
  border-bottom: 2px solid #00bdf2;
  padding-bottom: 7px;
}
#header .menu ul li:hover .dropdown {
  display: block;
}
#header .menu ul li.bgBtn {
  background: #00bdf2;
  border: 1px solid #00bdf2;
  border-radius: 4px;
  padding: 5px 15px 9px !important;
  margin-top: -7px;
  font-size: 15px;
  color: #fff !important;
}
#header .menu ul li.bgBtn a {
  color: #fff !important;
  font-size: 15px;
  padding-bottom: initial;
  border-bottom-color: #fff !important;
}
#header .menu ul li.bgBtn a:hover {
  border-bottom: none;
}
#header .menu ul li.bgBtn .submenu,
#header .menu ul li.bgBtn:hover::before {
  background: #00bdf2 !important;
}
#header .menu ul li.bgBtn .submenu a:last-child {
  border-bottom: none !important;
}
#header .menu ul li:last-child a {
  padding-bottom: initial;
}
#header .menu ul li.loginBtn {
  border: 1px solid #00bdf2;
  border-radius: 4px;
  padding: 7px 15px;
  margin-top: -7px;
  margin-left: 10px;
  color: #00bdf2;
  cursor: pointer;
  position: relative;
  font-size: 15px;
  line-height: 20px !important;
}
#header .menu ul li.loginBtn:hover {
  padding-bottom: 22px !important;
  border-radius: 4px 4px 0 0;
}
#header .menu ul li.loginBtn:hover::before {
  height: 2px;
  width: 100%;
  background: #fff;
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  z-index: 99;
}
#header .menu ul li.loginBtn .submenu {
  position: absolute;
  right: -1px;
  top: 47px;
  width: 220px;
  border: 1px solid #00bdf2;
  border-radius: 4px 0 4px 4px;
  background: #fff;
  display: none;
  box-shadow: 4px 4px 5px #f9f9f9;
}
#header .menu ul li.loginBtn:hover > .submenu {
  display: block;
}
#header .menu ul li.loginBtn .submenu a {
  color: #00bdf2;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
  display: block;
  margin: 0px 20px 0px 20px;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}
#header .menu ul li.loginBtn .submenu span {
  color: #666;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
  display: block;
  margin: 0px 20px 0px 20px;
  padding: 15px 0;
  cursor: default;
}
#header .menu ul li.loginBtn .submenu span em {
  font-size: 12px;
  line-height: 14px;
  display: block;
  font-style: normal;
  font-weight: 400;
}
#header .mobileMenu {
  display: none;
  float: right;
  padding: 10px 10px 0 0;
}
#header #hoverMenu {
  display: none;
  position: fixed;
  z-index: 2000;
  backface-visibility: hidden;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 1);
  transition: all 0.3s;
}
#header .menu ul li.borerBtn a {
  border: 1px solid #00bdf2;
  border-radius: 4px;
  padding: 6px 15px;
  margin-top: -7px;
  margin-left: 10px;
  color: #00bdf2;
  cursor: pointer;
  position: relative;
  font-size: 15px;
  line-height: 20px !important;
}
#header .menu ul li.borerBtn a:hover {
  background: #00bdf2;
  color: #fff;
}

#header .menu ul li.borderBtn {
  border: 1px solid #00bdf2;
  border-radius: 4px;
  padding: 6px 15px;
  margin-top: -7px;
  margin-left: 20px;
  color: #00bdf2;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  line-height: 20px !important;
}
#header .menu ul li.borderBtn:hover {
  background: #00bdf2;
}
#header .menu ul li.borderBtn a {
  color: #00bdf2;
  font-size: 15px;
}
#header .menu ul li.borderBtn:hover a {
  border: none !important;
  color: #fff;
}
#header #hoverMenu .closeIcon {
  position: absolute;
  right: 0;
  padding: 10px 20px 0 0;
  font-size: 22px;
  cursor: pointer;
}
#header #hoverMenu ul {
  margin-top: 10%;
}
#header #hoverMenu .mobileMenuFooter {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  font-size: 12px;
}
#header #hoverMenu .mobileMenuFooter .border {
  border-top: 10px solid #00bdf2;
  border-bottom: 10px solid #213368;
  margin-top: 10px;
}
#header #hoverMenu ul li {
  text-align: center;
}
#header #hoverMenu ul li a {
  display: inline-block;
  padding: 15px;
  font-size: 20px;
  margin: 0;
  text-decoration: none;
  color: #213368;
}
#header #hoverMenu ul li a.active {
  color: #3399ff;
}

.visible {
  visibility: visible !important;
  opacity: 1 !important;
}

#mainBanner {
  width: 100%;
}
#mainBanner #imgContainer {
  min-height: 315px;
}
#mainBanner #imgContainer .bgImg {
  background: url(../img/img-homebg.png) 100% center repeat #f8f8f8;
  min-height: 550px;
  background-size: cover;
}
#mainBanner #imgContainer .bgImg .lightText {
  padding: 95px 0 35px 0;
}
#mainBanner #imgContainer .bgImg span {
  font-size: 54px;
  color: #213368;
  background: #fff;
  display: inline-block;
  padding: 0 10px;
}
#mainBanner #imgContainer .bgImg h2 {
  font-size: 45px;
  line-height: 42px;
  width: 90%;
  margin: auto;
  color: #fff;
  font-weight: 300;
}
#mainBanner #imgContainer .mobileImg {
  margin-top: -45px;
}
#mainBanner #imgContainer .border {
  border-top: 20px solid #00bdf2;
  border-bottom: 20px solid #213368;
}

#product-menu {
  margin: auto;
  width: 1200px;
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
}
#midcontainer {
  margin: auto;
  width: 960px;
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
}
.top-spacing {
  margin-top: -6rem !important;
}
#midcontainer h1 {
  color: #2b457b;
  font-size: 35px;
  line-height: 45px;
}
#midcontainer h1 .blueBG {
  color: #00bdf2;
}
#midcontainer .text {
  font-size: 20px;
  font-weight: 300;
  width: 92%;
  margin-top: 17px;
  display: inline-block;
}
#midcontainer .listing {
  width: 100%;
  margin: auto;
  padding-bottom: 35px;
  overflow: hidden;
  padding-top: 50px;
}
#midcontainer .listing ul {
  overflow: hidden;
}
#midcontainer .listing ul li {
  width: 50%;
  margin: 30px 0% 30px 0;
  float: left;
  text-align: left;
  box-sizing: border-box;
}
#midcontainer .listing ul li.mr0 {
  margin-right: 0 !important;
}
#midcontainer .listing ul li .conImg {
  float: left;
  padding-right: 0;
}
#midcontainer .listing ul li .floatLeft {
  width: 84%;
  margin-left: 5%;
}
#midcontainer .listing ul li .conImg img {
  margin-top: 10px;
  width: 85%;
}
#midcontainer .listing ul li .head {
  font-size: 22px;
  color: #213368;
}
#midcontainer .listing ul li p {
  color: #4a5566;
  font-size: 16px;
  font-weight: 300;
}
#midcontainer a.but {
  background: #00bdf2;
  font-size: 14px;
  color: #fff;
  padding: 15px 25px;
  font-weight: 400;
  border-radius: 3px;
  margin-top: 20px;
  cursor: pointer;
  display: inline-block;
}
#midcontainer a.but img {
  float: right;
  width: 8px;
  margin: 3px 0 0 12px;
}
#midcontainer a.but:hover {
  background: #02abe2;
}

#makePayment #basicMain {
  background: #fff;
}
#makePayment #basicMain .basic {
  width: 1050px;
}

#reruestMain {
  width: 100%;
  background: #00bdf2;
  padding: 50px 0;
  overflow: hidden;
}
#reruest {
  margin: auto;
  overflow: hidden;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}
#reruest p {
  font-size: 30px;
}
#reruest a.but {
  background: #fff;
  font-size: 14px;
  color: #213368;
  padding: 15px 25px;
  font-weight: 400;
  border-radius: 3px;
  margin-top: 20px;
  cursor: pointer;
  display: inline-block;
}
#reruest a.but img {
  float: right;
  width: 8px;
  margin: 3px 0 0 12px;
}
#reruest a.but:hover {
}

#queAns {
  margin: auto;
  width: 960px;
  overflow: hidden;
  margin-top: 50px;
  text-align: center;
}
#queAns h1 {
  color: #2b457b;
  font-size: 35px;
  line-height: 45px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}
#queAns .half {
  float: left;
  width: 100%;
}
#queAns .tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #fff;
  overflow: hidden;
  margin-bottom: 25px;
}
#queAns input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
#queAns label {
  position: relative;
  display: block;
  padding: 26px 56px 26px 26px;
  font-weight: bold;
  cursor: pointer;
}
#queAns .blue label {
  background: #f7f7f7;
  font-size: 18px;
  text-align: left;
  font-weight: 400;
  color: #213368;
}
#queAns .blue label:hover {
  background: #f2fcff;
}
#queAns .tab-content {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  -webkit-transition: max-height 0.35s;
  -o-transition: max-height 0.35s;
  transition: max-height 0.35s;
}
#queAns .blue .tab-content {
  background: #fff;
  color: #4a5566;
  font-size: 14px;
  font-weight: 400;
}
#queAns .tab-content p {
  background: #f2fcff;
  padding: 26px;
  text-align: left;
  font-size: 18px;
  color: #213368;
}
#queAns .tab-content ul {
  background: #f2fcff;
  margin: 0;
  padding: 0px 26px 0 46px;
}
#queAns .tab-content ul li {
  text-align: left;
  font-size: 18px;
  color: #213368;
  list-style: disc;
  padding-bottom: 10px;
}
#queAns .tab-content ul li a,
#queAns .tab-content p a {
  color: #00bdf2;
}
#queAns input.checked ~ .tab-content {
  max-height: none;
}
#queAns label::after {
  position: absolute;
  right: 0;
  top: 5px;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
#queAns input[type="checkbox"] + label::after {
  content: "+";
}
#queAns input[type="radio"] + label::after {
  content: url(../img/ic_downarrow_grey_lg.png);
}
#queAns input[type="radio"].checked + label::after {
  content: url(../img/ic_uparrow_blue_lg.png);
}
#queAns input[type="radio"].checked + label {
  background: #f2fcff;
}
#queAns a.but {
  background: #00bdf2;
  font-size: 14px;
  color: #fff;
  padding: 15px 25px;
  font-weight: 400;
  border-radius: 3px;
  margin-top: 20px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
}
#queAns a.but img {
  float: right;
  width: 8px;
  margin: 3px 0 0 12px;
}
#queAns a.but:hover {
  background: #02abe2;
}
#queAns .link {
  font-size: 20px;
  color: #4a5566;
  display: block;
  padding: 40px 0 60px 0;
  clear: both;
}
#queAns .link span a {
  cursor: pointer;
  color: #00bdf2;
}

#aboutMain {
  width: 100%;
  background: #fafafa;
}
#aboutContainer {
  margin: auto;
  width: 960px;
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
  padding-top: 60px;
}
#aboutContainer h1 {
  font-size: 35px;
  line-height: 68px;
  color: #2b457b;
}
#aboutContainer h1 span {
  color: #00bdf2;
}
#aboutContainer .text {
  font-size: 20px;
  font-weight: 300;
  width: 96%;
  margin-top: 17px;
  display: inline-block;
  margin-bottom: 30px;
}
#aboutContainer .listing {
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-top: 10px;
  margin-bottom: 50px;
}
#aboutContainer .listing ul li {
  width: 32%;
  margin: 30px 20px 30px 0;
  float: left;
  text-align: left;
  height: 35px;
  box-sizing: border-box;
}
#aboutContainer .listing ul li .conImg {
  float: left;
  padding-right: 20px;
}
#aboutContainer .listing ul li .conImg img {
  width: 85%;
  margin-top: 10px;
}
#aboutContainer .listing ul li .head {
  color: #213368;
  font-size: 22px;
  line-height: 48px;
}
#aboutContainer .listing ul li.mr0 {
  margin-right: 0 !important;
}

#aboutImageCon {
  background: #00def3; /* Old Browsers */
  background: -webkit-linear-gradient(
    bottom left,
    #00def3,
    #00bdf2
  ); /*Safari 5.1-6*/
  background: -o-linear-gradient(
    bottom left,
    #00def3,
    #00bdf2
  ); /*Opera 11.1-12*/
  background: -moz-linear-gradient(bottom left, #00def3, #00bdf2); /*Fx 3.6-15*/
  background: linear-gradient(bottom left, #00def3, #00bdf2); /*Standard*/
}
#aboutImageCon img {
  width: 100%;
  margin-bottom: -5px;
}
#aboutImageCon {
  text-align: center;
}
#aboutImageCon .imgText {
  text-align: center;
  color: #fff;
  font-size: 35px;
  font-weight: 300;
  width: 57%;
  margin: auto;
  padding: 80px 0;
}
#aboutImageCon .imgText span {
  font-weight: 400;
}
#aboutImageCon img {
  width: 50%;
  text-align: center;
}

#management {
  margin: auto !important;
  width: 960px;
  overflow: hidden;
  padding: 50px 0 10px 0;
  text-align: center;
  margin: 30px 0;
}
#management h1 {
  color: #2b457b;
  font-size: 35px;
}
#management h1 span {
  color: #00bdf2;
}
#management .boardDir {
  padding: 50px 0 30px 0;
  clear: both;
  color: #4a5566;
  font-size: 18px;
}
#management .boardDir > div {
  width: 290px;
  float: left;
  padding-right: 50px;
}
#management .boardDir > div img {
  text-align: right;
  float: right;
}
#management .boardDir > div .name {
  text-align: right;
  font-size: 22px;
  clear: both;
}
#management .boardDir > div .name span {
  color: #00bdf2;
  font-size: 20px;
  display: block;
}
#management > div p {
  width: 620px;
  float: left;
  color: #4a5566;
  font-size: 16px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 40px;
  font-weight: 300;
  text-align: left;
}
.borderNone {
  border-bottom: none !important;
}

#line-functioning-heads {
  padding: 50px 0;
  background: #fafafa;
}
#line-functioning-heads h1 {
  color: #2b457b;
  font-size: 35px;
  text-align: center;
}
#line-functioning-heads .section .block {
  border-radius: 5px;
}
#line-functioning-heads .section .block h3 {
  font-size: 20px;
  line-height: 24px;
  color: #00bdf2;
  margin: 0 0 5px;
}
#line-functioning-heads .section .block h5 {
  font-size: 15px;
  line-height: 20px;
  color: #666;
  margin: 0;
}
#line-functioning-heads .section .block .text {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin: 20px 0 0px;
}
#line-functioning-heads .section .block .text strong {
  font-size: 16px;
  font-weight: bold;
  color: #444;
  display: block;
  margin-bottom: 5px;
}
#line-functioning-heads .section .block .text a {
  color: #00b2f1;
  text-decoration: none;
}
#line-functioning-heads .section .block .text span {
  display: block;
  font-size: 13px;
  line-height: 18px;
  color: #ccc;
}

#fotterLine {
  width: 100%;
  position: relative;
  z-index: 19;
}
#fotterLine .one {
  height: 15px;
  background: #00bdf2;
}
#fotterLine .two {
  height: 15px;
  background: #213368;
}

#fotterMobile {
  width: 90%;
  margin: auto;
  padding: 30px 0;
  border-bottom: 1px solid #e6e6e6;
}
#fotterMobile ul {
  float: left;
  width: 45%;
  margin-bottom: 25px;
}
#fotterMobile ul:first-child {
  margin-right: 25px;
}
#fotterMobile ul .head {
  color: #404040;
  font-weight: 400;
  font-size: 16px;
}
#fotterMobile ul li {
  float: left;
  width: 100%;
}
#fotterMobile ul li a {
  color: #666;
  font-size: 13px;
  padding: 7px 0;
  display: block;
  font-weight: 300;
}
#fotterMobile .foLink {
  clear: both;
  color: #666;
  font-size: 13px;
  font-weight: 400;
  margin-top: 20px;
}
#fotterMobile .foLink a {
  padding: 10px 25px 0 0;
  overflow: hidden;
  display: inline-block;
}
.copyMobile {
  padding: 20px;
  font-size: 12px;
}
#fotterMobile {
  display: none;
}
.copy {
  display: none;
}

#fotterWeb {
}
#fotterWeb {
  width: 90%;
  margin: auto;
  padding: 30px 0;
}
#fotterWeb ul {
  float: left;
  width: 20%;
  margin-bottom: 25px;
  box-sizing: border-box;
}
#fotterWeb ul .head {
  color: #404040;
  font-weight: 400;
  font-size: 16px;
}
#fotterWeb ul li {
  float: left;
  width: 85%;
}
#fotterWeb ul li a {
  color: #666;
  font-size: 13px;
  padding: 5px 0;
  display: block;
  font-weight: 300;
}
#fotterWeb ul.headLink li a {
  color: #404040;
  font-weight: 400;
  font-size: 16px;
}
#fotterWeb ul .semiLinks {
  color: #404040;
  font-weight: 400;
  font-size: 14px;
  margin: 10px 0;
}
#fotterWeb ul .semiLinks span {
  font-weight: 300;
}
#fotterWeb ul .atm {
  color: #666;
  font-weight: 400;
  font-size: 14px;
  border-radius: 4px;
  margin: 10px 0;
}
#fotterWeb ul .atm span {
  font-weight: 300;
}
.copyWeb {
  padding: 20px;
  font-size: 12px;
  clear: both;
  text-align: center;
}

/* contact us page css */
#contact {
  margin: auto;
  width: 960px;
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
  padding-top: 0px;
}
#contact h1 {
  color: #2b457b;
  font-size: 35px;
}
#contact ul {
  margin: 50px 0;
}
#contact ul li {
  width: 50%;
  display: inline-block;
  text-align: left;
  margin: 0 -2px;
  border-right: 1px solid #e6e6e6;
  padding: 0 50px;
  box-sizing: border-box;
  vertical-align: top;
}
#contact ul li:last-child {
  border-right: 0;
  position: relative;
}
#contact ul li .heading {
  color: #213368;
  font-size: 22px;
  font-weight: 400;
  padding: 20px 0 10px 0;
}
#contact ul li p {
  font-size: 16px;
  color: #4a4a4a;
  font-weight: 300;
  padding: 10px 0;
}
#contact ul li span {
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
}
#contact ul li span span {
  font-size: 15px;
  font-weight: 300;
  display: initial;
}
#contact ul li .atm {
  color: #666;
  font-weight: 400;
  font-size: 14px;
  border-radius: 4px;
  margin: 10px 0;
  display: inline-block;
}
#contact ul li .atm span {
  font-weight: 300;
  padding: 0;
}
#contact .border {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 35px;
}
#contact .email {
  font-size: 28px;
  color: #213368;
  margin-bottom: 35px;
}
#contact .email span {
  font-size: 18px;
  color: #4a4a4a;
  display: block;
}
#contact .email span a {
  color: #00bdf2;
}
#contact a {
  color: #00bdf2;
  margin: 20px 0;
  display: inline-block;
}
.direstion {
  color: #fff;
  position: absolute;
  top: 42%;
  left: 43%;
  text-align: center;
}
#contact .mt129 {
  margin-top: 106px;
}

.contact-banner {
  background: url("/img/contact-us-page-flower.svg") no-repeat center top
    #e8f8fd;
  padding: 125px 0 70px;
  text-align: center;
}
.contact-banner h1 {
  color: #002970;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}
.contact-banner p,
.contact-banner p span,
.contact-banner a {
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
}
.contact-banner p {
  margin: 25px 0 0;
  font-size: 17px;
  line-height: 25px;
}
.contact-banner p span {
  display: block;
  margin-top: 10px;
}
.contact-banner a {
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
}
.contact-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 90px 0 0px;
}
.contact-section .block {
  width: 235px;
  margin: 0 66px 60px;
}
.contact-section .block .img {
  margin-bottom: 20px;
}
.contact-section .block .img img {
  max-width: 100%;
  display: block;
}
.contact-section .block h2 {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin: 0 0 10px;
}
.contact-section .block p {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin: 0;
}
.contact-atm {
  margin-bottom: 150px;
  text-align: center;
}
.contact-atm a {
  display: inline-block;
  color: #00baf2;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
}
.contact-atm a svg {
  margin-left: 2px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .contact-section .block {
    width: calc(33.33% - 80px);
    margin: 0 40px 60px;
  }
}
@media (max-width: 767px) {
  .contact-banner {
    background-size: 400px;
    padding: 88px 25px 72px;
  }
  .contact-banner h1 {
    margin: 0 0 80px;
    font-size: 32px;
    line-height: 40px;
  }
  .contact-banner p {
    font-size: 17px;
    line-height: 25px;
    margin: 0px;
    font-weight: 500;
  }
  .contact-banner p span {
    display: block;
    margin-top: 10px;
  }
  .contact-banner p a {
    font-weight: 700;
    display: block;
    font-size: 32px;
    line-height: 40px;
  }
  .contact-section {
    margin-top: 80px;
  }
  .contact-section .block {
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
    margin: 0 0 60px;
  }
  .contact-section .block h2,
  .contact-section .block p,
  .contact-atm a {
    font-size: 17px;
    line-height: 25px;
  }
  .contact-atm {
    margin-bottom: 75px;
  }
}

#security {
  background: url(../img/safetybg.png) center repeat #f8f8f8;
  width: 100%;
}
#security .safety {
  margin: auto !important;
  width: 960px;
  overflow: hidden;
  padding: 10px 0 0 0;
  text-align: left;
  margin: 30px 0;
}
h1.security-title {
  color: #2b457b !important;
  font-size: 40px;
}
h1.security-title span {
  color: #00bdf2;
}
#security .safety .do {
  padding: 50px 0 30px 0;
  clear: both;
  color: #4a5566;
  font-size: 18px;
  overflow: hidden;
  position: relative;
}
#security .safety .do .name {
  width: 250px;
  float: left;
  padding-right: 50px;
  text-align: right;
  font-size: 38px;
  clear: both;
  color: #47ac00;
  position: relative;
  line-height: 0.5;
}
#security .safety .do .name img {
  width: 10%;
  position: absolute;
  margin: -4px 0px 0 -40px;
}
#security .safety .do .sideImg {
  float: left;
  position: absolute;
  right: 0;
  top: 150px;
}
#security .safety > div ul {
  width: 300px;
  float: left;
  text-align: left;
  list-style: disc;
  margin-left: 10px;
}
#security .safety > div ul li {
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 20px;
}
#security .safety > div ul li ul {
  margin-top: 20px;
  float: initial;
}
#security .safety > div ul li ul li:last-child {
  padding-bottom: 0;
}

#security1 .safety1 > div ul.listStyle {
  color: red;
}
#security1 {
  width: 100%;
  height: 600px;
  background: #fafafa;
  overflow: hidden;
  padding-top: 30px;
}
#security1 .safety1 {
  margin: auto !important;
  width: 960px;
  overflow: hidden;
  text-align: left;
  margin: 30px 0;
}
#security1 .safety1 .dont {
  padding: 10px 0;
  clear: both;
  color: #4a5566;
  font-size: 18px;
  overflow: hidden;
  position: relative;
}
#security1 .safety1 .dont h1 {
  color: #d8213b;
  font-size: 35px;
  padding-bottom: 20px;
}
#security1 .safety1 .dont .name {
  width: 250px;
  float: left;
  padding-right: 50px;
  text-align: right;
  font-size: 38px;
  clear: both;
  color: #d8213b;
  position: relative;
  line-height: 0.5;
}
#security1 .safety1 .dont .name img {
  width: 10%;
  position: absolute;
  margin: -4px 0px 0 -40px;
}
#security1 .safety1 .dont .sideImg {
  float: left;
  position: absolute;
  right: 0;
  top: 131px;
}
#security1 .safety1 > div ul {
  width: 500px;
  float: left;
  text-align: left;
  list-style: disc;
  margin-left: 10px;
}
#security1 .safety1 > div ul li {
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 15px;
  color: #4a5566;
}
#security1 .safety1 > div ul li ul {
  margin-top: 20px;
  float: initial;
}
#security1 .safety1 > div ul li ul li:last-child {
  padding-bottom: 0;
}
.ml300 {
  margin-left: 300px;
}
.bgwight {
  background: #fff !important;
}

#currentyMain {
  width: 100%;
  background: #fafafa;
  overflow: hidden;
}
#currentyMain .currenty {
  margin: auto !important;
  width: 960px;
  overflow: hidden;
  padding: 10px 0 0 0;
  text-align: center;
}
#currentyMain .currenty h1 {
  color: #213368;
  padding-top: 35px;
  font-size: 38px;
  padding-bottom: 20px;
}
#currentyMain .currenty h1 span {
  color: #00bdf2;
}
#currentyMain .currenty .half {
  box-sizing: border-box;
}
#currentyMain .currenty a.but {
  background: #00bdf2;
  font-size: 14px;
  color: #fff;
  padding: 12px 20px;
  font-weight: 400;
  border-radius: 3px;
  margin-top: 20px;
  cursor: pointer;
  display: inline-block;
}
#currentyMain .currentya.but img {
  float: right;
  width: 8px;
  margin: 3px 0 0 12px;
}
#currentyMain .currenty a.but:hover {
  background: #02abe2;
}
#currentyMain .currenty a img {
  margin-bottom: -5px;
  width: inherit;
}
.margin-top-80 {
  margin-top: 80px;
}

/*Please check - Vipul*/
#faqContainer {
  margin: auto;
  width: 960px;
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
  padding-top: 60px;
}
#faqContainer h1 {
  color: #2b457b;
  font-size: 35px;
  line-height: 70px;
  text-align: center;
}
#faqContainer #contentFaq .links {
  width: 20%;
  text-align: left;
  float: left;
}
#faqContainer #contentFaq .posFixed {
  position: fixed;
  top: 10px;
  width: 15%;
}
.hideFixed {
  display: none;
}
#faqContainer #contentFaq {
  margin: 60px 0 0 0;
}
#faqContainer #contentFaq .links h2 {
  font-size: 22px;
  color: #333333;
}
#faqContainer #contentFaq .links ul {
  margin-top: 9px;
}
#faqContainer #contentFaq .links ul li {
  padding: 20px 0 0 0;
}
#faqContainer #contentFaq .links ul li a,
#faqContainer #contentFaq .links ul li span {
  font-size: 16px;
  color: #333333;
  line-height: 16px;
}
#faqContainer #contentFaq .links ul li.active a,
#faqContainer #contentFaq .links ul li a:hover,
#faqContainer #contentFaq .links ul li.active span,
#faqContainer #contentFaq .links ul li span:hover,
#faqContainer #contentFaq .links-description .listing-faq .only-text a {
  color: #00bdf2;
  cursor: pointer;
}
#faqContainer #contentFaq .links-description {
  width: 73%;
  text-align: left;
  margin-left: 246px;
}
#faqContainer #contentFaq .links-description h2 {
  font-size: 35px;
  color: #00bdf2;
  line-height: 40px;
  margin-bottom: 19px;
}
#faqContainer #contentFaq .links-description h3 {
  font-size: 25px;
  color: #00bdf2;
  margin-bottom: 22px;
}
#faqContainer #contentFaq .links-description h3.others {
  background-color: #f7f7f7;
}
#faqContainer #contentFaq .links-description .listing-faq {
  margin-bottom: 30px;
}
#faqContainer #contentFaq .links-description .listing-faq h4 {
  font-size: 22px;
  color: #333333;
}
#faqContainer #contentFaq .links-description .listing-faq p,
#faqContainer #contentFaq .links-description .listing-faq .only-text {
  font-size: 18px;
  font-weight: 300;
  color: #4a4a4a;
  line-height: 28px;
  margin: 12px 0 0 0;
}
#faqContainer #contentFaq .links-description .listing-faq ul {
  list-style: circle;
  margin-top: 23px;
  margin-left: 35px;
}
#faqContainer #contentFaq .links-description .listing-faq ol {
  margin-top: 23px;
  margin-left: 0px;
}
#faqContainer #contentFaq .links-description .listing-faq ol ul {
  list-style: none;
}
#faqContainer #contentFaq .links-description .listing-faq ul li,
#faqContainer #contentFaq .links-description .listing-faq ol li {
  font-size: 18px;
  font-weight: 300;
  color: #4a4a4a;
  line-height: 28px;
}
.line {
  border: 1px solid #e6e6e6;
  margin: 40px 0;
}
#pPolicy p {
  font-weight: 300 !important;
  font-size: 18px !important;
}
#pPolicy .information ul {
  list-style: none !important;
  margin-left: 16px !important;
}
#pPolicy .information ul li {
  margin-bottom: 10px !important;
}
/*Please check - Vipul*/

/*Akshay Start*/
#privacyPolicy {
  margin: auto;
  width: 960px;
  overflow: hidden;
  padding: 60px 0;
  text-align: center;
}
#privacyPolicy h1 {
  color: #2b457b;
  font-size: 35px;
  line-height: 70px;
  float: left;
  margin-bottom: 30px;
}
#privacyPolicy .objectives {
  float: left;
  margin: 0;
  text-align: left;
}
#privacyPolicy .objectives .head {
  color: #00bdf2;
  font-size: 25px;
}
#privacyPolicy .objectives p {
  color: #4a4a4a;
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
  font-weight: 300;
}
#privacyPolicy .objectives a {
  color: #00bdf2;
  font-weight: 400;
}
#privacyPolicy .objectives .subheading {
  color: #333333;
  font-size: 20px;
  margin: 20px 0;
}
#privacyPolicy .objectives .information {
  float: left;
}
#privacyPolicy .objectives .information .heading {
  color: #333333;
  font-size: 20px;
  margin: 20px 0;
}
#privacyPolicy .objectives .information ul {
  list-style: none;
  padding-left: 16px;
  margin: 15px 0 20px;
}
#privacyPolicy .objectives .information ul li {
  padding-left: 5px;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 24px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#privacyPolicy .separator {
  border: 1px solid #e6e6e6;
  float: left;
  width: 100%;
  margin: 40px 0;
}
#privacyPolicy .objectives .information p {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#rates {
  margin: auto;
  width: 960px;
  overflow: hidden;
  padding: 60px 0;
  text-align: center;
}
#rates h1 {
  color: #2b457b;
  font-size: 35px;
  line-height: 70px;
  font-weight: 300;
}
#rates ul {
  overflow: hidden;
  padding-top: 10px;
}
.deduction {
  clear: both;
  display: inline-block;
}
#rates ul .Ratheading {
  color: #00bdf2;
  text-align: left;
  font-size: 22px;
  padding-bottom: 20px;
  font-weight: 600;
}
#rates ul .RatSubheading {
  color: #000;
  text-align: left;
  font-size: 20px;
  padding-bottom: 15px;
  font-weight: 500;
}
#rates ul li .inBox {
  width: 100%;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  padding: 0 20px;
  float: left;
  text-align: left;
  color: #6b7c93;
  font-size: 16px;
  font-weight: 400;
}
#rates ul li {
  width: 48%;
  float: left;
  margin: 0 30px 0 0;
}
#rates ul li.mr0 {
  margin-right: 0;
}
#rates ul li .noborder {
  border-bottom: 0 !important;
}
#rates ul li .detail {
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0;
}
#rates ul li .detail ul {
  margin-top: 5px;
}
#rates ul li .detail ul li {
  color: #213368;
  font-size: 18px;
  width: 100%;
  list-style: disc;
  margin-left: 35px;
}
#rates ul li .detail span {
  color: #213368;
  font-size: 18px;
  display: block;
}
#rates ul li .detail em {
  color: #777;
  font-size: 14px;
  display: block;
  font-style: normal;
}
#rates ul li.last {
  background: #fafafa;
  padding-top: 70px;
  padding: 15px 0 40px;
}
#rates ul li.last h1 {
  color: #213368;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}
#rates ul li.last a.but {
  background: #00bdf2;
  font-size: 14px;
  color: #fff;
  padding: 15px 25px;
  font-weight: 400;
  border-radius: 3px;
  margin-top: 0px;
  cursor: pointer;
  display: inline-block;
}
#rates ul li.last a.but img {
  float: right;
  width: 8px;
  margin: 3px 0 0 12px;
}
#rates ul li.last a.but:hover {
  background: #02abe2;
}
/*#rates .head{font-size: 18px;color: #00BDF2;margin: 15px 0;font-weight: 600;}
#rates table {width: 100%;}
#rates table.mt50 {margin-top: 50px;}
#rates table tr.greyBackground{background: #FAFAFA;}
#rates table td{  font-size: 18px;color: #4A5566;  border: 1px solid #E6E6E6;width: 50%;padding: 15px 30px;}
#rates table td ul{ list-style: disc;padding-left: 20px;margin-top: 10px;}*/

/*Akshay End*/

#SavingsAccount .text1 a {
  font-weight: 400;
  display: inline-block;
  padding: 13px 30px;
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  background: #00bdf2;
  text-decoration: none;
  margin-top: 15px;
  border-radius: 4px;
}

#SavingsAccount .bottom {
  font-size: 14px;
  text-align: left;
  padding: 30px;
}

.mt55 {
  padding-top: 55px;
  font-weight: 400;
}
.mt55 span {
  color: #00bdf2;
}
.mb55 {
  margin-bottom: 55px;
}
.proMenu {
  border-bottom: 1px solid #e6e6e6;
  padding: 60px 0 30px 0;
}
.proMenu ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  margin: 0 -3px;
  width: 11.11%;
  color: #4a5566;
}
.proMenu ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #4a5566;
  cursor: pointer;
}
.proMenu ul li img {
  margin-bottom: 10px;
  height: 30px;
}
.proMenu ul li span {
  display: block;
}
.proMenu ul li:last-child {
  margin-right: 0;
}
.proMenu ul li a:hover {
  color: #00bdf2;
}
/*.proMenu ul li .active{color: #00BDF2;}*/

#CurrentAccount {
  background: #fff;
  padding-top: 50px;
}
#CurrentAccount .text1 a {
  font-weight: 400;
  display: inline-block;
  padding: 13px 30px;
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  background: #00bdf2;
  text-decoration: none;
  margin-top: 15px;
  border-radius: 4px;
}
#CurrentAccount .block {
  float: left;
  width: 33.33%;
  padding: 20px 15px;
  box-sizing: border-box;
}
#CurrentAccount .head {
  color: #213368;
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 10px;
}
#CurrentAccount p {
  color: #4a5566;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
#CurrentAccount .current-section {
  margin-top: 70px;
}
#CurrentAccount .current-section img {
  display: block;
}
#CurrentAccount .current-section .head,
#CurrentAccount .current-section p {
  text-align: left;
}
#CurrentAccount .curRight {
  padding-top: 65px;
}
#CurrentAccount .curRight .head,
#CurrentAccount .curRight p {
  padding: 0px 0 5px 30px;
}
#CurrentAccount .curLeft {
  padding: 90px 0 0 0px;
}
#CurrentAccount .curLeft .head,
#CurrentAccount .curLeft p {
  padding: 0px 0 5px 80px;
}
.e6bg {
  background: #e6e6e6;
  height: 1px;
}
.col6 {
  float: left;
  width: 50%;
}
.col6.floatLeft img {
  padding-left: 35px;
}
.col6.floatRight {
  float: right !important;
}
.col6.floatRight img {
  float: right !important;
  padding-right: 35px;
}

#basicMain {
  width: 100%;
  background: #fff;
  overflow: hidden;
}
#basicMain .basic {
  margin: auto !important;
  width: 960px;
  overflow: hidden;
  padding: 10px 0 0 0;
  text-align: center;
}
#basicMain .basic h1 {
  color: #213368;
  padding-top: 40px;
  font-size: 38px;
  padding-bottom: 20px;
}
#basicMain .basic h1 span {
  color: #00bdf2;
}
#basicMain .basic .text {
  font-size: 22px;
  font-weight: 300;
  color: #4a5566;
  width: 80%;
  display: inline-block;
}
#basicMain .listing {
  width: 80%;
  margin: auto;
  overflow: hidden;
  padding: 50px 0;
}
#basicMain .listing ul {
}
#basicMain .listing ul li {
  width: 46%;
  margin: 30px 43px 30px 0;
  float: left;
  text-align: left;
  box-sizing: border-box;
}
#basicMain .listing ul li img {
  float: left;
  padding-right: 20px;
}
#basicMain .listing ul li .head {
  color: #213368;
  padding-left: 63px;
  font-size: 28px;
}
#basicMain .listing ul li p {
  color: #4a5566;
  font-size: 18px;
  font-weight: 300;
  padding-left: 64px;
}
#basicMain .listing ul li.mr0 {
  margin-right: 0 !important;
}

#noticeContainer {
  margin: auto;
  width: 960px;
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
  padding-top: 60px;
}
#noticeContainer h1 {
  color: #2b457b;
  font-size: 35px;
  line-height: 70px;
}
#noticeContainer h1 span {
  color: #00bdf2;
}
#noticeContainer ul {
  list-style: disc;
  margin-top: 23px;
  margin-left: 35px;
  margin-bottom: 80px;
}
#noticeContainer ul li {
  float: left;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  padding: 20px 0;
}
#noticeContainer ul li .date {
  font-size: 14px;
  color: #4a5566;
  font-weight: 300;
}
#noticeContainer ul li .info {
  color: #4a5566;
  font-weight: 18px;
  font-weight: 400;
}
#noticeContainer ul li .link a {
  font-size: 14px;
  color: #00bdf2;
}
#noticeContainer ul li .link span {
  font-weight: 300;
  color: #666;
  font-size: 12px;
}
#noticeContainer ul li:last-child {
  border-bottom: 0 !important;
}

.hisList {
  margin: 30px 0 50px;
  overflow: hidden;
}
.hisList ul {
}
.hisList ul li {
  width: 30.33%;
  float: left;
  margin: 0px 1.5%;
  padding: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 4px;
  background: #fafafa;
  text-align: center;
  min-height: 400px;
}
.hisList ul li .titel {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
  margin: 0 0 25px;
  padding: 0 0 25px;
  position: relative;
}
.hisList ul li .titel::before {
  height: 3px;
  background: #ddd;
  position: absolute;
  content: "";
  width: 30px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 4px;
}
.hisList ul li p {
  font-size: 12px;
  line-height: 24px;
  color: #666666;
}

#StrengthMain {
  width: 100%;
  background: #fafafa;
  overflow: hidden;
  text-align: center;
}
#StrengthMain .Strengt {
  margin: auto !important;
  width: 960px;
  overflow: hidden;
  padding: 50px 0;
}
#StrengthMain .Strengt h1 {
  font-size: 35px;
}
#StrengthMain .Strengt .proMenu {
  border-bottom: 0;
}

.Openings {
  margin: auto;
  width: 960px;
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
  padding-top: 60px;
}
.Openings h1 {
  color: #2b457b;
  font-size: 38px;
  line-height: 70px;
}
.Openings .openlink {
  overflow: hidden;
  text-align: center;
  margin: 60px 0 40px 140px;
}
.Openings .openlink .left {
  width: 35%;
  display: inline-block;
  text-align: left;
}
.Openings .openlink .left a {
  display: block;
  color: #00bdf2;
  font-weight: 300;
  font-size: 22px;
  padding-bottom: 20px;
}
.Openings p {
  color: #4a5566;
  font-size: 18px;
  text-align: left;
  margin-bottom: 50px;
}

.tcListing {
  border: 1px solid #999;
  overflow: hidden;
  padding: 20px;
  width: 70%;
}
.tcListing ul li {
  display: inline-block;
  width: 46%;
  font-weight: 300;
  font-size: 13px;
  padding: 10px;
  background: #f1f1f1;
  margin-bottom: 4px;
}
.tcListing ul li.TAR {
  text-align: right;
}

.aboutListMain {
  width: 100%;
  background: #fafafa;
}
.aboutListMain .aboutDetail {
  width: 960px;
  margin: auto;
  text-align: center;
}
.aboutListMain .aboutDetail h1 {
  color: #213368;
  font-size: 53px;
  font-weight: 300;
  text-align: center;
  padding-top: 40px;
}
.aboutListMain .aboutDetail h1 span {
  display: block;
  font-weight: 600;
  line-height: 0.7;
}
.aboutListMain .aboutDetail .bgText {
  background: #00bdf2;
  font-size: 32px;
  padding: 10px 25px;
  color: #fff;
  display: inline-block;
  margin-bottom: 50px;
  font-weight: 300;
  margin-top: 65px;
}
.aboutListMain .aboutDetail .detailIMG img {
  margin-bottom: -5px;
}
.aboutListMain .aboutDetail .overlapIMG {
  position: absolute;
  left: 40.2%;
  top: 433px;
  z-index: 99;
}
.aboutListMain .aboutDetail .overlapIMG img {
  width: 50%;
}

.aboutList {
  margin: auto;
  width: 960px;
  overflow: hidden;
  padding: 100px 0;
}
.aboutList ul {
  width: 70%;
  float: left;
}
.aboutList ul li {
  float: left;
  margin-bottom: 30px;
}
.aboutList ul li .abouthead {
  color: #2b457b;
  font-size: 22px;
  text-align: left;
  padding-bottom: 20px;
}
.aboutList ul li p {
  color: #4a5566;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}
.aboutRight {
  float: left;
  width: 25%;
  margin-left: 40px;
}
.aboutRight .abouthead {
  color: #2b457b;
  font-size: 22px;
  text-align: left;
  padding-bottom: 20px;
}
.aboutRight .tick {
  font-weight: 300;
  font-size: 20px;
  padding-bottom: 10px;
}

.dropdown {
  background: #ffffff;
  border: 1px solid #dae2e6;
  box-shadow: 0 3px 9px 0 rgba(69, 74, 77, 0.15);
  border-radius: 3px;
  position: absolute;
  margin: 8px 0 0 0 !important;
  display: none;
  z-index: 1;
}
.dropdown ul {
}
.dropdown ul li {
  background: #fff !important;
  margin-top: 0 !important;
}
.dropdown ul li a {
  font-size: 14px !important;
  color: #737b7f !important;
  line-height: 40px !important;
  display: block;
  text-align: left;
  border-bottom: 1px solid #e7eff3 !important;
}
.dropdown ul li a:hover {
  border-bottom: 1px solid #e7eff3 !important;
  padding-bottom: 0 !important;
  color: #00bdf2 !important;
}

#currentyMain .currenty img {
  margin-bottom: -5px;
}

.grievance {
  text-align: left;
}
.topArrow {
  position: fixed;
  border-radius: 2px;
  background: #fff;
  z-index: 13;
  right: 0;
  bottom: 10%;
  padding: 10px 12px;
  cursor: pointer;
  top: inherit;
  opacity: 0.8;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

.AccountOpening {
}
.AccountOpening ul {
  overflow: hidden;
  padding-bottom: 60px;
  color: #4a5566;
  font-size: 16px;
  font-weight: 400;
  margin-top: 50px;
  border-bottom: 1px solid #e6e6e6;
}
.AccountOpening ul li {
  float: left;
  width: 25%;
  margin-right: 0;
  padding-top: 30px;
  position: relative;
}
.AccountOpening ul li:last-child {
  margin-right: 0;
}
.AccountOpening ul li img {
  width: 100%;
}
.AccountOpening ul li .count {
  background: #00bdf2;
  height: 45px;
  width: 45px;
  font-size: 28px;
  color: #fff;
  font-weight: 400;
  position: absolute;
  border-radius: 50px;
  top: 0;
  padding: 6px 5px 3px 5px;
  margin: 10px 0 0 10px;
}
.AccountOpening ul li .Cushead {
  color: #213368;
  font-weight: 600;
  font-size: 22px;
  text-align: left;
  padding-bottom: 15px;
}
.AccountOpening ul:last-child {
  border-bottom: none;
}
.topPadd {
  padding-top: 0px;
  position: relative;
}

.AccountOpening ul.col2 li {
  width: 30%;
  margin-right: 45px;
}
.AccountOpening ul.col2 li:last-child {
  margin-right: 0;
}

.policy {
  font-size: 15px;
  margin-top: 15px;
  font-weight: 600;
  padding: 20px;
}
.policy tbody {
  width: 100%;
}
.policy tr td a:link,
.policy tr td a:visited {
  font-weight: 600;
  color: #00bdf2;
}
.policy .col1 {
  width: 130px;
  padding: 0 100px 20px 0;
}
.policy .col2 {
  padding-right: 100px;
}
.dicgc-text {
  vertical-align: top;
}
.dicgc-logo {
  display: inline-block;
  margin-bottom: 30px;
}
.dicgc-logo span {
  margin-top: 0;
  text-align: center;
  display: block;
}

.policy .col3 {
  width: 50%;
  padding-bottom: 20px;
}

.bgTextMobile {
  display: none;
}

.link {
  color: #00bdf2;
  cursor: pointer;
}
.button {
  border: solid 1px #00b9f5;
  color: #00b9f5;
  padding: 10px 100px;
  border-radius: 5px;
  text-decoration: none;
  display: block;
}

.compensationPolicy {
  padding: 20px 0;
  text-align: left;
  overflow: hidden;
  background: #f2fcff;
}
.compensationPolicy ul {
  padding: 0 0 0 40px;
  overflow: hidden;
}
.compensationPolicy ul li.col1 {
  width: 20%;
  float: left;
  font-size: 27px;
  font-weight: 400;
  color: #00bdf2;
}
.compensationPolicy ul li.col2 {
  width: 70%;
  float: left;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  padding-top: 5px;
}
.compensationPolicy ul li.col2 span {
  color: #00bdf2;
}
.compensationPolicy ul.mt30 {
  margin-top: 30px;
}
ul.list {
  margin: 20px 0 0 0;
  overflow: hidden;
}
ul.list li {
  float: left;
  font-size: 15px;
  padding-right: 30px;
}

.headNew {
  color: #00bdf2;
  font-size: 25px;
  text-align: left;
}

.tableListing {
  border: 1px solid #ccc;
  overflow: hidden;
  padding: 20px;
  font-size: 15px;
  margin: 15px 0 40px 0;
}
.tableListing ul {
  overflow: hidden;
}
.tableListing ul li {
  width: 50%;
  float: left;
  font-weight: 300;
  padding: 10px 0;
  word-wrap: break-word;
}

@media (max-width: 767px) {
  #header {
    padding: 10px 0 !important;
  }
  #header,
  #product-menu,
  #midcontainer,
  #queAns,
  #aboutContainer .listing,
  #aboutImageCon img,
  .cardContainer .divNLeft,
  #management,
  #contactt,
  #faqContainer,
  #noticeContainer,
  #contact,
  #basicMain .listing,
  #StrengthMain .Strengt,
  .Openings,
  #privacyPolicy .objectives,
  .aboutList ul,
  .aboutListMain .aboutDetail .detailIMG img {
    width: 100% !important;
  }
  #header .logo {
    padding-left: 20px;
  }
  #header .menu,
  #fotterWeb,
  .dropdown {
    display: none;
  }
  #header .mobileMenu {
    display: block;
  }
  #midcontainer .text,
  #midcontainer .listing,
  #reruest,
  #privacyPolicy,
  #basicMain .basic,
  #basicMain .basic .text,
  #rates,
  .hisList ul li,
  .Openings .openlink .left,
  #privacyPolicy,
  .aboutList,
  .aboutListMain .aboutDetail {
    width: 90% !important;
  }
  #mainBanner #imgContainer .bgImg span {
    font-size: 42px;
  }
  #midcontainer h1 {
    font-size: 26px;
    font-weight: 400;
    line-height: 35px;
    width: 90%;
    margin: auto;
  }
  #midcontainer h1 span {
    color: #00bdf2;
  }
  
  #queAns h1 {
    font-size: 28px;
    line-height: 34px;
    padding: 0 20px;
  }
  #midcontainer .listing ul li {
    width: 100%;
    margin: 15px 0;
    height: initial;
  }
  #aboutContainer h1,
  #management h1,
  #noticeContainer h1,
  #privacyPolicy h1 {
    font-size: 26px;
    line-height: 30px;
  }
  /*#aboutContainer h1 span, #noticeContainer h1 span{ display:block;  margin-top: -28px;}*/
  #aboutContainer .listing ul li {
    width: 100%;
    margin: 0 0 25px 0;
  }
  #aboutImageCon .imgText {
    width: 90%;
    font-size: 22px;
  }
  #aboutImageCon {
    text-align: center;
  }
  #fotterMobile {
    display: block;
  }
  #management h1 span {
    display: block;
    margin-top: -10px;
  }
  #aboutContainer {
    width: 100%;
    padding-top: 0;
  }
  #aboutContainer .text,
  #noticeContainer ul li,
  #security .safety {
    width: 90%;
  }
  #aboutContainer .listing {
    width: 90% !important;
  }
  #management > div p {
    width: 90%;
    margin: auto;
    clear: both;
    text-align: center;
    float: inherit;
    font-size: 14px;
    padding-top: 30px;
  }
  #management .boardDir > div {
    float: inherit;
    text-align: center;
    padding: 0;
    width: 90%;
    margin: auto;
  }
  #management .boardDir > div img {
    text-align: center;
    float: inherit;
    margin: 30px 0 15px 0;
  }
  #management .boardDir > div .name {
    text-align: center;
    font-size: 18px;
    color: #2b457b;
  }
  #management .boardDir {
    padding: 15px 0 30px 0;
  }
  #contact h1,
  #faqContainer h1,
  #rates h1 {
    font-size: 26px;
  }
  h1.security-title {
    font-size: 36px;
    text-align: left;
  }
  .mt129 {
    margin-top: 30px !important;
  }
  #faqContainer #contentFaq .links {
    width: 90%;
    margin: auto;
    float: inherit;
    position: initial;
  }
  #faqContainer #contentFaq .links-description {
    width: 100%;
    margin-left: 0;
    margin-top: 90px;
  }
  #faqContainer #contentFaq {
    width: 90%;
    margin: auto;
  }
  #mainBanner #imgContainer .bgImg h2 {
    font-size: 30px;
  }
  #security .safety .do .name,
  #security1 .safety1 .dont .name {
    width: inherit;
    float: inherit;
    position: inherit;
    padding: 0 0 45px 64px;
    text-align: left;
  }
  #security .safety .do .name img,
  #security1 .safety1 .dont .name img {
    margin: -7px 0 0 -50px;
    width: 37px;
  }
  #security .safety .do .sideImg {
    position: inherit;
    top: 0;
    float: inherit;
    text-align: center;
    margin-bottom: -32px;
  }
  #security .safety > div ul,
  #security1 .safety1,
  #security1 .safety1 > div ul,
  #currentyMain .currenty {
    width: 90%;
  }
  .ml300 {
    margin-left: 0;
  }
  #basicMain .listing ul li {
    width: 100%;
    margin: 30px 0 30px 0;
  }
  #basicMain .listing ul li .head {
    font-size: 14px;
    padding-left: 40px;
  }
  #basicMain .listing ul li p {
    font-size: 10px;
    padding-left: 48px;
  }
  #basicMain .listing ul li img {
    width: 27px;
  }
  #basicMain .basic h1 {
    font-weight: 400;
    font-size: 28px;
  }
  #basicMain .basic .text {
    font-size: 15px;
    font-weight: 400;
    margin-top: 0;
  }
  #midcontainer .text {
    line-height: 22px;
    text-align: center;
    font-size: 15px;
  }
  .proMenu {
    width: 90%;
    margin: auto;
  }
  .proMenu ul li {
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 12px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 0px;
  }
  .proMenu ul li img {
    float: left;
    margin-right: 10px;
    width: 25px;
  }
  .proMenu ul li span {
    float: left;
    font-size: 14px;
    font-weight: 400;
  }
  .proMenu,
  .proMenu ul li:last-child {
    border-bottom: 0;
  }
  .mt55 {
    padding-top: 0;
  }
  #rates table td {
    font-size: 14px;
  }
  .hisList {
    margin: 20px 0 0;
  }
  .hisList ul li {
    margin: 0 auto 20px;
    width: 100% !important;
  }
  .hisList ul li p {
    padding-bottom: 30px;
  }
  .Openings .openlink {
    margin-left: 0;
  }
  .Openings p {
    width: 90%;
    margin: auto;
  }
  #aboutContainer .listing ul li .head {
    font-size: 18px;
    padding-top: 8px;
    line-height: 30px;
    width: 98%;
  }
  #aboutContainer .listing ul li .conImg img {
    width: 95%;
    margin-bottom: 30px;
  }
  #midcontainer .listing ul li .floatLeft {
    width: 74%;
  }
  #midcontainer .listing ul li p {
    font-size: 14px;
    padding-top: 10px;
  }
  #queAns a.link {
    padding: 40px 80px 60px 80px;
  }
  #aboutContainer .text {
    font-size: 15px;
    margin-top: 25px;
  }
  #aboutContainer .listing ul li .conImg {
    width: 8%;
  }
  #management .boardDir > div .name span {
    font-size: 15px;
  }
  .aboutRight {
    width: 100%;
    margin-left: 0;
    font-size: 14px;
  }
  .aboutRight .tick {
    font-size: 14px;
  }
  #contact {
    padding-top: 20px;
  }
  #contact ul li {
    width: 90%;
    float: initial;
    margin: 0 20px;
    height: inherit;
    border: 0;
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
  }
  #contact ul li .heading {
    font-size: 18px;
    padding: 20px 0 0px 0;
  }
  #contact ul li img {
    width: 100%;
  }
  .direstion {
    top: 43%;
    left: 36%;
  }
  #contact ul li:last-child {
    border: 0;
  }
  #contact ul {
    margin: 20px 0;
  }
  #currentyMain .currenty img {
    width: 100%;
    margin-bottom: -5px;
  }
  #rates {
    padding: 0;
  }
  #rates ul li {
    width: 100%;
  }
  #rates ul li .detail ul {
    padding-top: 25px;
  }
  #rates ul li .detail ul li {
    width: 90%;
    margin-left: 24px;
  }
  #rates ul li.mr0 {
    padding-top: 60px;
  }
  #rates ul {
    padding-top: 60px;
  }
  #SavingsAccount .text1 {
    margin: 0 40px;
  }
  #SavingsAccount .text1 a {
    font-size: 14px;
    padding: 10px 20px;
  }
  .AccountOpening ul li {
    padding-bottom: 60px;
    width: 90%;
    margin: auto;
    float: inherit;
  }
  .AccountOpening ul li:last-child {
    margin-right: auto;
  }
  .aboutListMain .aboutImg {
    height: 550px;
    background: #000;
  }
  .aboutListMain .aboutImg img {
    position: absolute;
    bottom: 0;
  }
  .aboutListMain .aboutText {
    top: 0%;
    width: 90%;
    margin: auto;
    left: 5%;
  }
  .aboutListMain .aboutText .aboutDetail h1 {
    font-size: 25px;
    padding-top: 25px;
  }
  .aboutListMain .aboutText .aboutDetail h2 {
    font-size: 20px;
  }
  .aboutListMain .aboutText .aboutDetail p {
    font-size: 13px;
  }
  .policy .col1 {
    width: 35%;
    padding: 0 20px 20px 0;
  }
  .aboutListMain {
    background: #213368;
    margin-bottom: 40px;
  }
  .aboutListMain .aboutDetail h1 {
    color: #fff;
    font-size: 40px;
    margin: 0 31px;
  }
  .aboutListMain .aboutDetail h1 span {
    line-height: 1.2;
  }
  .aboutListMain .aboutDetail .bgText {
    display: none;
  }
  .aboutDetail .bgTextMobile span {
    font-size: 29px;
    color: #fff;
    font-weight: 300;
    background: #00bdf2;
    display: inline-block;
    padding: 0 10px;
  }
  .bgTextMobile {
    display: block;
    margin: 50px 0 80px 0;
  }
  .aboutListMain .aboutDetail .overlapIMG img {
    width: 100px !important;
  }
  .aboutListMain .aboutDetail .overlapIMG {
    right: 0;
    left: 0;
    top: auto;
    bottom: -56px;
    margin-top: 80px;
    z-index: 99;
  }
  .aboutListMain .aboutDetail .detailIMG {
    position: relative;
  }
  .compensationPolicy ul li.col2,
  .compensationPolicy ul li.col1 {
    width: 95%;
  }
  .policy .col2 {
    padding-right: 14px;
    word-wrap: break-word;
  }
  .AccountOpening ul.col2 li {
    width: 90% !important;
    margin: 0 auto !important;
  }
  .AccountOpening ul li .Cushead,
  .AccountOpening ul li .grievance {
    text-align: center !important;
  }
  #CurrentAccount .text1 a{
    font-size: 14px;
    padding: 10px 20px;
  }
  #CurrentAccount .block {
    width: 100%;
    float: none !important;
  }
  .col6 {
    width: 100%;
  }
  #CurrentAccount .head {
    font-size: 18px;
    line-height: 24px;
  }
  #CurrentAccount p {
    font-size: 14px;
    line-height: 18px;
  }
  #CurrentAccount .current-section {
    margin-top: 20px;
  }
  #CurrentAccount .curRight {
    padding: 0 0 20px;
    text-align: center;
  }
  #CurrentAccount .curRight .head {
    text-align: center;
    padding: 0 0 5px;
  }
  #CurrentAccount .curRight p {
    text-align: center;
    padding: 0;
  }
  #CurrentAccount .current-section img {
    width: 100%;
    padding: 0;
  }
  #CurrentAccount .curLeft {
    padding: 20px 0 0;
  }
  #CurrentAccount .curLeft .head {
    text-align: center;
    padding: 0 0 5px;
  }
  #CurrentAccount .curLeft p {
    text-align: center;
    padding: 0 0 20px;
  }
  .fgo h1 {
    font-size: 24px !important;
  }
  #currentyMain .currenty .half {
    padding: 30px 0px;
  }
  #currentyMain .currenty .half.borderright {
    border-bottom: 1px solid #ddd;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  #header,
  #product-menu,
  #midcontainer,
  #queAns,
  #aboutImageCon img {
    width: 100%;
  }
  #header .logo {
    padding-left: 20px;
  }
  #midcontainer .text,
  #midcontainer .listing,
  #aboutContainer,
  #security .safety,
  #basicMain .basic .text,
  #privacyPolicy {
    width: 90%;
  }
  #midcontainer h1 {
    font-size: 26px;
    font-weight: 300;
    line-height: 40px;
  }
  #midcontainer h1 span {
    color: #00bdf2;
  }
  #midcontainer .listing ul li {
    width: 50%;
    margin: 15px 0;
  }
  #aboutImageCon {
    text-align: center;
  }
  #fotterMobile,
  .copy {
    display: none;
  }
  #fotterWeb {
    display: block;
  }
  .mt129 {
    margin-top: 30px !important;
  }
  #header .menu,
  #fotterWeb {
    display: block;
  }
  #header .mobileMenu {
    display: none;
  }
  #security .safety .do .name,
  #security1 .safety1 .dont .name {
    width: inherit;
    float: inherit;
    position: inherit;
    padding: 0 0 45px 64px;
    text-align: left;
  }
  #security .safety .do .name img,
  #security1 .safety1 .dont .name img {
    margin: -7px 0 0 -50px;
    width: 37px;
  }
  #security .safety .do .sideImg {
    position: inherit;
    top: 0;
    float: inherit;
    text-align: center;
    margin-bottom: -32px;
  }
  #security .safety > div ul,
  #security1 .safety1,
  #security1 .safety1 > div ul,
  #currentyMain .currenty {
    width: 90%;
  }
  .ml300 {
    margin-left: 0;
  }
  .hisList {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  #currentyMain .currenty .half {
    float: left;
    width: 50%;
    padding: 0 30px;
    margin-top: 30px;
  }
  #currentyMain .currenty .half.borderright {
    border-right: 1px solid #ddd;
  }
}

/*Rate Table*/
.rate_tab tr,
.rate_tab th {
  border: 1px solid #e6e6e6;
}
.rate_tab {
  width: 100% !important;
  margin: 0px !important;
}
.rate_tab table {
  border-left: 1px solid #e6e6e6;
}
.rate_h th {
  color: #fff;
  padding: 15px 10px;
  background: #45cae8;
}
.rate_data tr td {
  border-right: 1px solid #e6e6e6;
  padding: 7px 10px;
  font-weight: normal;
  text-align: left;
  color: #6b7c93;
  font-size: 16px;
}

/* New Css for FAQ */
.ppb_tab_content {
  display: none;
}
.ppb_tab_content.active {
  display: block;
}
.ppb_tabs {
  margin: 15px 0 30px;
  text-align: center;
  border-bottom: 1px solid #eee;
  background: #f7f7f7;
}
.ppb_tabs span {
  display: inline-block;
  padding: 10px 30px;
  background: #f7f7f7;
  color: #333;
  font-size: 20px;
  line-height: 24px;
  margin: 0 10px -1px;
  cursor: pointer;
}
.ppb_tabs span:hover {
  background: #eee !important;
  color: #000 !important;
  border-bottom: 1px solid #ddd;
}
.ppb_tabs span.active {
  background: #00bdf2 !important;
  color: #fff !important;
  border-bottom: 1px solid #2b457b;
}
.lNo {
  list-style: decimal !important;
}
#faqContainer {
  margin: auto;
  width: 960px;
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
  padding-top: 60px;
}
#faqContainer h1 {
  color: #2b457b;
  font-size: 35px;
  line-height: 70px;
}
#faqContainer .ppb_tab_content .links {
  width: 205px;
  text-align: left;
  float: left;
}
#faqContainer .ppb_tab_content .posFixed {
  position: fixed;
  top: 10px;
  width: 205px;
}
.hideFixed {
  display: none;
}
#faqContainer .ppb_tab_content {
  margin: 60px 0 0 0;
}
#faqContainer .ppb_tab_content .links h2 {
  font-size: 22px;
  color: #333333;
}
#faqContainer .ppb_tab_content .links ul {
  margin-top: 9px;
}
#faqContainer .ppb_tab_content .links ul li {
  padding: 20px 0 0 0;
}
#faqContainer .ppb_tab_content .links ul li a {
  font-size: 16px;
  color: #333333;
  line-height: 16px;
}
#faqContainer .ppb_tab_content .links ul li.active a,
#faqContainer .ppb_tab_content .links ul li a:hover {
  color: #00bdf2;
}
#faqContainer .ppb_tab_content .links-description {
  width: 73%;
  text-align: left;
  margin-left: 246px;
}
#faqContainer .ppb_tab_content .links-description h2 {
  font-size: 35px;
  color: #00bdf2;
  line-height: 40px;
  margin-bottom: 19px;
}
#faqContainer .ppb_tab_content .links-description h3 {
  font-size: 25px;
  color: #00bdf2;
  margin-bottom: 22px;
}
#faqContainer .ppb_tab_content .links-description .listing-faq {
  margin-bottom: 30px;
}
#faqContainer .ppb_tab_content .links-description .listing-faq h4 {
  font-size: 22px;
  color: #333333;
}
#faqContainer .ppb_tab_content .links-description .listing-faq p {
  font-size: 18px;
  font-weight: 300;
  color: #4a4a4a;
  line-height: 28px;
  margin: 12px 0 0 0;
}
#faqContainer .ppb_tab_content .links-description .listing-faq ul {
  list-style: circle;
  margin-top: 23px;
  margin-left: 35px;
}
#faqContainer .ppb_tab_content .links-description .listing-faq ul li {
  font-size: 18px;
  font-weight: 300;
  color: #4a4a4a;
  line-height: 28px;
}
.line {
  border: 1px solid #e6e6e6;
  margin: 40px 0;
}
.notification-bar {
  background: #f2f7f7;
  padding: 5px 2%;
  font-size: 12px;
  line-height: 15px;
  color: #333;
}
.large-notification {
  font-size: 20px !important;
  line-height: 24px !important;
  width: 1000px;
  font-weight: lighter;
  padding: 20px !important;
  display: block;
}
.faq-sub .block h4 {
  color: #333;
  margin: 0;
  padding: 0;
}
.faq-sub .block p {
  color: #4a4a4a;
  margin: 12px 0 0;
  padding: 0;
  font-weight: 300;
}
.faq-sub .block p a {
  color: #00bdf2 !important;
  font-weight: 400;
}

@media (max-width: 767px) {
  #faqContainer {
    width: 100% !important;
    padding-top: 20px !important;
  }
  #faqContainer #contentFaq .links,
  #faqContainer .ppb_tab_content .links {
    display: none !important;
  }
  .ppb_tabs span {
    padding: 8px 10px !important;
    font-size: 13px !important;
    margin: 0 5px -1px !important;
  }
  #faqContainer h1 {
    font-size: 25px !important;
    line-height: 30px !important;
  }
  #faqContainer .ppb_tab_content {
    margin: 20px auto 0 !important;
    width: 90% !important;
  }
  #faqContainer #contentFaq .links-description,
  #faqContainer .ppb_tab_content .links-description {
    margin: 20px 0 !important;
    width: 100% !important;
  }
  .notification-bar {
    font-size: 10px !important;
    line-height: 12px;
  }
  .large-notification {
    font-size: 14px !important;
    line-height: 24px !important;
    width: 90%;
    font-weight: lighter;
    padding: 20px;
    display: block;
  }
  .faq-sub {
    width: 90%;
    margin: 30px auto;
  }
  .faq-sub .block {
    margin-bottom: 30px;
  }
  .faq-sub .block h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .faq-sub .block p {
    font-size: 15px;
    line-height: 24px;
  }
  #faqContainer #contentFaq .links-description .listing-faq .only-text {
    font-size: 15px;
    line-height: 22px;
    padding: 10px;
    margin: 0;
  }
  #line-functioning-heads .section .block {
    padding: 20px;
    margin: 20px 10px 0px;
    background: #fff;
    box-sizing: border-box;
  }

  .tandc_christmas_bg {
    background-size: contain !important;
  }
}
@media (min-width: 768px) {
  .faq-sub {
    width: 700px;
    margin: 50px auto;
  }
  .faq-sub .block {
    margin-bottom: 40px;
  }
  .faq-sub .block h4 {
    font-size: 22px;
    line-height: 30px;
  }
  .faq-sub .block p {
    font-size: 18px;
    line-height: 28px;
  }
  #line-functioning-heads .section {
    display: flex;
    flex-wrap: wrap;
    width: 960px;
    margin: 0 auto;
  }
  #line-functioning-heads .section .block {
    width: calc(33.33% - 20px);
    padding: 30px;
    margin: 30px 10px 0px;
    background: #fff;
    box-sizing: border-box;
  }
}
/* New Css for FAQ */

/* New css for Fastag and NACH on Product page */
#fastag {
  width: 100%;
  background: #fff;
  padding: 50px 0 0 0;
}
#fastagMain {
  margin: auto;
  width: 1050px;
  padding: 10px 0 0 0;
  text-align: center;
}
#fastagMain span {
  color: #00bdf2;
}
#fastagMain h1 {
  font-size: 35px;
  line-height: 45px;
  color: #2b457b;
  font-weight: 500;
}
#fastagMain h1 .blueBG {
  color: #00bdf2;
}
#fastagMain .text {
  font-weight: 300;
  width: 77%;
  margin-top: 20px;
  font-size: 20px;
  color: #4a5566;
  line-height: 30px;
  display: inline-block;
  overflow: hidden;
}
#fastagMain .block {
  width: 30.33%;
  float: left;
  margin: 20px 1.5%;
  padding: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 4px;
  background: #fafafa;
  text-align: center;
  min-height: 400px;
}
#fastagMain .block img {
  margin: 30px auto 50px;
}
#fastagMain .block h2 {
  margin: 30px auto 50px;
  padding: 0;
  line-height: 30px;
  font-size: 36px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #000;
}
#fastagMain .block h2 span {
  font-weight: 300 !important;
  color: #000 !important;
  display: inline-block;
}
#fastagMain .block h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
  margin: 0 0 25px;
  padding: 0 0 25px;
  position: relative;
}
#fastagMain .block h6::before {
  height: 3px;
  background: #ddd;
  position: absolute;
  content: "";
  width: 30px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 4px;
}
#fastagMain .block p {
  font-size: 12px;
  line-height: 24px;
  color: #666666;
}
#fastagMain a:link,
#fastagMain a:visited {
  color: #00bdf2;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
  margin: 10px 0 30px;
}

#nach {
  width: 100%;
  background: #fafafa;
  padding: 50px 0 20px;
}
#nach.faqSection {
  background: none;
}
#nachMain {
  margin: auto;
  width: 1050px;
  padding: 10px 0 0 0;
  text-align: center;
}
#nachMain .text {
  font-weight: 300;
  width: 77%;
  margin-top: 20px;
  font-size: 20px;
  color: #4a5566;
  line-height: 30px;
  display: inline-block;
  overflow: hidden;
}
#nachMain .block {
  width: 47%;
  float: left;
  margin: 20px 1.5%;
  padding: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
  min-height: 400px;
  text-align: left;
}
#nachMain .block img {
  margin: 30px auto;
  max-width: 100%;
}
#nachMain .block img.mobSteps {
  height: 315px;
}
#nachMain .block h6 {
  font-size: 22px;
  line-height: 30px;
  color: #213368;
  margin: 0 0 25px;
  padding: 0 0 25px;
  position: relative;
}
#nachMain .block h6::before {
  height: 3px;
  background: #ddd;
  position: absolute;
  content: "";
  width: 30px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 4px;
}
#nachMain .block p {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
#nachMain .block ul {
  margin: 0 0 0 18px;
}
#nachMain .block ul li {
  list-style-type: disc;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  #fastag {
    width: 100%;
    background: #fafafa;
    padding: 50px 0 0 0;
  }
  #fastagMain {
    margin: auto;
    width: 90%;
    margin: 0 auto;
    padding: 10px 0 0 0;
    text-align: center;
  }
  #fastagMain span {
    color: #00bdf2;
  }
  #fastagMain h1 {
    font-size: 26px;
    line-height: 34px;
    color: #2b457b;
    font-weight: 500;
  }
  #fastagMain h1 .blueBG {
    color: #00bdf2;
  }
  #fastagMain .text {
    font-weight: 300;
    width: 77%;
    margin-top: 20px;
    font-size: 15px;
    color: #4a5566;
    line-height: 22px;
    display: inline-block;
    overflow: hidden;
  }
  #fastagMain .block {
    width: 100%;
    float: none !important;
    margin: 20px 0 !important;
    padding: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    min-height: auto;
  }
  #fastagMain .block img,
  #fastagMain .block h2 {
    margin: 20px auto 30px;
  }
  #fastagMain .block h6 {
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    color: #000;
    margin: 0 0 25px;
    padding: 0 0 25px;
    position: relative;
  }
  #fastagMain .block h6::before {
    height: 3px;
    background: #ddd;
    position: absolute;
    content: "";
    width: 30px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 4px;
  }
  #fastagMain .block p {
    font-size: 12px;
    line-height: 24px;
    color: #666666;
  }
  #fastagMain a:link,
  #fastagMain a:visited {
    color: #00bdf2;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    display: inline-block;
    margin: 10px 0 30px;
  }

  #nach {
    width: 100%;
    background: #fff;
    padding: 0px 0 0 0;
  }
  #nachMain {
    margin: auto;
    width: 90%;
    margin: 0 auto;
    padding: 10px 0 0 0;
    text-align: center;
  }
  #nachMain .text {
    font-weight: 300;
    width: 77%;
    margin-top: 20px;
    font-size: 15px;
    color: #4a5566;
    line-height: 22px;
    display: inline-block;
    overflow: hidden;
  }
  #nachMain .block {
    width: 100%;
    float: none !important;
    margin: 20px 0 !important;
    padding: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    min-height: 200px;
  }
  #nachMain .block img {
    margin: 10px 0 20px;
  }
  #nachMain .block h6 {
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    color: #000;
    margin: 0 0 25px;
    padding: 0 0 25px;
    position: relative;
  }
  #nachMain .block h6::before {
    height: 3px;
    background: #ddd;
    position: absolute;
    content: "";
    width: 30px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 4px;
  }
  #nachMain .block p {
    font-size: 12px;
    line-height: 24px;
    color: #666666;
  }
}
/* New css for Fastag and NACH on Product page */

/* new css for lang on rateCharges and */
.w {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
.languagebar {
  z-index: 9;
}
.lang {
  display: none;
}
.lang.active {
  display: block !important;
}
.languagebar span {
  display: inline-block;
  margin-left: 20px;
}
.langtitle {
  font-size: 16px;
  line-height: 24px;
  color: #555;
}
.langname {
  font-size: 14px;
  line-height: 24px;
  color: #0bc1f3;
  padding: 5px 10px;
  min-width: 100px;
  border: 1px solid #0bc1f3;
  position: relative;
  cursor: pointer;
  text-transform: capitalize;
  text-align: left;
}
.langname::before {
  border-top: 4px solid #0bc1f3;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
.languagebar ul li {
  list-style: none;
  font-size: 14px;
  color: #333;
  padding: 7px;
  cursor: pointer;
  line-height: 18px;
  margin: 0 !important;
}
.languagebar ul li:hover {
  background: #0bc1f3;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .w {
    width: 760px;
    margin: 0 auto;
    position: relative;
    height: 1px;
  }
  
}
@media (min-width: 768px) {
  .w {
    margin: 0 auto;
    position: relative;
    height: 1px;
  }
  .languagebar {
    position: absolute;
    top: 85px;
    right: 0;
  }
  .languagebar ul {
    margin: 0;
    padding: 0;
    position: absolute;
    left: -2px;
    width: 100%;
    background: #fff;
    z-index: 99;
    border: 1px solid #0bc1f3;
    top: 35px;
    display: none;
  }
  .lang h1 {
    text-align: left;
  }
  .rightFloat {
    float: right !important;
  }
  #rates ul li .detail ul li {
    width: 85% !important;
  }
}
@media (max-width: 767px) {
  .w {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: #f3f7f8;
    padding: 10px 0;
  }
  .languagebar {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .languagebar ul {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    border: 1px solid #0bc1f3;
    display: none;
  }
  .lang h1 {
    margin-bottom: -25px;
  }
  .inBox {
    height: auto !important;
  }
  .hidden-xs {
    display: none !important;
  }
  .termsconditions h1 {
    font-size: 18px;
    line-height: 30px !important;
  }
  .termsconditions .head {
    font-size: 16px !important;
    padding: 10px 0 !important;
  }
  .termsconditions .head::before {
    top: 20px !important;
    height: 2px;
    width: 20px;
    background: #00bdf2;
  }
  .termsconditions .head::after {
    top: 20px !important;
    height: 2px;
    width: 20px;
    background: #00bdf2;
    transform: rotate(90deg);
  }
}
/* new css 23 Dec 2017 */
.splpd {
  padding-bottom: 60px;
}
.pd {
  padding: 0px 0 10px;
  display: block;
  color: #000 !important;
}
.note {
  font-size: 12px;
  line-height: 18px;
  color: #999;
  margin: 10px 0 0;
  text-align: left;
}
/*.termsconditions .section .sec-block{display: none;}*/
.termsconditions .objectives {
  float: none !important;
}
.termsconditions .separator {
  float: none !important;
  margin: 20px 0 !important;
}
.termsconditions .head {
  cursor: pointer;
  padding: 20px 0;
  position: relative;
}
.termsconditions .head.active::after {
  transform: rotate(0deg);
  transition: all 0.5s;
}
.sec-block > ul {
  margin: 15px 0 30px 18px;
  padding: 0;
}
.sec-block > ul > li {
  list-style: lower-alpha;
  margin-bottom: 15px;
  line-height: 24px;
}
.sec-block ul li > ul {
  margin: 15px 0 30px 18px;
  padding: 0;
}
.sec-block ul li > ul > li {
  margin-bottom: 10px;
  line-height: 24px;
}
.sec-block ol {
  margin: 15px 0 30px 0px;
  padding: 0;
}
.sec-block ol li {
  margin-bottom: 15px;
  line-height: 24px;
}
.sec-block ol li.tt {
  list-style: lower-alpha !important;
}
.sec-block p {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #4a5566 !important;
  margin: 0 0 15px;
  line-height: 24px;
}
.subhead {
  font-size: 20px;
  margin: 30px 0 15px;
  padding: 0;
  color: #00bdf2;
}
.sec-block a:link,
.sec-block a:visited {
  color: #00bdf2 !important;
}

/* new css for Paytmbankcode */
.graybg {
  background: #fafafa;
}
#paytmbankcode .paytmbankcode-container {
  margin: auto;
  width: 960px;
}
#paytmbankcode .banner {
  background: linear-gradient(145.55deg, #00def3 0%, #00bdf2 100%);
  position: relative;
  padding: 140px 0;
  text-align: center;
  overflow: hidden;
}
#paytmbankcode .banner h1 {
  color: #ffffff;
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  margin: 0 0 5px;
  padding: 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
#paytmbankcode .banner p {
  color: #ffffff;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  z-index: 2;
  font-weight: 300;
}
#paytmbankcode .banner img {
  position: absolute;
  left: 50%;
  bottom: -350px;
  transform: translate(-50%, 0);
  z-index: 1;
}
#paytmbankcode .paytmbankcode-features {
  padding: 50px 0;
  position: relative;
}
#paytmbankcode .paytmbankcode-features .thikborder {
  height: 6px;
  background: #d5d5d5;
  position: absolute;
  width: 100%;
  left: 0;
  top: 265px;
}
#paytmbankcode .paytmbankcode-features h2 {
  color: #2b457b;
  font-family: "Open Sans";
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  margin: 0 0 5px;
  padding: 0;
}
#paytmbankcode .paytmbankcode-features p {
  color: #4a5566;
  font-family: "Open Sans";
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin: 0;
  padding: 0;
}
#paytmbankcode .slider-nav {
  margin: 50px auto 25px !important;
  padding: 0;
  width: 940px;
  position: relative;
}
#paytmbankcode .paytmbankcode-features .slick-list .slick-slide {
  cursor: pointer;
  text-align: center;
  position: relative;
}
#paytmbankcode .paytmbankcode-features .slick-list h3 {
  color: #d5d5d5;
  font-family: "Open Sans";
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  text-align: center;
}
#paytmbankcode .paytmbankcode-features .slick-list .active h3 {
  color: #0dbb8c !important;
}
#paytmbankcode .paytmbankcode-features .slick-list .checkmark {
  display: inline-block;
  height: 30px;
}
#paytmbankcode .paytmbankcode-features .slick-list .checkmark:after {
  content: "";
  display: block;
  width: 8px;
  height: 18px;
  border: solid #d5d5d5;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
}
#paytmbankcode .paytmbankcode-features .slick-list .active .checkmark:after {
  border-color: #0dbb8c !important;
}
#paytmbankcode .trail {
  margin: 0px auto 40px;
  padding: 0;
  width: 940px;
}
#paytmbankcode .paytmbankcode-features .slick-list span {
  text-align: center;
  color: #4a5566;
  font-size: 16px;
  line-height: 22px;
  display: block;
  padding: 20px;
}
#paytmbankcode .paytmbankcode-features .slick-list .active span {
  color: #0dbb8c !important;
}
#paytmbankcode .paytmbankcode-features .slider-for span {
  display: none;
}
#paytmbankcode .paytmbankcode-features .slick-list i {
  display: block;
  width: 100%;
  height: 6px;
  margin-top: 20px;
  background: linear-gradient(to left, #d5d5d5 50%, #0dbb8c 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.2s ease;
  position: relative;
}
#paytmbankcode .paytmbankcode-features .slick-list i::before {
  height: 12px;
  width: 12px;
  position: absolute;
  content: "";
  border: 3px solid #d5d5d5;
  border-radius: 15px;
  background: #fff;
  left: 50%;
  top: -7px;
  transform: translate(-50%, 0);
  z-index: 9;
}
#paytmbankcode .paytmbankcode-features .one i::after {
  position: absolute;
  height: 6px;
  width: 50%;
  content: "";
  left: 0;
  background: #d5d5d5;
}
#paytmbankcode .paytmbankcode-features .five i::after {
  position: absolute;
  height: 6px;
  width: 50%;
  content: "";
  right: 0;
  background: #d5d5d5;
}
#paytmbankcode .paytmbankcode-features .slick-list .active i::before {
  border-color: #0dbb8c !important;
}
#paytmbankcode .one.active i,
#paytmbankcode .two.active i,
#paytmbankcode .three.active i,
#paytmbankcode .four.active i,
#paytmbankcode .five.active i {
  background-position: left bottom;
}

#paytmbankcode .paytmbankcode-debit-card ul {
  margin: 0;
  padding: 0;
}
#paytmbankcode .paytmbankcode-debit-card ul li {
  list-style: none;
  float: left;
  width: 50%;
  position: relative;
  overflow: hidden;
}
#paytmbankcode .paytmbankcode-debit-card ul li .text {
  padding-top: 130px;
  text-align: left;
}
#paytmbankcode .paytmbankcode-debit-card ul li .text h2 {
  color: #2b457b;
  font-size: 30px;
  line-height: 45px;
  margin: 0 0 20px;
  padding: 0;
  font-weight: 400;
}
#paytmbankcode .paytmbankcode-debit-card ul li .text p {
  color: #4a5566;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px;
  padding: 0;
  font-weight: 400;
}
#paytmbankcode .paytmbankcode-debit-card ul li img {
  margin: 0 auto;
  display: block;
  border: none;
}
#paytmbankcode .paytmbankcode-debit-card ul li img.plain {
  position: relative;
  z-index: 2;
  padding-top: 50px;
}
#paytmbankcode .paytmbankcode-debit-card ul li img.pos-top {
  position: absolute;
  top: -285px;
  left: -10px;
  z-index: 1;
}
#paytmbankcode .paytmbankcode-debit-card ul li .backcircle {
  position: absolute;
  bottom: -100px;
  left: 15px;
  z-index: 1;
  width: 450px;
  height: 450px;
  border-radius: 450px;
  background: #ebfaff;
}
.formob {
  display: none !important;
}
.float-right {
  float: right !important;
}
.float-right .text {
  padding-left: 50px;
}
.loadPage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
}
@media (max-width: 767px) {
  .forweb {
    display: none !important;
  }
  .formob {
    display: block !important;
  }
  #paytmbankcode .paytmbankcode-container {
    margin: auto;
    width: 85% !important;
  }
  #paytmbankcode .banner {
    padding: 80px 0;
    text-align: center;
    overflow: hidden;
  }
  #paytmbankcode .banner h1 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    margin: 0 0 5px;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  #paytmbankcode .banner p {
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 2;
    font-weight: 300;
  }
  #paytmbankcode .banner img {
    position: absolute;
    width: 285px;
    height: auto;
    left: 50%;
    bottom: -245px;
    transform: translate(-50%, 0);
    z-index: 1;
  }
  #paytmbankcode .paytmbankcode-features .thikborder,
  #paytmbankcode .paytmbankcode-features .slider-nav span {
    display: none !important;
  }
  #paytmbankcode .paytmbankcode-features .slider-for span {
    display: block !important;
  }
  #paytmbankcode .slider-nav {
    width: 100% !important;
    margin: 30px auto 15px !important;
  }
  .slider-nav .slick-list {
    padding-bottom: 20px;
  }
  #paytmbankcode .paytmbankcode-features h2 {
    color: #2b457b;
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 10px;
    padding: 0;
    font-weight: 400;
    text-align: center;
  }
  #paytmbankcode .paytmbankcode-features p {
    color: #4a5566;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px;
    padding: 0;
    font-weight: 400;
    text-align: center;
  }
  #paytmbankcode .paytmbankcode-debit-card ul li {
    list-style: none;
    float: none !important;
    width: 100% !important;
    position: relative;
    overflow: hidden;
  }
  #paytmbankcode .paytmbankcode-debit-card ul li .text {
    padding-top: 100px;
    text-align: left;
    position: relative;
    z-index: 2;
  }
  #paytmbankcode .paytmbankcode-debit-card ul li .text img {
    width: 280px;
    top: -200px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  #paytmbankcode .paytmbankcode-debit-card ul li .text h2 {
    color: #2b457b;
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 10px;
    padding: 0;
    font-weight: 400;
    position: relative;
    z-index: 2;
    text-align: center;
  }
  #paytmbankcode .paytmbankcode-debit-card ul li .text p {
    color: #4a5566;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px;
    padding: 0;
    font-weight: 400;
    position: relative;
    z-index: 2;
    text-align: center;
  }
  #paytmbankcode .paytmbankcode-debit-card ul li img.plain {
    position: relative;
    z-index: 2;
    padding-top: 30px;
    width: 230px;
  }
  #paytmbankcode .paytmbankcode-debit-card ul li .backcircle {
    position: absolute;
    bottom: -90px;
    left: 5px;
    z-index: 1;
    width: 315px;
    height: 310px;
    border-radius: 310px;
    background: #ebfaff;
  }
  .float-right .text {
    padding-top: 50px !important;
    padding-left: 0 !important;
  }
  .splpd {
    padding-bottom: 0 !important;
  }
}

/* new css for Asha */
#asha .banner {
  position: relative;
}
#asha .banner h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Open Sans";
  text-align: center;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
#asha .banner h1 strong {
  display: block;
  font-weight: bold;
}
#asha .asha-mission {
  color: #39464d;
  font-family: "Open Sans";
  text-align: center;
}
#asha .asha-mission strong {
  font-weight: bold;
}
#asha .asha-goals {
  background: #fafcfc;
}
#asha .asha-container {
  margin: 0 auto;
}
#asha .asha-line {
  height: 2px;
  background: #cfe2e6;
  clear: both;
}
#asha .points {
  position: relative;
}
#asha .points span {
  position: absolute;
  top: 0;
  left: 0;
  color: #def5fc;
  z-index: 1;
  font-weight: bold;
}
#asha .points h3 {
  position: relative;
  z-index: 2;
  color: #00b4f5;
  margin: 0 0 5px;
  padding: 0;
}
#asha .points p {
  position: relative;
  z-index: 2;
  color: #39464d;
  margin: 0;
  padding: 0;
}
#asha .asha-btn-sm,
#asha .asha-btn-lg {
  background: #00bdf2;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
#asha .asha-content-block {
  box-sizing: border-box;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
#asha .asha-content-block a {
  display: block;
}
#asha .asha-content-block h4 {
  margin: 0 0 15px;
  padding: 0;
  text-align: left;
  color: #39464d;
}
#asha .asha-content-block p {
  margin: 0;
  padding: 0;
  text-align: left;
  color: #39464d;
}
.height60px {
  height: 60px;
  clear: both;
  display: none;
}
.text-center {
  text-align: center;
}
#asha .asha-contact {
  background: #223e99;
}
.os-animation {
  opacity: 0;
}
.os-animation.animated {
  opacity: 1;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@media (min-width: 768px) {
  #asha .banner {
    background: url(../img/asha/img-header.jpg) no-repeat center top;
    background-size: cover;
    min-height: 505px;
  }
  #asha .banner h1 {
    font-size: 24px;
    line-height: 32px;
  }
  #asha .banner h1 strong {
    font-size: 100px;
    line-height: 100px;
  }
  #asha .banner h1 img {
    margin: 0 auto 10px;
  }
  #asha .asha-mission {
    padding: 45px 0;
    background: #fff;
    font-size: 24px;
    line-height: 34px;
  }
  #asha .asha-goals {
    padding: 70px 0 45px 0;
  }
  #asha .common-col-3 {
    width: 25%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
  }
  #asha .common-col-4 {
    width: 33.33%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
  }
  #asha .common-col-6 {
    width: 50%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
  }
  #asha .common-col-8 {
    width: 66.67%;
    float: left;
    box-sizing: border-box;
  }
  #asha .asha-line {
    margin: 55px 0;
  }
  #asha .asha-goals h2 {
    color: #2b457b;
    margin: 0 0 50px;
    padding: 0;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    font-family: "Open Sans";
  }
  #asha .points span {
    font-size: 150px;
    line-height: 100px;
  }
  #asha .points h3 {
    font-size: 28px;
    line-height: 38px;
    padding-top: 40px;
  }
  #asha .points p {
    font-size: 18px;
    line-height: 24px;
  }
  #asha .asha-btn-sm {
    font-size: 18px;
    line-height: 18px;
    padding: 20px 40px;
    margin-top: 30px;
  }
  #asha .asha-btn-lg {
    font-size: 22px;
    line-height: 32px;
    padding: 20px 60px;
    margin-top: 10px;
  }
  #asha .asha-content-block {
    background: #fff;
    border-radius: 5px;
    padding: 40px 35px;
    min-height: 255px;
  }
  #asha .asha-content-block h4 {
    font-size: 22px;
    line-height: 28px;
  }
  #asha .asha-content-block p {
    font-size: 16px;
    line-height: 24px;
  }
  #asha .asha-content-block p span {
    font-size: 13px;
    line-height: 24px;
    color: #999 !important;
  }
  #asha .financial-products .common-col-3 {
    margin-top: 25px;
  }
  #asha .financial-products p {
    font-size: 18px;
    line-height: 24px;
    color: #39464d;
  }
  #asha .financial-products h5 {
    font-size: 16px;
    line-height: 24px;
    color: #39464d;
  }
  #asha .financial-products h5 strong {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
  }
  #asha .financial-products h5 span {
    display: inline-block;
    margin: 0 5px;
    color: #00bdf2;
  }
  #asha .asha-partnerships {
    padding: 110px 0 80px;
    text-align: center;
  }
  #asha .asha-partnerships .asha_part_logos {
    margin-top: 20px;
  }
  #asha .asha-partnerships .asha_part_logos img {
    margin: 0 10px;
  }
  #asha .asha-partnerships img {
    margin: 0 auto 15px;
  }
  #asha .asha-partnerships h2 {
    font-size: 28px;
    line-height: 45px;
    color: #2b457b;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  #asha .asha-partnerships p {
    font-size: 18px;
    line-height: 30px;
    color: #39464d;
    text-align: center;
    margin: 0 0 10px;
    padding: 0;
  }
  #asha .asha-partnerships span {
    font-size: 22px;
    line-height: 30px;
    color: #39464d;
    text-align: center;
    display: inline-block;
    padding: 0 0 0 30px;
    margin: 0 20px;
    background: url(../img/asha/ic-tick.png) no-repeat left center;
  }
  #asha .asha-contact {
    padding: 80px 0;
  }
  #asha .asha-contact .asha-contact-left {
    float: left;
    width: 50%;
    margin: 0 8.33%;
  }
  #asha .asha-contact .asha-contact-right {
    float: left;
    width: 25%;
  }
  #asha .asha-contact .asha-btn-lg {
    display: block !important;
    text-align: center;
  }
  #asha .asha-contact h2 {
    color: #fff;
    font-weight: 300;
    font-size: 25px;
    line-height: 30px;
  }
  #asha .asha-contact h2 strong {
    font-weight: normal;
    font-size: 45px;
    line-height: 50px;
    display: block;
  }
  #asha .asha-contact-popup {
    width: 675px;
    padding: 30px 80px 20px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    z-index: 99999;
    display: none;
  }
  #asha .asha-contact-popup .asha-pop-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
  }
  #asha .asha-contact-popup h2 {
    color: #223e99;
    font-size: 30px;
    letter-spacing: -0.12px;
    line-height: 40px;
    text-align: center;
  }
  #asha .asha-contact-popup p {
    color: #39464d;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }
  #asha #ashaForm {
    margin-top: 15px;
  }
  #asha #ashaForm input[type="text"],
  #asha #ashaForm input[type="email"],
  #asha #ashaForm textarea {
    font-size: 16px;
    line-height: 28px;
    color: #333;
    padding: 10px 0 10px;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    border: none;
    border-bottom: 1px solid #ebebeb !important;
    font-family: "Open Sans", sans-sarif;
  }
  #asha .asha-contact-popup .ashaFormBtn {
    background: #00bdf2;
    display: inline-block;
    padding: 12px 30px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  #asha .blkbg {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    display: none;
  }
  #asha #input-feedback {
    padding: 100px 0 !important;
  }
}

@media (max-width: 767px) {
  #asha .banner {
    background: url(../img/asha/img-header-mob.jpg) no-repeat center top;
    background-size: cover;
    min-height: 350px;
  }
  #asha .banner h1 {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
  }
  #asha .banner h1 strong {
    font-size: 50px;
    line-height: 60px;
  }
  #asha .banner h1 img {
    max-width: 70%;
    margin-bottom: 10px !important;
  }
  #asha .asha-mission {
    padding: 30px 20px;
    background: #fff;
    font-size: 18px;
    line-height: 24px;
  }
  #asha .asha-container {
    width: 100%;
  }
  #asha .asha-line {
    margin: 35px auto;
    width: 90%;
  }
  #asha .asha-goals {
    padding: 35px 0;
  }
  #asha .asha-goals h2 {
    color: #2b457b;
    margin: 0 0 25px;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    font-family: "Open Sans";
  }
  #asha .common-col-3 {
    width: 50%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
  }
  #asha .points span {
    font-size: 130px;
    line-height: 100px;
    width: 100%;
    text-align: center;
  }
  #asha .points h3 {
    font-size: 22px;
    line-height: 30px;
    padding-top: 50px;
    text-align: center;
  }
  #asha .points p {
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  #asha .asha-btn-sm,
  #asha .asha-btn-lg {
    font-size: 16px;
    line-height: 23px;
    padding: 10px 40px;
    margin-top: 10px;
  }
  #asha .asha-content-block {
    background: #fff;
    border-radius: 5px;
    padding: 30px 25px;
    margin-bottom: 15px;
  }
  #asha .asha-content-block h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  #asha .asha-content-block p {
    font-size: 13px;
    line-height: 18px;
  }
  #asha .financial-products .common-col-3 {
    margin-top: 25px;
    text-align: center;
  }
  #asha .financial-products .common-col-3 img {
    margin: 0 auto;
  }
  #asha .financial-products p {
    font-size: 16px;
    line-height: 22px;
    color: #39464d;
    text-align: center;
  }
  #asha .financial-products h5 {
    font-size: 13px;
    line-height: 18px;
    color: #39464d;
  }
  #asha .financial-products h5 strong {
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
  }
  #asha .financial-products h5 span {
    display: inline-block;
    margin: 0 5px;
    color: #00bdf2;
  }
  #asha .asha-partnerships {
    padding: 50px 20px 20px;
    text-align: center;
  }
  #asha .asha-partnerships img {
    margin: 0 auto 15px;
    height: 75px;
  }
  #asha .asha-partnerships h2 {
    font-size: 22px;
    line-height: 30px;
    color: #2b457b;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  #asha .asha-partnerships p {
    font-size: 15px;
    line-height: 20px;
    color: #39464d;
    text-align: center;
    margin: 0 0 10px;
    padding: 0;
  }
  #asha .asha-partnerships span {
    font-size: 16px;
    line-height: 28px;
    color: #39464d;
    text-align: left;
    display: inline-block;
    padding: 0 0 0 30px;
    margin: 0 -2px;
    width: 50%;
    background: url(../img/asha/ic-tick.png) no-repeat left center;
    box-sizing: border-box;
  }
  .text-left-mob {
    text-align: left;
  }
  #asha .asha-partnerships .asha_part_logos {
    margin-top: 20px;
  }
  #asha .asha-contact {
    padding: 60px 0;
  }
  #asha .asha-contact .asha-contact-left {
    text-align: center;
  }
  #asha .asha-contact .asha-contact-right {
    text-align: center;
  }
  #asha .asha-contact .asha-btn-lg {
    margin-top: 30px;
  }
  #asha .asha-contact h2 {
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
  }
  #asha .asha-contact h2 strong {
    font-weight: normal;
    font-size: 31px;
    line-height: 40px;
    display: block;
  }
  #asha .asha-contact-popup {
    width: 95%;
    padding: 25px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    z-index: 99999;
    box-sizing: border-box;
    display: none;
  }
  #asha .asha-contact-popup .asha-pop-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }
  #asha .asha-contact-popup h2 {
    color: #223e99;
    font-size: 20px;
    line-height: 24px;
    padding: 20px 0px 10px;
    text-align: center;
  }
  #asha .asha-contact-popup p {
    color: #39464d;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }
  #asha #ashaForm {
    margin-top: 30px;
  }
  #asha #ashaForm input[type="text"],
  #asha #ashaForm input[type="email"],
  #asha #ashaForm textarea {
    font-size: 16px;
    line-height: 28px;
    color: #333;
    padding: 10px 0 10px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid #ebebeb !important;
    font-family: "Open Sans", sans-sarif;
  }
  #asha .asha-contact-popup .ashaFormBtn {
    background: #00bdf2;
    display: inline-block;
    padding: 12px 30px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  #asha .blkbg {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    display: none;
  }
  #asha #input-feedback {
    padding: 70px 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #asha .asha-container {
    width: 760px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #asha .asha-container {
    width: 980px;
  }
}

@media (min-width: 1200px) {
  #asha .asha-container {
    width: 1200px;
  }
}

/* Grievance Officer page */
.block-address {
  padding: 15px 0;
}
.block-address a {
  display: block;
  color: #00bdf2;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
.block-address,
.block-state {
  border-bottom: 1px solid #e6e6e6;
}
.bLast {
  border-bottom: none !important;
}
.block-state .sec span {
  display: block;
  color: #6b7c93;
  font-size: 14px;
}
.block-state .sec p {
  display: block;
  color: #111;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
.block-state .sec a {
  display: block;
  color: #00bdf2;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
.store-address {
  padding: 30px 0;
  display: none;
}
.store-block {
  display: inline-block;
  margin: 20px -2px 20px;
  padding: 0px;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #eee;
  box-shadow: 0px 0px 2px #eee;
}
.store-block h4 {
  font-size: 22px;
  line-height: 30px;
  color: #333;
  margin: 0;
  padding: 0;
  font-weight: 700;
}
.store-block p {
  line-height: 24px;
}
.mOpt ul li {
  display: none;
}
.mOpt ul li.active {
  display: block;
}
#location ul li.active {
  display: block !important;
}
.select {
  position: relative;
}
.select ul {
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  border: 1px solid #7a9cd3;
  top: 50px;
  display: none;
  overflow-x: hidden;
  overflow-y: scroll;
}
.select ul li {
  list-style: none;
  font-size: 14px;
  color: #333;
  padding: 10px 7px !important;
  cursor: pointer;
  line-height: 18px;
}
.select ul li:hover {
  background: #1e90ff;
  color: #fff;
}
.select .tAText {
  padding: 15px;
  border: none;
  background: #fff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #333 !important;
  width: 100%;
  outline: none !important;
  resize: none;
  display: block;
  cursor: pointer;
  text-align: left;
  position: relative;
  box-shadow: 1px 1px 3px #ddd;
  box-sizing: border-box;
}
.select .tAText::after {
  position: absolute;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #111;
  top: 25px;
  right: 15px;
}
.store-address h3 {
  color: #00bdf2;
  font-size: 22px;
}
.address-area {
  background: #fafafa;
}
.bLast .sec {
  padding-bottom: 0;
}
.tnc {
  display: none;
}
.tnc p {
  font-size: 13px;
  line-height: 18px;
  color: #999;
}
.go-block {
  background: #f3f8f9;
  padding: 20px;
}
.go-block h5 {
  color: #333;
  line-height: 24px;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 400;
  position: relative;
}
.go-block h5::before {
  width: 100px;
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: #555;
}
#data {
  text-align: center;
  margin-top: 30px;
}
.seararea {
  margin: 0;
  text-align: center;
}
.seararea input[type="text"] {
  font-size: 16px;
  line-height: 18px;
  border: 1px solid #eee;
  background: #fff;
  padding: 15px;
  width: 250px;
  border-radius: 3px;
  display: inline-block;
}
button#submit {
  background: #00bdf2;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  padding: 15px 30px;
  border: none;
  border-radius: 3px;
  position: relative;
  top: -1px;
  font-family: "Open sans", Arial, Helvetica, sans-serif;
  cursor: pointer;
  display: inline-block;
}
#loading-image {
  text-align: center;
  margin-top: 30px;
}
#loading-image img {
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  .topPadd {
    padding-top: 60px;
  }
  #noticeContainer {
    padding: 10px 0 !important;
  }
  .address-area {
    padding: 20px;
  }
  .last {
    margin-left: 25% !important;
  }
  .mr0.last {
    margin-left: 0 !important;
  }
  .store-address {
    padding: 10px 0;
    margin-top: 10px;
    display: none;
  }
  .store-block {
    display: block;
    margin: 10px -2px 10px;
  }
  .store-block h4 {
    line-height: 20px;
  }
  .select {
    margin-bottom: 10px;
  }
  .select ul {
    max-height: 150px;
  }
  .block-address p {
    font-size: 13px;
    color: #6b7c93;
  }
  .block-address span {
    display: inline-block;
    font-size: 11px;
    color: #6b7c93;
    margin-right: 5px;
  }
  .block-address a {
    display: inline-block;
    font-size: 13px;
  }
  .block-state .sec span {
    font-size: 11px;
  }
  .block-state .sec p {
    font-size: 13px;
    line-height: 18px;
  }
  .block-address {
    padding: 15px;
    text-align: center;
  }
  .block-address h4 {
    font-size: 16px;
  }
  .block-address p {
    font-size: 14px;
  }
  .block-state .sec {
    display: inline-block;
    margin: 0px;
    width: 49%;
    box-sizing: border-box;
    text-align: left;
    padding: 10px 0;
  }
  .block-state .sec.address {
    width: 100%;
  }
  .bLast .sec {
    padding-bottom: 0 !important;
  }
  .tnc {
    margin: 0px auto 0;
    width: 95%;
  }
  .tnc p {
    font-size: 12px;
    line-height: 16px;
  }
  .go-block {
    padding: 0 15px 15px;
  }
  .go-block h5 {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0 5px;
    margin-bottom: 5px;
  }
  .go-block h5::before {
    width: 50px !important;
  }
  .seararea input[type="text"],
  button#submit {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  #noticeContainer {
    padding: 30px 0 !important;
  }
  .address-area {
    padding: 40px 0;
  }
  #formarea {
    margin: 0px auto;
    width: 770px;
  }
  .select {
    width: 333px;
    margin: 0 25px 0px;
    float: left;
  }
  .store-address {
    text-align: center;
  }
  .store-block {
    width: 90%;
    margin: 20px 2% 0;
    min-height: 130px;
  }
  .select ul {
    max-height: 250px;
  }
  .block-address p {
    color: #6b7c93;
  }
  .block-address span {
    display: inline-block;
    font-size: 14px;
    color: #6b7c93;
    margin-right: 5px;
  }
  .block-address a {
    display: inline-block;
  }
  .block-state {
    float: left;
    border-bottom: none !important;
  }
  .block-state .sec {
    padding: 15px 0 0 !important;
  }
  .block-state .sec span {
    margin-bottom: 3px;
  }
  .block-state .sec {
    float: left;
    box-sizing: border-box;
    text-align: left;
    padding: 10px 0;
  }
  .block-state.one {
    width: 39%;
    margin-right: 1%;
  }
  .block-state.two {
    width: 29%;
    margin-right: 2%;
  }
  .block-state.bLast {
    width: 29%;
  }
  .sec.address {
    width: 100%;
  }
  .sec.name {
    width: 54%;
  }
  .sec.mobile {
    width: 43%;
    margin-left: 3%;
  }
  .sec.date {
    width: 51%;
  }
  .sec.time {
    width: 49%;
  }
  .tnc {
    width: 90%;
    margin: 0px auto 0;
  }
  .go-block h5 {
    font-size: 18px;
    line-height: 30px;
    padding: 0 0 10px;
    margin-bottom: 5px;
  }
}
/* Grievance Officer page */

/* food wallet & section in Product page */

.salary-account-section {
  background: #fafafa !important;
  padding-bottom: 50px;
}
.salary-account-section .img-center {
  text-align: center;
  margin: 50px 0 10px;
}
.salary-account-section .img-center img {
  max-width: 100%;
}
#salary-account {
  background: #fff;
}
#salary-account .foodMain {
  margin: auto;
  width: 1050px;
  padding: 10px 0 0 0;
  text-align: center;
}
#salary-account h1 {
  font-size: 35px;
  line-height: 45px;
  color: #2b457b;
  font-weight: 500;
}
#salary-account h1 .blueBG {
  color: #00bdf2;
}
#salary-account .text {
  font-weight: 300;
  width: 77%;
  margin-top: 20px;
  font-size: 20px;
  color: #4a5566;
  line-height: 30px;
  display: inline-block;
  overflow: hidden;
}
#salary-account h2 {
  color: #00bdf2;
  font-size: 30px;
  line-height: 36px;
  padding-bottom: 10px;
  margin: 40px 0 0;
  text-align: left;
}
#salary-account .leftSide {
  float: left;
  width: 48%;
  margin-right: 2%;
  padding: 0;
  box-sizing: border-box;
}
#salary-account ul {
  margin: 25px 0 0;
  padding: 0 0 20px 0px;
}
#salary-account ul li {
  text-align: left;
  padding: 0 40px 0 0;
  margin-bottom: 25px;
  position: relative;
}
#salary-account ul li img {
  /*float: left; width: 27px; padding-right: 20px; margin-top: 5px;*/
  position: absolute;
  top: 5px;
  left: 0;
  width: 27px;
}
#salary-account ul li h3 {
  color: #213368;
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 5px;
  margin-left: 47px;
}
#salary-account ul li p {
  color: #4a5566;
  font-size: 16px;
  padding-left: 48px;
  font-weight: 300;
}
#salary-account .text1 a {
  font-weight: 400;
  display: inline-block;
  padding: 13px 30px;
  font-size: 20px;
  color: #fff !important;
  line-height: 30px;
  background: #00bdf2;
  text-decoration: none;
  margin-top: 15px;
  border-radius: 4px;
  min-width: 170px;
}

#foodWallet {
  background: #fff;
}
#foodWallet .foodMain {
  margin: auto;
  width: 1050px;
  padding: 10px 0 0 0;
  text-align: center;
}
#foodWallet h1 {
  font-size: 35px;
  line-height: 45px;
  color: #2b457b;
  font-weight: 500;
}
#foodWallet h1 .blueBG {
  color: #00bdf2;
}
#foodWallet .text {
  font-weight: 300;
  width: 77%;
  margin-top: 20px;
  font-size: 20px;
  color: #4a5566;
  line-height: 30px;
  display: inline-block;
  overflow: hidden;
}
#foodWallet h2 {
  color: #00bdf2;
  font-size: 30px;
  line-height: 36px;
  padding-bottom: 10px;
  margin: 40px 0 0;
  text-align: left;
}
#foodWallet .leftSide {
  float: left;
  width: 50%;
  padding: 0;
  box-sizing: border-box;
}
#foodWallet ul {
  margin: 25px 0 0;
  padding: 0 0 20px 0px;
}
#foodWallet ul li {
  text-align: left;
  padding: 0 40px 0 0;
  margin-bottom: 25px;
  position: relative;
}
#foodWallet ul li img {
  float: left;
  width: 27px;
  padding-right: 20px;
  margin-top: 5px;
}
#foodWallet ul li h3 {
  color: #213368;
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 5px;
}
#foodWallet ul li p {
  color: #4a5566;
  font-size: 16px;
  padding-left: 48px;
  font-weight: 300;
}
#foodWallet a:link,
#foodWallet a:visited {
  color: #00bdf2;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
  margin: 10px 0 30px;
}

@media (max-width: 767px) {

  #foodWallet .foodMain {
    margin: auto;
    width: 90%;
    margin: 0 auto;
    padding: 10px 0 0 0;
    text-align: center;
  }
  #foodWallet h1 {
    font-size: 26px;
    line-height: 34px;
    color: #2b457b;
    font-weight: 500;
  }
  #foodWallet h1 .blueBG {
    color: #00bdf2;
  }
  #foodWallet .text {
    font-weight: 300;
    width: 77%;
    margin-top: 20px;
    font-size: 15px;
    color: #4a5566;
    line-height: 22px;
    display: inline-block;
    overflow: hidden;
  }
  #foodWallet h3 {
    color: #213368;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
    margin: 20px 20px 0;
    text-align: left;
  }
  #foodWallet .leftSide {
    float: left;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  #foodWallet ul {
    margin: 5px 0px 0;
    padding: 0 0 20px 0px;
  }
  #foodWallet ul li {
    text-align: left;
    padding: 0;
    margin-bottom: 15px;
    position: relative;
    font-size: 14px;
  }

  #salary-account .foodMain {
    margin: auto;
    width: 90%;
    margin: 0 auto;
    padding: 10px 0 0 0;
    text-align: center;
  }
  #salary-account h1 {
    font-size: 26px;
    line-height: 34px;
    color: #2b457b;
    font-weight: 500;
  }
  #salary-account h1 .blueBG {
    color: #00bdf2;
  }
  #salary-account .text {
    font-weight: 300;
    width: 77%;
    margin-top: 20px;
    font-size: 15px;
    color: #4a5566;
    line-height: 22px;
    display: inline-block;
    overflow: hidden;
  }
  #salary-account h3 {
    color: #213368;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
    margin: 20px 20px 0 47px;
    text-align: left;
  }
  #salary-account .leftSide {
    float: left;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  .salary-account-section {
    padding: 30px 0;
  }
  .salary-account-section .img-center {
    text-align: center;
    margin: 30px 20px 0px;
  }
  #salary-account ul {
    margin: 5px 0px 0;
    padding: 0 0 20px 0px;
  }
  #salary-account ul li {
    text-align: left;
    padding: 0;
    margin-bottom: 15px;
    position: relative;
    font-size: 14px;
  }
}
/* food wallet & section in Product page */

/* Form page css here */
.form-section {
  background: #fff;
  padding: 62px 0 0;
  position: relative;
}
#formsection .common_btn {
  display: inline-block;
  padding: 13px 30px;
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  width: 180px;
  background: #00bdf2;
  text-decoration: none;
  margin-top: 10px;
  border-radius: 2px;
  border: none;
  font-family: "Open Sans";
  cursor: pointer;
}
#input-feedback {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  display: none;
  padding-top: 160px;
}
.form-section .info-area h2 {
  color: #00bdf2;
}
.form-section .info-area h2 span {
  color: #04306c;
  display: block;
}
#formsection h3 {
  font-size: 13px;
  line-height: 24px;
  color: #00bdf2;
  margin: 0 0 40px;
  padding: 0;
  text-align: center;
  text-align: left;
}
#formsection h3 span {
  font-size: 12px;
  text-transform: uppercase;
  color: #04306c;
  display: block;
  font-weight: 600;
  letter-spacing: 2px;
}
#formsection select option {
  color: #666 !important;
}
#formsection p {
  text-align: left;
  font-size: 15px;
  line-height: 24px;
}
#formsection .input-radio {
  text-align: left;
  margin: 10px 0;
}
#formsection .input-radio label {
  margin-right: 30px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .form-section {
    min-height: 650px;
  }
  .form-section .info-area {
    position: absolute;
    top: 62px;
    left: 0;
    background: #fcfcfc;
    min-height: 650px;
    width: 50%;
    text-align: center;
  }
  .form-section .info-area h2 {
    font-size: 38px;
    line-height: 45px;
  }
  .form-section .info-area img {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .form-section .form-area {
    position: absolute;
    top: 62px;
    right: 0;
    background: #fff;
    min-height: 650px;
    width: 50%;
    text-align: center;
  }
  #formsection {
    width: 600px;
    height: 455px;
    border-radius: 4px;
    position: relative;
    left: -70px;
    background: #fff;
    z-index: 19;
    padding: 70px 100px;
    box-sizing: border-box;
    margin: 70px 0;
    box-shadow: 2px 2px 20px 0 rgba(216, 216, 216, 0.5);
  }
  #formsection input[type="text"],
  #formsection input[type="email"],
  #formsection select {
    width: 100%;
    margin: 0 0px 30px;
    color: #666;
    background: #fff;
    font-size: 14px;
    line-height: 20px;
    border: none;
    border-bottom: 1px solid #dadada;
    padding: 0 0 12px 0;
  }
  #formsection select {
    color: #ccc;
  }
  #formsection input[type="text"]:focus,
  #formsection input[type="email"]:focus {
    border-bottom-color: #666;
  }
  #formsection .half {
    width: 47% !important;
    float: left;
  }
  #formsection #stateField {
    float: right !important;
  }
  .current-ac-form {
    min-height: 1050px;
  }
  .current-ac-form .info-area {
    min-height: 1050px;
  }
  .current-ac-form .info-area h2 {
    padding-top: 300px;
  }
  .current-ac-form .form-area {
    min-height: 790px;
  }
  .current-ac-form #formsection {
    min-height: 920px;
  }
  .bca-form,
  .bca-form .info-area {
    min-height: 920px;
  }
  .bca-form #formsection {
    min-height: 790px;
    padding: 70px !important;
  }
  .bca-form .info-area img.placed {
    position: relative !important;
    width: 350px;
    height: auto;
  }
  .bca-form .info-area h2.top-padding-150 {
    padding: 120px 0 35px !important;
  }
}
@media (max-width: 767px) {
  .form-section .info-area {
    display: none;
  }
  #formsection {
    width: 85%;
    margin: 20px auto 0;
  }
  #formsection input[type="text"],
  #formsection input[type="email"],
  #formsection select {
    width: 100%;
    margin: 0 0px 30px;
    color: #666;
    background: #fff;
    font-size: 14px;
    line-height: 20px;
    border: none;
    border-bottom: 1px solid #dadada;
    padding: 0 0 12px 0;
  }
  #formsection select {
    color: #ccc;
  }
  #formsection input[type="text"]:focus,
  #formsection input[type="email"]:focus {
    border-bottom-color: #666;
  }
}
/* Current Account Form Css */

/* Platinum Debit Card page css here */
#platinum_dcard {
}
.pdc_safe .block .content b,
.pdc_safe .block .content a {
  color: #05badd;
  font-weight: 400;
}
@media (max-width: 767px) {
  #platinum_dcard h1 {
    font-size: 26px;
    line-height: 34px;
    padding: 20px 20px 0;
    text-align: center;
    font-weight: 600;
    color: #2b457b;
  }
  #platinum_dcard .head p {
    line-height: 22px;
    text-align: center;
    font-size: 15px;
    color: #4a5566;
    font-weight: 400;
    width: 70%;
    margin: 10px auto;
  }
  .pdc_benifits {
    text-align: center;
  }
  .pdc_benifits img {
    margin: 0 auto;
  }
  #platinum_dcard h2 {
    font-size: 22px;
    line-height: 30px;
    color: #213368;
    text-align: center;
    margin: 0px 0 25px;
    padding: 0;
    font-weight: 600;
  }
  #platinum_dcard h3 {
    font-size: 18px;
    line-height: 30px;
    color: #213368;
    text-align: center;
    margin: 0px 0 5px;
    padding: 0;
    font-weight: 600;
  }
  #platinum_dcard h4 {
    font-size: 14px;
    line-height: 18px;
    color: #4c5359;
    margin: 0px 0 10px;
    padding: 0;
    font-weight: 600;
  }
  .pdc_benifits h2 {
    margin-top: -30px !important;
  }
  .pdc_benifits .block {
    width: 85%;
    margin: 0 auto 30px;
  }
  .pdc_benifits .block p {
    font-size: 14px;
    line-height: 24px;
    color: #4a5566;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .pdc_benifits .block a:link,
  .pdc_benifits .block a:visited {
    color: #00bdf2 !important;
  }
  .pdc_offers h2 {
    margin-top: 60px !important;
  }
  .pdc_offers .block {
    border: 1px solid #e8e7e4;
    padding: 20px 15px;
    text-align: left;
    float: left;
    width: 46%;
    margin: 0 2% 4%;
    box-sizing: border-box;
  }
  .pdc_offers .block img {
    margin: 0 0 10px;
  }
  .pdc_offers .promocode {
    background: #d8f5fe;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 13px;
    line-height: 14px;
    font-weight: 600;
    color: #05badd;
  }
  #platinum_dcard .btn,
  #platinum_dcard .btn:link,
  #platinum_dcard .btn:visited {
    display: inline-block;
    text-align: center;
    border: 1px solid #05badd;
    color: #05badd;
    text-decoration: none;
    padding: 18px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    width: 90%;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  #platinum_dcard .btn:hover {
    color: #fff;
    background: #05badd;
  }
  #platinum_dcard .btn_filled,
  #platinum_dcard .btn_filled:link,
  #platinum_dcard .btn_filled:visited {
    display: inline-block;
    text-align: center;
    border: 1px solid #05badd;
    color: #fff;
    text-decoration: none;
    padding: 18px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    width: 90%;
    border-radius: 4px;
    box-sizing: border-box;
    background: #05badd;
    margin-bottom: 20px;
  }
  #platinum_dcard .btn_filled:hover {
    color: #05badd;
    background: #fff;
  }
  .pdc_rates h2 {
    margin-top: 40px !important;
  }
  #platinum_dcard table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin: 0 auto 20px;
    width: 90%;
  }
  #platinum_dcard table tr th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
    color: #05badd;
    width: 120px;
  }
  #platinum_dcard table tr td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 14px;
    font-weight: 400;
    color: #555;
  }
  #platinum_dcard table tr td p {
    padding: 10px;
  }
  #platinum_dcard table tr td strong {
    font-weight: 600;
  }
  #platinum_dcard table tr td span {
    font-weight: 400;
    display: block;
    font-size: 12px;
    line-height: 15px;
    margin-top: 5px;
    color: #999;
  }
  #platinum_dcard table tr td.sub {
    vertical-align: top;
  }
  #platinum_dcard table tr td.sub table {
    border: none !important;
  }
  #platinum_dcard table tr td.sub table tr td {
    padding: 10px 0px 0;
    display: block;
    border: none;
  }
  #platinum_dcard table tr td.sub table tr td:last-child {
    padding: 0px 0px 10px;
    display: block;
    font-weight: 600;
  }
  .pdc_limit h2 {
    margin-top: 40px !important;
  }
  .pdc_limit .block {
    float: left;
    width: 50%;
    margin: 0 0 25px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 24px;
    color: #555;
  }
  .pdc_limit .block strong {
    display: block;
    color: #05badd;
    font-weight: 600;
    font-size: 16px;
    margin-top: 5px;
  }
  .pdc_charges h2 {
    margin-top: 40px !important;
  }
  .pdc_charges .block {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 20px;
    box-sizing: border-box;
  }
  .pdc_charges .block h5 {
    font-weight: 700;
    font-size: 14px;
    color: #555;
    line-height: 20px;
    margin: 15px 0 7px;
    padding: 0;
    text-align: left;
  }
  .pdc_charges .block p {
    font-weight: 400;
    font-size: 14px;
    color: #555;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: left;
  }
  .pdc_charges .block p strong {
    font-weight: 700;
    color: #05badd;
  }
  .pdc_charges .block ul {
    margin: 0;
    padding: 0;
  }
  .pdc_charges .block ul li {
    font-weight: 400;
    font-size: 14px;
    color: #555;
    line-height: 20px;
    margin-bottom: 5px;
    text-align: left;
    list-style: none;
    position: relative;
    padding-left: 10px;
  }
  .pdc_charges .block ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    height: 6px;
    width: 6px;
    border-radius: 6px;
    background: #05badd;
  }
  .pdc_charges .divider {
    height: 1px;
    background: #ccc;
    margin: 20px 0;
    clear: both;
  }
  .pdc_safe {
    margin: 50px 0 0;
    text-align: center;
  }
  .pdc_safe h2 {
    margin: 0px 0 30px !important;
  }
  .pdc_safe .block {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 0 20px 20px;
  }
  .pdc_safe .block .img {
    float: left;
    width: 45px;
  }
  .pdc_safe .block .img img {
    max-width: 100%;
  }
  .pdc_safe .block .content {
    margin-left: 60px;
    text-align: left;
  }
  .pdc_safe .block .content h3 {
    text-align: left !important;
  }
  .pdc_safe .block .content ul {
    margin: 15px 0 0px 18px;
    padding: 0;
  }
  .pdc_safe .block .content ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    list-style: disc;
  }
  .pdc_safe .block .content ul li ul {
    margin-top: 15px;
  }
  .pdc_safe .block .content ul li ul li {
    list-style: circle;
  }
  .pdc_faq h2 {
    margin: 60px 0 15px !important;
  }
  .pdc_faq .block {
    width: 90%;
    margin: 0 auto;
  }
  .pdc_faq .block a {
    color: #05badd;
    display: block;
    padding: 17px 0;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    border-bottom: 1px solid #ddd;
    position: relative;
  }
  .pdc_faq .block a:last-child {
    border: none !important;
  }
  .pdc_faq .block a::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 8px;
    transform: rotate(45deg);
    background: #05badd;
    top: 20px;
    right: 0px;
  }
  .pdc_faq .block a::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 8px;
    transform: rotate(-45deg);
    background: #05badd;
    top: 25px;
    right: 0px;
  }
  .visible-xs {
    display: block !important;
  }
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) {
  #platinum_dcard h1 {
    font-size: 35px;
    line-height: 45px;
    padding: 30px 20px 0;
    text-align: center;
    font-weight: 500;
    color: #2b457b;
  }
  #platinum_dcard .head p {
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    color: #4a5566;
    font-weight: 300;
    margin: 10px auto 50px;
  }
  .pdc_benifits {
    text-align: center;
  }
  .pdc_benifits img {
    margin: 0 auto;
  }
  #platinum_dcard h2 {
    font-size: 30px;
    line-height: 36px;
    color: #213368;
    text-align: center;
    margin: 0px 0 30px;
    padding: 0;
    font-weight: 500;
  }
  #platinum_dcard h3,
  #platinum_dcard h3 a {
    font-size: 22px;
    line-height: 30px;
    color: #213368 !important;
    text-align: center;
    margin: 0px 0 10px;
    padding: 0;
    font-weight: 500;
  }
  #platinum_dcard h4 {
    font-size: 16px;
    line-height: 24px;
    color: #4c5359;
    margin: 0px 0 10px;
    padding: 0;
    font-weight: 500;
    min-height: 50px;
  }
  .pdc_benifits h2 {
    margin-top: -30px !important;
  }
  .pdc_benifits .block {
    width: 50%;
    margin: 0;
    float: left;
    padding: 20px;
    box-sizing: border-box;
  }
  .pdc_benifits .block .section {
    padding: 25px 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    min-height: 185px;
  }
  .pdc_benifits .block .section img {
    margin-bottom: 10px;
  }
  .pdc_benifits .block p {
    font-size: 16px;
    line-height: 30px;
    color: #4a5566;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .pdc_benifits .block a:link,
  .pdc_benifits .block a:visited {
    color: #00bdf2 !important;
  }
  .pdc_offers {
    background: #fafafa;
    padding: 50px 0 30px;
    margin: 30px 0 0;
  }
  .pdc_offers h2 {
    margin: 0px 0 40px !important;
  }
  .pdc_offers .block {
    padding: 20px;
    text-align: center;
    float: left;
    width: 23%;
    margin: 0 1% 2%;
    box-sizing: border-box;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #eee;
    min-height: 170px;
  }
  .pdc_offers .block img {
    margin: 0 auto10px;
  }
  .pdc_offers .promocode {
    background: #d8f5fe;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    color: #05badd;
  }
  #platinum_dcard .btn,
  #platinum_dcard .btn:link,
  #platinum_dcard .btn:visited {
    display: inline-block;
    text-align: center;
    border: 1px solid #05badd;
    color: #05badd;
    text-decoration: none;
    padding: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    width: 300px;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  #platinum_dcard .btn:hover {
    color: #fff;
    background: #05badd;
  }
  #platinum_dcard .btn_filled,
  #platinum_dcard .btn_filled:link,
  #platinum_dcard .btn_filled:visited {
    display: inline-block;
    text-align: center;
    border: 1px solid #05badd;
    color: #fff;
    text-decoration: none;
    padding: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    width: 300px;
    border-radius: 4px;
    box-sizing: border-box;
    background: #05badd;
    margin-bottom: 20px;
  }
  #platinum_dcard .btn_filled:hover {
    color: #05badd;
    background: #fff;
  }
  .pdc_rates h2 {
    margin: 40px 0 !important;
  }
  #platinum_dcard table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin: 0 auto 30px;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
  }
  #platinum_dcard table tr th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 16px;
    font-weight: 600;
    padding: 20px;
    color: #05badd;
    width: 150px;
    width: 100px;
    vertical-align: middle;
  }
  #platinum_dcard table tr td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 16px;
    font-weight: 400;
    color: #555;
  }
  #platinum_dcard table tr td p {
    padding: 20px;
  }
  #platinum_dcard table tr td strong {
    font-weight: 600;
  }
  #platinum_dcard table tr td span {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    display: block;
    margin-top: 5px;
    color: #999;
  }
  #platinum_dcard table tr td:nth-child(2) {
    width: 260px;
  }
  #platinum_dcard table tr td.sub {
    padding: 0 !important;
    vertical-align: top;
  }
  #platinum_dcard table tr td.sub table {
    margin: 0 !important;
    border: none !important;
  }
  #platinum_dcard table tr td.sub table tr td {
    padding: 20px;
  }
  #platinum_dcard table tr td.sub table tr td:last-child {
    font-weight: 600;
  }
  #platinum_dcard table tr td.sub table tr:last-child td {
    border-bottom: none !important;
  }
  .order_dcard,
  .active_dcard {
    display: inline-block;
    margin: 0 10px;
  }
  .pdc_limit {
    background: #fafafa;
    padding: 50px 0 30px;
    margin: 30px 0 0;
    text-align: center;
  }
  .pdc_limit h2 {
    margin-bottom: 40px !important;
  }
  .pdc_limit .block {
    background: #fff;
    border-radius: 4px;
    display: inline-block;
    margin: 0 10px 25px;
    box-sizing: border-box;
    padding: 25px;
    font-size: 16px;
    line-height: 30px;
    color: #555;
    border: 1px solid #eee;
  }
  .pdc_limit .block strong {
    display: block;
    color: #05badd;
    font-weight: 600;
    font-size: 20px;
    margin-top: 5px;
  }
  .pdc_charges h2 {
    margin: 40px 0 !important;
  }
  .pdc_charges .block {
    float: left;
    width: 46%;
    margin: 0 2%;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 4px;
  }
  .pdc_charges .block h5 {
    font-weight: 700;
    font-size: 16px;
    color: #555;
    line-height: 24px;
    margin: 15px 0 7px;
    padding: 0;
    text-align: left;
  }
  .pdc_charges .block p {
    font-weight: 400;
    font-size: 16px;
    color: #555;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: left;
  }
  .pdc_charges .block p strong {
    font-weight: 700;
    color: #05badd;
  }
  .pdc_charges .block ul {
    margin: 0;
    padding: 0;
  }
  .pdc_charges .block ul li {
    font-weight: 400;
    font-size: 16px;
    color: #555;
    line-height: 24px;
    margin-bottom: 5px;
    text-align: left;
    list-style: none;
    position: relative;
    padding-left: 20px;
  }
  .pdc_charges .block ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    height: 8px;
    width: 8px;
    border-radius: 8px;
    background: #05badd;
  }
  .pdc_charges .divider {
    height: 1px;
    background: #ccc;
    margin: 20px 0;
    clear: both;
  }
  .pdc_safe {
    padding: 50px 0 0px;
    margin: 50px 0 0;
    text-align: center;
  }
  .pdc_safe h2 {
    margin: 0px 0 40px !important;
  }
  .pdc_safe .block {
    padding: 25px 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 0 20px 20px;
  }
  .pdc_safe .block .img {
    float: left;
    width: 55px;
  }
  .pdc_safe .block .img img {
    max-width: 100%;
  }
  .pdc_safe .block .content {
    margin-left: 80px;
    text-align: left;
  }
  .pdc_safe .block .content h3 {
    text-align: left !important;
  }
  .pdc_safe .block .content ul {
    margin: 15px 0 0px 18px;
    padding: 0;
  }
  .pdc_safe .block .content ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    list-style: disc;
  }
  .pdc_safe .block .content ul li ul {
    margin-top: 15px;
  }
  .pdc_safe .block .content ul li ul li {
    list-style: circle;
  }
  .pdc_faq {
    padding: 50px 0 30px;
    margin: 50px 0 0;
    text-align: center;
  }
  .pdc_faq h2 {
    margin: 0px 0 40px !important;
  }
  .pdc_faq .block a {
    color: #223e99;
    display: block;
    padding: 28px 40px;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    font-weight: 500;
    background-color: rgb(240, 250, 252);
    margin-bottom: 24px;
    border-radius: 4px;
    margin-bottom: 24px;
  }
  .pdc_faq .block a:last-child {
    border: none !important;
  }
  .pdc_faq .block a::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 8px;
    transform: rotate(45deg);
    background: #223e99;
    top: 35px;
    right: 20px;
  }
  .pdc_faq .block a::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 8px;
    transform: rotate(-45deg);
    background: #223e99;
    top: 40px;
    right: 20px;
  }
  .pdc_faq .block a:hover {
    background: #05badd;
    color: #fff;
  }
  .pdc_faq .block a:hover::before,
  .pdc_faq .block a:hover::after {
    background: #fff;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
}

/* Platinum Debit Card page css here */

/* Fraud page css */
#fraud_pre .slider-nav-thumbnails .slick-slide {
  cursor: pointer;
}
#fraud_pre .slider-nav-thumbnails .img.cm-phishing {
  background: url(../img/fraud/l1-ic-phishing.png) no-repeat center top;
}
#fraud_pre .slider-nav-thumbnails .img.cm-vishing {
  background: url(../img/fraud/l1-ic-vishing.png) no-repeat center top;
}
#fraud_pre .slider-nav-thumbnails .img.cm-smsing {
  background: url(../img/fraud/l1-ic-smshing.png) no-repeat center top;
}
#fraud_pre .slider-nav-thumbnails .img.cm-impresonation {
  background: url(../img/fraud/l1-ic-impersonation.png) no-repeat center top;
}
#fraud_pre .slider-nav-thumbnails .img.cm-money-mule {
  background: url(../img/fraud/l1-ic-moneymule.png) no-repeat center top;
}
.centerImage {
  margin: 0 auto;
  text-align: center;
}
.info a {
  display: inline-block;
  margin: 20px 0 0;
  padding: 7px 20px;
  font-size: 15px;
  line-height: 24px;
  border: 1px solid #000;
  color: #fff;
  background: #000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .fraud_header {
    width: 100% !important;
    padding: 10px 15px !important;
    box-sizing: border-box;
  }
  .fraud_header .safe_bank {
    float: left;
    margin-top: 12px;
  }
  .fraud_header .safe_bank img {
    width: 100px;
  }
  .fraud_header .logo {
    float: right !important;
    width: auto !important;
  }
  .fraud_header .logo img {
    width: 130px !important;
  }
  #fraud_pre h2 {
    padding: 0;
    margin: 40px 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    text-align: center;
  }
  #fraud_pre .fraud_container {
    width: 100% !important;
  }
  #fraud_pre .fraud_s1 {
    position: relative;
  }
  #fraud_pre .fraud_s1_left {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    z-index: 10;
  }
  #fraud_pre .fraud_s1_left h3 {
    padding: 0px;
    margin: 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
  }
  #fraud_pre .fraud_s1_right {
    width: 100%;
    overflow: hidden;
    background: #d7eff3;
  }
  #fraud_pre .fraud_s1_right img {
    position: relative;
    right: -110px;
    z-index: 9;
    width: 100%;
  }
  #fraud_pre .fraud_s2_left {
    float: left;
    width: 320px;
  }
  #fraud_pre .fraud_s2_left ul {
    margin: 0;
    padding: 0;
  }
  #fraud_pre .fraud_s2_left ul li {
    list-style: none;
    color: #002e6e;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    padding: 25px 40px;
    position: relative;
    cursor: pointer;
    border-radius: 4px 0 0 4px;
  }
  #fraud_pre .fraud_s2_left ul li.active {
    box-shadow: 1px 10px 26px 0 rgba(107, 107, 107, 0.1);
    background: #fff;
  }
  #fraud_pre .fraud_s2_left ul li.active::after {
    content: "";
    position: absolute;
    top: 0;
    right: -25px;
    width: 50px;
    height: 100%;
    background: #fff;
    z-index: 999;
  }
  #fraud_pre .fraud_s2_left ul li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 40px;
    width: 240px;
    height: 1px;
    background: #ededed;
  }
  #fraud_pre .fraud_s2_left ul li:last-child::before {
    display: none !important;
  }
  #fraud_pre .fraud_s2_left ul li img {
    margin-right: 15px;
  }
  #fraud_pre .fraud_s2_left ul li span {
    display: inline-block;
    position: relative;
    top: -8px;
  }
  #fraud_pre .fraud_s2_right {
  }
  #fraud_pre .fraud_s2_right .tab_accordian {
    padding: 7px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 15px 5px;
    position: relative;
    cursor: pointer;
  }
  #fraud_pre .fraud_s2_right .tab_accordian::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 15px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    height: 8px;
    width: 2px;
    background: #aaa;
  }
  #fraud_pre .fraud_s2_right .tab_accordian::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    height: 8px;
    width: 2px;
    background: #aaa;
  }
  #fraud_pre .fraud_s2_right .tab_accordian.active::before {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    height: 8px;
    width: 2px;
    background: #002e6e;
  }
  #fraud_pre .fraud_s2_right .tab_accordian.active::after {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    height: 8px;
    width: 2px;
    background: #002e6e;
  }
  #fraud_pre .fraud_s2_right .tab_accordian img {
    margin-right: 15px;
  }
  #fraud_pre .fraud_s2_right .tab_accordian span {
    display: inline-block;
    position: relative;
    top: -8px;
    color: #002e6e;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
  }
  #fraud_pre .tab_content_section {
    display: none;
    background: #f3f7f8;
    margin: 15px;
  }
  #fraud_pre .fraud_s2_right .info {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
  }
  #fraud_pre .fraud_s2_right .info ul {
    margin: 0 0 30px 20px;
    padding: 0;
  }
  #fraud_pre .fraud_s2_right .info ul li {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #111;
    margin-bottom: 20px;
    list-style: disc;
  }
  #fraud_pre .fraud_s2_right .info .fraud_btn {
    background: #000;
    border-radius: 3px;
    height: 36px;
    width: 110px;
    text-align: center;
    color: #fff;
    line-height: 36px;
    display: inline-block;
    margin-left: 20px;
  }
  #fraud_pre .fraud_s2_right .imp_info {
    padding: 30px 20px 5px;
    overflow-x: scroll;
  }
  #fraud_pre .imp_sec {
    width: 195px;
    margin-right: 25px;
    float: left;
  }
  #fraud_pre .imp_sec img {
    float: left;
    margin: 15px 10px 0px 15px;
  }
  #fraud_pre .imp_sec p {
    color: #002e6e;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin: 0px 0 15px 60px;
    height: 60px;
    padding: 10px 15px 15px 0;
    border-bottom: 1px solid #ededed;
  }
  #fraud_pre .imp_info .imp_sec:last-child p {
    border-bottom: none !important;
  }
  #fraud_pre .imp_info .imp_sec a:link,
  .imp_info .imp_sec a:visited {
    display: block;
  }
  #fraud_pre .fraud_call {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: #222;
    margin: 20px 30px;
  }
  #fraud_pre .fraud_call strong {
    display: block;
    font-size: 24px;
    line-height: 24px;
  }
  #fraud_pre .scroll_panel {
    width: 800px;
  }
  #fraud_pre #fraud_common {
    background: #ebf7fa;
    padding: 30px 0 10px;
    margin: 40px 0;
  }
  #fraud_pre #fraud_common h3 {
    padding: 0;
    margin: 0 0 30px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    text-align: center;
  }
  #fraud_pre .slider-nav-thumbnails .slick-center .img.cm-phishing {
    background: url(../img/fraud/l1-ic-phishing-selected.png) no-repeat center
      top;
  }
  #fraud_pre .slider-nav-thumbnails .slick-center .img.cm-vishing {
    background: url(../img/fraud/l1-ic-vishing-selected.png) no-repeat center
      top;
  }
  #fraud_pre .slider-nav-thumbnails .slick-center .img.cm-smsing {
    background: url(../img/fraud/l1-ic-smshing-selected.png) no-repeat center
      top;
  }
  #fraud_pre .slider-nav-thumbnails .slick-center .img.cm-impresonation {
    background: url(../img/fraud/l1-ic-impersonation-selected.png) no-repeat
      center top;
  }
  #fraud_pre .slider-nav-thumbnails .slick-center .img.cm-money-mule {
    background: url(../img/fraud/l1-ic-moneymule-selected.png) no-repeat center
      top;
  }
  #fraud_pre .slider-nav-thumbnails div {
    text-align: center;
  }
  #fraud_pre .slider-nav-thumbnails .img {
    /*width:31px;*/
    height: 31px;
    margin: 0 auto 5px;
  }
  #fraud_pre .slider-nav-thumbnails span {
    display: block;
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
    color: #002e6e;
    text-align: center;
  }
  #fraud_pre .slider-nav-thumbnails .slick-center span {
    color: #00b4df !important;
  }
  #fraud_pre .slider .slick-slide {
  }
  #fraud_pre .slider-section {
    margin: 0 10px;
    box-shadow: 1px 10px 26px 0 rgba(107, 107, 107, 0.1);
    background: #fff;
  }
  #fraud_pre .slider .slick-next,
  .slider .slick-prev {
    height: 50px;
    width: 50px;
    text-indent: -9999999px;
    display: block !important;
  }
  #fraud_pre .slider .slick-list {
    padding: 0 40px !important;
  }
  #fraud_pre .slider-img img {
    max-width: 100%;
    margin: 0 auto;
  }
  #fraud_pre .slider-text {
    padding: 20px;
    min-height: 260px;
  }
  #fraud_pre .slider-text h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    margin: 0px 0 10px;
    padding: 0;
    color: #1b1b1b;
  }
  #fraud_pre .slider-text p {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    margin: 0 0 10px;
    padding: 0;
  }
  #fraud_pre .slider-text a:link,
  .slider-text a:visited {
    color: #002e6e;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
  }
  #fraud_pre .fraud_video .fraud_container h3 {
    padding: 0;
    margin: 0 0px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    text-align: center;
  }
  #fraud_pre .fraud_video .slick-track {
    padding: 20px 0;
  }
  #fraud_pre .fraud_video .fraud_container {
    width: 990px;
    margin: 0 auto;
  }
  #fraud_pre .fraud_video .fraud_container .block {
    cursor: pointer;
  }
  #fraud_pre .fraud_video .fraud_container .section {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 1px 10px 26px 0 rgba(107, 107, 107, 0.1);
    margin: 0 15px;
  }
  #fraud_pre .fraud_video .fraud_container .block p {
    font-size: 15px;
    line-height: 20px;
    color: #213368;
    font-weight: 600;
    padding: 20px;
    margin: 0;
  }
  .video_pop {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    height: 250px;
    width: 90%;
    z-index: 9999;
    display: none;
  }
  .video_pop .close_vd {
    height: 35px;
    width: 35px;
    background: #fff;
    border-radius: 50px;
    font-size: 15px;
    line-height: 35px;
    text-align: center;
    font-weight: 600;
    color: #f00;
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
  }
  .video_pop iframe {
    width: 100%;
    height: 250px;
  }
  .pop_bg {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    display: none;
  }
  #fraud_pre .fraud_s1_full {
    background: #ebf7fa;
  }
  #fraud_pre .fraud_s1_full h4 {
    padding: 40px 20px;
    margin: 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    text-align: center;
  }
  #fraud_pre .width925 {
    width: 90%;
    margin: 0 auto;
  }
  .fraud_detail_section h2 {
    font-size: 20px !important;
    line-height: 28px !important;
    color: #000;
    text-align: left !important;
    margin: 30px 0 10px !important;
    padding: 0;
  }
  .fraud_detail_section h3 {
    font-size: 16px !important;
    line-height: 24px !important;
    color: #000;
    text-align: left !important;
    margin: 10px 0 10px !important;
    padding: 0;
  }
  .fraud_detail_section p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    text-align: left;
    margin: 0px 0 20px;
    padding: 0;
  }
  .fraud_detail_section .block {
    width: 100%;
    margin: 20px 0 30px;
    min-height: 100px;
  }
  .fraud_detail_section .block .img {
    float: left;
    width: 75px;
    height: 75px;
    border-radius: 75px;
    background: #ebf7fa;
    position: relative;
  }
  .fraud_detail_section .block .img img {
    padding: 22px;
  }
  .fraud_detail_section .block .text {
    margin-left: 90px;
  }
  .fraud_detail_section .block .text h5 {
    font-size: 16px;
    line-height: 24px;
    color: #083067;
    text-align: left;
    margin: 0 0 5px;
    padding: 0;
    font-weight: 600;
  }
  .fraud_detail_section .block .text p {
    font-size: 14px;
    line-height: 22px;
    color: #222;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .fraud_detail_section .block .text a {
    color: #00b4df;
    display: inline-block;
  }
  .fraud_detail_section .info {
    color: #002e6e;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin: 40px 0;
    padding: 20px;
    background: #ebf7fa;
    font-weight: 600;
  }
  .fraud_detail_section .box {
    margin: 0;
    padding: 0;
  }
  .fraud_detail_section .box li {
    list-style: none;
    font-size: 13px;
    line-height: 24px;
    background: #fff;
    margin: 0 10px 20px 0;
    color: #002e6e;
    font-weight: 600;
    box-shadow: 1px 10px 15px 0 rgba(107, 107, 107, 0.1);
    padding: 15px 0px 15px 40px;
    display: inline-block;
    min-width: 120px;
    position: relative;
  }
  .fraud_detail_section .box li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .fraud_detail_section .box li img {
    position: absolute;
    left: 10px;
    width: 25px;
  }
  .fraud_more_product {
    padding: 30px 0;
    background: #fafafa;
    text-align: center;
    margin-top: 30px;
  }
  .fraud_more_product h2 {
    font-size: 24px !important;
    line-height: 30px !important;
    color: #000;
    margin: 0px 0 20px !important;
    padding: 0;
  }
  .fraud_more_product a:link,
  .fraud_more_product a:visited {
    font-size: 14px;
    line-height: 20px;
    color: #002e6e;
    display: inline-block;
    min-width: 130px;
    margin: 0px 10px 20px;
    text-align: center;
    padding: 10px;
    background: #fff;
    border-radius: 4px;
  }
  .fraud_more_product img {
    margin: 0 auto 0px;
  }
  .fraud_more_product span {
    display: block;
    font-weight: 600;
  }

  .fraud_detail_section .sub-block {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 1px 0px 15px 0 rgba(107, 107, 107, 0.1);
    margin: 0 0px 30px;
  }
  .fraud_detail_section .sub-block h4 {
    font-size: 18px;
    color: #083067;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 15px;
    padding: 0;
    text-align: center;
  }
  .fraud_detail_section .sub-block p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .fraud_detail_section .full-box {
    border: 1px solid rgba(151, 151, 151, 0.2);
    box-shadow: 0 9px 27px 0 rgba(187, 187, 187, 0.2);
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 24px;
  }
  .fraud_detail_section .full-box img {
    display: none;
  }
  .fraud_detail_section .full-box h3 {
    color: #002e6e;
    font-size: 20px !important;
    line-height: 27px !important;
    margin: 0 0 15px 0 !important;
    padding: 0;
    font-weight: 400 !important;
  }
  .fraud_detail_section .full-box ul {
    margin: 0 0 0 18px;
    padding: 0;
  }
  .fraud_detail_section .full-box p,
  .fraud_detail_section .full-box ul li {
    color: #222;
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 15px;
    padding: 0;
    list-style: disc;
  }
  .fraud_detail_section .full-box p {
    margin-left: 0;
  }
  .fraud_detail_section .full-box a {
    color: #04b7df;
  }
  .fraud_detail_section .full-box .head {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 20px;
    color: #1b1b1b;
    font-weight: 600;
  }
  .fraud_detail_section .full-box ul.do,
  .fraud_detail_section .full-box ul.donot {
    margin: 0 !important;
  }
  .fraud_detail_section .full-box ul.do > li,
  .fraud_detail_section .full-box ul.donot > li {
    list-style: none !important;
    position: relative;
    padding-left: 25px !important;
  }
  .fraud_detail_section .full-box ul.do > li > ul,
  .fraud_detail_section .full-box ul.donot > li > ul {
    margin: 10px 0 30px 18px !important;
  }
  .fraud_detail_section .full-box ul.do > li > ul > li,
  .fraud_detail_section .full-box ul.donot > li > ul > li {
    list-style: disc !important;
    margin-bottom: 5px !important;
  }
  .fraud_detail_section .full-box ul.do li::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    height: 3px;
    width: 7px;
    background: #22d530;
    transform: rotate(45deg);
  }
  .fraud_detail_section .full-box ul.do li::after {
    content: "";
    position: absolute;
    top: 12px;
    left: 2px;
    height: 3px;
    width: 14px;
    background: #22d530;
    transform: rotate(-45deg);
  }
  .fraud_detail_section .full-box ul.donot li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    height: 3px;
    width: 14px;
    background: #e90004;
    transform: rotate(45deg);
  }
  .fraud_detail_section .full-box ul.donot li::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0px;
    height: 3px;
    width: 14px;
    background: #e90004;
    transform: rotate(-45deg);
  }
  .fraud_detail_section .full-box .note {
    background: rgba(237, 237, 237, 0.3);
    padding: 40px 40px 25px;
    margin: 40px -40px -40px;
  }
  .fraud_detail_section .full-box .note p {
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .fraud_header {
    width: 1200px !important;
  }
  .fraud_header .safe_bank {
    float: left;
    margin-top: 12px;
  }
  .fraud_header .logo {
    float: right !important;
    width: auto !important;
  }
  #fraud_pre h2 {
    padding: 0;
    margin: 50px 0;
    font-size: 38px;
    line-height: 45px;
    font-weight: 700;
    color: #000;
    text-align: center;
  }
  #fraud_pre .fraud_container {
    width: 1200px;
    margin: 0 auto;
  }
  #fraud_pre .fraud_s1_left {
    float: left;
    width: 600px;
    height: 390px;
    background: #ebf7fa;
  }
  #fraud_pre .fraud_s1_left h3 {
    padding: 120px 0 0 110px;
    margin: 0;
    font-size: 38px;
    line-height: 45px;
    font-weight: 400;
    color: #000;
  }
  #fraud_pre .fraud_s1_right {
    float: right;
    width: 600px;
    height: 390px;
  }
  #fraud_pre .tab_content {
    display: none;
  }
  #fraud_pre .tab_content.active {
    display: block !important;
  }
  #fraud_pre .fraud_s2_left {
    float: left;
    width: 320px;
  }
  #fraud_pre .fraud_s2_left ul {
    margin: 0;
    padding: 0;
  }
  #fraud_pre .fraud_s2_left ul li {
    list-style: none;
    color: #002e6e;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    padding: 25px 40px;
    position: relative;
    cursor: pointer;
    border-radius: 4px 0 0 4px;
  }
  #fraud_pre .fraud_s2_left ul li.active {
    box-shadow: 1px 10px 26px 0 rgba(107, 107, 107, 0.1);
    background: #fff;
  }
  #fraud_pre .fraud_s2_left ul li.active::after {
    content: "";
    position: absolute;
    top: 0;
    right: -25px;
    width: 50px;
    height: 100%;
    background: #fff;
    z-index: 999;
  }
  #fraud_pre .fraud_s2_left ul li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 40px;
    width: 240px;
    height: 1px;
    background: #ededed;
  }
  #fraud_pre .fraud_s2_left ul li:last-child::before {
    display: none !important;
  }
  #fraud_pre .fraud_s2_left ul li img {
    margin-right: 15px;
  }
  #fraud_pre .fraud_s2_left ul li span {
    display: inline-block;
    position: relative;
    top: -8px;
  }
  #fraud_pre .fraud_s2_right {
    float: right;
    width: 880px;
    box-shadow: 1px 10px 26px 0 rgba(107, 107, 107, 0.1);
    background: #fff;
  }
  #fraud_pre .fraud_s2_right .info {
    float: left;
    width: 500px;
    padding: 25px 40px 30px 60px;
  }
  #fraud_pre .fraud_s2_right .info.fWidth {
    width: auto !important;
  }
  #fraud_pre .fraud_s2_right .info ul {
    margin: 0 0 30px;
    padding: 0;
  }
  #fraud_pre .fraud_s2_right .info ul li {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #111;
    margin-bottom: 20px;
    list-style: disc;
  }
  #fraud_pre .fraud_s2_right .info .fraud_btn {
    background: #000;
    border-radius: 3px;
    height: 36px;
    width: 110px;
    text-align: center;
    color: #fff;
    line-height: 36px;
    display: inline-block;
  }
  #fraud_pre .fraud_s2_right .imp_info {
    float: left;
    width: 260px;
    padding: 20px 0px 0px;
  }
  #fraud_pre .imp_sec img {
    float: left;
    margin: 15px 20px;
  }
  #fraud_pre .imp_sec p {
    color: #002e6e;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin: 0px 0 15px 70px;
    height: 50px;
    padding: 10px 15px 15px 0;
    border-bottom: 1px solid #ededed;
  }
  #fraud_pre .imp_info .imp_sec:last-child p {
    border-bottom: none !important;
  }
  #fraud_pre .imp_info .imp_sec a:link,
  .imp_info .imp_sec a:visited {
    display: block;
  }
  #fraud_pre .fraud_call {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #222;
    margin-top: 30px;
  }
  #fraud_pre .fraud_call strong {
    display: block;
    font-size: 20px;
    line-height: 24px;
  }
  #fraud_common {
    background: #ebf7fa;
    padding: 70px 0;
    margin: 70px 0 0;
  }
  #fraud_common h3 {
    padding: 0;
    margin: 0 0 50px;
    font-size: 38px;
    line-height: 45px;
    font-weight: 700;
    color: #000;
    text-align: center;
  }
  #fraud_pre .slider-nav-thumbnails .slick-slide {
    display: inline-block !important;
    width: auto !important;
    margin: 0 30px !important;
    float: none !important;
  }
  #fraud_pre .slider-nav-thumbnails .slick-active .img.cm-phishing {
    background: url(../img/fraud/l1-ic-phishing-selected.png) no-repeat center
      top;
  }
  #fraud_pre .slider-nav-thumbnails .slick-active .img.cm-vishing {
    background: url(../img/fraud/l1-ic-vishing-selected.png) no-repeat center
      top;
  }
  #fraud_pre .slider-nav-thumbnails .slick-active .img.cm-smsing {
    background: url(../img/fraud/l1-ic-smshing-selected.png) no-repeat center
      top;
  }
  #fraud_pre .slider-nav-thumbnails .slick-active .img.cm-impresonation {
    background: url(../img/fraud/l1-ic-impersonation-selected.png) no-repeat
      center top;
  }
  #fraud_pre .slider-nav-thumbnails .slick-active .img.cm-money-mule {
    background: url(../img/fraud/l1-ic-moneymule-selected.png) no-repeat center
      top;
  }
  #fraud_pre .slider-nav-thumbnails {
    width: 800px !important;
    margin: 0 auto 30px;
  }
  #fraud_pre .slider-nav-thumbnails div {
    text-align: center;
  }
  #fraud_pre .slider-nav-thumbnails .img {
    /*width:31px; */
    height: 31px;
    margin: 0 auto 14px;
  }
  #fraud_pre .slider-nav-thumbnails span {
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #002e6e;
    text-align: center;
  }
  #fraud_pre .slider-nav-thumbnails .slick-active span {
    color: #00b4df !important;
  }
  #fraud_pre .slider .slick-slide {
    width: 990px !important;
    margin: 0 105px;
    box-shadow: 1px 10px 26px 0 rgba(107, 107, 107, 0.1);
    background: #fff;
  }
  #fraud_pre .slider .slick-next,
  .slider .slick-prev {
    height: 50px;
    width: 50px;
    text-indent: -9999999px;
    display: block !important;
  }
  #fraud_pre .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    display: none !important;
  }
  #fraud_pre .slider .slick-next {
    background: url("../img/fraud/ic-right.png") no-repeat top center !important;
  }
  #fraud_pre .slider .slick-prev {
    background: url("../img/fraud/ic-left.png") no-repeat top center !important;
  }
  #fraud_pre .slider-img {
    float: left;
    width: 270px;
    height: 250px;
  }
  #fraud_pre .slider-text {
    float: left;
    width: 640px;
    margin-left: 40px;
  }
  #fraud_pre .slider-text h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin: 40px 0 20px;
    padding: 0;
    color: #1b1b1b;
  }
  #fraud_pre .slider-text p {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    margin: 0 0 20px;
    padding: 0;
  }
  #fraud_pre .slider-text a:link,
  .slider-text a:visited {
    color: #002e6e;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
  }
  #fraud_pre .fraud_video .fraud_container h3 {
    padding: 0;
    margin: 0 0 30px;
    font-size: 38px;
    line-height: 45px;
    font-weight: 700;
    color: #000;
    text-align: center;
  }
  #fraud_pre .fraud_video .slick-track {
    padding: 20px 0;
  }
  #fraud_pre .fraud_video .fraud_container {
    width: 990px;
    margin: 0 auto;
  }
  #fraud_pre .fraud_video .fraud_container .block {
    cursor: pointer;
  }
  #fraud_pre .fraud_video .fraud_container .section {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 1px 10px 26px 0 rgba(107, 107, 107, 0.1);
    margin: 0 15px;
  }
  #fraud_pre .fraud_video .fraud_container .block p {
    font-size: 15px;
    line-height: 20px;
    color: #213368;
    font-weight: 600;
    padding: 20px;
    margin: 0;
  }
  .video_pop {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    height: 315px;
    width: 560px;
    z-index: 9999;
    display: none;
  }
  .video_pop .close_vd {
    height: 35px;
    width: 35px;
    background: #fff;
    border-radius: 50px;
    font-size: 15px;
    line-height: 35px;
    text-align: center;
    font-weight: 600;
    color: #f00;
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
  }
  .video_pop iframe {
    height: 315px;
    width: 560px;
  }
  .pop_bg {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    display: none;
  }
  #fraud_pre .fraud_s1_full {
    background: #ebf7fa;
  }
  #fraud_pre .fraud_s1_full h4 {
    padding: 80px;
    margin: 0;
    font-size: 32px;
    line-height: 38px;
    font-weight: 400;
    color: #000;
    text-align: center;
  }
  #fraud_pre .width925 {
    width: 925px;
    margin: 0 auto;
  }
  .fraud_detail_section h2 {
    font-size: 30px !important;
    line-height: 48px !important;
    color: #000;
    text-align: left !important;
    margin: 60px 0 20px !important;
    padding: 0;
  }
  .fraud_detail_section h3 {
    font-size: 24px !important;
    line-height: 30px !important;
    color: #000;
    text-align: left !important;
    margin: 30px 0 !important;
    padding: 0;
    font-weight: 600;
  }
  .fraud_detail_section p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-align: left;
    margin: 0px 0 20px;
    padding: 0;
  }
  .fraud_detail_section .block {
    width: 445px;
    margin: 20px 0 25px;
  }
  .fraud_detail_section .block.left {
    float: left;
  }
  .fraud_detail_section .block.right {
    float: right;
  }
  .fraud_detail_section .block .img {
    float: left;
    width: 109px;
    height: 109px;
    border-radius: 109px;
    background: #ebf7fa;
    position: relative;
  }
  .fraud_detail_section .block .img img {
    padding: 39px;
  }
  .fraud_detail_section .block .text {
    margin-left: 130px;
  }
  .fraud_detail_section .block .text h5 {
    font-size: 18px;
    line-height: 24px;
    color: #083067;
    text-align: left;
    margin: 0 0 5px;
    padding: 0;
    font-weight: 600;
  }
  .fraud_detail_section .block .text p {
    font-size: 15px;
    line-height: 22px;
    color: #222;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .fraud_detail_section .block .text a {
    color: #00b4df;
    display: inline-block;
  }
  .fraud_detail_section .info {
    color: #002e6e;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin: 80px 0;
    padding: 50px 0;
    background: #ebf7fa;
    font-weight: 600;
  }
  .fraud_detail_section .box {
    margin: 0;
    padding: 0;
  }
  .fraud_detail_section .box li {
    list-style: none;
    display: inline-block;
  }
  .fraud_detail_section .box li a {
    font-size: 17px;
    line-height: 30px;
    background: #fff;
    margin: 0 30px 30px 0;
    color: #002e6e;
    font-weight: 600;
    box-shadow: 1px 10px 26px 0 rgba(107, 107, 107, 0.1);
    padding: 20px 20px 20px 75px;
    display: block;
    min-width: 160px;
    position: relative;
  }
  .fraud_detail_section .box li img {
    position: absolute;
    left: 25px;
  }
  .fraud_more_product {
    padding: 50px 0;
    background: #fafafa;
    text-align: center;
    margin-top: 80px;
  }
  .fraud_more_product h2 {
    font-size: 32px !important;
    line-height: 48px !important;
    color: #000;
    margin: 0px 0 30px !important;
    padding: 0;
  }
  .fraud_more_product a:link,
  .fraud_more_product a:visited {
    font-size: 18px;
    line-height: 20px;
    color: #002e6e;
    display: inline-block;
    margin: 0 40px;
    text-align: center;
  }
  .fraud_more_product img {
    margin: 0 auto 10px;
  }
  .fraud_more_product span {
    display: block;
    font-weight: 600;
  }

  .fraud_detail_section .sub-block {
    float: left;
    width: 278px;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 1px 0px 15px 0 rgba(107, 107, 107, 0.1);
    margin: 0 30px 30px 0;
    min-height: 200px;
  }
  .fraud_detail_section .sub-block h4 {
    font-size: 18px;
    color: #083067;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 15px;
    padding: 0;
    text-align: center;
  }
  .fraud_detail_section .sub-block p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .fraud_detail_section .full-box {
    border: 1px solid rgba(151, 151, 151, 0.2);
    box-shadow: 0 9px 27px 0 rgba(187, 187, 187, 0.2);
    border-radius: 4px;
    padding: 24px;
    margin-bottom: 24px;
  }
  .fraud_detail_section .full-box img {
    float: left;
    display: none;
  }
  .fraud_detail_section .full-box h3 {
    color: #002e6e;
    font-size: 24px !important;
    line-height: 36px !important;
    margin: 0 0 15px 0px !important;
    padding: 0;
    font-weight: 400 !important;
  }
  .fraud_detail_section .full-box > ul {
    margin: 0 0 0 20px;
    padding: 0;
  }
  .fraud_detail_section .full-box ul.do li > ul {
    margin: 0 0 0 20px !important;
    padding: 0;
  }
  .fraud_detail_section .full-box ul.do li > ul li {
    margin-bottom: 10px !important;
  }
  .fraud_detail_section .full-box p,
  .fraud_detail_section .full-box ul li {
    color: #222;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 15px;
    padding: 0;
    list-style: disc;
  }
  /*.fraud_detail_section .full-box p{margin-left: 215px;}*/
  .fraud_detail_section .full-box a {
    color: #04b7df;
  }
  .fraud_detail_section .full-box.extra-space {
    padding: 40px !important;
    margin-top: 40px;
  }
  .fraud_detail_section .full-box .head {
    font-size: 32px;
    line-height: 55px;
    margin-bottom: 20px;
    color: #1b1b1b;
    font-weight: 600;
  }
  .fraud_detail_section .full-box ul.do,
  .fraud_detail_section .full-box ul.donot {
    margin: 0 !important;
  }
  .fraud_detail_section .full-box ul.do > li,
  .fraud_detail_section .full-box ul.donot > li {
    list-style: none !important;
    position: relative;
    padding-left: 35px !important;
  }
  .fraud_detail_section .full-box ul.do > li > ul,
  .fraud_detail_section .full-box ul.donot > li > ul {
    margin: 10px 0 30px 18px !important;
  }
  .fraud_detail_section .full-box ul.do > li > ul > li,
  .fraud_detail_section .full-box ul.donot > li > ul > li {
    list-style: disc !important;
    margin-bottom: 10px !important;
  }
  .fraud_detail_section .full-box ul.do li::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    height: 3px;
    width: 7px;
    background: #22d530;
    transform: rotate(45deg);
  }
  .fraud_detail_section .full-box ul.do li::after {
    content: "";
    position: absolute;
    top: 12px;
    left: 2px;
    height: 3px;
    width: 14px;
    background: #22d530;
    transform: rotate(-45deg);
  }
  .fraud_detail_section .full-box ul.donot li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    height: 3px;
    width: 14px;
    background: #e90004;
    transform: rotate(45deg);
  }
  .fraud_detail_section .full-box ul.donot li::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0px;
    height: 3px;
    width: 14px;
    background: #e90004;
    transform: rotate(-45deg);
  }
  .fraud_detail_section .full-box .note {
    background: rgba(237, 237, 237, 0.3);
    padding: 40px 40px 25px;
    margin: 40px -40px -40px;
  }
  .fraud_detail_section .full-box .note p {
    margin-left: 0 !important;
  }
}
/* Fraud page css */

/* offer and tnc pages css */
.clickSubmitX {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #fff !important;
  border-radius: 2px;
  box-sizing: border-box;
  text-align: center;
  margin: 20px 0;
}
.clickSubmitX a:link,
.clickSubmitX a:visited,
.clickSubmitX a {
  font-size: 18px;
  font-weight: 400;
  color: #fff !important;
  border-radius: 2px;
  box-sizing: border-box;
  background: #00b8f8;
  padding: 12px 40px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #00b8f8;
  display: inline-block;
}
.clickSubmitX a:hover {
  color: #00b8f8 !important;
  background: none !important;
}
.conentBlock {
  background: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
}

#legal-tab {
  color: #2cb9eb;
  margin: 20px 0;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  padding-right: 20px;
  position: relative;
}
#legal-tab::before {
  position: absolute;
  content: "";
  width: 0;
  height: 5px;
  border-top: 5px solid #353535;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  right: 0;
  top: 12px;
}
#legal-tnc {
  display: none;
}

.offer-tabs {
  background: #fff;
  border-radius: 4px;
}
.offer-tabs span {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  display: inline-block;
  position: relative;
  border-radius: 4px;
  cursor: pointer;
  margin: 0 -2px;
  text-align: center;
  color: #999999;
}
.offer-tabs span.active {
  background: #00bdf2;
  color: #fff;
}
.offer-tabs span.active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, 0);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #00bdf2;
}
.offer-tab-content {
  display: none;
}
.offer-tab-content.active {
  display: block;
}
.offerpages table {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.offerpages table tr th {
  font-weight: bold;
  padding: 10px;
  color: #000;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  vertical-align: middle !important;
}
.offerpages table tr td {
  padding: 10px;
  color: #444;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  vertical-align: middle !important;
}

@media (max-width: 767px) {
  /* .offerpages #headerMain, .offerpages #fotterMobile, .offerpages .copyWeb{display: none;}
  .offerpages{padding-top: 90px;} */
  .offerpages .offer-container {
    width: 100%;
    margin: 0 auto;
  }
  .offerpages .offer-container img {
    max-width: 100%;
  }
  .offerpages .conentBlock {
    padding: 20px;
  }
  .offerpages .head {
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
    margin: 0 0 10px;
    padding: 0;
  }
  .offerpages .big-head {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 0 0 20px;
    padding: 0;
  }
  .offerpages .offer-container ul {
    margin: 10px 0 40px 18px;
    padding: 0;
    list-style: disc;
  }
  .offerpages .offer-container ul li {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .offerpages .offer-container li a,
  .offerpages .offer-container a {
    color: #00bdf2 !important;
  }
  .offerpages .offer-container .clickSubmitX a {
    color: #fff !important;
  }
  .offerpages .offer-container .clickSubmitX a:hover {
    color: #00bdf2 !important;
  }
  .offerpages .offer-container li a:hover {
    text-decoration: underline;
  }
  .offerpages .offer-container ul li strong {
    font-weight: bold;
  }
  .offerpages .offer-container p {
    font-size: 13px;
    line-height: 18px;
    margin: 10px 0 15px;
  }
  .offerpages .bnr {
    margin-bottom: 0px;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
  }
  .offerpages table tr td,
  .offerpages table tr td {
    vertical-align: top;
  }
  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }
  #legal-tab {
    padding-left: 0px;
    margin-top: 0 !important;
  }
  #legal-tnc {
    padding: 0 20px;
  }
  .sliderbanner {
    margin: 0 !important;
    overflow-x: hidden;
  }
  .offer-tabs {
    display: flex;
    justify-content: center;
  }
  .offer-tabs span {
    font-size: 13px;
    line-height: 18px;
    padding: 10px 25px;
  }
  .offer-tabs-details {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
  }
  .offerpages table {
    margin-bottom: 20px;
  }
  .offerpages table tr th {
    font-size: 12px;
    line-height: 16px;
    padding: 5px;
  }
  .offerpages table tr th:first-child {
    width: 60px;
  }
  .offerpages table tr th:nth-child(3) {
    width: 80px;
  }
  .offerpages table tr td {
    font-size: 11px;
    line-height: 14px;
    padding: 5px;
  }
}
@media (min-width: 1200px) {
  .offerpages .offer-container {
    width: 1200px;
    margin: 0px auto 0;
  }
  .offerpages .offer-container img {
    max-width: 100%;
  }
  .offerpages .conentBlock {
    padding: 30px;
  }
  .offerpages .head {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin: 20px 0 30px;
    padding: 0;
  }
  .offerpages .big-head {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    margin: 0 0 40px;
    padding: 0;
  }
  .offerpages .offer-container ul {
    margin: 20px 0 40px 18px;
    padding: 0;
    list-style: disc;
  }
  .offerpages .offer-container ul li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .offerpages .offer-container li a,
  .offerpages .offer-container a {
    color: #00bdf2;
  }
  .offerpages .offer-container .clickSubmitX a {
    color: #fff !important;
  }
  .offerpages .offer-container .clickSubmitX a:hover {
    color: #00bdf2 !important;
  }
  .offerpages .offer-container li a:hover {
    text-decoration: underline;
  }
  .offerpages .offer-container ul li strong {
    font-weight: bold;
  }
  .offerpages .offer-container p {
    font-size: 14px;
    line-height: 24px;
    margin: 20px 0 10px;
  }
  .offerpages .bnr {
    margin-bottom: 30px;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
  }
  .offerpages table tr td,
  .offerpages table tr td {
    vertical-align: top;
  }
  .hidden-xs {
    display: block;
  }
  .visible-xs {
    display: none;
  }
  .width700 {
    width: 700px;
    margin: 0 auto;
  }
  .offer-tabs {
    width: 705px;
    margin: -65px auto 0;
    position: relative;
    z-index: 9;
  }
  .offer-tabs span {
    font-size: 16px;
    line-height: 24px;
    padding: 25px 0px;
    width: 235px;
  }
  .offer-tab-content {
    padding: 30px;
  }
  .offerpages table {
    margin-bottom: 30px;
  }
  .offerpages table tr th {
    font-size: 15px;
    line-height: 24px;
  }
  .offerpages table tr td {
    font-size: 14px;
    line-height: 24px;
  }
}
/* offer and tnc pages css */

/* Kyc page */
#kyc .clearfix {
  clear: both;
  height: 0.1px;
}
#kyc .slick-prev,
#kyc .slick-next {
  position: absolute;
  top: 100px;
  height: 40px;
  width: 40px;
  border: 1px solid #ccc;
  border-radius: 40px;
  line-height: 40px;
  background: #fff;
  text-indent: -99999px;
  outline: none;
}
#kyc .slick-prev {
  left: 0px;
}
#kyc .slick-prev::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 13px;
  height: 2px;
  width: 9px;
  background: #555;
  transform: rotate(-45deg);
}
#kyc .slick-prev::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 13px;
  height: 2px;
  width: 9px;
  background: #555;
  transform: rotate(45deg);
}
#kyc .slick-next {
  right: 0px;
}
#kyc .slick-next::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 13px;
  height: 2px;
  width: 9px;
  background: #555;
  transform: rotate(45deg);
}
#kyc .slick-next::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 13px;
  height: 2px;
  width: 9px;
  background: #555;
  transform: rotate(-45deg);
}
#kyc #way .block .section ol {
  counter-reset: my-badass-counter;
}
#kyc #way .block .section ol li {
  position: relative;
}
#kyc #way .block .section ol li:before {
  content: counter(my-badass-counter);
  counter-increment: my-badass-counter;
  position: absolute;
  left: -18px;
}
@media (max-width: 767px) {
  #kyc .hidden-xs {
    display: none !important;
  }
  #kyc .visible-xs {
    display: block !important;
  }
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  #kyc #about {
    width: 90%;
    margin: 0px auto 35px;
  }
  #kyc #about h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    margin: 0;
    padding: 30px 0 10px;
    color: #213368;
    text-align: center;
  }
  #kyc #about .col-sm-6 {
    position: relative;
  }
  #kyc #about img {
    position: absolute;
    top: 10px;
    left: 0;
  }
  #kyc #about .text {
    margin: 20px 0 0 60px;
  }
  #kyc #about .text h4 {
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #213368;
    margin: 0 0 5px;
    padding: 0;
  }
  #kyc #about .text p {
    font-size: 15px;
    line-height: 22px;
    color: #4a5566;
    margin: 0;
    padding: 0;
  }
  #kyc #videos {
    background: #f7fcfc;
    padding: 35px 0;
  }
  #kyc #videos h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    margin: 0;
    padding: 0 0 10px;
    color: #213368;
    text-align: center;
  }
  #kyc #videos .slick-track {
    padding: 20px 0;
  }
  #kyc #videos .fraud_container {
    width: 100%;
    margin: 0 auto;
  }
  #kyc #videos .fraud_container .block {
    cursor: pointer;
  }
  #kyc #videos .fraud_container .section {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 10px;
  }
  #kyc #videos .fraud_container .block p {
    font-size: 14px;
    line-height: 20px;
    color: #213368;
    font-weight: 600;
    padding: 10px !important;
    margin: 0;
  }
  #kyc #videos .slick-slide {
    height: auto !important;
  }
  #kyc .video_pop {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    height: 250px;
    width: 90%;
    z-index: 9999;
    display: none;
  }
  #kyc .video_pop .close_vd {
    height: 35px;
    width: 35px;
    background: #fff;
    border-radius: 50px;
    font-size: 15px;
    line-height: 35px;
    text-align: center;
    font-weight: 600;
    color: #f00;
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
  }
  #kyc .video_pop iframe {
    width: 100%;
    height: 250px;
  }
  #kyc .pop_bg {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    display: none;
  }
  #kyc .common_type {
    padding: 35px 0;
  }
  #kyc .common_type .type_container {
    width: 100%;
    margin: 0 auto;
  }
  #kyc .common_type table {
    width: 100%;
  }
  #kyc .common_type h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    margin: 0;
    padding: 0 0 30px;
    color: #213368;
    text-align: center;
  }
  #kyc .common_type .block {
    width: 33.33%;
    float: left;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 3px solid #ccc;
    text-align: center;
    position: relative;
  }
  #kyc .common_type .block.active::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 3px;
    background: #4ebbf3;
    z-index: 99;
  }
  #kyc .common_type .block img {
    margin: 0 auto 15px;
    height: 30px;
    width: auto;
  }
  #kyc .common_type .block span {
    font-size: 12px;
    line-height: 16px;
    color: #4a4a4a;
    display: block;
    font-weight: 700;
    text-align: center;
  }
  #kyc .common_type .block span em {
    font-size: 14px;
    line-height: 16px;
    color: #4a4a4a;
    display: block;
    font-style: normal;
    font-weight: 600;
  }
  #kyc .common_type .dark {
    background: #fafafa;
  }
  #kyc .common_type .light {
    background: #fff;
  }
  #kyc .common_type .section {
    float: left;
    width: 50%;
    font-size: 12px;
    line-height: 18px;
    color: #4a5566;
    padding: 18px 0 18px 15px;
    box-sizing: border-box;
    font-weight: 400;
  }
  #kyc .common_type .kyc_text {
    text-align: center;
    padding: 0 0 15px 0;
  }
  #kyc .common_type .kyc_text strong {
    font-size: 20px;
    line-height: 24px;
    display: block;
    font-weight: 400;
  }
  #kyc .common_type .kyc_text span {
    font-size: 13px;
    line-height: 18px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
  }
  #kyc .common_type .diffSec {
    background: #4ebbf3 !important;
    color: #fff !important;
  }
  #kyc #limit .diffSec {
    height: 72px;
  }
  #kyc .common_type .forMob {
    display: none;
  }
  #kyc .common_type .forMob.active {
    display: block;
  }
  #kyc .common_type p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 15px !important;
    color: #4a5566;
    text-align: center;
  }
  #kyc #limit p {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  #kyc #way {
    background: #f7fcfc;
    padding: 35px 0;
  }
  #kyc #way h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    margin: 0;
    padding: 0 0 35px;
    color: #213368;
    text-align: center;
  }
  #kyc #way .way_container {
    width: 90%;
    margin: 0 auto;
  }
  #kyc #way .block {
    margin-bottom: 40px;
    position: relative;
  }
  #kyc #way .block img {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
  }
  #kyc #way .block .section {
    margin-left: 100px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ebebeb;
  }
  #kyc #way .block .section h4 {
    color: #00b4f5;
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 20px;
    padding: 0;
    font-weight: 700;
  }
  #kyc #way .block .section ol {
    margin: 0 0 0 18px;
    padding: 0;
  }
  #kyc #way .block .section ol li {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    margin-bottom: 10px;
  }
  #kyc #way .block .section p {
    font-size: 14px;
    line-height: 20px;
    color: #333;
  }
  #kyc #way .block:nth-child(4) {
    margin-bottom: 10px !important;
  }
  #kyc #way .block:nth-child(4) .section {
    padding-bottom: 0 !important;
    border: none !important;
  }
  #kyc #faq {
    padding: 35px 0;
  }
  #kyc #faq .faq_container {
    width: 90%;
    margin: 0 auto;
  }
  #kyc #faq h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    margin: 0;
    padding: 0 0 0px;
    color: #213368;
    text-align: center;
  }
  #kyc #faq .subhead {
    font-size: 15px;
    line-height: 22px;
    color: #39464d;
    margin: 15px 0 5px;
    padding: 0;
    text-align: center;
    margin-bottom: 40px;
  }
  #kyc #faq .faq_container .block {
    padding: 15px;
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
  }
  #kyc #faq .faq_container .block h4 {
    color: #00b4f5;
    font-weight: 600;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
    text-align: left;
    position: relative;
  }
  #kyc #faq .faq_container .block h4::after {
    height: 1px;
    width: 8px;
    background: #00b4f5;
    position: absolute;
    top: 11px;
    right: 0;
    content: "";
  }
  #kyc #faq .faq_container .block h4 span {
    display: block;
    position: relative;
  }
  #kyc #faq .faq_container .block h4 span > a {
    color: #00b4f5 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    text-decoration: none;
  }
  #kyc #faq .faq_container .block h4 span::before {
    content: "";
    position: absolute;
    height: 7px;
    width: 1px;
    background: #00b4f5;
    top: 6px;
    right: 0px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
  }
  #kyc #faq .faq_container .block h4 span::after {
    content: "";
    position: absolute;
    height: 7px;
    width: 1px;
    background: #00b4f5;
    top: 10px;
    right: 0px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
  }
  #kyc #faq .faq_container .block h5,
  #kyc #faq .faq_container .block p {
    display: none;
  }

  #kyc .container {
    width: 90%;
    margin: 0 auto;
  }
  #kyc .kyc_top_back {
    padding: 22px 10px;
    margin-bottom: 30px;
  }
  #kyc .kyc_top_back > a:link,
  #kyc .kyc_top_back > a:visited {
    color: #002e6e;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    padding-left: 20px;
    position: relative;
  }
  #kyc .kyc_top_back a::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0px;
    width: 10px;
    height: 2px;
    background: #002e6e;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  #kyc .kyc_top_back a::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0px;
    width: 10px;
    height: 2px;
    background: #002e6e;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
  #kyc .kyc_content h2 {
    color: #223e99;
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 25px;
    padding: 0;
    font-weight: 400;
  }
  #kyc .kyc_content h3 {
    color: #39464d;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 5px;
    padding: 0;
    font-weight: 600;
  }
  #kyc .kyc_content p {
    color: #39464d;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding: 0;
  }
  #kyc .kyc_content .line {
    clear: both;
    height: 1px;
    background: #e6e6e6;
    margin: 20px 0;
  }
}

@media (min-width: 768px) {
  #kyc .hidden-xs {
    display: block !important;
  }
  #kyc .visible-xs {
    display: none !important;
  }
  #kyc .col-sm-1 {
    width: 8.33333333%;
    float: left;
    box-sizing: border-box;
  }
  #kyc .col-sm-3 {
    width: 25%;
    float: left;
    box-sizing: border-box;
  }
  #kyc .col-sm-6 {
    width: 50%;
    float: left;
    box-sizing: border-box;
  }
  #kyc .col-sm-8 {
    width: 66.66666667%;
    float: left;
    box-sizing: border-box;
  }
  #kyc #kyc-tabs > a {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    color: #4a4a4a !important;
    text-decoration: none;
    display: inline-block;
    padding: 20px 42px;
    border-top: 4px solid #fff;
    position: relative;
  }
  #kyc #kyc-tabs a.active {
    border-top-color: #4ebbf3 !important;
  }
  #kyc #kyc-tabs a::before {
    position: absolute;
    height: 50px;
    width: 1px;
    background: #e6e6e6;
    content: "";
    right: 0;
    top: 17px;
  }
  #kyc #kyc-tabs a:last-child {
    padding: 20px 45px !important;
  }
  #kyc #kyc-tabs a:last-child::before {
    display: none !important;
  }
  #kyc #kyc-tabs a span {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 22px;
    display: block;
    font-weight: 400;
  }
  #kyc .kyc-tabs-container.fixedTop {
    position: fixed;
    top: 60px;
    left: 0;
    background: #fff;
    z-index: 999;
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  #kyc .kyc-tabs-container.fixedTop #kyc-tabs {
    width: 1200px;
    margin: 0 auto;
  }
  #kyc #about {
    width: 960px;
    margin: 80px auto;
  }
  #kyc #about h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    margin: 0;
    padding: 0 0 15px;
    color: #213368;
    text-align: center;
  }
  #kyc #about .col-sm-6 {
    position: relative;
  }
  #kyc #about img {
    position: absolute;
    left: 15px;
    top: 45px;
  }
  #kyc #about .text {
    padding: 40px 0 0 70px;
  }
  #kyc #about .text h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #213368;
    margin: 0 0 5px;
    padding: 0;
  }
  #kyc #about .text p {
    font-size: 15px;
    line-height: 22px;
    color: #4a5566;
    margin: 0;
    padding: 0;
  }
  #kyc #videos {
    background: #f7fcfc;
    padding: 75px 0;
  }
  #kyc #videos h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    margin: 0;
    padding: 0 0 15px;
    color: #213368;
    text-align: center;
  }
  #kyc #videos .fraud_video_slider {
    margin: 0 !important;
  }
  #kyc #videos .slick-track {
    padding: 20px 0;
  }
  #kyc #videos .fraud_container {
    width: 990px;
    margin: 0 auto;
  }
  #kyc #videos .fraud_container .block {
    cursor: pointer;
  }
  #kyc #videos .fraud_container .section {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 15px;
  }
  #kyc #videos .fraud_container .block p {
    font-size: 15px;
    line-height: 20px;
    color: #213368;
    font-weight: 600;
    padding: 20px !important;
    margin: 0;
  }
  #kyc #videos .slick-slide {
    height: auto !important;
  }
  #kyc .video_pop {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    height: 315px;
    width: 560px;
    z-index: 9999;
    display: none;
  }
  #kyc .video_pop .close_vd {
    height: 35px;
    width: 35px;
    background: #fff;
    border-radius: 50px;
    font-size: 15px;
    line-height: 35px;
    text-align: center;
    font-weight: 600;
    color: #f00;
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
  }
  #kyc .video_pop iframe {
    height: 315px;
    width: 560px;
  }
  #kyc .pop_bg {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    display: none;
  }
  #kyc .common_type {
    padding: 75px 0;
  }
  #kyc .common_type .type_container {
    width: 960px;
    margin: 0 auto;
  }
  #kyc .common_type h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    margin: 0;
    padding: 0 0 50px;
    color: #213368;
    text-align: center;
  }
  #kyc .common_type .block {
    width: 240px;
    float: left;
    margin-bottom: 30px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  #kyc .common_type .block img {
    margin-bottom: 20px;
  }
  #kyc .common_type .block span {
    font-size: 14px;
    line-height: 16px;
    color: #4a4a4a;
    display: block;
    font-weight: 700;
  }
  #kyc .common_type .block span em {
    font-size: 14px;
    line-height: 16px;
    color: #4a4a4a;
    display: block;
    font-style: normal;
    font-weight: 600;
  }
  #kyc .common_type .dark {
    background: #fafafa;
  }
  #kyc .common_type .light {
    background: #fff;
  }
  #kyc .common_type .dark.height75 .section,
  #kyc .common_type .light.height75 .section {
    min-height: 75px;
  }
  #kyc .common_type .dark.height75 .section img,
  #kyc .common_type .light.height75 .section img {
    margin-top: 15px;
  }
  #kyc .common_type .section {
    float: left;
    width: 240px;
    font-size: 14px;
    line-height: 24px;
    color: #4a5566;
    padding: 13px 20px;
    font-weight: 400;
    box-sizing: border-box;
  }
  #kyc .common_type p {
    font-size: 13px;
    line-height: 24px;
    margin-top: 15px !important;
    color: #4a5566;
    text-align: center;
  }
  #kyc #way {
    background: #f7fcfc;
    padding: 75px 0;
  }
  #kyc #way h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    margin: 0;
    padding: 0 0 60px;
    color: #213368;
    text-align: center;
  }
  #kyc #way .way_container {
    width: 800px;
    margin: 0 auto;
  }
  #kyc #way .block {
    margin-bottom: 40px;
    position: relative;
  }
  #kyc #way .block img {
    position: absolute;
    top: 0;
    left: 0;
  }
  #kyc #way .block .section {
    margin-left: 175px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ebebeb;
  }
  #kyc #way .block .section h4 {
    color: #00b4f5;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 20px;
    padding: 0;
    font-weight: 700;
  }
  #kyc #way .block .section ol {
    margin: 0 0 0 18px;
    padding: 0;
  }
  #kyc #way .block .section ol li {
    font-size: 15px;
    line-height: 20px;
    color: #333;
    margin-bottom: 10px;
  }
  #kyc #way .block .section p {
    font-size: 15px;
    line-height: 22px;
    color: #333;
  }
  #kyc #way .block:nth-child(4) .section {
    padding-top: 25px;
    padding-bottom: 0 !important;
    border: none !important;
  }
  #kyc #faq {
    padding: 75px 0 0;
  }
  #kyc #faq h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    margin: 0;
    padding: 0px;
    color: #213368;
    text-align: center;
  }
  #kyc #faq .subhead {
    font-size: 16px;
    line-height: 24px;
    color: #39464d;
    margin: 15px 0 5px;
    padding: 0;
    text-align: center;
    margin-bottom: 40px;
  }
  #kyc #faq .faq_container {
    width: 960px;
    margin: 0 auto;
  }
  #kyc #faq .faq_container .block {
    padding: 35px 40px 0;
    border: 1px solid #e6e6e6;
    margin-bottom: 30px;
    min-height: 505px;
  }
  #kyc #faq .faq_container .block h4 {
    color: #00b4f5;
    font-weight: 700;
    margin: 0 0 25px;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    text-align: left;
  }
  #kyc #faq .faq_container .block h4 span {
    display: inline-block;
    position: relative;
  }
  #kyc #faq .faq_container .block h4 span > a {
    color: #00b4f5 !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 24px !important;
    text-decoration: none;
  }
  #kyc #faq .faq_container .block h4 span::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 2px;
    background: #00b4f5;
    top: 6px;
    right: -25px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
  }
  #kyc #faq .faq_container .block h4 span::after {
    content: "";
    position: absolute;
    height: 10px;
    width: 2px;
    background: #00b4f5;
    top: 12px;
    right: -25px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
  }
  #kyc #faq .faq_container .block h5 {
    font-size: 16px;
    line-height: 24px;
    color: #39464d;
    margin: 15px 0 5px;
    padding: 0;
    font-weight: 700;
  }
  #kyc #faq .faq_container .block p {
    font-size: 14px;
    line-height: 24px;
    color: #39464d;
    margin: 0 0 10px !important;
    padding: 0;
  }

  #kyc .kyc_top_back {
    padding: 22px 25px;
    margin-bottom: 60px;
  }
  #kyc .kyc_top_back > a:link,
  .kyc_top_back > a:visited {
    color: #002e6e !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    padding-left: 20px;
    position: relative;
  }
  #kyc .kyc_top_back a::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0px;
    width: 10px;
    height: 2px;
    background: #002e6e;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  #kyc .kyc_top_back a::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0px;
    width: 10px;
    height: 2px;
    background: #002e6e;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
  #kyc .kyc_content {
    margin-bottom: 50px;
  }
  #kyc .kyc_content h2 {
    color: #223e99;
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 45px;
    padding: 0;
    font-weight: 400;
  }
  #kyc .kyc_content h3 {
    color: #39464d;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 5px;
    padding: 0;
    font-weight: 600;
  }
  #kyc .kyc_content p {
    color: #39464d;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    padding: 0;
  }
  #kyc .kyc_content .line {
    clear: both;
    height: 1px;
    background: #e6e6e6;
    margin: 35px 0;
  }
  #kyc .kyc_nav {
    margin: 0;
    padding: 0;
  }
  #kyc .kyc_nav li {
    list-style: none;
  }
  #kyc .kyc_nav li > a:link,
  #kyc .kyc_nav li > a:visited {
    color: #213368 !important;
    font-size: 16px;
    line-height: 24px;
    padding: 15px;
    background: #fff;
    border-radius: 4px;
    display: block;
    text-decoration: none;
  }
  #kyc .kyc_nav li > a:hover {
    background: #eee !important;
  }
  #kyc .kyc_nav li > a.active {
    background: #00cef7 !important;
    color: #fff !important;
  }
}

@media (min-width: 1200px) {
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  #kyc .container {
    width: 1200px !important;
    background: #fff;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    margin: 0 auto;
  }
}
/* Kyc page */

/* CA Form */
.ca-form {
}
.ca-form .ca-form-area h3 {
  color: #00bdf2;
}
.ca-form .ca-form-area h3 span {
  color: #2b457b;
  display: block;
}
.ca-form input[type="text"],
.ca-form input[type="email"],
.ca-form select {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  line-height: 14px;
  padding: 10px 0;
  color: #4a5566;
  border: none;
  border-bottom: 1px solid #707070 !important;
  margin-bottom: 30px;
}
.ca-form .common_btn {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  padding: 13px 45px;
  color: #fff;
  background: #00baef;
  border: none;
  margin-top: 5px;
  cursor: pointer;
  display: inline-block;
}
.ca-form ::placeholder {
  color: #4a5566;
}
.ca-form :-ms-input-placeholder {
  color: #4a5566;
}
.ca-form ::-ms-input-placeholder {
  color: #4a5566;
}
.ca-form input[type="text"]:disabled {
  background: #fff;
  cursor: not-allowed;
}
.ca-form .perror {
  color: #f00;
  font-size: 12px;
  line-height: 14px;
  display: none;
}
.ca-form .captcha-area {
  font-size: 13px;
  line-height: 24px;
  color: #00bbf0;
  position: absolute;
  right: 0;
  top: 5px;
}
.ca-form .captcha-area span {
  float: left;
  margin-right: 15px;
  line-height: 25px;
}
.ca-form #refresh-cap {
  background: url("../img/ic-refresh.svg") no-repeat center center;
  background-size: 60%;
  border: none;
  height: 25px;
  width: 25px;
  cursor: pointer;
  float: left;
}
.ca-features h4 {
  font-size: 24px;
  line-height: 30px;
  color: #171717;
  margin-bottom: 25px;
}
.ca-features ul li {
  color: #171717;
  margin-bottom: 35px;
}
.ca-features ul li img {
  float: left;
}
.ca-features ul li p {
  padding-left: 45px;
  font-size: 15px;
  line-height: 20px;
}
.ca-features ul li p strong {
  font-weight: 700;
}
.flower-header {
  position: relative;
}
.main-offer-page h1 {
  font-weight: 300;
  color: #222c53;
}
.main-offer-page h1 strong {
  font-weight: 400;
  color: #00b2f1;
  display: block;
}
.main-offer-page h2 {
  font-weight: 300;
  color: #222c53;
}
.main-offer-page p {
  font-weight: 300;
  color: #4a5566;
}
.main-offer-page a {
  font-weight: 400;
  color: #00b2f1;
  text-decoration: none;
  display: inline-block;
}

@media (min-width: 1200px) {
  .ca-form .container {
    width: 1160px;
    padding: 0 85px 50px;
    margin: 0 auto;
    box-sizing: border-box;
    box-shadow: 0 3px 99px rgba(0, 0, 0, 0.07);
    background: url("../img/ca-form/ca-form-flower.png") no-repeat right top;
  }
  .ca-form .ca-header {
    padding: 45px 0 80px;
  }
  .ca-form .ca-form-area h3 {
    padding: 0;
    margin: 0 0 35px;
    font-size: 30px;
    line-height: 36px;
  }
  .ca-form .ca-form-area h3 span {
    font-size: 44px;
    line-height: 48px;
  }
  .ca-form-area {
    float: left;
    width: 510px;
    padding-right: 90px;
    margin-right: 90px;
    position: relative;
  }
  .ca-form-area::after {
    content: "";
    position: absolute;
    right: 0;
    top: 125px;
    height: 330px;
    width: 1px;
    background: #dadada;
    opacity: 0.2;
  }
  .ca-form .fhalf {
    width: 230px;
    box-sizing: border-box;
  }
  .ca-form .ffull {
    width: 100%;
    box-sizing: border-box;
  }
  .ca-form .fleft {
    float: left;
  }
  .ca-form .fright {
    float: right;
  }
  .ca-features {
    float: right;
    width: 300px;
  }
  .ca-features h4 {
    margin-top: 120px;
  }
  .ca-form #input-feedback {
    padding-top: 60px;
  }
  .ca-form-area-full {
    margin: 0 auto !important;
    padding: 0 !important;
    float: none !important;
  }
  .ca-form-area-full::after {
    display: none !important;
  }
  .ca-form-area-full h3 {
    text-align: center;
    margin-bottom: 60px !important;
  }
  .ca-form-area-full input[type="text"],
  .ca-form-area-full input[type="email"],
  .ca-form-area-full select {
    line-height: 20px !important;
  }
  .container-1200 {
    width: 1200px;
    margin: 0 auto;
  }
  .flower-header {
    padding: 40px 0;
  }
  .fixed-flower-header {
    position: absolute;
    top: 0;
    right: 0;
  }
  .main-offer-page .first-block {
    margin-top: 75px;
  }
  .main-offer-page h1 {
    font-size: 42px;
    line-height: 57px;
    margin: 125px 0 0;
  }
  .main-offer-page h2 {
    font-size: 34px;
    line-height: 42px;
    margin: 100px 0 0;
  }
  .main-offer-page p {
    font-size: 18px;
    line-height: 25px;
    margin: 15px 0 25px;
  }
  .main-offer-page a {
    font-size: 18px;
    line-height: 25px;
    padding-right: 20px;
    background: url("../img/offer/offer-main-link-arrow.png") no-repeat right
      7px;
  }
  .main-offer-page .block {
    margin-bottom: 125px;
  }
  .main-offer-page .block:last-child {
    margin-bottom: 50px;
  }
  .main-offer-page .block .img {
    width: 50%;
    float: right;
    text-align: center;
  }
  .main-offer-page .block .img.left {
    float: left;
  }
  .main-offer-page .block .img img {
    max-width: 100%;
    margin: 0 auto;
  }
  .main-offer-page .block .text {
    width: 50%;
    float: left;
    text-align: left !important;
  }
  .main-offer-page .block .text.right {
    float: right;
  }
  .main-offer-page .block .align-text {
    padding-left: 125px;
    box-sizing: border-box;
  }
}

@media (max-width: 1199px) {
  .ca-form .container {
    width: 90%;
    padding: 0 25px 50px;
    margin: 0 auto;
    box-sizing: border-box;
    box-shadow: 0 3px 99px rgba(0, 0, 0, 0.07);
    background: url("../img/ca-form/ca-form-flower.png") no-repeat right top;
    background-size: 100px;
  }
  .ca-form .ca-header {
    padding: 25px 0 60px;
  }
  .ca-form .ca-header a img {
    width: 180px;
  }
  .ca-form-area {
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
  }
  .ca-form-area::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0px;
    height: 1px;
    width: 100%;
    background: #dadada;
    opacity: 0.2;
  }
  .ca-form .ca-form-area h3 {
    padding: 0;
    margin: 0 0 25px;
    font-size: 20px;
    line-height: 30px;
  }
  .ca-form .ca-form-area h3 span {
    font-size: 28px;
    line-height: 30px;
  }
  .ca-form .fhalf {
    width: 100%;
    box-sizing: border-box;
  }
  .ca-form .ffull {
    width: 100%;
    box-sizing: border-box;
  }
  .ca-features h4 {
    margin-top: 50px;
  }
  .ca-form #input-feedback {
    padding-top: 60px !important;
    font-size: 16px;
  }
  .ca-form .common_btn {
    margin-top: 30px;
  }
  .container-1200 {
    width: 100%;
    margin: 0 auto;
  }
  .flower-header {
    padding: 20px 30px;
  }
  .fixed-flower-header {
    display: none;
  }
  .main-offer-page .first-block {
    margin-top: 40px;
  }
  .main-offer-page .first-block img {
    max-width: 100% !important;
  }
  .main-offer-page .block {
    padding-left: 30px;
    padding-right: 30px;
  }
  .main-offer-page .block .img {
    text-align: center;
  }
  .main-offer-page .block img {
    max-width: 70%;
    margin: 30px auto 0;
  }
  .main-offer-page h1 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 25px;
  }
  .main-offer-page h2 {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    font-weight: 400;
  }
  .main-offer-page p {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0;
  }
  .main-offer-page a {
    font-size: 14px;
    line-height: 22px;
  }
  .main-offer-page .block {
    margin-bottom: 50px;
  }
  .main-offer-page .block:last-child {
    margin-bottom: 0px;
  }
  .main-offer-page .block .text {
    text-align: left !important;
  }
  .diff-color-bg {
    padding: 30px 0;
    background: #f6f9fc;
  }
}
/* CA Form */

/* Preferred Partner CSS */
.preferredpartner {
  font-weight: 400;
}
.preferredpartner .container {
  position: relative;
}
.preferredpartner .bottom-scene {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.preferredpartner .mentor-sign img {
  display: block;
  max-width: 100%;
}
.preferredpartner .mentor-sign p {
  padding-top: 15px;
  border-top: 1px solid #00b2f1;
  font-size: 17px;
  line-height: 23px;
  margin-top: 10px;
  font-weight: 500;
  display: inline-block;
}
.preferredpartner .mentor-sign p span {
  display: block;
  font-size: 13px;
}
.preferredpartner p strong {
  font-weight: 700 !important;
}

@media (min-width: 1200px) {
  .preferredpartner .container {
    width: 1154px;
  }
  .preferredpartner .container {
    padding-bottom: 300px;
  }
  .preferredpartner h1 {
    font-size: 44px;
    line-height: 54px;
    margin: 0 0 30px;
    font-weight: 700;
    color: #231f20;
  }
  .preferredpartner h3 {
    font-size: 20px !important;
    line-height: 28px !important;
    margin: 0 0 40px !important;
    font-weight: 500 !important;
  }
  .preferredpartner h4 {
    font-size: 20px !important;
    line-height: 28px !important;
    margin: 0 0 25px !important;
    font-weight: 500 !important;
    color: #231f20;
  }
  .preferredpartner p {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 25px;
    color: #231f20;
  }
  .preferredpartner .ca-form-area {
    width: 615px;
    padding-right: 60px;
    margin-right: 60px;
  }
  .center-section {
    margin: 0 auto !important;
    float: none !important;
  }
  .no-border::after {
    display: none !important;
  }
  .preferredpartner .ca-form-area::after {
    height: 280px;
    top: 85px;
  }
  .preferredpartner .pp-benefites {
    margin-bottom: 50px;
  }
  .preferredpartner .pp-benefites p {
    font-size: 14px;
    line-height: 18px;
    margin: 14px 0 0;
    color: #231f20;
    text-align: center;
    font-weight: 500;
  }
  .preferredpartner .pp-benefites ul {
    display: flex;
    justify-content: space-between;
  }
  .preferredpartner .pp-benefites ul li {
    text-align: center;
  }
  .preferredpartner .pp-benefites ul li:nth-child(1) {
    width: 80px;
  }
  .preferredpartner .pp-benefites ul li:nth-child(2) {
    width: 80px;
  }
  .preferredpartner .pp-benefites ul li:nth-child(3) {
    width: 110px;
  }
  .preferredpartner .pp-benefites ul li:nth-child(4) {
    width: 110px;
  }
  .preferredpartner .pp-benefites ul li:nth-child(5) {
    width: 80px;
  }
  .preferredpartner .pp-benefites ul li img {
    margin: 0 auto;
    display: block;
  }
  .preferredpartner .ca-features {
    width: 240px;
    padding-top: 100px;
  }
  .preferredpartner .ca-features img {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .preferredpartner .container {
    padding-bottom: 50px;
    width: 100% !important;
  }
  .preferredpartner h1 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px;
    font-weight: 700;
    color: #231f20;
  }
  .preferredpartner h3 {
    font-size: 18px !important;
    line-height: 26px !important;
    margin: 0 0 20px !important;
    font-weight: 500 !important;
  }
  .preferredpartner h4 {
    font-size: 15px !important;
    line-height: 22px !important;
    margin: 0 0 10px !important;
    font-weight: 500 !important;
    color: #231f20;
  }
  .preferredpartner p {
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 10px;
    color: #231f20;
  }
  .preferredpartner .pp-benefites {
    margin: 30px 0;
  }
  .preferredpartner .pp-benefites p {
    font-size: 11px;
    line-height: 14px;
    margin: 5px 0 0;
    color: #231f20;
    text-align: center;
    font-weight: 500;
  }
  .preferredpartner .pp-benefites ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .preferredpartner .pp-benefites ul li {
    text-align: center;
    width: calc(33% - 18px);
    margin: 0 3px 10px;
    padding: 10px 5px;
    border: 1px solid #ccc;
  }
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

  /* reset */
  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  p,
  blockquote,
  pre,
  a,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  font,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
  }
  :focus,
  a:focus {
    outline: 0;
  }
  ol,
  ul {
    list-style: none;
  }
  table {
    border-collapse: separate;
    border-spacing: 0;
    color: inherit;
    font: inherit;
  }
  caption,
  th,
  td {
    text-align: left;
    font-weight: 300;
    word-break: break-word;
  }
  a,
  a:hover {
    text-decoration: none;
  }

  /* typography */
  h1 {
    font-size: 35pt;
  }
  h2 {
    font-size: 38pt;
  }
  h3 {
    font-size: 24pt;
  }
  h4 {
    font-size: 16pt;
  }
  h5 {
    font-size: 15pt;
  }
  h6 {
  }

  body {
    background-color: #fff;
    font-family: "Inter", sans-serif !important;
    color: #4a5566;
    font-size: 16px;
  }
  body.paddingzero {
    padding-bottom: 0;
  }
  a {
    color: #333;
  }
  .floatLeft {
    float: left;
  }
  .floatRight {
    float: right;
  }
  .auto {
    margin: 0 auto;
  }
  .clear {
    clear: both;
  }
  .center {
    text-align: center;
  }
  .right {
    text-align: right;
  }
  .semibold {
    font-weight: 600;
  }
  .lightText {
    font-weight: 300;
  }
  .bold {
    font-weight: bold;
  }
  em {
    font-style: italic;
  }
  input,
  select {
    font-family: "Open Sans", Arial, sans-serif;
  }
  form select {
    background: none;
    border-radius: 0;
  }

  #header {
    margin: auto;
    padding: 10px 8%;
  }
  #header .logo {
    float: left;
  }
  #header .logo img {
    width: 170px;
    padding-top: 4px;
  }
  #header .menu {
    padding-top: 8px;
    float: right;
  }
  #header .menu ul li {
    float: left;
    text-align: center;
    padding: 0 20px;
  }
  #header .menu ul li a {
    cursor: pointer;
    font-size: 16px;
    padding-bottom: 30px;
    line-height: 22px;
    color: #213368;
  }
  #header .menu ul li a.active,
  #header .menu ul li a:hover {
    border-bottom: 2px solid #00bdf2;
    padding-bottom: 7px;
  }
  #header .menu ul li:hover .dropdown {
    display: block;
  }
  #header .menu ul li.bgBtn {
    background: #00bdf2;
    border: 1px solid #00bdf2;
    border-radius: 4px;
    padding: 5px 15px 9px !important;
    margin-top: -7px;
    font-size: 15px;
    color: #fff !important;
  }
  #header .menu ul li.bgBtn a {
    color: #fff !important;
    font-size: 15px;
    padding-bottom: initial;
    border-bottom-color: #fff !important;
  }
  #header .menu ul li.bgBtn a:hover {
    border-bottom: none;
  }
  #header .menu ul li.bgBtn .submenu,
  #header .menu ul li.bgBtn:hover::before {
    background: #00bdf2 !important;
  }
  #header .menu ul li.bgBtn .submenu a:last-child {
    border-bottom: none !important;
  }
  #header .menu ul li:last-child a {
    padding-bottom: initial;
  }
  #header .menu ul li.loginBtn {
    border: 1px solid #00bdf2;
    border-radius: 4px;
    padding: 7px 15px;
    margin-top: -7px;
    margin-left: 10px;
    color: #00bdf2;
    cursor: pointer;
    position: relative;
    font-size: 15px;
    line-height: 20px !important;
  }
  #header .menu ul li.loginBtn:hover {
    padding-bottom: 22px !important;
    border-radius: 4px 4px 0 0;
  }
  #header .menu ul li.loginBtn:hover::before {
    height: 2px;
    width: 100%;
    background: #fff;
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    z-index: 99;
  }
  #header .menu ul li.loginBtn .submenu {
    position: absolute;
    right: -1px;
    top: 47px;
    width: 220px;
    border: 1px solid #00bdf2;
    border-radius: 4px 0 4px 4px;
    background: #fff;
    display: none;
    box-shadow: 4px 4px 5px #f9f9f9;
  }
  #header .menu ul li.loginBtn:hover > .submenu {
    display: block;
  }
  #header .menu ul li.loginBtn .submenu a {
    color: #00bdf2;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-align: left;
    display: block;
    margin: 0px 20px 0px 20px;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
  }
  #header .menu ul li.loginBtn .submenu span {
    color: #666;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-align: left;
    display: block;
    margin: 0px 20px 0px 20px;
    padding: 15px 0;
    cursor: default;
  }
  #header .menu ul li.loginBtn .submenu span em {
    font-size: 12px;
    line-height: 14px;
    display: block;
    font-style: normal;
    font-weight: 400;
  }
  #header .mobileMenu {
    display: none;
    float: right;
    padding: 10px 10px 0 0;
  }
  #header #hoverMenu {
    display: none;
    position: fixed;
    z-index: 2000;
    backface-visibility: hidden;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    background: rgba(255, 255, 255, 1);
    transition: all 0.3s;
  }
  #header .menu ul li.borerBtn a {
    border: 1px solid #00bdf2;
    border-radius: 4px;
    padding: 6px 15px;
    margin-top: -7px;
    margin-left: 10px;
    color: #00bdf2;
    cursor: pointer;
    position: relative;
    font-size: 15px;
    line-height: 20px !important;
  }
  #header .menu ul li.borerBtn a:hover {
    background: #00bdf2;
    color: #fff;
  }

  #header .menu ul li.borderBtn {
    border: 1px solid #00bdf2;
    border-radius: 4px;
    padding: 6px 15px;
    margin-top: -7px;
    margin-left: 20px;
    color: #00bdf2;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    line-height: 20px !important;
  }
  #header .menu ul li.borderBtn:hover {
    background: #00bdf2;
  }
  #header .menu ul li.borderBtn a {
    color: #00bdf2;
    font-size: 15px;
  }
  #header .menu ul li.borderBtn:hover a {
    border: none !important;
    color: #fff;
  }
  #header #hoverMenu .closeIcon {
    position: absolute;
    right: 0;
    padding: 10px 20px 0 0;
    font-size: 22px;
    cursor: pointer;
  }
  #header #hoverMenu ul {
    margin-top: 10%;
  }
  #header #hoverMenu .mobileMenuFooter {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
  #header #hoverMenu .mobileMenuFooter .border {
    border-top: 10px solid #00bdf2;
    border-bottom: 10px solid #213368;
    margin-top: 10px;
  }
  #header #hoverMenu ul li {
    text-align: center;
  }
  #header #hoverMenu ul li a {
    display: inline-block;
    padding: 15px;
    font-size: 20px;
    margin: 0;
    text-decoration: none;
    color: #213368;
  }
  #header #hoverMenu ul li a.active {
    color: #3399ff;
  }

  .visible {
    visibility: visible !important;
    opacity: 1 !important;
  }

  #mainBanner {
    width: 100%;
  }
  #mainBanner #imgContainer {
    min-height: 315px;
  }
  #mainBanner #imgContainer .bgImg {
    background: url(../img/img-homebg.png) 100% center repeat #f8f8f8;
    min-height: 550px;
    background-size: cover;
  }
  #mainBanner #imgContainer .bgImg .lightText {
    padding: 95px 0 35px 0;
  }
  #mainBanner #imgContainer .bgImg span {
    font-size: 54px;
    color: #213368;
    background: #fff;
    display: inline-block;
    padding: 0 10px;
  }
  #mainBanner #imgContainer .bgImg h2 {
    font-size: 45px;
    line-height: 42px;
    width: 90%;
    margin: auto;
    color: #fff;
    font-weight: 300;
  }
  #mainBanner #imgContainer .mobileImg {
    margin-top: -45px;
  }
  #mainBanner #imgContainer .border {
    border-top: 20px solid #00bdf2;
    border-bottom: 20px solid #213368;
  }

  #product-menu {
    margin: auto;
    width: 1200px;
    overflow: hidden;
    padding: 10px 0;
    text-align: center;
  }
  #midcontainer {
    margin: auto;
    width: 960px;
    overflow: hidden;
    padding: 10px 0;
    text-align: center;
  }
  .top-spacing {
    margin-top: -6rem !important;
  }
  #midcontainer h1 {
    color: #2b457b;
    font-size: 35px;
    line-height: 45px;
  }
  #midcontainer h1 .blueBG {
    color: #00bdf2;
  }
  #midcontainer .text {
    font-size: 20px;
    font-weight: 300;
    width: 92%;
    margin-top: 17px;
    display: inline-block;
  }
  #midcontainer .listing {
    width: 100%;
    margin: auto;
    padding-bottom: 35px;
    overflow: hidden;
    padding-top: 50px;
  }
  #midcontainer .listing ul {
    overflow: hidden;
  }
  #midcontainer .listing ul li {
    width: 50%;
    margin: 30px 0% 30px 0;
    float: left;
    text-align: left;
    box-sizing: border-box;
  }
  #midcontainer .listing ul li.mr0 {
    margin-right: 0 !important;
  }
  #midcontainer .listing ul li .conImg {
    float: left;
    padding-right: 0;
  }
  #midcontainer .listing ul li .floatLeft {
    width: 84%;
    margin-left: 5%;
  }
  #midcontainer .listing ul li .conImg img {
    margin-top: 10px;
    width: 85%;
  }
  #midcontainer .listing ul li .head {
    font-size: 22px;
    color: #213368;
  }
  #midcontainer .listing ul li p {
    color: #4a5566;
    font-size: 16px;
    font-weight: 300;
  }
  #midcontainer a.but {
    background: #00bdf2;
    font-size: 14px;
    color: #fff;
    padding: 15px 25px;
    font-weight: 400;
    border-radius: 3px;
    margin-top: 20px;
    cursor: pointer;
    display: inline-block;
  }
  #midcontainer a.but img {
    float: right;
    width: 8px;
    margin: 3px 0 0 12px;
  }
  #midcontainer a.but:hover {
    background: #02abe2;
  }

  #makePayment #basicMain {
    background: #fff;
  }
  #makePayment #basicMain .basic {
    width: 1050px;
  }

  #reruestMain {
    width: 100%;
    background: #00bdf2;
    padding: 50px 0;
    overflow: hidden;
  }
  #reruest {
    margin: auto;
    overflow: hidden;
    color: #fff;
    padding: 10px 0;
    text-align: center;
  }
  #reruest p {
    font-size: 30px;
  }
  #reruest a.but {
    background: #fff;
    font-size: 14px;
    color: #213368;
    padding: 15px 25px;
    font-weight: 400;
    border-radius: 3px;
    margin-top: 20px;
    cursor: pointer;
    display: inline-block;
  }
  #reruest a.but img {
    float: right;
    width: 8px;
    margin: 3px 0 0 12px;
  }
  #reruest a.but:hover {
  }

  #queAns {
    margin: auto;
    width: 960px;
    overflow: hidden;
    margin-top: 50px;
    text-align: center;
  }
  #queAns h1 {
    color: #2b457b;
    font-size: 35px;
    line-height: 45px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
  }
  #queAns .half {
    float: left;
    width: 100%;
  }
  #queAns .tab {
    position: relative;
    margin-bottom: 1px;
    width: 100%;
    color: #fff;
    overflow: hidden;
    margin-bottom: 25px;
  }
  #queAns input {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }
  #queAns label {
    position: relative;
    display: block;
    padding: 26px 56px 26px 26px;
    font-weight: bold;
    cursor: pointer;
  }
  #queAns .blue label {
    background: #f7f7f7;
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    color: #213368;
  }
  #queAns .blue label:hover {
    background: #f2fcff;
  }
  #queAns .tab-content {
    max-height: 0;
    overflow: hidden;
    background: #fff;
    -webkit-transition: max-height 0.35s;
    -o-transition: max-height 0.35s;
    transition: max-height 0.35s;
  }
  #queAns .blue .tab-content {
    background: #fff;
    color: #4a5566;
    font-size: 14px;
    font-weight: 400;
  }
  #queAns .tab-content p {
    background: #f2fcff;
    padding: 26px;
    text-align: left;
    font-size: 18px;
    color: #213368;
  }
  #queAns .tab-content ul {
    background: #f2fcff;
    margin: 0;
    padding: 0px 26px 0 46px;
  }
  #queAns .tab-content ul li {
    text-align: left;
    font-size: 18px;
    color: #213368;
    list-style: disc;
    padding-bottom: 10px;
  }
  #queAns .tab-content ul li a,
  #queAns .tab-content p a {
    color: #00bdf2;
  }
  #queAns input.checked ~ .tab-content {
    max-height: none;
  }
  #queAns label::after {
    position: absolute;
    right: 0;
    top: 5px;
    display: block;
    width: 3em;
    height: 3em;
    line-height: 3;
    text-align: center;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
  }
  #queAns input[type="checkbox"] + label::after {
    content: "+";
  }
  #queAns input[type="radio"] + label::after {
    content: url(../img/ic_downarrow_grey_lg.png);
  }
  #queAns input[type="radio"].checked + label::after {
    content: url(../img/ic_uparrow_blue_lg.png);
  }
  #queAns input[type="radio"].checked + label {
    background: #f2fcff;
  }
  #queAns a.but {
    background: #00bdf2;
    font-size: 14px;
    color: #fff;
    padding: 15px 25px;
    font-weight: 400;
    border-radius: 3px;
    margin-top: 20px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
  }
  #queAns a.but img {
    float: right;
    width: 8px;
    margin: 3px 0 0 12px;
  }
  #queAns a.but:hover {
    background: #02abe2;
  }
  #queAns .link {
    font-size: 20px;
    color: #4a5566;
    display: block;
    padding: 40px 0 60px 0;
    clear: both;
  }
  #queAns .link span a {
    cursor: pointer;
    color: #00bdf2;
  }

  #aboutMain {
    width: 100%;
    background: #fafafa;
  }
  #aboutContainer {
    margin: auto;
    width: 960px;
    overflow: hidden;
    padding: 10px 0;
    text-align: center;
    padding-top: 60px;
  }
  #aboutContainer h1 {
    font-size: 35px;
    line-height: 68px;
    color: #2b457b;
  }
  #aboutContainer h1 span {
    color: #00bdf2;
  }
  #aboutContainer .text {
    font-size: 20px;
    font-weight: 300;
    width: 96%;
    margin-top: 17px;
    display: inline-block;
    margin-bottom: 30px;
  }
  #aboutContainer .listing {
    width: 100%;
    margin: auto;
    overflow: hidden;
    padding-top: 10px;
    margin-bottom: 50px;
  }
  #aboutContainer .listing ul li {
    width: 32%;
    margin: 30px 20px 30px 0;
    float: left;
    text-align: left;
    height: 35px;
    box-sizing: border-box;
  }
  #aboutContainer .listing ul li .conImg {
    float: left;
    padding-right: 20px;
  }
  #aboutContainer .listing ul li .conImg img {
    width: 85%;
    margin-top: 10px;
  }
  #aboutContainer .listing ul li .head {
    color: #213368;
    font-size: 22px;
    line-height: 48px;
  }
  #aboutContainer .listing ul li.mr0 {
    margin-right: 0 !important;
  }

  #aboutImageCon {
    background: #00def3; /* Old Browsers */
    background: -webkit-linear-gradient(
      bottom left,
      #00def3,
      #00bdf2
    ); /*Safari 5.1-6*/
    background: -o-linear-gradient(
      bottom left,
      #00def3,
      #00bdf2
    ); /*Opera 11.1-12*/
    background: -moz-linear-gradient(
      bottom left,
      #00def3,
      #00bdf2
    ); /*Fx 3.6-15*/
    background: linear-gradient(bottom left, #00def3, #00bdf2); /*Standard*/
  }
  #aboutImageCon img {
    width: 100%;
    margin-bottom: -5px;
  }
  #aboutImageCon {
    text-align: center;
  }
  #aboutImageCon .imgText {
    text-align: center;
    color: #fff;
    font-size: 35px;
    font-weight: 300;
    width: 57%;
    margin: auto;
    padding: 80px 0;
  }
  #aboutImageCon .imgText span {
    font-weight: 400;
  }
  #aboutImageCon img {
    width: 50%;
    text-align: center;
  }

  #management {
    margin: auto !important;
    width: 960px;
    overflow: hidden;
    padding: 50px 0 10px 0;
    text-align: center;
    margin: 30px 0;
  }
  #management h1 {
    color: #2b457b;
    font-size: 35px;
  }
  #management h1 span {
    color: #00bdf2;
  }
  #management .boardDir {
    padding: 50px 0 30px 0;
    clear: both;
    color: #4a5566;
    font-size: 18px;
  }
  #management .boardDir > div {
    width: 290px;
    float: left;
    padding-right: 50px;
  }
  #management .boardDir > div img {
    text-align: right;
    float: right;
  }
  #management .boardDir > div .name {
    text-align: right;
    font-size: 22px;
    clear: both;
  }
  #management .boardDir > div .name span {
    color: #00bdf2;
    font-size: 20px;
    display: block;
  }
  #management > div p {
    width: 620px;
    float: left;
    color: #4a5566;
    font-size: 16px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 40px;
    font-weight: 300;
    text-align: left;
  }
  .borderNone {
    border-bottom: none !important;
  }

  #line-functioning-heads {
    padding: 50px 0;
    background: #fafafa;
  }
  #line-functioning-heads h1 {
    color: #2b457b;
    font-size: 35px;
    text-align: center;
  }
  #line-functioning-heads .section .block {
    border-radius: 5px;
  }
  #line-functioning-heads .section .block h3 {
    font-size: 20px;
    line-height: 24px;
    color: #00bdf2;
    margin: 0 0 5px;
  }
  #line-functioning-heads .section .block h5 {
    font-size: 15px;
    line-height: 20px;
    color: #666;
    margin: 0;
  }
  #line-functioning-heads .section .block .text {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin: 20px 0 0px;
  }
  #line-functioning-heads .section .block .text strong {
    font-size: 16px;
    font-weight: bold;
    color: #444;
    display: block;
    margin-bottom: 5px;
  }
  #line-functioning-heads .section .block .text a {
    color: #00b2f1;
    text-decoration: none;
  }
  #line-functioning-heads .section .block .text span {
    display: block;
    font-size: 13px;
    line-height: 18px;
    color: #ccc;
  }

  #fotterLine {
    width: 100%;
    position: relative;
    z-index: 19;
  }
  #fotterLine .one {
    height: 15px;
    background: #00bdf2;
  }
  #fotterLine .two {
    height: 15px;
    background: #213368;
  }

  #fotterMobile {
    width: 90%;
    margin: auto;
    padding: 30px 0;
    border-bottom: 1px solid #e6e6e6;
  }
  #fotterMobile ul {
    float: left;
    width: 45%;
    margin-bottom: 25px;
  }
  #fotterMobile ul:first-child {
    margin-right: 25px;
  }
  #fotterMobile ul .head {
    color: #404040;
    font-weight: 400;
    font-size: 16px;
  }
  #fotterMobile ul li {
    float: left;
    width: 100%;
  }
  #fotterMobile ul li a {
    color: #666;
    font-size: 13px;
    padding: 7px 0;
    display: block;
    font-weight: 300;
  }
  #fotterMobile .foLink {
    clear: both;
    color: #666;
    font-size: 13px;
    font-weight: 400;
    margin-top: 20px;
  }
  #fotterMobile .foLink a {
    padding: 10px 25px 0 0;
    overflow: hidden;
    display: inline-block;
  }
  .copyMobile {
    padding: 20px;
    font-size: 12px;
  }
  #fotterMobile {
    display: none;
  }
  .copy {
    display: none;
  }

  #fotterWeb {
  }
  #fotterWeb {
    width: 90%;
    margin: auto;
    padding: 30px 0;
  }
  #fotterWeb ul {
    float: left;
    width: 20%;
    margin-bottom: 25px;
    box-sizing: border-box;
  }
  #fotterWeb ul .head {
    color: #404040;
    font-weight: 400;
    font-size: 16px;
  }
  #fotterWeb ul li {
    float: left;
    width: 85%;
  }
  #fotterWeb ul li a {
    color: #666;
    font-size: 13px;
    padding: 5px 0;
    display: block;
    font-weight: 300;
  }
  #fotterWeb ul.headLink li a {
    color: #404040;
    font-weight: 400;
    font-size: 16px;
  }
  #fotterWeb ul .semiLinks {
    color: #404040;
    font-weight: 400;
    font-size: 14px;
    margin: 10px 0;
  }
  #fotterWeb ul .semiLinks span {
    font-weight: 300;
  }
  #fotterWeb ul .atm {
    color: #666;
    font-weight: 400;
    font-size: 14px;
    border-radius: 4px;
    margin: 10px 0;
  }
  #fotterWeb ul .atm span {
    font-weight: 300;
  }
  .copyWeb {
    padding: 20px;
    font-size: 12px;
    clear: both;
    text-align: center;
  }

  /* contact us page css */
  #contact {
    margin: auto;
    width: 960px;
    overflow: hidden;
    padding: 10px 0;
    text-align: center;
    padding-top: 0px;
  }
  #contact h1 {
    color: #2b457b;
    font-size: 35px;
  }
  #contact ul {
    margin: 50px 0;
  }
  #contact ul li {
    width: 50%;
    display: inline-block;
    text-align: left;
    margin: 0 -2px;
    border-right: 1px solid #e6e6e6;
    padding: 0 50px;
    box-sizing: border-box;
    vertical-align: top;
  }
  #contact ul li:last-child {
    border-right: 0;
    position: relative;
  }
  #contact ul li .heading {
    color: #213368;
    font-size: 22px;
    font-weight: 400;
    padding: 20px 0 10px 0;
  }
  #contact ul li p {
    font-size: 16px;
    color: #4a4a4a;
    font-weight: 300;
    padding: 10px 0;
  }
  #contact ul li span {
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
  }
  #contact ul li span span {
    font-size: 15px;
    font-weight: 300;
    display: initial;
  }
  #contact ul li .atm {
    color: #666;
    font-weight: 400;
    font-size: 14px;
    border-radius: 4px;
    margin: 10px 0;
    display: inline-block;
  }
  #contact ul li .atm span {
    font-weight: 300;
    padding: 0;
  }
  #contact .border {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 35px;
  }
  #contact .email {
    font-size: 28px;
    color: #213368;
    margin-bottom: 35px;
  }
  #contact .email span {
    font-size: 18px;
    color: #4a4a4a;
    display: block;
  }
  #contact .email span a {
    color: #00bdf2;
  }
  #contact a {
    color: #00bdf2;
    margin: 20px 0;
    display: inline-block;
  }
  .direstion {
    color: #fff;
    position: absolute;
    top: 42%;
    left: 43%;
    text-align: center;
  }
  #contact .mt129 {
    margin-top: 106px;
  }

  .contact-banner {
    background: url("/img/contact-us-page-flower.svg") no-repeat center top
      #e8f8fd;
    padding: 125px 0 70px;
    text-align: center;
  }
  .contact-banner h1 {
    color: #002970;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    margin: 0;
    text-align: center;
  }
  .contact-banner p,
  .contact-banner p span,
  .contact-banner a {
    color: #000000;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
  }
  .contact-banner p {
    margin: 25px 0 0;
    font-size: 17px;
    line-height: 25px;
  }
  .contact-banner p span {
    display: block;
    margin-top: 10px;
  }
  .contact-banner a {
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
  }
  .contact-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 90px 0 0px;
  }
  .contact-section .block {
    width: 235px;
    margin: 0 66px 60px;
  }
  .contact-section .block .img {
    margin-bottom: 20px;
  }
  .contact-section .block .img img {
    max-width: 100%;
    display: block;
  }
  .contact-section .block h2 {
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: #000;
    margin: 0 0 10px;
  }
  .contact-section .block p {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #000;
    margin: 0;
  }
  .contact-atm {
    margin-bottom: 150px;
    text-align: center;
  }
  .contact-atm a {
    display: inline-block;
    color: #00baf2;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
  }
  .contact-atm a svg {
    margin-left: 2px;
  }

  @media (min-width: 768px) and (max-width: 1199px) {
    .contact-section .block {
      width: calc(33.33% - 80px);
      margin: 0 40px 60px;
    }
  }
  @media (max-width: 767px) {
    .contact-banner {
      background-size: 400px;
      padding: 88px 25px 72px;
    }
    .contact-banner h1 {
      margin: 0 0 80px;
      font-size: 32px;
      line-height: 40px;
    }
    .contact-banner p {
      font-size: 17px;
      line-height: 25px;
      margin: 0px;
      font-weight: 500;
    }
    .contact-banner p span {
      display: block;
      margin-top: 10px;
    }
    .contact-banner p a {
      font-weight: 700;
      display: block;
      font-size: 32px;
      line-height: 40px;
    }
    .contact-section {
      margin-top: 80px;
    }
    .contact-section .block {
      width: 100%;
      padding: 0 50px;
      box-sizing: border-box;
      margin: 0 0 60px;
    }
    .contact-section .block h2,
    .contact-section .block p,
    .contact-atm a {
      font-size: 17px;
      line-height: 25px;
    }
    .contact-atm {
      margin-bottom: 75px;
    }
  }

  #security {
    background: url(../img/safetybg.png) center repeat #f8f8f8;
    width: 100%;
  }
  #security .safety {
    margin: auto !important;
    width: 960px;
    overflow: hidden;
    padding: 10px 0 0 0;
    text-align: left;
    margin: 30px 0;
  }
  h1.security-title {
    color: #2b457b !important;
    font-size: 40px;
  }
  h1.security-title span {
    color: #00bdf2;
  }
  #security .safety .do {
    padding: 50px 0 30px 0;
    clear: both;
    color: #4a5566;
    font-size: 18px;
    overflow: hidden;
    position: relative;
  }
  #security .safety .do .name {
    width: 250px;
    float: left;
    padding-right: 50px;
    text-align: right;
    font-size: 38px;
    clear: both;
    color: #47ac00;
    position: relative;
    line-height: 0.5;
  }
  #security .safety .do .name img {
    width: 10%;
    position: absolute;
    margin: -4px 0px 0 -40px;
  }
  #security .safety .do .sideImg {
    float: left;
    position: absolute;
    right: 0;
    top: 150px;
  }
  #security .safety > div ul {
    width: 300px;
    float: left;
    text-align: left;
    list-style: disc;
    margin-left: 10px;
  }
  #security .safety > div ul li {
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 20px;
  }
  #security .safety > div ul li ul {
    margin-top: 20px;
    float: initial;
  }
  #security .safety > div ul li ul li:last-child {
    padding-bottom: 0;
  }

  #security1 .safety1 > div ul.listStyle {
    color: red;
  }
  #security1 {
    width: 100%;
    height: 600px;
    background: #fafafa;
    overflow: hidden;
    padding-top: 30px;
  }
  #security1 .safety1 {
    margin: auto !important;
    width: 960px;
    overflow: hidden;
    text-align: left;
    margin: 30px 0;
  }
  #security1 .safety1 .dont {
    padding: 10px 0;
    clear: both;
    color: #4a5566;
    font-size: 18px;
    overflow: hidden;
    position: relative;
  }
  #security1 .safety1 .dont h1 {
    color: #d8213b;
    font-size: 35px;
    padding-bottom: 20px;
  }
  #security1 .safety1 .dont .name {
    width: 250px;
    float: left;
    padding-right: 50px;
    text-align: right;
    font-size: 38px;
    clear: both;
    color: #d8213b;
    position: relative;
    line-height: 0.5;
  }
  #security1 .safety1 .dont .name img {
    width: 10%;
    position: absolute;
    margin: -4px 0px 0 -40px;
  }
  #security1 .safety1 .dont .sideImg {
    float: left;
    position: absolute;
    right: 0;
    top: 131px;
  }
  #security1 .safety1 > div ul {
    width: 500px;
    float: left;
    text-align: left;
    list-style: disc;
    margin-left: 10px;
  }
  #security1 .safety1 > div ul li {
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 15px;
    color: #4a5566;
  }
  #security1 .safety1 > div ul li ul {
    margin-top: 20px;
    float: initial;
  }
  #security1 .safety1 > div ul li ul li:last-child {
    padding-bottom: 0;
  }
  .ml300 {
    margin-left: 300px;
  }
  .bgwight {
    background: #fff !important;
  }

  #currentyMain {
    width: 100%;
    background: #fafafa;
    overflow: hidden;
  }
  #currentyMain .currenty {
    margin: auto !important;
    width: 960px;
    overflow: hidden;
    padding: 10px 0 0 0;
    text-align: center;
  }
  #currentyMain .currenty h1 {
    color: #213368;
    padding-top: 35px;
    font-size: 38px;
    padding-bottom: 20px;
  }
  #currentyMain .currenty h1 span {
    color: #00bdf2;
  }
  #currentyMain .currenty .half {
    box-sizing: border-box;
  }
  #currentyMain .currenty a.but {
    background: #00bdf2;
    font-size: 14px;
    color: #fff;
    padding: 12px 20px;
    font-weight: 400;
    border-radius: 3px;
    margin-top: 20px;
    cursor: pointer;
    display: inline-block;
  }
  #currentyMain .currentya.but img {
    float: right;
    width: 8px;
    margin: 3px 0 0 12px;
  }
  #currentyMain .currenty a.but:hover {
    background: #02abe2;
  }
  #currentyMain .currenty a img {
    margin-bottom: -5px;
    width: inherit;
  }
  .margin-top-80 {
    margin-top: 80px;
  }

  /*Please check - Vipul*/
  #faqContainer {
    margin: auto;
    width: 960px;
    overflow: hidden;
    padding: 10px 0;
    text-align: center;
    padding-top: 60px;
  }
  #faqContainer h1 {
    color: #2b457b;
    font-size: 35px;
    line-height: 70px;
    text-align: center;
  }
  #faqContainer #contentFaq .links {
    width: 20%;
    text-align: left;
    float: left;
  }
  #faqContainer #contentFaq .posFixed {
    position: fixed;
    top: 10px;
    width: 15%;
  }
  .hideFixed {
    display: none;
  }
  #faqContainer #contentFaq {
    margin: 60px 0 0 0;
  }
  #faqContainer #contentFaq .links h2 {
    font-size: 22px;
    color: #333333;
  }
  #faqContainer #contentFaq .links ul {
    margin-top: 9px;
  }
  #faqContainer #contentFaq .links ul li {
    padding: 20px 0 0 0;
  }
  #faqContainer #contentFaq .links ul li a,
  #faqContainer #contentFaq .links ul li span {
    font-size: 16px;
    color: #333333;
    line-height: 16px;
  }
  #faqContainer #contentFaq .links ul li.active a,
  #faqContainer #contentFaq .links ul li a:hover,
  #faqContainer #contentFaq .links ul li.active span,
  #faqContainer #contentFaq .links ul li span:hover,
  #faqContainer #contentFaq .links-description .listing-faq .only-text a {
    color: #00bdf2;
    cursor: pointer;
  }
  #faqContainer #contentFaq .links-description {
    width: 73%;
    text-align: left;
    margin-left: 246px;
  }
  #faqContainer #contentFaq .links-description h2 {
    font-size: 35px;
    color: #00bdf2;
    line-height: 40px;
    margin-bottom: 19px;
  }
  #faqContainer #contentFaq .links-description h3 {
    font-size: 25px;
    color: #00bdf2;
    margin-bottom: 22px;
  }
  #faqContainer #contentFaq .links-description h3.others {
    background-color: #f7f7f7;
  }
  #faqContainer #contentFaq .links-description .listing-faq {
    margin-bottom: 30px;
  }
  #faqContainer #contentFaq .links-description .listing-faq h4 {
    font-size: 22px;
    color: #333333;
  }
  #faqContainer #contentFaq .links-description .listing-faq p,
  #faqContainer #contentFaq .links-description .listing-faq .only-text {
    font-size: 18px;
    font-weight: 300;
    color: #4a4a4a;
    line-height: 28px;
    margin: 12px 0 0 0;
  }
  #faqContainer #contentFaq .links-description .listing-faq ul {
    list-style: circle;
    margin-top: 23px;
    margin-left: 35px;
  }
  #faqContainer #contentFaq .links-description .listing-faq ol {
    margin-top: 23px;
    margin-left: 0px;
  }
  #faqContainer #contentFaq .links-description .listing-faq ol ul {
    list-style: none;
  }
  #faqContainer #contentFaq .links-description .listing-faq ul li,
  #faqContainer #contentFaq .links-description .listing-faq ol li {
    font-size: 18px;
    font-weight: 300;
    color: #4a4a4a;
    line-height: 28px;
  }
  .line {
    border: 1px solid #e6e6e6;
    margin: 40px 0;
  }
  #pPolicy p {
    font-weight: 300 !important;
    font-size: 18px !important;
  }
  #pPolicy .information ul {
    list-style: none !important;
    margin-left: 16px !important;
  }
  #pPolicy .information ul li {
    margin-bottom: 10px !important;
  }
  /*Please check - Vipul*/

  /*Akshay Start*/
  #privacyPolicy {
    margin: auto;
    width: 960px;
    overflow: hidden;
    padding: 60px 0;
    text-align: center;
  }
  #privacyPolicy h1 {
    color: #2b457b;
    font-size: 35px;
    line-height: 70px;
    float: left;
    margin-bottom: 30px;
  }
  #privacyPolicy .objectives {
    float: left;
    margin: 0;
    text-align: left;
  }
  #privacyPolicy .objectives .head {
    color: #00bdf2;
    font-size: 25px;
  }
  #privacyPolicy .objectives p {
    color: #4a4a4a;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    font-weight: 300;
  }
  #privacyPolicy .objectives a {
    color: #00bdf2;
    font-weight: 400;
  }
  #privacyPolicy .objectives .subheading {
    color: #333333;
    font-size: 20px;
    margin: 20px 0;
  }
  #privacyPolicy .objectives .information {
    float: left;
  }
  #privacyPolicy .objectives .information .heading {
    color: #333333;
    font-size: 20px;
    margin: 20px 0;
  }
  #privacyPolicy .objectives .information ul {
    list-style: none;
    padding-left: 16px;
    margin: 15px 0 20px;
  }
  #privacyPolicy .objectives .information ul li {
    padding-left: 5px;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 24px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #privacyPolicy .separator {
    border: 1px solid #e6e6e6;
    float: left;
    width: 100%;
    margin: 40px 0;
  }
  #privacyPolicy .objectives .information p {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  #rates {
    margin: auto;
    width: 960px;
    overflow: hidden;
    padding: 60px 0;
    text-align: center;
  }
  #rates h1 {
    color: #2b457b;
    font-size: 35px;
    line-height: 70px;
    font-weight: 300;
  }
  #rates ul {
    overflow: hidden;
    padding-top: 10px;
  }
  .deduction {
    clear: both;
    display: inline-block;
  }
  #rates ul .Ratheading {
    color: #00bdf2;
    text-align: left;
    font-size: 22px;
    padding-bottom: 20px;
    font-weight: 600;
  }
  #rates ul .RatSubheading {
    color: #000;
    text-align: left;
    font-size: 20px;
    padding-bottom: 15px;
    font-weight: 500;
  }
  #rates ul li .inBox {
    width: 100%;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    padding: 0 20px;
    float: left;
    text-align: left;
    color: #6b7c93;
    font-size: 16px;
    font-weight: 400;
  }
  #rates ul li {
    width: 48%;
    float: left;
    margin: 0 30px 0 0;
  }
  #rates ul li.mr0 {
    margin-right: 0;
  }
  #rates ul li .noborder {
    border-bottom: 0 !important;
  }
  #rates ul li .detail {
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0;
  }
  #rates ul li .detail ul {
    margin-top: 5px;
  }
  #rates ul li .detail ul li {
    color: #213368;
    font-size: 18px;
    width: 100%;
    list-style: disc;
    margin-left: 35px;
  }
  #rates ul li .detail span {
    color: #213368;
    font-size: 18px;
    display: block;
  }
  #rates ul li .detail em {
    color: #777;
    font-size: 14px;
    display: block;
    font-style: normal;
  }
  #rates ul li.last {
    background: #fafafa;
    padding-top: 70px;
    padding: 15px 0 40px;
  }
  #rates ul li.last h1 {
    color: #213368;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
  }
  #rates ul li.last a.but {
    background: #00bdf2;
    font-size: 14px;
    color: #fff;
    padding: 15px 25px;
    font-weight: 400;
    border-radius: 3px;
    margin-top: 0px;
    cursor: pointer;
    display: inline-block;
  }
  #rates ul li.last a.but img {
    float: right;
    width: 8px;
    margin: 3px 0 0 12px;
  }
  #rates ul li.last a.but:hover {
    background: #02abe2;
  }
  /*#rates .head{font-size: 18px;color: #00BDF2;margin: 15px 0;font-weight: 600;}
#rates table {width: 100%;}
#rates table.mt50 {margin-top: 50px;}
#rates table tr.greyBackground{background: #FAFAFA;}
#rates table td{  font-size: 18px;color: #4A5566;  border: 1px solid #E6E6E6;width: 50%;padding: 15px 30px;}
#rates table td ul{ list-style: disc;padding-left: 20px;margin-top: 10px;}*/

  /*Akshay End*/

  #SavingsAccount .text1 a {
    font-weight: 400;
    display: inline-block;
    padding: 13px 30px;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    background: #00bdf2;
    text-decoration: none;
    margin-top: 15px;
    border-radius: 4px;
  }

  #SavingsAccount .bottom {
    font-size: 14px;
    text-align: left;
    padding: 30px;
  }

  .mt55 {
    padding-top: 55px;
    font-weight: 400;
  }
  .mt55 span {
    color: #00bdf2;
  }
  .mb55 {
    margin-bottom: 55px;
  }
  .proMenu {
    border-bottom: 1px solid #e6e6e6;
    padding: 60px 0 30px 0;
  }
  .proMenu ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    margin: 0 -3px;
    width: 11.11%;
    color: #4a5566;
  }
  .proMenu ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #4a5566;
    cursor: pointer;
  }
  .proMenu ul li img {
    margin-bottom: 10px;
    height: 30px;
  }
  .proMenu ul li span {
    display: block;
  }
  .proMenu ul li:last-child {
    margin-right: 0;
  }
  .proMenu ul li a:hover {
    color: #00bdf2;
  }
  /*.proMenu ul li .active{color: #00BDF2;}*/

  #CurrentAccount {
    background: #fff;
    padding-top: 50px;
  }
  #CurrentAccount .text1 a {
    font-weight: 400;
    display: inline-block;
    padding: 13px 30px;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    background: #00bdf2;
    text-decoration: none;
    margin-top: 15px;
    border-radius: 4px;
  }
  #CurrentAccount .block {
    float: left;
    width: 33.33%;
    padding: 20px 15px;
    box-sizing: border-box;
  }
  #CurrentAccount .head {
    color: #213368;
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  #CurrentAccount p {
    color: #4a5566;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }
  #CurrentAccount .current-section {
    margin-top: 70px;
  }
  #CurrentAccount .current-section img {
    display: block;
  }
  #CurrentAccount .current-section .head,
  #CurrentAccount .current-section p {
    text-align: left;
  }
  #CurrentAccount .curRight {
    padding-top: 65px;
  }
  #CurrentAccount .curRight .head,
  #CurrentAccount .curRight p {
    padding: 0px 0 5px 30px;
  }
  #CurrentAccount .curLeft {
    padding: 90px 0 0 0px;
  }
  #CurrentAccount .curLeft .head,
  #CurrentAccount .curLeft p {
    padding: 0px 0 5px 80px;
  }
  .e6bg {
    background: #e6e6e6;
    height: 1px;
  }
  .col6 {
    float: left;
    width: 50%;
  }
  .col6.floatLeft img {
    padding-left: 35px;
  }
  .col6.floatRight {
    float: right !important;
  }
  .col6.floatRight img {
    float: right !important;
    padding-right: 35px;
  }

  #basicMain {
    width: 100%;
    background: #fff;
    overflow: hidden;
  }
  #basicMain .basic {
    margin: auto !important;
    width: 960px;
    overflow: hidden;
    padding: 10px 0 0 0;
    text-align: center;
  }
  #basicMain .basic h1 {
    color: #213368;
    padding-top: 40px;
    font-size: 38px;
    padding-bottom: 20px;
  }
  #basicMain .basic h1 span {
    color: #00bdf2;
  }
  #basicMain .basic .text {
    font-size: 22px;
    font-weight: 300;
    color: #4a5566;
    width: 80%;
    display: inline-block;
  }
  #basicMain .listing {
    width: 80%;
    margin: auto;
    overflow: hidden;
    padding: 50px 0;
  }
  #basicMain .listing ul {
  }
  #basicMain .listing ul li {
    width: 46%;
    margin: 30px 43px 30px 0;
    float: left;
    text-align: left;
    box-sizing: border-box;
  }
  #basicMain .listing ul li img {
    float: left;
    padding-right: 20px;
  }
  #basicMain .listing ul li .head {
    color: #213368;
    padding-left: 63px;
    font-size: 28px;
  }
  #basicMain .listing ul li p {
    color: #4a5566;
    font-size: 18px;
    font-weight: 300;
    padding-left: 64px;
  }
  #basicMain .listing ul li.mr0 {
    margin-right: 0 !important;
  }

  #noticeContainer {
    margin: auto;
    width: 960px;
    overflow: hidden;
    padding: 10px 0;
    text-align: center;
    padding-top: 60px;
  }
  #noticeContainer h1 {
    color: #2b457b;
    font-size: 35px;
    line-height: 70px;
  }
  #noticeContainer h1 span {
    color: #00bdf2;
  }
  #noticeContainer ul {
    list-style: disc;
    margin-top: 23px;
    margin-left: 35px;
    margin-bottom: 80px;
  }
  #noticeContainer ul li {
    float: left;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    padding: 20px 0;
  }
  #noticeContainer ul li .date {
    font-size: 14px;
    color: #4a5566;
    font-weight: 300;
  }
  #noticeContainer ul li .info {
    color: #4a5566;
    font-weight: 18px;
    font-weight: 400;
  }
  #noticeContainer ul li .link a {
    font-size: 14px;
    color: #00bdf2;
  }
  #noticeContainer ul li .link span {
    font-weight: 300;
    color: #666;
    font-size: 12px;
  }
  #noticeContainer ul li:last-child {
    border-bottom: 0 !important;
  }

  .hisList {
    margin: 30px 0 50px;
    overflow: hidden;
  }
  .hisList ul {
  }
  .hisList ul li {
    width: 30.33%;
    float: left;
    margin: 0px 1.5%;
    padding: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 4px;
    background: #fafafa;
    text-align: center;
    min-height: 400px;
  }
  .hisList ul li .titel {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #000;
    margin: 0 0 25px;
    padding: 0 0 25px;
    position: relative;
  }
  .hisList ul li .titel::before {
    height: 3px;
    background: #ddd;
    position: absolute;
    content: "";
    width: 30px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 4px;
  }
  .hisList ul li p {
    font-size: 12px;
    line-height: 24px;
    color: #666666;
  }

  #StrengthMain {
    width: 100%;
    background: #fafafa;
    overflow: hidden;
    text-align: center;
  }
  #StrengthMain .Strengt {
    margin: auto !important;
    width: 960px;
    overflow: hidden;
    padding: 50px 0;
  }
  #StrengthMain .Strengt h1 {
    font-size: 35px;
  }
  #StrengthMain .Strengt .proMenu {
    border-bottom: 0;
  }

  .Openings {
    margin: auto;
    width: 960px;
    overflow: hidden;
    padding: 10px 0;
    text-align: center;
    padding-top: 60px;
  }
  .Openings h1 {
    color: #2b457b;
    font-size: 38px;
    line-height: 70px;
  }
  .Openings .openlink {
    overflow: hidden;
    text-align: center;
    margin: 60px 0 40px 140px;
  }
  .Openings .openlink .left {
    width: 35%;
    display: inline-block;
    text-align: left;
  }
  .Openings .openlink .left a {
    display: block;
    color: #00bdf2;
    font-weight: 300;
    font-size: 22px;
    padding-bottom: 20px;
  }
  .Openings p {
    color: #4a5566;
    font-size: 18px;
    text-align: left;
    margin-bottom: 50px;
  }

  .tcListing {
    border: 1px solid #999;
    overflow: hidden;
    padding: 20px;
    width: 70%;
  }
  .tcListing ul li {
    display: inline-block;
    width: 46%;
    font-weight: 300;
    font-size: 13px;
    padding: 10px;
    background: #f1f1f1;
    margin-bottom: 4px;
  }
  .tcListing ul li.TAR {
    text-align: right;
  }

  .aboutListMain {
    width: 100%;
    background: #fafafa;
  }
  .aboutListMain .aboutDetail {
    width: 960px;
    margin: auto;
    text-align: center;
  }
  .aboutListMain .aboutDetail h1 {
    color: #213368;
    font-size: 53px;
    font-weight: 300;
    text-align: center;
    padding-top: 40px;
  }
  .aboutListMain .aboutDetail h1 span {
    display: block;
    font-weight: 600;
    line-height: 0.7;
  }
  .aboutListMain .aboutDetail .bgText {
    background: #00bdf2;
    font-size: 32px;
    padding: 10px 25px;
    color: #fff;
    display: inline-block;
    margin-bottom: 50px;
    font-weight: 300;
    margin-top: 65px;
  }
  .aboutListMain .aboutDetail .detailIMG img {
    margin-bottom: -5px;
  }
  .aboutListMain .aboutDetail .overlapIMG {
    position: absolute;
    left: 40.2%;
    top: 433px;
    z-index: 99;
  }
  .aboutListMain .aboutDetail .overlapIMG img {
    width: 50%;
  }

  .aboutList {
    margin: auto;
    width: 960px;
    overflow: hidden;
    padding: 100px 0;
  }
  .aboutList ul {
    width: 70%;
    float: left;
  }
  .aboutList ul li {
    float: left;
    margin-bottom: 30px;
  }
  .aboutList ul li .abouthead {
    color: #2b457b;
    font-size: 22px;
    text-align: left;
    padding-bottom: 20px;
  }
  .aboutList ul li p {
    color: #4a5566;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
  }
  .aboutRight {
    float: left;
    width: 25%;
    margin-left: 40px;
  }
  .aboutRight .abouthead {
    color: #2b457b;
    font-size: 22px;
    text-align: left;
    padding-bottom: 20px;
  }
  .aboutRight .tick {
    font-weight: 300;
    font-size: 20px;
    padding-bottom: 10px;
  }

  .dropdown {
    background: #ffffff;
    border: 1px solid #dae2e6;
    box-shadow: 0 3px 9px 0 rgba(69, 74, 77, 0.15);
    border-radius: 3px;
    position: absolute;
    margin: 8px 0 0 0 !important;
    display: none;
    z-index: 1;
  }
  .dropdown ul {
  }
  .dropdown ul li {
    background: #fff !important;
    margin-top: 0 !important;
  }
  .dropdown ul li a {
    font-size: 14px !important;
    color: #737b7f !important;
    line-height: 40px !important;
    display: block;
    text-align: left;
    border-bottom: 1px solid #e7eff3 !important;
  }
  .dropdown ul li a:hover {
    border-bottom: 1px solid #e7eff3 !important;
    padding-bottom: 0 !important;
    color: #00bdf2 !important;
  }

  #currentyMain .currenty img {
    margin-bottom: -5px;
  }

  .grievance {
    text-align: left;
  }
  .topArrow {
    position: fixed;
    border-radius: 2px;
    background: #fff;
    z-index: 13;
    right: 0;
    bottom: 10%;
    padding: 10px 12px;
    cursor: pointer;
    top: inherit;
    opacity: 0.8;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  }

  .AccountOpening {
  }
  .AccountOpening ul {
    overflow: hidden;
    padding-bottom: 60px;
    color: #4a5566;
    font-size: 16px;
    font-weight: 400;
    margin-top: 50px;
    border-bottom: 1px solid #e6e6e6;
  }
  .AccountOpening ul li {
    float: left;
    width: 25%;
    margin-right: 0;
    padding-top: 30px;
    position: relative;
  }
  .AccountOpening ul li:last-child {
    margin-right: 0;
  }
  .AccountOpening ul li img {
    width: 100%;
  }
  .AccountOpening ul li .count {
    background: #00bdf2;
    height: 45px;
    width: 45px;
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    position: absolute;
    border-radius: 50px;
    top: 0;
    padding: 6px 5px 3px 5px;
    margin: 10px 0 0 10px;
  }
  .AccountOpening ul li .Cushead {
    color: #213368;
    font-weight: 600;
    font-size: 22px;
    text-align: left;
    padding-bottom: 15px;
  }
  .AccountOpening ul:last-child {
    border-bottom: none;
  }
  .topPadd {
    padding-top: 0px;
    position: relative;
  }

  .AccountOpening ul.col2 li {
    width: 30%;
    margin-right: 45px;
  }
  .AccountOpening ul.col2 li:last-child {
    margin-right: 0;
  }

  .policy {
    font-size: 15px;
    margin: 15px 0 40px 0;
    font-weight: 600;
    border: 1px solid #ccc;
    padding: 20px;
  }
  .policy tbody {
    width: 100%;
  }
  .policy tr td a:link,
  .policy tr td a:visited {
    font-weight: 600;
    color: #00bdf2;
  }
  .policy .col1 {
    width: 130px;
    padding: 0 100px 20px 0;
  }
  .policy .col2 {
    padding-right: 100px;
  }

  .policy .col3 {
    width: 50%;
    padding-bottom: 20px;
  }

  .bgTextMobile {
    display: none;
  }

  .link {
    color: #00bdf2;
    cursor: pointer;
  }
  .button {
    border: solid 1px #00b9f5;
    color: #00b9f5;
    padding: 10px 100px;
    border-radius: 5px;
  }
  .preferredpartner .pp-benefites ul li img {
    width: 65%;
  }
  .preferredpartner .pp-benefites ul li:nth-child(4),
  .preferredpartner .pp-benefites ul li:nth-child(5) {
    width: calc(50% - 18px);
  }
  .preferredpartner .pp-benefites ul li:nth-child(4) img,
  .preferredpartner .pp-benefites ul li:nth-child(5) img {
    width: 42%;
  }
  .preferredpartner .ca-features .stamp img {
    width: 150px;
    margin: 0 auto;
  }
  .for-mobile-style1 p {
    float: left;
    width: 55%;
  }
  .for-mobile-style1 img {
    float: right;
    width: 40%;
  }
}
/* Preferred Partner CSS */

.money-transfer-img01 {
  margin: 30px 0;
  text-align: center;
}
.money-transfer-img01 img {
  max-width: 40%;
}
@media (max-width: 767px) {
  .money-transfer-img01 {
    margin: 0 0 30px !important;
    padding: 0 !important;
    border-bottom: none !important;
  }
  .money-transfer-img01 img {
    max-width: 100%;
  }
}

.note-sm p {
  font-size: 13px !important;
  line-height: 18px !important;
  color: #999 !important;
}
.objectives .latin-bullet {
  margin: 20px 0 40px;
  padding: 0;
}
.objectives .latin-bullet > li {
  list-style: lower-latin !important;
  margin-bottom: 15px;
}
.objectives .numberWnumber {
  margin: 20px 0 40px;
  padding: 0;
  counter-reset: item;
}
.objectives .numberWnumber > li {
  display: block;
  list-style: none !important;
  margin: 0 0 15px 35px;
  position: relative;
}
.objectives .numberWnumber > li span {
  position: absolute;
  left: -35px;
}

.paddingTop70 {
  padding-top: 70px;
}

.cards-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
.border-button {
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  background: #00b2f1;
  padding: 10px;
  margin-right: 10px;
  margin-top: 7px;
  border-radius: 7px;
  cursor: pointer !important;
  text-align: center;
  width: 170px;
  box-sizing: border-box;
}
.border-button img {
  float: none !important;
  padding: 0 !important;
  margin: 0 auto !important;
  display: block;
}
.border-button span {
  display: block;
  color: #fff !important;
}
.visacard,
.rupaycard {
  display: none;
  padding: 50px 0;
}
.visacard.active,
.rupaycard.active {
  display: block;
}
.visacard h3,
.rupaycard h3 {
  font-size: 35px;
  line-height: 45px;
  color: #2b457b;
  font-weight: 500;
  margin: 0;
  padding-bottom: 50px;
}
.visacard .leftImgSec img {
  padding-top: 0 !important;
}

.custom-list-style li {
  padding-left: 35px;
  position: relative;
}
.custom-list-style li span {
  position: absolute;
  top: 0px;
  left: 0;
}
/* offer and tnc pages css */
.clickSubmitX {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #fff !important;
  border-radius: 2px;
  box-sizing: border-box;
  text-align: center;
  margin: 20px 0;
}
.clickSubmitX a:link,
.clickSubmitX a:visited,
.clickSubmitX a {
  font-size: 18px;
  font-weight: 400;
  color: #fff !important;
  border-radius: 2px;
  box-sizing: border-box;
  background: #00b8f8;
  padding: 12px 40px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #00b8f8;
  display: inline-block;
}
.clickSubmitX a:hover {
  color: #00b8f8 !important;
  background: none !important;
}
.conentBlock {
  background: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
}

#legal-tab {
  color: #2cb9eb;
  margin: 20px 0;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  padding-right: 20px;
  position: relative;
}
#legal-tab::before {
  position: absolute;
  content: "";
  width: 0;
  height: 5px;
  border-top: 5px solid #353535;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  right: 0;
  top: 12px;
}
#legal-tnc {
  display: none;
}

.offer-tabs {
  background: #fff;
  border-radius: 4px;
}
.offer-tabs span {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  display: inline-block;
  position: relative;
  border-radius: 4px;
  cursor: pointer;
  margin: 0 -2px;
  text-align: center;
  color: #999999;
}
.offer-tabs span.active {
  background: #00bdf2;
  color: #fff;
}
.offer-tabs span.active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, 0);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #00bdf2;
}
.offer-tab-content {
  display: none;
}
.offer-tab-content.active {
  display: block;
}
.offerpages table {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.offerpages table tr th {
  font-weight: bold;
  padding: 10px;
  color: #000;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  vertical-align: middle !important;
}
.offerpages table tr td {
  padding: 10px;
  color: #444;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  vertical-align: middle !important;
}

@media (max-width: 767px) {
  /* .offerpages #headerMain, .offerpages #fotterMobile, .offerpages .copyWeb{display: none;}
  .offerpages{padding-top: 90px;} */
  .offerpages .offer-container {
    width: 100%;
    margin: 0 auto;
  }
  .offerpages .offer-container img {
    max-width: 100%;
  }
  .offerpages .conentBlock {
    padding: 20px;
  }
  .offerpages .head {
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
    margin: 0 0 10px;
    padding: 0;
  }
  .offerpages .big-head {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 0 0 20px;
    padding: 0;
  }
  .offerpages .offer-container ul {
    margin: 10px 0 40px 18px;
    padding: 0;
    list-style: disc;
  }
  .offerpages .offer-container ul li {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .offerpages .offer-container li a,
  .offerpages .offer-container a {
    color: #00bdf2;
  }
  .offerpages .offer-container .clickSubmitX a {
    color: #fff !important;
  }
  .offerpages .offer-container .clickSubmitX a:hover {
    color: #00bdf2 !important;
  }
  .offerpages .offer-container li a:hover {
    text-decoration: underline;
  }
  .offerpages .offer-container ul li strong {
    font-weight: bold;
  }
  .offerpages .offer-container p {
    font-size: 13px;
    line-height: 18px;
    margin: 10px 0 15px;
  }
  .offerpages .bnr {
    margin-bottom: 0px;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
  }
  .offerpages table tr td,
  .offerpages table tr td {
    vertical-align: top;
  }
  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }
  #legal-tab {
    padding-left: 0px;
    margin-top: 0 !important;
  }
  #legal-tnc {
    padding: 0 20px;
  }
  .sliderbanner {
    margin: 0 !important;
    overflow-x: hidden;
  }
  .offer-tabs {
    display: flex;
    justify-content: center;
  }
  .offer-tabs span {
    font-size: 13px;
    line-height: 18px;
    padding: 10px 25px;
  }
  .offer-tabs-details {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
  }
  .offerpages table {
    margin-bottom: 20px;
  }
  .offerpages table tr th {
    font-size: 12px;
    line-height: 16px;
    padding: 5px;
  }
  .offerpages table tr th:first-child {
    width: 60px;
  }
  .offerpages table tr th:nth-child(3) {
    width: 80px;
  }
  .offerpages table tr td {
    font-size: 11px;
    line-height: 14px;
    padding: 5px;
  }
  .offerpages .offer-container {
    max-width: 1200px;
    margin: auto;
  }
  .offerpages .offer-container img {
    max-width: 100%;
  }
  .offerpages .conentBlock {
    padding: 30px;
  }
  .offerpages .head {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin: 20px 0 30px;
    padding: 0;
  }
  .offerpages .big-head {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    margin: 0 0 40px;
    padding: 0;
  }
  .offerpages .offer-container ul {
    margin: 20px 0 40px 18px;
    padding: 0;
    list-style: disc;
  }
  .offerpages .offer-container ul li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .offerpages .offer-container li a,
  .offerpages .offer-container a {
    color: #00bdf2;
  }
  .offerpages .offer-container .clickSubmitX a {
    color: #fff !important;
  }
  .offerpages .offer-container .clickSubmitX a:hover {
    color: #00bdf2 !important;
  }
  .offerpages .offer-container li a:hover {
    text-decoration: underline;
  }
  .offerpages .offer-container ul li strong {
    font-weight: bold;
  }
  .offerpages .offer-container p {
    font-size: 14px;
    line-height: 24px;
    margin: 20px 0 10px;
  }
  .offerpages .bnr {
    margin-bottom: 30px;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
  }
  .offerpages table tr td,
  .offerpages table tr td {
    vertical-align: top;
  }
  .hidden-xs {
    display: block;
  }
  .visible-xs {
    display: none;
  }
  .width700 {
    width: 700px;
    margin: 0 auto;
  }
  .offer-tabs {
    width: 705px;
    margin: -65px auto 0;
    position: relative;
    z-index: 9;
  }
  .offer-tabs span {
    font-size: 16px;
    line-height: 24px;
    padding: 25px 0px;
    width: 235px;
  }
  .offer-tab-content {
    padding: 30px;
  }
  .offerpages table {
    margin-bottom: 30px;
  }
  .offerpages table tr th {
    font-size: 15px;
    line-height: 24px;
  }
  .offerpages table tr td {
    font-size: 14px;
    line-height: 24px;
  }
  /* offer and tnc pages css */

  /* Kyc page */
  #kyc .clearfix {
    clear: both;
    height: 0.1px;
  }
  #kyc .slick-prev,
  #kyc .slick-next {
    position: absolute;
    top: 100px;
    height: 40px;
    width: 40px;
    border: 1px solid #ccc;
    border-radius: 40px;
    line-height: 40px;
    background: #fff;
    text-indent: -99999px;
    outline: none;
  }
  #kyc .slick-prev {
    left: 0px;
  }
  #kyc .slick-prev::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 13px;
    height: 2px;
    width: 9px;
    background: #555;
    transform: rotate(-45deg);
  }
  #kyc .slick-prev::after {
    content: "";
    position: absolute;
    top: 21px;
    left: 13px;
    height: 2px;
    width: 9px;
    background: #555;
    transform: rotate(45deg);
  }
  #kyc .slick-next {
    right: 0px;
  }
  #kyc .slick-next::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 13px;
    height: 2px;
    width: 9px;
    background: #555;
    transform: rotate(45deg);
  }
  #kyc .slick-next::after {
    content: "";
    position: absolute;
    top: 21px;
    left: 13px;
    height: 2px;
    width: 9px;
    background: #555;
    transform: rotate(-45deg);
  }
  #kyc #way .block .section ol {
    counter-reset: my-badass-counter;
  }
  #kyc #way .block .section ol li {
    position: relative;
  }
  #kyc #way .block .section ol li:before {
    content: counter(my-badass-counter);
    counter-increment: my-badass-counter;
    position: absolute;
    left: -18px;
  }
}
@media (max-width: 767px) {
  #kyc .hidden-xs {
    display: none !important;
  }
  #kyc .visible-xs {
    display: block !important;
  }
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  #kyc #about {
    width: 90%;
    margin: 0px auto 35px;
  }
  #kyc #about h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    margin: 0;
    padding: 30px 0 10px;
    color: #213368;
    text-align: center;
  }
  #kyc #about .col-sm-6 {
    position: relative;
  }
  #kyc #about img {
    position: absolute;
    top: 10px;
    left: 0;
  }
  #kyc #about .text {
    margin: 20px 0 0 60px;
  }
  #kyc #about .text h4 {
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #213368;
    margin: 0 0 5px;
    padding: 0;
  }
  #kyc #about .text p {
    font-size: 15px;
    line-height: 22px;
    color: #4a5566;
    margin: 0;
    padding: 0;
  }
  #kyc #videos {
    background: #f7fcfc;
    padding: 35px 0;
  }
  #kyc #videos h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    margin: 0;
    padding: 0 0 10px;
    color: #213368;
    text-align: center;
  }
  #kyc #videos .slick-track {
    padding: 20px 0;
  }
  #kyc #videos .fraud_container {
    width: 100%;
    margin: 0 auto;
  }
  #kyc #videos .fraud_container .block {
    cursor: pointer;
  }
  #kyc #videos .fraud_container .section {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 10px;
  }
  #kyc #videos .fraud_container .block p {
    font-size: 14px;
    line-height: 20px;
    color: #213368;
    font-weight: 600;
    padding: 10px !important;
    margin: 0;
  }
  #kyc #videos .slick-slide {
    height: auto !important;
  }
  #kyc .video_pop {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    height: 250px;
    width: 90%;
    z-index: 9999;
    display: none;
  }
  #kyc .video_pop .close_vd {
    height: 35px;
    width: 35px;
    background: #fff;
    border-radius: 50px;
    font-size: 15px;
    line-height: 35px;
    text-align: center;
    font-weight: 600;
    color: #f00;
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
  }
  #kyc .video_pop iframe {
    width: 100%;
    height: 250px;
  }
  #kyc .pop_bg {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    display: none;
  }
  #kyc .common_type {
    padding: 35px 0;
  }
  #kyc .common_type .type_container {
    width: 100%;
    margin: 0 auto;
  }
  #kyc .common_type table {
    width: 100%;
  }
  #kyc .common_type h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    margin: 0;
    padding: 0 0 30px;
    color: #213368;
    text-align: center;
  }
  #kyc .common_type .block {
    width: 33.33%;
    float: left;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 3px solid #ccc;
    text-align: center;
    position: relative;
  }
  #kyc .common_type .block.active::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 3px;
    background: #4ebbf3;
    z-index: 99;
  }
  #kyc .common_type .block img {
    margin: 0 auto 15px;
    height: 30px;
    width: auto;
  }
  #kyc .common_type .block span {
    font-size: 12px;
    line-height: 16px;
    color: #4a4a4a;
    display: block;
    font-weight: 700;
    text-align: center;
  }
  #kyc .common_type .block span em {
    font-size: 14px;
    line-height: 16px;
    color: #4a4a4a;
    display: block;
    font-style: normal;
    font-weight: 600;
  }
  #kyc .common_type .dark {
    background: #fafafa;
  }
  #kyc .common_type .light {
    background: #fff;
  }
  #kyc .common_type .section {
    float: left;
    width: 50%;
    font-size: 12px;
    line-height: 18px;
    color: #4a5566;
    padding: 18px 0 18px 15px;
    box-sizing: border-box;
    font-weight: 400;
  }
  #kyc .common_type .kyc_text {
    text-align: center;
    padding: 0 0 15px 0;
  }
  #kyc .common_type .kyc_text strong {
    font-size: 20px;
    line-height: 24px;
    display: block;
    font-weight: 400;
  }
  #kyc .common_type .kyc_text span {
    font-size: 13px;
    line-height: 18px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
  }
  #kyc .common_type .diffSec {
    background: #4ebbf3 !important;
    color: #fff !important;
  }
  #kyc #limit .diffSec {
    height: 72px;
  }
  #kyc .common_type .forMob {
    display: none;
  }
  #kyc .common_type .forMob.active {
    display: block;
  }
  #kyc .common_type p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 15px !important;
    color: #4a5566;
    text-align: center;
  }
  #kyc #limit p {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  #kyc #way {
    background: #f7fcfc;
    padding: 35px 0;
  }
  #kyc #way h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    margin: 0;
    padding: 0 0 35px;
    color: #213368;
    text-align: center;
  }
  #kyc #way .way_container {
    width: 90%;
    margin: 0 auto;
  }
  #kyc #way .block {
    margin-bottom: 40px;
    position: relative;
  }
  #kyc #way .block img {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
  }
  #kyc #way .block .section {
    margin-left: 100px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ebebeb;
  }
  #kyc #way .block .section h4 {
    color: #00b4f5;
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 20px;
    padding: 0;
    font-weight: 700;
  }
  #kyc #way .block .section ol {
    margin: 0 0 0 18px;
    padding: 0;
  }
  #kyc #way .block .section ol li {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    margin-bottom: 10px;
  }
  #kyc #way .block .section p {
    font-size: 14px;
    line-height: 20px;
    color: #333;
  }
  #kyc #way .block:nth-child(4) {
    margin-bottom: 10px !important;
  }
  #kyc #way .block:nth-child(4) .section {
    padding-bottom: 0 !important;
    border: none !important;
  }
  #kyc #faq {
    padding: 35px 0;
  }
  #kyc #faq .faq_container {
    width: 90%;
    margin: 0 auto;
  }
  #kyc #faq h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    margin: 0;
    padding: 0 0 0px;
    color: #213368;
    text-align: center;
  }
  #kyc #faq .subhead {
    font-size: 15px;
    line-height: 22px;
    color: #39464d;
    margin: 15px 0 5px;
    padding: 0;
    text-align: center;
    margin-bottom: 40px;
  }
  #kyc #faq .faq_container .block {
    padding: 15px;
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
  }
  #kyc #faq .faq_container .block h4 {
    color: #00b4f5;
    font-weight: 600;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
    text-align: left;
    position: relative;
  }
  #kyc #faq .faq_container .block h4::after {
    height: 1px;
    width: 8px;
    background: #00b4f5;
    position: absolute;
    top: 11px;
    right: 0;
    content: "";
  }
  #kyc #faq .faq_container .block h4 span {
    display: block;
    position: relative;
  }
  #kyc #faq .faq_container .block h4 span > a {
    color: #00b4f5 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    text-decoration: none;
  }
  #kyc #faq .faq_container .block h4 span::before {
    content: "";
    position: absolute;
    height: 7px;
    width: 1px;
    background: #00b4f5;
    top: 6px;
    right: 0px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
  }
  #kyc #faq .faq_container .block h4 span::after {
    content: "";
    position: absolute;
    height: 7px;
    width: 1px;
    background: #00b4f5;
    top: 10px;
    right: 0px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
  }
  #kyc #faq .faq_container .block h5,
  #kyc #faq .faq_container .block p {
    display: none;
  }

  #kyc .container {
    width: 90%;
    margin: 0 auto;
  }
  #kyc .kyc_top_back {
    padding: 22px 10px;
    margin-bottom: 30px;
  }
  #kyc .kyc_top_back > a:link,
  #kyc .kyc_top_back > a:visited {
    color: #002e6e;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    padding-left: 20px;
    position: relative;
  }
  #kyc .kyc_top_back a::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0px;
    width: 10px;
    height: 2px;
    background: #002e6e;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  #kyc .kyc_top_back a::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0px;
    width: 10px;
    height: 2px;
    background: #002e6e;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
  #kyc .kyc_content h2 {
    color: #223e99;
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 25px;
    padding: 0;
    font-weight: 400;
  }
  #kyc .kyc_content h3 {
    color: #39464d;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 5px;
    padding: 0;
    font-weight: 600;
  }
  #kyc .kyc_content p {
    color: #39464d;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding: 0;
  }
  #kyc .kyc_content .line {
    clear: both;
    height: 1px;
    background: #e6e6e6;
    margin: 20px 0;
  }
}

@media (min-width: 768px) {
  #kyc .hidden-xs {
    display: block !important;
  }
  #kyc .visible-xs {
    display: none !important;
  }
  #kyc .col-sm-1 {
    width: 8.33333333%;
    float: left;
    box-sizing: border-box;
  }
  #kyc .col-sm-3 {
    width: 25%;
    float: left;
    box-sizing: border-box;
  }
  #kyc .col-sm-6 {
    width: 50%;
    float: left;
    box-sizing: border-box;
  }
  #kyc .col-sm-8 {
    width: 66.66666667%;
    float: left;
    box-sizing: border-box;
  }
  #kyc #kyc-tabs > a {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    color: #4a4a4a !important;
    text-decoration: none;
    display: inline-block;
    padding: 20px 42px;
    border-top: 4px solid #fff;
    position: relative;
  }
  #kyc #kyc-tabs a.active {
    border-top-color: #4ebbf3 !important;
  }
  #kyc #kyc-tabs a::before {
    position: absolute;
    height: 50px;
    width: 1px;
    background: #e6e6e6;
    content: "";
    right: 0;
    top: 17px;
  }
  #kyc #kyc-tabs a:last-child {
    padding: 20px 45px !important;
  }
  #kyc #kyc-tabs a:last-child::before {
    display: none !important;
  }
  #kyc #kyc-tabs a span {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 22px;
    display: block;
    font-weight: 400;
  }
  #kyc .kyc-tabs-container.fixedTop {
    position: fixed;
    top: 60px;
    left: 0;
    background: #fff;
    z-index: 999;
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  #kyc .kyc-tabs-container.fixedTop #kyc-tabs {
    width: 1200px;
    margin: 0 auto;
  }
  #kyc #about {
    width: 960px;
    margin: 80px auto;
  }
  #kyc #about h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    margin: 0;
    padding: 0 0 15px;
    color: #213368;
    text-align: center;
  }
  #kyc #about .col-sm-6 {
    position: relative;
  }
  #kyc #about img {
    position: absolute;
    left: 15px;
    top: 45px;
  }
  #kyc #about .text {
    padding: 40px 0 0 70px;
  }
  #kyc #about .text h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #213368;
    margin: 0 0 5px;
    padding: 0;
  }
  #kyc #about .text p {
    font-size: 15px;
    line-height: 22px;
    color: #4a5566;
    margin: 0;
    padding: 0;
  }
  #kyc #videos {
    background: #f7fcfc;
    padding: 75px 0;
  }
  #kyc #videos h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    margin: 0;
    padding: 0 0 15px;
    color: #213368;
    text-align: center;
  }
  #kyc #videos .fraud_video_slider {
    margin: 0 !important;
  }
  #kyc #videos .slick-track {
    padding: 20px 0;
  }
  #kyc #videos .fraud_container {
    width: 990px;
    margin: 0 auto;
  }
  #kyc #videos .fraud_container .block {
    cursor: pointer;
  }
  #kyc #videos .fraud_container .section {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 15px;
  }
  #kyc #videos .fraud_container .block p {
    font-size: 15px;
    line-height: 20px;
    color: #213368;
    font-weight: 600;
    padding: 20px !important;
    margin: 0;
  }
  #kyc #videos .slick-slide {
    height: auto !important;
  }
  #kyc .video_pop {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    height: 315px;
    width: 560px;
    z-index: 9999;
    display: none;
  }
  #kyc .video_pop .close_vd {
    height: 35px;
    width: 35px;
    background: #fff;
    border-radius: 50px;
    font-size: 15px;
    line-height: 35px;
    text-align: center;
    font-weight: 600;
    color: #f00;
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
  }
  #kyc .video_pop iframe {
    height: 315px;
    width: 560px;
  }
  #kyc .pop_bg {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    display: none;
  }
  #kyc .common_type {
    padding: 75px 0;
  }
  #kyc .common_type .type_container {
    width: 960px;
    margin: 0 auto;
  }
  #kyc .common_type h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    margin: 0;
    padding: 0 0 50px;
    color: #213368;
    text-align: center;
  }
  #kyc .common_type .block {
    width: 240px;
    float: left;
    margin-bottom: 30px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  #kyc .common_type .block img {
    margin-bottom: 20px;
  }
  #kyc .common_type .block span {
    font-size: 14px;
    line-height: 16px;
    color: #4a4a4a;
    display: block;
    font-weight: 700;
  }
  #kyc .common_type .block span em {
    font-size: 14px;
    line-height: 16px;
    color: #4a4a4a;
    display: block;
    font-style: normal;
    font-weight: 600;
  }
  #kyc .common_type .dark {
    background: #fafafa;
  }
  #kyc .common_type .light {
    background: #fff;
  }
  #kyc .common_type .dark.height75 .section,
  #kyc .common_type .light.height75 .section {
    min-height: 75px;
  }
  #kyc .common_type .dark.height75 .section img,
  #kyc .common_type .light.height75 .section img {
    margin-top: 15px;
  }
  #kyc .common_type .section {
    float: left;
    width: 240px;
    font-size: 14px;
    line-height: 24px;
    color: #4a5566;
    padding: 13px 20px;
    font-weight: 400;
    box-sizing: border-box;
  }
  #kyc .common_type p {
    font-size: 13px;
    line-height: 24px;
    margin-top: 15px !important;
    color: #4a5566;
    text-align: center;
  }
  #kyc #way {
    background: #f7fcfc;
    padding: 75px 0;
  }
  #kyc #way h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    margin: 0;
    padding: 0 0 60px;
    color: #213368;
    text-align: center;
  }
  #kyc #way .way_container {
    width: 800px;
    margin: 0 auto;
  }
  #kyc #way .block {
    margin-bottom: 40px;
    position: relative;
  }
  #kyc #way .block img {
    position: absolute;
    top: 0;
    left: 0;
  }
  #kyc #way .block .section {
    margin-left: 175px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ebebeb;
  }
  #kyc #way .block .section h4 {
    color: #00b4f5;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 20px;
    padding: 0;
    font-weight: 700;
  }
  #kyc #way .block .section ol {
    margin: 0 0 0 18px;
    padding: 0;
  }
  #kyc #way .block .section ol li {
    font-size: 15px;
    line-height: 20px;
    color: #333;
    margin-bottom: 10px;
  }
  #kyc #way .block .section p {
    font-size: 15px;
    line-height: 22px;
    color: #333;
  }
  #kyc #way .block:nth-child(4) .section {
    padding-top: 25px;
    padding-bottom: 0 !important;
    border: none !important;
  }
  #kyc #faq {
    padding: 75px 0 0;
  }
  #kyc #faq h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    margin: 0;
    padding: 0px;
    color: #213368;
    text-align: center;
  }
  #kyc #faq .subhead {
    font-size: 16px;
    line-height: 24px;
    color: #39464d;
    margin: 15px 0 5px;
    padding: 0;
    text-align: center;
    margin-bottom: 40px;
  }
  #kyc #faq .faq_container {
    width: 960px;
    margin: 0 auto;
  }
  #kyc #faq .faq_container .block {
    padding: 35px 40px 0;
    border: 1px solid #e6e6e6;
    margin-bottom: 30px;
    min-height: 505px;
  }
  #kyc #faq .faq_container .block h4 {
    color: #00b4f5;
    font-weight: 700;
    margin: 0 0 25px;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    text-align: left;
  }
  #kyc #faq .faq_container .block h4 span {
    display: inline-block;
    position: relative;
  }
  #kyc #faq .faq_container .block h4 span > a {
    color: #00b4f5 !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 24px !important;
    text-decoration: none;
  }
  #kyc #faq .faq_container .block h4 span::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 2px;
    background: #00b4f5;
    top: 6px;
    right: -25px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
  }
  #kyc #faq .faq_container .block h4 span::after {
    content: "";
    position: absolute;
    height: 10px;
    width: 2px;
    background: #00b4f5;
    top: 12px;
    right: -25px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
  }
  #kyc #faq .faq_container .block h5 {
    font-size: 16px;
    line-height: 24px;
    color: #39464d;
    margin: 15px 0 5px;
    padding: 0;
    font-weight: 700;
  }
  #kyc #faq .faq_container .block p {
    font-size: 14px;
    line-height: 24px;
    color: #39464d;
    margin: 0 0 10px !important;
    padding: 0;
  }

  #kyc .kyc_top_back {
    padding: 22px 25px;
    margin-bottom: 60px;
  }
  #kyc .kyc_top_back > a:link,
  .kyc_top_back > a:visited {
    color: #002e6e !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    padding-left: 20px;
    position: relative;
  }
  #kyc .kyc_top_back a::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0px;
    width: 10px;
    height: 2px;
    background: #002e6e;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  #kyc .kyc_top_back a::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0px;
    width: 10px;
    height: 2px;
    background: #002e6e;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
  #kyc .kyc_content {
    margin-bottom: 50px;
  }
  #kyc .kyc_content h2 {
    color: #223e99;
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 45px;
    padding: 0;
    font-weight: 400;
  }
  #kyc .kyc_content h3 {
    color: #39464d;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 5px;
    padding: 0;
    font-weight: 600;
  }
  #kyc .kyc_content p {
    color: #39464d;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    padding: 0;
  }
  #kyc .kyc_content .line {
    clear: both;
    height: 1px;
    background: #e6e6e6;
    margin: 35px 0;
  }
  #kyc .kyc_nav {
    margin: 0;
    padding: 0;
  }
  #kyc .kyc_nav li {
    list-style: none;
  }
  #kyc .kyc_nav li > a:link,
  #kyc .kyc_nav li > a:visited {
    color: #213368 !important;
    font-size: 16px;
    line-height: 24px;
    padding: 15px;
    background: #fff;
    border-radius: 4px;
    display: block;
    text-decoration: none;
  }
  #kyc .kyc_nav li > a:hover {
    background: #eee !important;
  }
  #kyc .kyc_nav li > a.active {
    background: #00cef7 !important;
    color: #fff !important;
  }
}

@media (min-width: 1200px) {
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  #kyc .container {
    width: 1200px !important;
    background: #fff;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    margin: 0 auto;
  }
}
.header_include {
  opacity: 0;
}

.report-fraud-section {
  background: #fff;
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.report-fraud-section .rfs-left,
.report-fraud-section .rfs-right {
  box-sizing: border-box;
}
.report-fraud-section .rfs-left img {
  margin-bottom: 30px;
}
.report-fraud-section .rfs-right img {
  margin-bottom: 10px;
}
.report-fraud-section h5 {
  color: #000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}
.report-fraud-section p {
  color: #000;
  margin: 10px 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
}
.report-fraud-section .rfs-right .block:first-child p {
  margin-top: 0;
}

@media (min-width: 992px) {
  .report-fraud-section {
    width: 960px;
    padding: 75px;
    margin: -40px auto 88px;
    align-items: center;
  }
  .report-fraud-section .rfs-left {
    width: 460px;
    padding-right: 80px;
  }
  .report-fraud-section .rfs-right {
    width: calc(100% - 460px);
    border-left: 1px solid #ccc;
    padding-left: 80px;
  }
  .report-fraud-section .rfs-right .block:first-child {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
  }
}
@media (max-width: 991px) {
  .rfs-head {
    margin-bottom: 0 !important;
  }
  .report-fraud-section {
    width: calc(100% - 40px);
    padding: 40px;
    margin: -40px 20px 88px;
    align-items: center;
  }
  .report-fraud-section .rfs-left {
    border-bottom: 20px;
  }
  .report-fraud-section .rfs-left h5 {
    font-size: 17px;
    line-height: 25px;
  }
  .report-fraud-section .rfs-right .block {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #f6f6f6;
  }
}

/* fastag charges start */
#fastag_charge .Ratheading {
  padding-top: 10px;
}
#fastag_charge .blue {
  color: #00bdf2;
}
#fastag_charge table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 0 auto 30px;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
#fastag_charge table tr th {
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 20px;
}
#fastag_charge table tr td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  padding: 20px;
}
#fastag_charge table tr td.sub {
  padding: 0;
  vertical-align: top;
}
#fastag_charge table tr td.sub table {
  margin: 0;
  border-radius: 0;
  border: 0;
}
#fastag_charge table tr td.sub table tr td:first-child {
  border-left: none;
}
#fastag_charge table tr td.sub table tr th:last-child,
#fastag_charge table tr td.sub table tr td:last-child {
  border-right: none;
}
#fastag_charge table tr td.sub table tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width: 600px) {
  #fastag_charge table tr th {
    padding: 5px;
    font-size: 14px;
  }
  #fastag_charge .sub #fastag_charge .sub table,
  #fastag_charge .sub thead,
  #fastag_charge .sub tbody,
  #fastag_charge .sub th,
  #fastag_charge .sub td,
  #fastag_charge .sub tr {
    display: block;
    font-size: 14px;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  #fastag_charge .sub thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #fastag_charge .sub tr {
    border-bottom: 1px solid #ccc;
  }
  #fastag_charge .sub tr:last-child {
    border: unset;
  }
  #fastag_charge .sub td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 41%;
  }

  #fastag_charge .sub td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    width: 35%;
    font-weight: 600;
  }
  #fastag_charge .sub td:after {
    position: absolute;
    content: "";
    left: 38%;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #ccc;
  }

  /*
  Label the data
  */
  #fastag_charge .sub td:nth-of-type(1):before {
    content: "Vehicle Class";
  }
  #fastag_charge .sub td:nth-of-type(2):before {
    content: "Vehicle Class Description";
  }
  #fastag_charge .sub td:nth-of-type(3):before {
    content: "Amount(In INR)";
  }
}
/* fastag charges end */
.offerpages .button.primary {
  color: #fff;
  background-color: #00b9f5;
  padding: 10px 30px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
}
/* tandc page css */
.tandc_page {
  max-width: 1170px;
  width: 90%;
  margin: 25px auto;
  font-size: 14px;
  line-height: 20px;
}
.tandc_page .tandc_page_container {
  padding: 30px 30px;
  background: #fafafa;
  border-radius: 12px;
}
.tandc_page .para {
  margin-bottom: 15px;
}
.tandc_page .tnc_heading {
  font-size: 24px;
  font-weight: bold;
  color: #66d6ff;
  margin: 35px auto;
}
.tandc_page .in_heading {
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0 20px;
}
.tandc_page .tnc_list {
  list-style-type: disc;
  padding-left: 30px;
  margin: 20px 0;
}
.tandc_page .tnc_list li {
  margin-bottom: 15px;
}
.tandc_page .tnc_list li .link {
  word-wrap: break-word;
}
.tandc_page .button.primary {
  color: #fff;
  background-color: #00b9f5;
  padding: 10px 30px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
}
.offerpages .tnc-button {
  display: inline-block;
  width: 100%;
}
.tandc_page .tnc-button {
  display: inline-block;
  width: 100%;
}
.tandc_table th,
.tandc_table td {
  border-top: 1px solid;
  border-left: 1px solid;
  padding: 10px;
  font-size: 14px;
}
.tandc_table th:last-child,
.tandc_table td:last-child {
  border-right: 1px solid;
}
.tandc_table tr:last-child td {
  border-bottom: 1px solid;
}
.tandc_page_christmas {
  padding: 30px;
}
.tandc_christmas_bg {
  background-image: url("../tnc/img/tandc-christmas-bg.jpg");
  background-size: 100% 100%;
  padding-bottom: 10%;
}
/* tandc page css end */
