body {
  color: #666666;
  font-family: "Lato",Arial,Helvetica,sans-serif;
  font-weight: 400;
}

*, h1, h2, h3, h4, h5, h6, ul, li, a, p, img {
  border: 0 none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

a, .link14grn, .link16grn, .link14, .link18grn, .link {
  color: #00abbe;
  cursor: pointer;
  text-decoration: none;
}

a {
  cursor: pointer;
}

.clear {
  clear: both !important;
}

input, textarea {
  outline: medium none;
}

input {
  border-radius: 0;
  font-family: "Lato",Arial,Helvetica,sans-serif;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.fR {
  float: right !important;
}

.fL {
  float: left !important;
}

.text_light {
  font-weight: 300;
}

.text_bold {
  font-weight: 700;
}

.link14 {
  font-size: 14px;
  text-transform: capitalize;
}

.txt_trns_UPP {
  text-transform: uppercase;
}

.txt_aign_center {
  text-align: center;
}

.ver_center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.txt_ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.vertCntr {
  vertical-align: middle;
}

.whiteBg {
  background-color: #def2f6 !important;
}

.violet_bg {
  background-color: #ffffff;
}

.grey_bg {
  background-color: #f7f7f7;
}

.light_333_bg {
  background-color: #333333;
}

/* font size*/
.hd_4xl_v2 {
  font-size: 48px;
}

.hd_xxxl_v2 {
  font-size: 40px;
}

.hd_xxl_v2 {
  font-size: 36px;
}

.hd_xl_v2 {
  font-size: 30px;
}

.hd_l_v2 {
  font-size: 28px;
}

.hd_n_v2 {
  font-size: 26px;
}

.hd_s_v2 {
  font-size: 24px;
}

.hd_xs_v2 {
  font-size: 22px;
}

.txt_xl_v2 {
  font-size: 20px;
}

.txt_l_v2 {
  font-size: 18px;
}

.txt_n_v2 {
  font-size: 16px;
}

.txt_s_v2 {
  font-size: 14px;
}

.txt_xs_v2 {
  font-size: 12px;
}

/* colors */
.tc_blk_v2 {
  color: #000000;
}

.tc_li_blk_v2 {
  color: #333333;
}

.tc_grey_v2 {
  color: #666666;
}

.tc_li_grey_v2 {
  color: #999999;
}

.tc_white_v2 {
  color: #6a6a6a;
}

.tc_orange_v2 {
  color: #156ef6;
}

/* Buttons Start */
.btn {
  height: 46px;
  line-height: 46px;
  position: relative;
  padding: 0 20px;
  box-sizing: border-box;
  background-image: linear-gradient(to bottom, #156ef6, #153cf6);
  color: #ffffff;
  border-radius: 5px;
  border: none;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}

/*.btn.S { min-width:64px; height:32px; line-height:33px; padding:0 15px; }
.btn.M{ min-width:105px; height:33px; line-height:34px; width:auto; }
.btn.L { min-width:154px; height:46px; line-height:47px; }
.btn.XL { min-width:224px; height:48px; line-height:49px; }
.btn.full { width:100%; }*/
.mediumBtn_01 {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  position: relative;
  box-sizing: border-box;
  background-image: linear-gradient(to bottom, #156ef6, #153cf6);
  color: #ffffff;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.btn2 {
  min-width: 110px;
  float: left;
  height: 43px;
  line-height: 44px;
}

.btn.disable, .mediumBtn.disable, .mediumBtn_01.disable {
  background: #cccccc;
  border: 1px solid #cccccc;
  cursor: default;
  color: #ffffff;
}

.mediumBtn_01 {
  float: left;
  min-width: 200px;
  border-radius: 0;
  cursor: pointer;
}

.overlay_wrp .singUpWrp .actionList li a.btn {
  color: #ffffff;
}

/*to override signupiframe color of text*/
.overlay_wrp .singUpWrp .actionList li a.btn.disable {
  color: #ffffff;
}

/*to override signupiframe color of text*/
.btn:before, .btn_fff:before, .btn2:before, .mediumBtn_01:before, .medBtn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(3, 3, 3, 0);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
  border-radius: 5px;
}

.btn:hover:before, .btn_fff:hover:before, .btn2:hover:before, .mediumBtn_01:hover:before, .medBtn:hover:before {
  background: rgba(3, 3, 3, 0.2);
}

.disable:hover:before {
  background: rgba(3, 3, 3, 0) !important;
}

/* Buttons End */
/* button click effect Start */
.btn:active:before, .btn_fff:active:before, .btn2:active:before, .mediumBtn_01:active:before, .medBtn:active:before {
  background: rgba(255, 255, 255, 0.8);
}

/* button click effect End */
.floating_btn {
  font-size: 24px;
  color: #000000;
  background: linear-gradient(#ffbd34, #fead04);
  padding: 2px 10px 5px;
  box-sizing: border-box;
  position: absolute;
  bottom: 20px;
  right: 100px;
}

.floating_btn_icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(images/scb/article_img.png) no-repeat;
  margin-right: 5px;
  vertical-align: middle;
}

/* Error Started */
.errCont {
  position: absolute;
  right: 20px;
  top: 1px;
  display: none;
}

.err .errCont, .act .errCont {
  display: block;
}

.err .errCont .ToolTip, .act .errCont .ToolTip {
  display: block;
}

.err .inp3 {
  border-color: #fd0101;
  color: #fd0101;
}

/* Error End */
/* Tooltip Started */
.ToolTip {
  bottom: 20px;
  display: none;
  line-height: normal;
  position: absolute;
  z-index: 2;
}

.ToolTip.L {
  width: 235px;
}

.ToolTip.cen {
  right: -110px;
  text-align: center;
}

.ttTxt {
  background-color: #333333;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  min-width: 75px;
  padding: 6px 10px;
  text-align: center;
}

.downArw_333 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #333333;
  display: block;
  height: 0;
  margin: 0;
  width: 0;
}

.ToolTip .downArw_333 {
  float: right;
  margin: 0 12px 16px 0;
}

.ToolTip.cen .downArw_333 {
  display: block;
  float: inherit;
  margin: 0 auto;
}

/* Tooltip Started */
/* Custom checkbox Started */
.checkBox input[type="checkBox"] {
  display: none;
}

.custcheckBox:before {
  content: "";
  display: inline-block;
  cursor: pointer;
  width: 13px;
  height: 13px;
  color: #ffffff;
  border: 1px solid #000000;
  float: left;
  box-sizing: border-box;
  margin-top: 2px;
}

.checkBox input[type=checkbox]:checked + .custcheckBox:before {
  content: "";
  text-align: center;
  background: #000000 url(images/blcTic.jpg) no-repeat center;
  background-size: cover;
}

/* Custom checkbox End */
.loaderBtn {
  padding-left: 10px;
  padding-right: 30px;
  background-image: url(images/loader.gif) !important;
  background-repeat: no-repeat !important;
  background-position: right 7px top 50% !important;
}

.wholeWrp.scrollOver {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.overlay.scrollOver {
  position: absolute;
  height: auto;
  min-height: 100%;
  padding-bottom: 20px;
}

/* grnConfrm Started */
.grnConfrm {
  width: 100%;
  padding-right: 30px;
  background: #50aa38;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
  box-sizing: border-box;
}

.grnConfrm p {
  color: #ffffff;
  line-height: 30px;
}

.grnConfrm .clsBtn_fff {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 20px;
  top: 8px;
}

.grnConfrm.vstToDsktp {
  display: none;
}

.grnConfrm.vstToDsktp p {
  cursor: pointer;
}

/* grnConfrm End */
/* Prelogin watch a video started */
.overlay_wrp_01 {
  width: 642px;
  height: 362px;
  position: relative;
  border: 1px solid #000000;
  box-sizing: border-box;
  margin: 99px auto 0;
  background: #000000;
}

/* MS 03/05/16 */
.overlay_wrp_01 .cls_bg000_fff {
  right: 0;
  top: 0;
  background-position: -469px -63px;
  background-size: inherit;
}

.clsBtn_v2_wrp {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
}

.overlay_wrp_01 .clsBtn_v2 {
  font-size: 30px;
  position: absolute;
  line-height: 30px;
  width: 30px;
  height: 30px;
  background: #000000;
  color: #ffffff;
  top: 0;
  right: 0;
  z-index: 23456367;
  text-align: center;
  display: block;
}

/* Prelogin watch a video End */
/* Icons Started */
/*.cmntIc_777,.cls_bg000_fff,.clsBtn_fff{ background:url("images/scb/prelogin_sprite_scb.png") 0 0 no-repeat; display:inline-block; }*/
.sprite, .errorIc {
  background: url("images/scb/prelogin_sprite_scb.png") 0 0 no-repeat;
  display: inline-block;
}

.passIc_777 {
  width: 31px;
  height: 31px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 857.1428571% 441.1764706%;
  float: left;
}

.clockIc {
  width: 17px;
  height: 17px;
  background-position: 26.69172932% 0;
  background-size: 882.3529412% 441.1764706%;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.errorIc {
  width: 18px;
  height: 18px;
  background-position: 13.58490566% 0;
  background-repeat: no-repeat;
  background-size: 857.1428571% 428.5714286%;
}

.backToTop {
  width: 40px;
  height: 40px;
  background-position: -107px -1px;
  position: fixed;
  bottom: 88px;
  right: 20px;
  background-repeat: no-repeat;
}

.backToTop:hover {
  background-position: -150px -1px;
}

.cls_bg000_fff {
  width: 30px;
  height: 30px;
  background-position: 92.47524752% 36.96969697%;
  background-size: 1585.294118% 585.2941176%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}

.clsBtn_fff {
  background-position: 94.23459245% 0;
  background-size: 1497.222222% 552.7777778%;
  background-repeat: no-repeat;
}

/*.left_nav_arrow { width:24px; height:61px;  background-position:94.5631068% 70.28985507%; background-size: 2245.833333% 326.2295082%; background-repeat: no-repeat; display:inline-block;  }
.right_nav_arrow { width:24px; height:61px; background-position:100% 70.28985507%; background-size: 2245.833333% 326.2295082%; background-repeat: no-repeat; display:inline-block; }
.cmntIc_777 { width: 20px; height: 17px;  background-position:84.75247525% 99.4047619%; background-size:1585.294118% 641.9354839%; background-repeat: no-repeat; float: left;}
.clockIc_fff { width: 17px; height: 17px;background-position: 62.5% 99.3902439%; background-repeat: no-repeat; background-size: 1540% 568.5714286%; display:inline-block; vertical-align:middle;}
.patIc_fff  { width:18px; height:20px; background-position:65.94488189% 76.2195122%; background-size:1738.709677% 568.5714286%;  background-repeat: no-repeat; float: left;  }
.cmntIc_fff  { width:20px; height:17px; background-position:77.42574257% 99.4047619%; background-size:1585.294118% 641.9354839%;  background-repeat: no-repeat; float: left;  }
.calIc_fff { width:16px; height:16px;  background-position:100% 35.97560976%; background-size:1540% 568.5714286%; background-repeat: no-repeat; display:inline-block; }
.locationIc_fff { width:12px; height:16px;  background-position:100% 12.80487805%; background-size:2073.076923% 568.5714286%; background-repeat: no-repeat; display:inline-block; }
.ios_ic { width:120px; height:56px; background-position:82.9736211% 0; background-size:441.8032787% 349.122807%; display:inline-block; vertical-align:middle; }
.googleply_ic { width:129px; height:43px; background-position:47.56756757% 0; background-size:318.9349112% 343.1034483%; display:inline-block; vertical-align:middle; }
.scb_logo_ic { width:122px; height:33px; background-position:3.13253012% 23.31288344%; background-size:434.6774194% 552.7777778%; background-repeat: no-repeat;  display:inline-block; }
.sme_logo_ic { width:61px; height:36px; background-position:3.151260504% 53.41614907%; background-size:855.5555556% 523.6842105%; background-repeat: no-repeat;  display:inline-block; }
.thai_logo_ic { width:213px; height:38px; background-position:31.79012346% 53.4591195%; background-size:250.6976744% 497.5%; background-repeat: no-repeat;  display:inline-block; }
.gl_sme_startup_logo_ic {  width:224px; height:41px; background-position:4.792332268% 91.02564103%; background-size:238.4955752% 462.7906977%; background-repeat: no-repeat;  display:inline-block; }
.safari_brwsr_ic { width:16px; height:16px; background-position: -467px -99px; background-repeat: no-repeat; display:inline-block; vertical-align:middle;}
.action_btn_ic { width:12px; height:16px; background-position: -453px -99px; background-repeat: no-repeat; display:inline-block; vertical-align:middle;}
.home_scrn_ic { width:16px; height:16px; background-position: -435px -99px; background-repeat: no-repeat; display:inline-block; vertical-align:middle;}
.clsBtn_000 { width:20px; height:20px; background-position:55.0695825% 99.38650307%; background-size:1497.222222% 552.7777778%; background-repeat: no-repeat;  float:right; }*/
/* Icons End */
/* play video start */
.videoLnk {
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  margin-top: 14px;
  font-style: italic;
}

.trnsprntCrcl {
  float: left;
  width: 32px;
  height: 32px;
  line-height: 27px;
  border: 2px solid #ffffff;
  border-radius: 100px;
  text-align: center;
  margin-right: 8px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.4);
}

.rightArw_fff {
  border-bottom: 6px solid transparent;
  border-left: 8px solid white;
  border-top: 6px solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}

.videoLnk .wtchTxt {
  float: left;
  margin-top: 10px;
}

/* play video End */
/* header start */
.header_main {
  height: 72px;
  /*line-height:72px;*/
  background-color: #ffffff;
}

.mainWrp {
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  width: 1240px;
}

.logoWrp {
  float: left;
  width: 222px;
  height: 56px;
}

.logoWrp img, .logoCnt img {
  width: 100%;
}

.logoCnt {
  float: right;
  width: 180px;
  height: 20px;
  margin-top: 18px;
}

.helpDesWrp .header_main {
  height: 72px;
  line-height: inherit;
}

.helpDesWrp .logoCnt {
  margin-top: 18px !important;
}

.helpDesWrp .optionUl li a {
  font-size: 14px;
}

/* header End */
/* language container start */
.optionUl {
  float: right;
  margin-top: 8px;
}

.optionUl > li {
  float: left;
  list-style: none;
}

.optionUl > li > a {
  display: inline-block;
  height: 18px;
  line-height: 16px;
  border-left: 1px solid #cccccc;
  text-align: center;
  text-decoration: none;
  padding: 0 20px;
  box-sizing: border-box;
  font-weight: 700;
}

.optionUl > li:first-child > a {
  border-left: none;
}

.optionUl > li.eng > a {
  color: #333333;
}

.optionUl > li.thai > a {
  color: #cccccc;
  /*font-weight: 600;*/
}

/* language container start */
/* banner start */
.banner_wrapper .btn_wp {
  text-align: center;
  float: left;
}

.banner_wrapper {
  width: 100%;
  height: 423px;
  background: url(../images/scb/main_banner.jpg) center center no-repeat;
  background-size: cover;
}

.banner_wrapper .mainWrp {
  height: 100%;
}

.single_rig_col {
  float: right;
  margin-right: 150px;
}

.single_rig_col .hd {
  color: #212121;
  margin-top: 5px;
  font-size: 48px;
}

.single_rig_col .sb_hd {
  float: left;
  width: 100%;
}

.single_rig_col .sb_hd_1 {
  float: left;
  width: 100%;
}

.banner_wrapper .single_rig_col {
  width: 500px;
}

.single_rig_col .video_outer_wp {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
  text-align: center;
}

.video_outer_wp img {
  max-width: 100%;
}

/* banner End */
/* Sign in Content Started */
.prelogSignCnt {
  padding: 32px 0 40px;
}

.prelogSignCnt .colLeft {
  float: left;
}

.prelogSignCnt .colLeft .passIc_777 {
  margin-top: 8px;
}

.passInfo {
  float: left;
  font-size: 16px;
  font-style: italic;
  line-height: 20px;
  margin: 3px 0 0 18px;
}

.prelogSignCnt .colRight {
  float: right;
}

.prelogSignCnt .colRight .mediumBtn_01.disable {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  cursor: default;
}

.mailPassCnt {
  float: left;
  margin-right: 30px;
  width: 530px;
}

.mailPassCnt .colum label {
  font-size: 16px;
  font-weight: 400;
}

.topRow {
  margin-top: 5px;
}

.colum {
  float: left;
  position: relative;
  width: 250px;
}

.inp3 {
  width: 100%;
  border-bottom: 1px solid #cccccc;
  box-sizing: border-box;
  color: #000000;
  font-size: 18px;
  padding-bottom: 16px;
  padding-left: 10px;
}

.colum .inp3 {
  padding: 0 0 15px 10px;
  background: transparent;
}

.colum .errCont {
  padding: 0 20px 0 10px;
  right: 0;
  top: 4px;
}

.sn {
  margin-top: 14px;
}

.colum .errCont .ToolTip.cen {
  right: -88px;
}

.colum .errCont .ToolTip {
  bottom: 25px;
}

.colum .custcheckBox::before {
  border-color: #cccccc;
  height: 20px;
  width: 20px;
}

.colum .custcheckBox.link {
  color: #00abbe;
  display: inline;
  margin: 0 0 0 10px;
}

/* Sign in Content End */
/*  cont_wpr Start */
.cont_wpr {
  width: 100%;
  padding-bottom: 20px;
}

.cont_wpr .hd {
  font-size: 38px;
  line-height: 38px;
  color: #212121;
  padding-top: 52px;
  padding-bottom: 21px;
  font-weight: 300;
}

/*.cont_wpr .sub_hd { font-size:19px; line-height:19px; padding-bottom:40px; }*/
/*.cont_wpr .hd.var_1{ padding-bottom:26px; }*/
/*  cont_wpr End */
/* tab container start */
/* equal_col_ul Started */
.equal_col_ul {
  width: 100%;
  display: inline-block;
}

.equal_col_ul > li {
  width: 246px;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  margin-left: 2px;
  margin-right: 2px;
  box-sizing: border-box;
}

.equal_col_ul > li > a {
  width: 100%;
  height: 100%;
  padding-top: 12px;
  padding-bottom: 10px;
  box-sizing: border-box;
  display: inline-block;
  background-color: #156ef6;
  color: inherit;
}

.equal_col_ul > li:hover > a, .equal_col_ul > li.act > a {
  background-color: #909090;
  color: #ffffff;
}

/* equal_col_ul End */
.cont_wpr .tab_content {
  margin-top: 10px;
}

.tab_content .tab {
  width: 100%;
  margin-top: 40px;
  display: none;
}

.tab .left_col {
  width: 49.2%;
  float: left;
  text-align: left;
  padding-top: 30px;
}

.tab .left_col .hd_1 {
  padding-bottom: 10px;
}

.tab .right_col {
  width: 50.8%;
  float: right;
  overflow: hidden;
}

.tab .right_col img {
  width: 100%;
}

/* tab container End */
/* Connect to Your New Business Opportunities start */
.connect {
  padding: 110px 0 100px;
}

.two_equal_column {
  margin: 0 auto;
}

.column {
  width: 50%;
  padding-left: 20px;
  box-sizing: border-box;
  float: left;
}

.column:first-child {
  padding-right: 20px;
  padding-left: 0;
}

.column .img_wp {
  width: 100%;
  max-height: 338px;
  font-size: 0;
  position: relative;
  overflow: hidden;
}

.column .img_wp img {
  width: 100%;
}

.column .videoLnk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  text-align: center;
}

.column .videoLnk .trnsprntCrcl {
  float: none;
  display: inline-block;
  margin: 0;
  width: 90px;
  height: 90px;
  line-height: 90px;
}

.rightArw_big {
  border-bottom: 15px solid transparent;
  border-left: 20px solid white;
  border-top: 15px solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}

.heading {
  font-size: 34px;
  font-weight: 300;
  padding-top: 13px;
}

.para_text {
  font-size: 16px;
  color: #666666;
  margin: 20px 0 57px 0;
}

/* Connect to Your New Business Opportunities End */
/* recomended Article start */
.equal_column_list {
  text-align: center;
  padding: 60px 0 50px;
  display: flex;
  flex-flow: row wrap;
}

/* MK 07/02/2018 gl-gl-prearticlecms add this display:flex; flex-flow:row wrap;*/
.equal_column_list li {
  list-style: none;
  width: 33.33%;
  display: inline-block;
  text-align: left;
  padding-left: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
}

/* MK 07/02/2018 gl-gl-prearticlecms width:363px; margin-left:20px;*/
.equal_column_list li:nth-child(3n+ 1) {
  padding-left: 0;
}

.equal_column_list li .img_wp {
  width: 100%;
  max-height: 167px;
  overflow: hidden;
  font-size: 0;
}

.equal_column_list li .img_wp img {
  width: 100%;
}

.text_one {
  font-size: 13px;
  color: #feac00;
  text-transform: uppercase;
  margin-top: 20px;
  display: block;
}

.text_one a, .tc_orange_v2 a {
  color: #feac00;
}

.text_two {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 7px;
  height: 56px;
  overflow: hidden;
  display: block;
}

.text_three {
  font-size: 13px;
  color: #ffffff;
  margin-top: 18px;
}

.timeDscrptn {
  margin-top: 7px;
}

.time {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 600;
  margin-left: 5px;
  color: #ffffff;
}

.heading.var_2 {
  padding-top: 55px;
}

/* recomended Article End */
/* recomended promotion start */
.promotion {
  text-align: center;
  padding-bottom: 70px;
}

.equal_column_list.var_2 li {
  border: 1px solid #eeeeee;
}

.equal_column_list.var_2 li .img_wp {
  max-height: 250px;
}

.bottom_cont {
  padding: 10px;
}

.logo_wp {
  float: left;
  width: 155px;
  height: 46px;
  line-height: 46px;
  overflow: hidden;
}

.logo_wp img {
  max-width: 100%;
  vertical-align: middle;
}

/* recomended promotion start */
/* our partners start */
.partners {
  text-align: center;
  padding-bottom: 50px;
}

.image_list {
  margin: 40px auto 0;
  list-style: none;
}

.image_list li {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
}

.image_list li img {
  max-width: 100%;
  vertical-align: middle;
}

/* our partners End */
.cont_wpr.disclaimer {
  padding-bottom: 60px;
  display: none;
}

.cont_wpr.disclaimer .hd {
  color: #156ef6;
  font-size: 26px;
  font-weight: 700;
  padding: 62px 0 0 0;
}

/* Footer Started */
.bg_60656c {
  width: 100%;
  background: #60656c;
  text-align: center;
}

.signInUp {
  width: 100%;
  padding: 57px 0 54px 0;
  box-sizing: border-box;
}

.boxBtnWp {
  display: inline-block;
  margin-top: 24px;
}

.signInUpTxt {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
}

.boxBtnWp a {
  width: 140px;
  height: 41px;
  line-height: 41px;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  float: left;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}

.boxBtnWp a:first-child {
  border-right: none;
}

.bg_4f545c {
  width: 100%;
  background: #4f545c;
}

.footrRow {
  padding: 56px 0;
}

.footrRow .clear {
  display: none;
}

.col1, .col2, .col3, .col4 {
  width: 310px;
  float: left;
  box-sizing: border-box;
  position: relative;
}

.col1 .subUl, .col2 .subUl {
  margin-top: 16px;
  margin-bottom: 6px;
}

.col1, .col2, .col3 {
  padding-right: 10px;
}

.col1 .subUl li, .col2 .subUl li {
  list-style: none;
  font-size: 14px;
  color: #666666;
  margin-top: 8px;
}

.col1 .subUl li a, .col2 .subUl li a {
  color: #ffffff;
}

.col1 .link, .col2 .link {
  font-size: 14px;
}

.col3 .contLin {
  width: 100%;
  float: left;
  text-decoration: none;
  font-size: 18px;
  color: #00abbe;
  margin-bottom: 13px;
}

.col4 {
  padding-right: 60px;
}

.col4Txt {
  font-size: 14px;
  color: #cccccc;
  margin-bottom: 16px;
}

.col4 .col4Txt {
  color: #ffffff;
}

footer .bgColor_f4 {
  background-color: #333333;
}

.footer.prelogin {
  padding: 25px 20px 22px;
  text-align: center;
}

.fBar {
  float: left;
}

.gl_Logo {
  width: 107px;
  height: 18px;
  float: left;
  margin-right: 30px;
}

.footer.prelogin .gl_Logo {
  height: 11px;
  margin-right: 5px;
  line-height: 0;
  margin-top: 3px;
}

.gl_Logo img {
  width: 100%;
}

.colTxt {
  font-size: 18px;
  color: #ffffff;
}

.footrRow .colTxt {
  color: #00abbe;
}

.copyRight {
  color: #ffffff;
  float: left;
  font-size: 14px;
}

#thawteseal {
  display: inline-block;
  vertical-align: top;
}

#thawteseal a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
  font-family: arial,sans-serif;
  margin: 0px;
  padding: 0px;
}

.powrdBy {
  font-size: 14px;
  color: #ffffff;
  float: right;
}

.powrdBy a {
  color: #ffffff;
}

.footer {
  width: 1240px;
  margin: 0 auto;
  padding-top: 28px;
}

.footerList {
  float: left;
  list-style: none;
  margin-left: 10px;
}

.footerList li {
  float: left;
}

.footerList li a {
  display: block;
  font-size: 14px;
  color: #ffffff;
  padding: 0 10px;
  border-left: 1px solid #999999;
}

.footerList li:first-child a {
  border: none;
}

.footerList li:last-child {
  display: none;
}

/* .footer.prelogin #thawteseal {margin: 0;} */
.footer.prelogin .powrdByWrp a img {
  display: none;
}

.container_main.prelogin .footrRow .col4 {
  float: right;
  padding-left: 20px;
  padding-right: 40px;
}

/* Footer End */
/* Overlay Started */
body.scrollOver .overlay {
  height: auto;
  min-height: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 7;
  overflow-y: scroll;
  padding-bottom: 20px;
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  bottom: 0;
  z-index: 7;
}

.overlay {
  padding-top: 54px;
}

.overlay_wrp.var_1 {
  width: 980px;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding: 40px;
  background-color: #ffffff;
  box-sizing: border-box;
}

/* .overlay_wrp { background: #ffffff none repeat scroll 0 0;box-sizing: border-box; margin: 0 auto; padding: 14px 20px 20px; position: relative; width: 897px;} */
.var_1 .overlayHeader .heading {
  display: inline-block;
  text-align: left;
  font-size: 18px;
  color: #000000;
}

.overlay_wrp.var_1 .clsBtn_000 {
  width: 22px;
  height: 22px;
  position: absolute;
  right: -20px;
  top: -20px;
}

.overlay_content .sb_hd {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 10px;
  float: left;
}

/* Invitation & Introduction Request Overlay started */
.slctWp {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  min-height: 40px;
  position: relative;
  width: 100%;
}

.slctWp .downArw_000 {
  margin: 0 0 0 10px;
  position: absolute;
  right: 20px;
  top: 17px;
}

.submissionWp label {
  font-size: 16px;
  color: #000000;
  float: left;
  margin-top: 11px;
}

.submissionWp .inp2 {
  width: 700px;
  float: right;
  font-style: italic;
  padding-left: 10px;
}

.submissionWp .txtArea {
  width: 700px;
  line-height: 19px;
  float: right;
  font-style: italic;
  font-size: 14px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.row100 {
  width: 100%;
  position: relative;
}

.submissionWp .row100 {
  margin-top: 20px;
}

.submissionWp .row100:first-child {
  margin-top: 15px;
}

.submissionWp .slctWp {
  width: 700px;
  float: right;
  position: relative;
}

.submissionWp .slctWp .arwLink {
  height: 45px;
  line-height: 45px;
  padding-left: 10px;
}

.submissionWp .slctWp .arwLink span {
  font-size: 16px;
  margin-top: 0;
}

.commonddWp {
  width: 300px;
  position: absolute;
  left: -1px;
  top: 45px;
  z-index: 3;
  background: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}

.commonddWp .selDD01 > li {
  border-color: #cccccc;
}

.submissionWp .slctWp .inp2 {
  width: 642px;
  height: 43px;
  line-height: 43px;
  float: left;
}

.sbmisnCntntWp {
  width: 700px;
  float: right;
}

.sbmisnCntntWp .txtWp {
  width: 75%;
  margin-top: 30px;
}

.txtWp .link {
  width: 80%;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

#frm_contactus .submissionWp .errCont {
  top: 10px;
}

/* Invitation & Introduction Request Overlay End */
/* Overlay End */
.eCard .left .imgWp .clsBtn_fff {
  width: 13px;
  height: 13px;
  background-position: 92.47524752%  36.96969697%;
  background-size: 1585.294118% 585.2941176%;
}

@media only screen and (min-width: 1240px) {
  .image_list {
    width: 1100px;
  }
  .image_list li {
    width: 160px;
    margin: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .banner_wrapper .btn_wp {
    margin-top: 34px;
  }
  .single_rig_col .sb_hd_1 {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .mainWrp {
    width: 1024px;
    padding: 0 20px;
  }
  /* banner start */
  .banner_wrapper {
    height: 345px;
  }
  .single_rig_col .hd {
    font-size: 34px;
  }
  /* banner End */
  .column .img_wp {
    max-height: 270px;
  }
  .equal_column_list li .img_wp {
    max-height: 142px;
  }
  /* Footer Started */
  .col1, .col2, .col3, .col4 {
    /*width: 246px;*/
    padding-right: 45px;
  }
  .footer.prelogin {
    width: 100%;
    padding: 29px 20px;
    box-sizing: border-box;
  }
  /* Footer End */
}

@media only screen and (min-width: 768px) and (max-width: 1239px) {
  .image_list {
    width: 100%;
  }
  .image_list li {
    margin: 10px;
    width: 155px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* banner start */
  .banner_wrapper {
    height: 285px;
  }
  .single_rig_col .hd {
    font-size: 26px;
  }
  .banner_wrapper .btn_wp {
    margin-top: 10px;
  }
  .single_rig_col .sb_hd_1 {
    margin-top: 10px;
  }
  /* banner End */
  .equal_col_ul > li {
    width: 220px;
  }
  .column .img_wp {
    max-height: 200px;
  }
  .column .videoLnk .trnsprntCrcl {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .equal_column_list li .img_wp {
    max-height: 106px;
  }
  .logo_wp {
    width: 100px;
  }
  .bottom_cont .btn {
    width: 50%;
    padding: 0 10px;
    font-size: 14px;
  }
  /* for signup scroll start */
  .touch.scrollOver {
    position: static !important;
    overflow: inherit !important;
  }
  .touch.scrollOver .overlay {
    position: static;
    height: auto;
    margin: 0;
  }
  .touch.scrollOver .language_row {
    position: fixed;
    top: 0;
    z-index: 2;
    background-color: #ffffff;
  }
  .touch.scrollOver .banner_wrapper {
    position: fixed;
    top: 35px;
    z-index: 2;
    height: auto;
    background-position: 0 0;
  }
  .touch.scrollOver .overlay .cardRightCont {
    overflow: inherit;
  }
  .touch.scrollOver .single_rig_col, .touch.scrollOver .container_main, .touch.scrollOver .cont_wpr, .touch.scrollOver footer {
    display: none;
  }
  /* for signup scroll End */
  .mainWrp {
    width: 768px;
    padding: 0 20px;
  }
  .banner_wrapper .header_wp {
    padding: 0 20px;
  }
  /* Prelogin Sign in Content Started */
  .passInfo {
    display: none;
  }
  .mailPassCnt {
    width: 505px;
    margin-right: 38px;
  }
  .prelogSignCnt .colRight .mediumBtn_01 {
    min-width: 120px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
  }
  /* Prelogin Sign in Content End */
  /* Footer Started */
  .col1, .col2, .col3, .col4 {
    /*width:182px;*/
    padding-right: 45px;
  }
  .col1 .subUl, .col2 .subUl {
    margin-bottom: 0;
    margin-top: 3px;
  }
  .col1 .subUl li, .col2 .subUl li {
    margin-top: 3px;
  }
  .footer.prelogin {
    width: 100%;
    padding: 16px 20px 20px;
    box-sizing: border-box;
    text-align: center;
  }
  .fBar, .footer.prelogin .gl_Logo, .footer.prelogin .copyRight, .footerList li {
    display: inline-block;
    float: none;
  }
  .footerList {
    float: none;
    margin-left: 0;
    margin-top: 16px;
  }
  .footer.prelogin .footerList li a {
    font-size: 12px;
  }
  .footer.prelogin #thawteseal {
    width: 100%;
  }
  .powrdBy {
    width: 100%;
    border-top: 1px solid #e8e8e8;
    display: inline-block;
    float: none;
    font-size: 12px;
    margin-top: 22px;
    padding: 26px 0;
  }
  /* Footer End */
  /* Overlay Started */
  .notouch.scrollOver {
    position: fixed;
    left: 50%;
    margin-left: -384px;
  }
  .notouch.scrollOver .overlay_wrp {
    width: 768px;
    margin-top: 75px;
  }
  .overlay_wrp {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
  }
  .submissionWp .inp2, .submissionWp .txtArea, .submissionWp .slctWp {
    width: 100%;
    margin-top: 5px;
  }
  .submissionWp .slctWp .inp2 {
    margin-top: 0;
  }
  .overlay {
    background-color: #ffffff;
    margin-top: 72px;
    padding-top: 0;
  }
  .overlay_wrp.var_1 {
    width: 100%;
    padding: 30px 20px;
  }
  .overlay_wrp.var_1 .clsBtn_000 {
    right: 0;
    top: 0;
  }
  /* Overlay End */
  /* Sign In Started */
  .nameWrp .mailPassCnt {
    width: 70%;
    margin: 0;
  }
  .nameWrp .colum {
    width: 48%;
  }
  .nameWrp .colRight .fL {
    margin-left: 10px;
  }
  /* Sign In End */
  .banner_wrapper .single_rig_col {
    width: 345px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .single_rig_col {
    margin: 0;
  }
  .para_text {
    margin: 10px 0 20px 0;
  }
  .column {
    padding-left: 10px;
  }
  .column:first-child {
    padding-right: 10px;
    padding-left: 0;
  }
  .column .heading {
    padding-top: 0;
  }
  /* Prelogin Sign in Content Started */
  .prelogSignCnt {
    padding: 22px 0 36px;
  }
  .prelogSignCnt .colum {
    width: 200px;
  }
  /* Prelogin Sign in Content End */
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  /* grnConfrm Started */
  .grnConfrm.vstToDsktp {
    display: block;
  }
  #frm_recovery_send .frm_action_btn {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #000000;
  }
  #frm_recovery_send .frm_action_btn.disable {
    background-color: #cccccc;
    border: 1px solid #cccccc;
  }
  #fp_container .frm_action_btn {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #000000;
  }
  #fp_container .frm_action_btn.disable {
    background-color: #cccccc;
    border: 1px solid #cccccc;
  }
  /* grnConfrm End */
  .btn:hover:before, .btn_fff:hover:before, .btn2:hover:before, .mediumBtn_01:hover:before, .medBtn:hover:before {
    background: none;
  }
}

/*For app css Started*/
.app_platform .preloginBg.overlay_wrp, .app_platform .preloginBg.overlay_wrp + .overlay .overlay_wrp {
  width: 100%;
  height: 100%;
  background: url(images/app/scb/preloginbg.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
  box-sizing: border-box;
}

/*For app css End*/
.nGL.markting_app {
  background-image: url(images/scb_prelogin_app_bg.png);
}

/* GL-3034  signUp start */
.signup_lhs_wrp {
  background-image: url(../images/scb/signup_overlay_bg_m_v3.png);
}

.app_platform .signup_lhs_wrp {
  background-image: url(../images/scb/signup_overlay_bg_m_v3.png);
}

/* GL-3034  signUp start */
/*  scss start */
/* colors */
/* old color $Geyser */
/* vcci */
/*kcbbank*/
/* font size */
/*mixins */
/* media query start */
/* media query end */
/*@mixin text_ellipsic_2line{display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}*/
input, button, textarea, a, select {
  outline-style: none;
}

.overlay_v3 .overlay_wrp .overlay_hdr .clsBtn_000, .hding_txt:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* desktop thank You Overlay start */
.overlay_v3 .overlay_wrp.var_2 {
  padding: 0;
}

.overlay_v3 .overlay_wrp .overlay_hdr {
  width: 100%;
  background: #50ad54;
  height: 50px;
  text-align: center;
}

.overlay_v3 .overlay_wrp .overlay_hdr .hding_txt {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  padding-top: 12px;
}

.overlay_v3 .overlay_wrp .overlay_hdr .hding_txt:before {
  content: "\e957";
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin-right: 10px;
  background-color: #ffffff;
  border: 1px solid #84CF20;
  border-radius: 50%;
  color: #84CF20;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.overlay_v3 .overlay_wrp .overlay_hdr .clsBtn_000 {
  top: 6px;
  width: auto;
  height: auto;
  right: 10px;
  background: none;
}

.overlay_v3 .overlay_wrp .overlay_hdr .clsBtn_000:before {
  background: #37793a;
  content: "\e907";
  color: #50ad54;
  width: 17px;
  height: 17px;
  line-height: 18px;
  border-radius: 50%;
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
}

.inner_content {
  width: 100%;
  position: relative;
}

.inner_content .prgph_txt {
  font-size: 14px;
  color: #666666;
  text-align: center;
  padding-top: 16px;
}

.inner_content .video_bg {
  background: #000000;
  width: 180px;
  height: 100px;
  text-align: center;
  position: relative;
  margin: 10px auto 0;
}

.inner_content .video_circle {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  left: 50%;
  bottom: 0;
}

.inner_content .video_circle:before {
  content: '';
  display: block;
  border-top: solid 6px transparent;
  border-left: solid 6px #ffffff;
  border-bottom: solid 6px transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -2px;
}

.inner_content .btm_contnt {
  width: calc(100% - 30px);
  border-top: 1px solid #cccccc;
  padding: 20px 0 0 !important;
  margin: 20px auto 0;
  text-align: center;
}

.inner_content .btm_txt {
  font-size: 14px;
  color: #666666;
  text-align: center;
}

.inner_content .sub_txt {
  font-size: 16px;
  color: #666666;
  text-align: center;
  padding-top: 10px;
}

.inner_content .tc_txt {
  font-size: 10px;
  text-align: center;
  color: #999999;
  padding: 5px 0 20px;
}

.overlay_wrp .btm_contnt .btn {
  float: inherit;
  margin: 15px auto 0;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .ph_txt {
    color: #212121;
    font-weight: 700;
  }
  .inner_content .prgph_txt {
    padding-left: 15px;
    padding-right: 15px;
  }
  .inner_content .sub_txt {
    padding-top: 15px;
  }
  .inner_content .prgph_txt br {
    display: none;
  }
}

/* desktop thank You Overlay end */
.footer.prelogin {
  display: flex;
  padding: 7px 10px;
  justify-content: space-between;
  align-items: center;
}

.powrdByWrp {
  float: right;
  position: relative;
  display: flex;
  align-items: center;
}

.powrdByWrp > a {
  float: right;
  margin-right: 20px;
}

.cookie_info + .bgColor_f4 {
  padding-bottom: 54px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .footer.prelogin {
    display: inline-block;
    padding: 20px 0;
  }
  .fBar {
    width: 100%;
  }
  .powrdByWrp {
    width: 100%;
    display: inline-block;
    border-top: 1px solid #e8e8e8;
    margin-top: 20px;
    padding-top: 20px;
  }
  .powrdByWrp > a {
    float: none;
    margin: 0;
  }
  .powrdBy {
    border: none;
    margin: 0;
    padding: 20px 0 0 0;
  }
}

/*--Get App--*/
.prelogSignCnt .colLeft .getApp_wp {
  display: inline-block;
  width: 141px;
  height: 50px;
  background: #e4e9ed;
  padding: 12px 10px;
  margin-bottom: 7px;
  box-sizing: border-box;
}

.prelogSignCnt .colLeft .lgo_wp {
  width: 26px;
  height: 26px;
  overflow: hidden;
  float: left;
}

.prelogSignCnt .colLeft .lgo_wp img {
  width: 100%;
}

.prelogSignCnt .head_txt {
  float: left;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  padding: 4px 0 0 10px;
}

.nGL.markting_app {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 600px;
  background-color: #e4e9ed;
  padding: 20px 0 20px 20px;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.nGL.var_2 h2 {
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  box-sizing: border-box;
}

.left_col {
  float: left;
  width: 38%;
}

.nGL.markting_app .btm_txt {
  font-size: 14px;
  color: #666666;
  text-align: left;
  padding: 6px 0 8px 0;
  cursor: default;
}

.nGL.markting_app .input_wp {
  display: flex;
}

.nGL.markting_app .input_item_span {
  padding: 7px 5px 5px 5px;
  border: 1px solid #b6c3ce;
  border-right: none;
  font-size: 12px;
  color: #999999;
  cursor: default;
  background: #ffffff;
}

.nGL.markting_app .input_field {
  width: calc(100% - 85px);
  border: 1px solid #b6c3ce;
  padding: 0 5px;
  height: 28px;
  line-height: 28px;
  border-right: none;
  font-size: 12px;
}

input {
  border-radius: 0;
  font-family: "Lato",Arial,Helvetica,sans-serif;
}

.nGL.markting_app .btn {
  font-size: 12px;
  padding: 5px;
  width: 44px;
  cursor: pointer;
  min-width: inherit;
  height: 30px;
  line-height: 18px;
}

.nGL.markting_app .app_storewp {
  float: left;
  margin-top: 15px;
  margin-left: 30px;
}

.nGL.markting_app .hdng_text {
  font-size: 11px;
  color: #000000;
  margin-bottom: 7px;
}

.app_storewp .search_spn {
  color: #999999;
  margin-right: 10px;
}

.nGL.markting_app .store_imgwp:nth-child(2) {
  width: 80px;
  margin-right: 5px;
}

.nGL.markting_app .store_imgwp {
  width: 80px;
  float: left;
  height: 24px;
}

.store_imgwp img {
  width: 100%;
  overflow: hidden;
}

.store_imgwp img {
  width: 100%;
  overflow: hidden;
}

.store_imgwp img {
  width: 100%;
  overflow: hidden;
}

/*--Get App End---*/
/* gl-3518 frsh chat start*/
.backToTop {
  display: none;
}

/* gl-3518 frsh chat end*/
/* cookie info start */
.cookie_info {
  width: 100%;
  background-color: #f4f4f4;
  text-align: center;
  z-index: 60;
}

.cookie_text {
  padding: 16px 38px 16px 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: #4d4d4d;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.close_info {
  color: #5f5f5f;
  font-size: 26px;
  position: absolute;
  right: 10px;
  top: 5px;
}

.cookie_text a:first-child {
  color: #454545;
  font-weight: 600;
  text-decoration: underline;
}

/* cookie info start */
@media only screen and (max-width: 767px) {
  .cookie_info {
    height: auto;
    position: relative;
  }
  .cookie_text {
    font-size: 12px;
    text-align: left;
    padding: 8px 30px 8px 10px;
  }
}

/* mobile campaign start */
@media only screen and (max-width: 767px) {
  .signin_mobile_campaign.campaign_mobile_only .helpDesWrp .mainWrp {
    width: 100%;
  }
  .signin_mobile_campaign.campaign_mobile_only .header_main .mainWrp .logoCnt {
    display: block;
    width: 150px;
    margin-top: 0 !important;
  }
  .signin_mobile_campaign.campaign_mobile_only .header_main .mainWrp .logoCnt .vertCntr {
    max-width: 100%;
  }
  .signin_mobile_campaign.campaign_mobile_only .header_main .mainWrp .logoWrp {
    width: 140px;
  }
}

/* mobile campaign end */
.scb_hide {
  display: none;
}

/* campaign page start */
.signin_mobile_campaign .header_main .onboard_scb_header .logoWrp {
  display: none;
}

.signin_mobile_campaign .header_main .onboard_scb_header .optionUl {
  margin-top: 10px !important;
}

/* campaign page End */
