/* 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;}*/
/* @mixin */
/* -- Bussiness Meet End -- */
/* -- Bussiness Grow Start -- */
.our_sec {
  background-color: #dbdfe4;
  text-align: center;
  display: block;
}

.our_sec_head {
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  margin: 0 auto;
  padding-top: 90px;
}

.our_sec_head_p {
  font-size: 16px;
  color: #747677;
  padding-top: 30px;
  margin: 0 auto;
  width: 50%;
}

.left_cont {
  width: 660px;
  float: left;
}

.right_cont {
  width: calc(100% - 660px);
  padding: 20px;
  float: left;
  box-sizing: border-box;
  vertical-align: middle;
}

.desc_head {
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  margin: 0 auto;
  text-align: left;
  padding-top: 160px;
}

.desc_p {
  font-size: 16px;
  color: #666666;
  padding-top: 30px;
  margin: 0;
  text-align: left;
}

.main_box {
  margin: 40px 0 50px 0;
  display: inline-block;
  width: 100%;
}

.box_list {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
}

.icon_img {
  width: 66px;
  height: 66px;
  margin: 0 auto;
  line-height: 66px;
  text-align: center;
}

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

.desig_name {
  font-size: 14px;
  color: #464646;
  padding-top: 10px;
  font-weight: bold;
}

.desig {
  font-size: 12px;
  color: #747474;
  padding-top: 8px;
}

.org_name {
  font-size: 12px;
  color: #333333;
  font-weight: bold;
}

.box_list li {
  padding: 10px;
  width: 220px;
  box-sizing: border-box;
}

.box_list_li {
  border-radius: 15px;
  padding: 20px;
  background-color: #fefefe;
  float: left;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .left_cont {
    width: 440px;
  }
  .right_cont {
    width: calc(100% - 440px);
    padding: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .box_list {
    overflow-x: scroll;
    flex-flow: row;
  }
  .box_list_li {
    width: 160px;
  }
  .left_cont, .right_cont {
    width: 100%;
  }
  .left_cont_list {
    width: 100%;
    height: 210px;
    overflow: hidden;
  }
  .right_cont {
    padding: 0 20px;
  }
  .our_sec_head_p {
    width: 80%;
  }
  .desc_head {
    padding-top: 60px;
  }
  .our_sec_head, .desc_head {
    font-size: 34px;
    padding-top: 70px;
  }
  .our_sec_head_p, .desc_p {
    font-size: 19px;
    padding-top: 40px;
  }
  .main_box {
    margin-top: 55px;
  }
  .desc_head, .desc_p {
    text-align: center;
  }
  .slider {
    width: 300px;
    height: 300px;
    display: flex;
    overflow-x: auto;
  }
}

/* -- Bussiness Grow End -- */
.banner_Hdr {
  font-size: 43px;
  padding: 10px 0 14px 0;
  font-weight: 700;
  text-align: left;
}

.banr_SubHdr {
  font-size: 18px;
  text-align: justify;
  text-align: left;
  padding: 0px;
  margin-top: 2px;
}

.gl_new_logo_lft {
  float: left;
  box-sizing: border-box;
  width: 265px;
  margin: 0 0 0 0;
  padding-top: 25px;
  position: absolute;
}

.gl_new_logo_lft img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.new_container_wrpr {
  width: 100%;
  margin: 0 auto;
  display: flex;
  box-sizing: border-box;
}

.banr_left_section {
  width: 43%;
  float: left;
  margin-top: 80px;
  padding-left: 10px;
  box-sizing: border-box;
}

.banr_left_section .btn_v2 {
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
}

.innr_cntnt {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.frmfield.frmfield_email_adrs {
  float: left;
  width: 270px;
  position: relative;
}

.frmfield.frmfield_email_adrs input {
  width: 100%;
  background: white;
  padding: 10px 0px 15px 20px;
  border-radius: 20px;
}

.innr_cntnt .sign_btnWp {
  margin-top: 36px;
}

.btn_v2 {
  text-align: center;
  border-radius: 35px;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}

/*banner starts*/
.left_cont {
  width: 57%;
  float: right;
}

/*.box_list_main .row_1{float: left; list-style: none;}
.box_list_main{margin-top: -20px;}*/
.box_list li {
  width: 194px;
}

.box_list_li {
  padding: 18px 10px;
}

.box_list li:nth-child(1) {
  position: absolute;
  top: -19px;
  right: -10px;
}

.box_list li:nth-child(2) {
  position: absolute;
  top: 152px;
  right: -10px;
}

.box_list li:nth-child(3) {
  position: absolute;
  top: 323px;
  right: -10px;
}

.box_list li:nth-child(4) {
  position: absolute;
  top: 15px;
  right: 174px;
}

.box_list li:nth-child(5) {
  position: absolute;
  top: 184px;
  right: 174px;
}

.box_list li:nth-child(6) {
  position: absolute;
  top: 356px;
  right: 174px;
}

.box_list li:nth-child(7) {
  position: absolute;
  top: 50px;
  right: 359px;
}

.box_list li:nth-child(8) {
  position: absolute;
  top: 220px;
  right: 359px;
}

.box_list li:nth-child(9) {
  position: absolute;
  top: 390px;
  right: 359px;
}

/*banner ends*/
@media only screen and (max-width: 767px) {
  .banner_Hdr {
    font-size: 28px;
  }
  .banr_SubHdr {
    font-size: 12px;
  }
}

/*@import "head_nav";*/
.sub_head_sec {
  text-align: center;
  display: flex;
  padding: 60px 0 60px;
}

.sub_head {
  width: 33.33%;
  padding: 0px 40px;
  box-sizing: border-box;
  text-align: left;
}

.sub_head .sub_img {
  height: 46px;
}

.sub_heading {
  font-size: 30px;
  color: #333333;
  padding-top: 28px;
  box-sizing: border-box;
  font-weight: bold;
}

.sub_head_para {
  font-size: 16px;
  color: #999999;
  padding-top: 28px;
  box-sizing: border-box;
}

@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .sub_head {
    padding: 0px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .sub_head {
    width: 100%;
    text-align: center;
    padding: 0px 10% 0px;
  }
  .sub_head_sec {
    flex-direction: column;
    padding: 40px 20px 40px;
  }
  .sub_heading {
    font-size: 23px;
    padding-top: 20px;
  }
  .sub_head_para {
    font-size: 19px;
    padding-top: 20px;
  }
  .sub_head {
    padding: 34px 0px;
  }
}

.service_out_div {
  background: #ffffff;
  width: 100%;
  text-align: center;
  padding: 20px 80px 40px;
  box-sizing: border-box;
}

.service_div {
  width: 100%;
  display: inline-block;
  max-width: 1114px;
}

.service_head {
  color: #333333;
  font-size: 30px;
  font-weight: bold;
}

.service_para {
  font-size: 16px;
  color: #7d7f88;
  padding: 10px 20px;
}

.services_list {
  display: flex;
  flex-flow: row wrap;
}

.services_list li {
  list-style: none;
  width: calc(25% - 32px);
  float: left;
  background: #f0f0f0;
  margin: 15px 20px;
  border: 1px solid #f0f0f0;
}

.serv_img_sec {
  width: 100%;
  height: 106px;
  font-size: 0;
}

.serv_li_txt {
  padding: 15px 20px;
  box-sizing: border-box;
}

.serv_img_sec img {
  max-width: 100%;
  height: 100%;
}

.serv_li_txt {
  padding: 15px 10px;
  box-sizing: border-box;
}

.serv_img_sec.var1 {
  background: #d5e1e5;
}

.serv_img_sec.var2 {
  background: #ffffff;
}

.serv_img_sec.var3 {
  background: #e4e9ed;
}

.serv_h4 {
  font-size: 16px;
  text-align: left;
  font-weight: bold;
}

.service_li_text {
  font-size: 14px;
  text-align: left;
  padding-top: 15px;
  box-sizing: border-box;
  color: #333333;
}

.pre_top_head {
  width: 100%;
  background-color: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  display: table;
}

.pre_img_txt_wp {
  width: 80%;
  display: table-cell;
  vertical-align: middle;
  word-wrap: break-word;
  text-align: left;
}

.pre_img_txt_wp .pre_img_wp {
  width: 32px;
  height: 32px;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

.pre_img_txt_wp .pre_hd_tx {
  font-weight: bold;
  padding-left: 8px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 14px;
  color: #333333;
}

.pre_hd_tx span {
  font-size: 14px;
  color: #999999;
}

.pre_content_box .pre_icon_link {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding: 10px;
  box-sizing: border-box;
}

.pre_content_box .pre_info_wp {
  background: #ffffff;
  height: 192px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: 7px;
  margin-top: 10px;
  padding: 0 10px 10px 20px;
  box-sizing: border-box;
}

.photo_gal_li {
  position: relative;
}

.arrow_btn {
  border: 1px solid #cccccc;
  padding: 0 5px;
  float: left;
  position: absolute;
  top: 25%;
  left: 0;
  margin-top: -18px;
  background-color: #ffffff;
  z-index: 2;
  border-left: none;
  height: 23px;
}

.next_arrow {
  /* 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;
}

.arrow_btn .next_arrow.reverse {
  transform: rotateY(180deg);
  display: inline-block;
}

.arrow_btn .next_arrow {
  position: relative;
  top: 3px;
}

.next_arrow:before {
  content: "\e948";
  color: #333333;
  font-size: 14px;
}

.arrow_btn.var_2 {
  left: inherit;
  right: 0;
  border-left: 1px solid #cccccc;
  border-right: none;
}

.vid_icon {
  width: 34px;
  height: 34px;
  line-height: 30px;
  border: 2px solid white;
  border-radius: 100px;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  transform: translate(-50%);
  top: 15%;
  left: 50%;
  cursor: pointer;
}

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

@media only screen and (min-width: 1024px) {
  .services_list li:nth-child(4n) {
    margin-right: 0;
  }
  .services_list li:nth-child(4n + 1) {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .pre_img_txt_wp .pre_hd_tx {
    font-size: 13px;
    padding: 0;
  }
  .pre_img_txt_wp {
    padding: 0;
    width: auto;
  }
  .pre_hd_tx span {
    font-size: 11px;
  }
  .pre_content_box .pre_icon_link {
    padding: 0;
    padding-left: 6px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .services_list li {
    width: calc(50% - 22px);
  }
  .services_list li:nth-child(2n) {
    margin-right: 0;
  }
  .services_list li:nth-child(2n + 1) {
    margin-left: 0;
  }
  .serv_img_sec {
    background: #ffffff;
  }
}

@media only screen and (max-width: 767px) {
  .services_list {
    overflow-x: scroll;
    flex-flow: row;
  }
  .services_list::-webkit-scrollbar {
    display: none;
  }
  .serv_img_sec {
    width: 248px;
  }
  .services_list li {
    width: 100%;
    margin: 15px 9px;
  }
  .services_list li:first-child {
    margin-left: 0;
  }
  .service_out_div {
    padding: 30px 20px 40px;
  }
  .pre_content_box .pre_info_wp {
    height: 178px;
  }
  .pre_hd_tx {
    font-size: 13px;
  }
  .pre_hd_tx span {
    font-size: 12px;
  }
}

.join_grp_outer_div {
  background: #ffffff;
  text-align: center;
  padding: 60px 30px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

.join_grp_div {
  background-color: #333333;
  width: 100%;
  height: auto;
  display: inline-block;
  max-width: 1114px;
}

.join_grp_img_div {
  padding: 36px 42px;
  box-sizing: border-box;
  width: 512px;
  font-size: 0;
  float: left;
}

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

.join_grp_text {
  padding: 60px 60px 40px 28px;
  box-sizing: border-box;
  float: left;
  width: calc(100% - 512px);
  text-align: left;
}

.join_grp_head {
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
}

.join_grp_para {
  font-size: 14px;
  color: #ffffff;
  padding-top: 34px;
  line-height: 1.5;
}

.join_grp_btm {
  display: inline-block;
  padding-top: 36px;
  width: 100%;
}

.social_points, .social_points li {
  float: left;
  list-style: none;
}

.like_sec {
  font-size: 14px;
  color: #ffffff;
  width: 80px;
  /* 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;
}

.like_sec::before {
  content: "\e929";
  font-size: 17px;
  color: #ffffff;
  line-height: 15px;
  display: inline-block;
  vertical-align: top;
  margin-left: -1px;
  margin-right: 6px;
}

.comm_sec {
  font-size: 14px;
  color: #ffffff;
  padding: 0 6px;
  width: 64px;
  /* 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;
}

.comm_sec::before {
  content: "\e908";
  font-size: 17px;
  color: #ffffff;
  line-height: 15px;
  display: inline-block;
  vertical-align: top;
  margin-left: -1px;
  margin-right: 6px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .join_grp_img_div {
    padding: 20px 30px;
    width: 50%;
  }
  .join_grp_text {
    padding: 20px;
    padding-left: 0;
    width: 50%;
  }
  .join_grp_head {
    font-size: 28px;
  }
  .join_grp_para {
    font-size: 13px;
    padding-top: 22px;
  }
  .join_grp_btm {
    padding-top: 22px;
  }
  .like_sec {
    width: 60px;
  }
  .comm_sec {
    width: 54px;
  }
}

@media only screen and (max-width: 767px) {
  .join_grp_img_div {
    width: 100%;
    padding: 28px 20px;
  }
  .join_grp_outer_div {
    padding: 0;
  }
  .join_grp_text {
    width: 100%;
    padding: 0 20px 28px;
  }
  .join_grp_head {
    font-size: 21px;
  }
  .join_grp_para {
    font-size: 12px;
    padding-top: 20px;
  }
  .join_grp_btm {
    padding-top: 28px;
  }
  .like_sec, .comm_sec {
    display: none;
  }
  .join_grp_text .join_button {
    float: left;
  }
}

.testim_para {
  font-size: 12px;
  width: 64%;
}

.tesim_outer_container .join_button {
  color: #7d7f88;
  font-size: 9px;
  border: 1px solid #dcdcdc;
  height: 31px;
  line-height: 31px;
  padding: 0 25px;
  float: left;
  margin-top: 20px;
}

.testim_heading1 {
  color: #333333;
  font-size: 30px;
  padding: 45px 0 0;
  font-weight: 700;
}

@media only screen and (min-width: 1280px) {
  .preimg_wp {
    width: auto;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .testim_head {
    font-size: 17px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .testim_head {
    font-size: 12px;
  }
  .testim_para {
    font-size: 10px;
    margin-top: 10px;
  }
  .tesim_outer_container .join_button {
    margin-top: 10px;
  }
  .tesim_outer_container .bx-wrapper .bx-viewport {
    height: 247px !important;
  }
}

@media only screen and (max-width: 767px) {
  .testim_heading1 {
    font-size: 21px;
    padding: 40px 0 30px;
  }
  .testim_head {
    font-size: 14px;
  }
  .testi_content {
    padding: 30px 20px;
  }
  .tesim_outer_container .join_button {
    display: none;
  }
  .testim_para {
    width: 85%;
    margin-top: 20px;
  }
  .testi_m_div {
    height: 237px;
  }
  .tesim_container {
    height: 587px;
  }
}

/*@import "footer";*/
/* ci colors */
/*-----fieo new campaign starts-------*/
.btn_v2 {
  background-color: #00ADEE;
  color: #ffffff;
}

.new_gl_MainWrp {
  width: 100%;
  height: 525px;
  background-image: url(images/fieo_new_prelogin/prelogin_bg_v2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
}

.banner_Hdr, .banr_SubHdr {
  color: #ffffff;
  font-family: "poppins";
}

.box_list li {
  width: 155px;
}

.box_list_li {
  padding: 14px 10px;
}

/*-------fieo new campaign ends-------*/
/*-----fieo new prelogin starts-------*/
/* Monika Start*/
.banner_Hdr, .banr_SubHdr {
  color: #ffffff;
  font-family: "poppins";
}

.main_header {
  height: 110px;
  line-height: 110px;
  background-color: #f0f0f0;
}

.join_button {
  font-family: Poppins;
}

.main_header .join_button {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #00ADEE;
}

.lg_btn, .lg_btn:after {
  color: #ffffff;
  border-color: #ffffff;
}

.logo_contain {
  width: 40%;
  height: 110px;
  line-height: 90px;
  background-color: #f0f0f0;
  padding: 0 20px;
  box-sizing: border-box;
}

.header_nav ul li {
  padding: 32px 20px;
}

.header_nav {
  margin-right: 12px;
}

.top_section {
  display: inline-block;
  width: 60%;
  padding: 0 20px;
  box-sizing: border-box;
}

.head_desk_gllogo {
  padding-left: 20px;
  display: inline-block;
}

.main_header .pre_container {
  background: #00ADEE;
  padding: 0;
  line-height: 80px;
}

.head_desk_img {
  float: left;
}

.mainbanner_wrpr .pre_container {
  padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .logo_contain {
    width: 100%;
    float: none;
    display: inherit;
  }
  .head_desk_img {
    float: left;
  }
  .head_desk_gllogo {
    float: right;
    padding: 20px;
  }
  .top_section {
    width: 100%;
  }
  .main_header .pre_container {
    line-height: initial;
  }
  .logo_contain {
    height: 60px;
    line-height: 62px;
  }
  .top_section {
    padding: 0 20px;
  }
  .header_nav ul li {
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .main_header .pre_container {
    line-height: 56px;
    height: 62px;
  }
  #frm_recovery_send .frm_action_btn {
    border: 1px solid #00adee;
    background-color: #00adee;
  }
  #frm_recovery_send .frm_action_btn.disable {
    background-color: #cccccc;
    border: 1px solid #cccccc;
  }
  #fp_container .frm_action_btn {
    border: 1px solid #00adee;
    background-color: #00adee;
  }
  #fp_container .frm_action_btn.disable {
    background-color: #cccccc;
    border: 1px solid #cccccc;
  }
}

/* Banner Started */
.mainbanner_wrpr {
  background-color: #f0f0f0;
  width: 100%;
  height: 450px;
  margin-top: -8px;
}

.left_cont_img {
  float: left;
  width: 40%;
  position: relative;
}

.banr_left_section {
  /*float: right;*/
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  float: none;
  width: 100%;
}

.right_cont_txt {
  position: relative;
  padding: 0 20px 60px;
  float: right;
  width: 60%;
  background: #00adee;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  /* margin: -4px 25px 0px 0;padding-left: 16px;*/
}

.innr_cntnt {
  margin: 0 auto;
  display: inline-block;
  width: 57%;
}

.bnr_img_v2 {
  position: absolute;
  left: -513px;
}

.banr_SubHdr {
  font-size: 16px;
}

.banr_left_section .join_button {
  background-color: #333333;
  color: #ffffff;
}

.videolnk_v2 {
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  padding: 20px 20px 30px 0;
}

.trnsprnt_crcl {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 34px;
  border: 2px solid #ffffff;
  border-radius: 100px;
  text-align: center;
  margin-right: 8px;
  box-sizing: border-box;
}

.rightArw_fff {
  border-bottom: 6px solid transparent;
  border-left: 12px solid white;
  border-top: 7px solid transparent;
  display: inline-block;
  margin-left: 4px;
  margin: 0 0 2px 4px;
}

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

.innr_cntnt .sign_btnWp {
  margin-top: 18px;
}

.banner_Hdr {
  padding: 0;
}

#login-form, .new_grey_bg {
  background-color: #f0f0f0;
}

@media only screen and (max-width: 767px) {
  .mainbanner_wrpr {
    margin-top: 0;
  }
  .right_cont_txt {
    padding-top: 24px;
  }
}

/* Banner End */
/* 3rd section start*/
.sub_head_sec {
  width: 100%;
  box-sizing: border-box;
}

.sub_head_sec .sub_heading {
  font-size: 18px;
  padding-top: 16px;
}

.sub_head_para {
  font-family: Poppins;
}

.sub_head_sec .sub_head_para {
  color: #666666;
  padding-top: 15px;
}

.sub_head_sec .sub_head {
  padding: 0 33px;
}

/* 3rd section end*/
/* 4th Section Start */
.fieo_updates {
  background-color: #f0f0f0;
  padding: 30px;
}

.head_title {
  font-size: 30px;
  color: #333333;
  text-align: center;
  font-weight: 500;
}

.inst_alrt, .week_alrt, .forth_alrt {
  font-size: 18px;
  color: #333333;
  text-align: left;
  font-weight: 700;
}

.alrt_hdr_txt {
  font-size: 14px;
  color: #00ADEE;
}

.alrt_subhdr_txt {
  font-size: 12px;
  color: #999999;
}

.alrt_lsts li, .alrt_lsts_1 li, .alrt_lsts_2 li {
  /*width: 294px;*/
  text-align: left;
}

.alrt_lsts li {
  padding: 10px 0;
}

.alrt_lsts_1 li, .alrt_lsts_2 li {
  padding: 12px 0;
}

.col_1_alrt {
  position: relative;
  display: inline-block;
  width: 375px;
  margin: 0 0 0 57px;
  border: none;
  padding-bottom: 15px;
  box-sizing: border-box;
  margin: 15px;
  padding-bottom: 15px;
  box-sizing: border-box;
  vertical-align: top;
  border-left: 1px solid #cccccc;
  padding-left: 30px;
}

.inst_alrt:before {
  content: " ";
  position: absolute;
  background-image: url(../images/fieo/alert_1.png);
  width: 28px;
  height: 28px;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  top: -5px;
  left: -42px;
}

.inst_alrt {
  position: relative;
  top: -10px;
  left: 15px;
}

.col_alrt {
  margin-top: 20px;
}

.week_alrt:before {
  content: " ";
  position: absolute;
  background-image: url(../images/fieo/alert_2.png);
  width: 28px;
  height: 28px;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  top: -5px;
  left: -42px;
}

.week_alrt {
  position: relative;
  top: -10px;
  left: 15px;
}

.forth_alrt:before {
  content: " ";
  position: absolute;
  background-image: url(../images/fieo/alert_3.png);
  width: 28px;
  height: 28px;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  top: -5px;
  left: -42px;
}

.forth_alrt {
  position: relative;
  top: -10px;
  left: 15px;
}

.sign_up_para {
  font-size: 16px;
  font-weight: 700;
  color: #00ADEE;
  text-decoration: underline;
}

/* 4th Section End */
@media only screen and (max-width: 767px) {
  /* Banner Started */
  .wtchTxt {
    font-size: 11px;
  }
  .fieo_updates {
    padding: 30px 10px 0 10px;
  }
  .sub_head_sec .sub_head {
    padding: 30px 33px;
  }
  /* Banner End */
  /* 3rd section start*/
  /* 3rd section end*/
  /* 4th Section Start */
  /* 4th Section end */
}

/* Monika End*/
/*Pradnya Start*/
/* Join_group Start*/
.join_grp_text .join_button {
  float: right;
  background-color: #00ADEE;
}

/* Join_group End */
/* Services Start */
.serv_h4 {
  color: #00ADEE;
}

/* Services End */
.join_grp_para, .join_grp_head, .service_head, .service_para, .testim_heading1, .app_sec .heading_text {
  font-family: Poppins;
}

.service_para {
  font-weight: 600;
  padding-bottom: 20px;
}

.service_para.var2 {
  padding-bottom: 0;
}

/* Testinomial start*/
.testinom-section {
  background: #f0f0f0;
  padding-bottom: 40px;
}

.testinom-section .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  bottom: -12%;
}

.testinom-section .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #00AEEF !important;
}

.tesim_container {
  background: #00ADEE;
}

.testim_para {
  color: #00ADEE;
  width: 72%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  color: #00ADEE;
}

.testim_head:before {
  content: url(../images/quotes.png);
}

.testinom-section .bx-wrapper .bx-controls-direction a {
  color: #f0f0f0;
}

.tesim_outer_container .join_button {
  font-weight: bold;
}

@media only screen and (min-width: 1280px) {
  .testi_content {
    left: 12%;
    padding: 30px 40px;
    top: 80px;
    width: 500px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .testi_content {
    left: 9%;
    width: 468px;
    padding: 20px 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .testinom-section {
    padding-bottom: 10px;
  }
  .testi_content {
    width: 310px;
    padding: 10px 15px;
    top: 12px;
    left: 6%;
    height: 226px;
  }
}

@media only screen and (max-width: 767px) {
  .testinom-section .pre_container {
    padding: 0;
  }
  .testinom-section .text_containert .bx-wrapper {
    margin-bottom: 20px;
  }
  .testinom-section .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -6%;
  }
  .testi_content {
    height: auto;
  }
  .tesim_container {
    height: 510px;
  }
  .testinom-section .text_containert .bx-wrapper .bx-viewport {
    height: 524px;
  }
}

@media only screen and (min-width: 479px) and (max-width: 767px) {
  .testi_m_div {
    height: 340px;
  }
  .testi_content {
    padding: 30px;
  }
  .tesim_container {
    height: 567px;
  }
}

@media only screen and (max-width: 479px) {
  .testi_content {
    height: 300px;
  }
  .tesim_container {
    height: 587px;
  }
}

/*Testinominal end*/
/* Run business start */
.app_store_sec {
  background: #ffffff;
}

.app_sec .heading_text {
  font-size: 30px;
  color: #333333;
}

.app_sec_p {
  color: #171d36;
}

@media only screen and (max-width: 767px) {
  .app_sec .heading_text {
    font-size: 21px;
    text-align: left;
  }
  .app_sec_p {
    font-size: 12px;
    text-align: left;
  }
  .app_sec_img {
    text-align: left;
  }
}

/* Run business end */
/* Get started start */
.get_strt_cont_v2 {
  background-color: #333333;
}

.get_strt_cont_v2 .join_button {
  background-color: #00ADEE;
}

@media only screen and (max-width: 767px) {
  .pre_container .get_st_para_v2 {
    font-size: 16px;
  }
}

/* Get started end */
/* Footer start */
.info_btn {
  display: inline-block;
}

.need_info .info_btn .join_button {
  background-color: #00ADEE;
  width: 120px;
}

.foot_sect_list li a {
  color: #7d7f88;
}

.foot_head, .foot_head > li a, .foot_info_input {
  color: #333333;
}

.need_info p {
  font-size: 12px;
  color: #5b5b5b;
}

.need_info h1 {
  font-size: 20px;
  color: #333333;
}

.need_info_brd {
  border-top: 6px solid #00ADEE;
}

.copyright, .foot_links li a {
  color: #7d7f88;
}

.terms_sect li, .terms_sect p {
  color: #c8c9cc;
}

.clr_txt {
  color: #00ADEE;
  font-weight: bold;
}

.dsk_foot_lnk {
  display: block;
}

.terms_sect.mob_foot_lnk {
  display: none;
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .foot_info_input {
    font-size: 11px;
    padding: 0 10px;
  }
  .need_info .info_btn .join_button {
    font-size: 13px;
    width: 113px;
  }
}

@media only screen and (max-width: 767px) {
  .clr_txt {
    color: #333333;
  }
  .terms_sect li, .terms_sect p {
    color: #999999;
  }
  .foot_links li:first-child > a {
    border-left: none;
  }
  .terms_sect .copyright {
    margin-top: 40px;
  }
  .terms_sect {
    margin-bottom: 75px;
  }
  .dsk_foot_lnk {
    display: none;
  }
  .terms_sect.mob_foot_lnk {
    display: block;
  }
}

/* Footer end */
/* Banner start */
.head_desk_img.var2 {
  display: none;
}

.vid_icon {
  top: 45%;
  width: 50px;
  height: 50px;
  line-height: 42px;
}

.right_arr {
  border-bottom: 12px solid transparent;
  border-left: 18px solid white;
  border-top: 12px solid transparent;
}

.header_nav ul li a {
  color: #ffffff;
}

@media only screen and (max-width: 1024px) {
  .lg_btn, .lg_btn:after {
    color: #00ADEE;
    border-color: #00ADEE;
  }
  .header_nav {
    float: left;
  }
  .bnr_img_v2 {
    left: -100%;
    float: left;
    width: 100%;
    height: 100%;
  }
  .bnr_img_v2 img {
    width: 100%;
    height: 100%;
  }
  .right_cont_txt {
    width: 50%;
  }
  .innr_cntnt {
    width: auto;
  }
  .banner_Hdr {
    font-size: 35px;
    padding-top: 20px;
  }
  .banr_SubHdr {
    font-size: 14px;
  }
  .videolnk_v2 {
    padding: 20px 20px 20px 0;
  }
  .mainbanner_wrpr {
    height: auto;
  }
  .main_header .join_button {
    border: 1px solid #00ADEE;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .main_header {
    height: 110px;
    line-height: 110px;
  }
  .logo_contain {
    padding: 14px 0;
    height: 70px;
    line-height: initial;
  }
  .lg_btn, .lg_btn:after {
    color: #ffffff;
    border-color: #ffffff;
  }
  .main_header .join_button {
    height: 30px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .banner_Hdr {
    font-size: 26px;
  }
  .banr_SubHdr {
    font-size: 12px;
  }
  .videolnk_v2 {
    padding: 15px 20px 15px 0;
  }
  .col_1_alrt {
    width: 100%;
    margin-right: 0;
  }
  .trnsprnt_crcl {
    width: 17px;
    height: 17px;
    line-height: 9px;
    margin: 0px 8px 0px 7px;
  }
  .rightArw_fff {
    border-left: 7px solid #ffffff;
    border-bottom: 4px solid transparent;
    border-top: 5px solid transparent;
    margin-left: 2px;
    margin-top: 2px;
  }
  .wtchTxt {
    margin-top: 0;
  }
  .sub_head_sec {
    padding-top: 20px;
  }
  .logo_contain {
    padding: 10px 0;
  }
  .top_section {
    width: auto;
    padding: 0;
    padding-left: 20px;
  }
  .logo_contain {
    height: 54px;
    line-height: 40px;
  }
  .main_header {
    height: 54px;
    line-height: 54px;
    position: relative;
  }
  .vid_icon {
    top: 29%;
    width: 35px;
    height: 35px;
    line-height: 30px;
  }
  .right_arr {
    border-bottom: 8px solid transparent;
    border-left: 14px solid white;
    border-top: 8px solid transparent;
  }
  .top_section {
    float: right;
  }
}

@media only screen and (max-width: 767px) {
  .right_cont_txt {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .bnr_img_v2 {
    position: initial;
  }
  .main_header .pre_container {
    background-color: #ffffff;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .head_desk_img.var2 {
    display: block;
  }
  .logo_contain {
    width: auto;
    background: initial;
  }
  .head_desk_gllogo {
    padding: 0;
  }
  .lg_btn, .lg_btn:after {
    color: #ffffff;
    border-color: #ffffff;
  }
  .banner_Hdr {
    font-size: 30px;
  }
  .banr_SubHdr {
    font-size: 16px;
  }
  .innr_cntnt .sign_btnWp {
    float: none;
  }
  .main_header .pre_container {
    border-bottom: 2px solid #e1e1e1;
  }
  .terms_sect {
    float: none;
  }
}

@media only screen and (max-width: 360px) {
  .logo_contain {
    padding: 20px 0;
  }
  .top_section {
    width: auto;
    padding: 0;
    padding-left: 20px;
  }
  .banner_Hdr {
    font-size: 24px;
  }
  .banr_SubHdr {
    font-size: 14px;
  }
  .col_1_alrt {
    width: 100%;
  }
}

@media only screen and (max-width: 320px) {
  .join_button {
    font-size: 10px;
  }
  .lg_btn, .get_btn {
    font-size: 11px;
  }
  .top_section {
    padding: 0;
  }
  .main_header .pre_container {
    padding-right: 10px;
  }
  .banner_Hdr {
    font-size: 22px;
  }
  .banr_SubHdr {
    font-size: 12px;
  }
  .alrt_lsts li, .alrt_lsts_1 li, .alrt_lsts_2 li {
    width: 100%;
  }
}

/* Banner end */
.services_list .pre_content_box.var_1 .pre_info_wp .pre_list_info li {
  background: transparent;
  border: none;
}

.videolnk_v2 {
  display: none;
}

/*-------fieo new prelogin ends-------*/
.col_1_alrt:first-child {
  border-left: none;
}

.inst_alrt, .week_alrt, .forth_alrt {
  left: 40px;
}

.alrt_lsts_nano.nano > .nano-pane {
  background-color: transparent;
}

.alrt_lsts_nano.nano > .nano-pane > .nano-slider {
  background-color: #cccccc;
  border-radius: 25px;
  /*height: 100px !important;*/
}

.alrt_lsts_nano.nano {
  height: 260px;
  min-height: inherit;
  background: #f0f0f0;
  max-height: inherit;
  position: relative;
  border: none;
}

.alrt_lsts_nano.nano {
  height: 260px;
  min-height: inherit;
  background: #f0f0f0;
  max-height: inherit;
  position: relative;
  border: none;
}

.alrt_lsts_nano.nano {
  height: 260px;
  min-height: inherit;
  background: #f0f0f0;
  max-height: inherit;
  position: relative;
  border: none;
}

.info_btn #email_id {
  width: calc(100% - 130px);
}

li.alrt_txt:before {
  content: "";
  height: 6px;
  width: 6px;
  background: #333333;
  position: absolute;
  border-radius: 24px;
  left: 0;
  z-index: 186;
  top: 20px;
}

.alrt_lsts li, .alrt_lsts_1 li, .alrt_lsts_2 li {
  position: relative;
  padding-left: 10px;
}

.photo_gal_li .vid_icon {
  top: 14%;
  width: 34px;
  height: 34px;
  line-height: 30px;
}

.photo_gal_li .right_arr {
  border-bottom: 8px solid transparent;
  border-left: 12px solid white;
  border-top: 8px solid transparent;
}

@media only screen and (min-width: 1024px) and (max-width: 1323px) {
  .col_1_alrt {
    width: 275px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 914px) and (max-width: 1023px) {
  .col_1_alrt:last-child {
    border-left: none;
  }
}

@media only screen and (max-width: 913px) {
  .col_1_alrt {
    border-left: none;
  }
}

@media only screen and (max-width: 767px) {
  .col_1_alrt {
    padding-left: 0;
    margin-left: 0;
  }
}

.dock_header {
  height: 80px;
  line-height: 80px;
}

.dock_headerUbp {
  z-index: 4;
}

.dock_headerUbp .header_nav ul li a {
  color: #828282;
}

.dock_headerUbp .lg_btn:after {
  border-color: #193e6c;
}

.dock_headerUbp .lg_btn {
  color: #193e6c;
}

.dock_headerUbp .join_button {
  background-color: #00adee;
  color: #ffffff;
}

.dock_headerUbp .gl_new_logo .head_desk_img {
  padding-top: 12px;
}

/* prelogin ticker Started */
/*
.helpDesWrp{
    #fieo_update{
        .ticker_hdr_wrp{position: static;}
    }
}

.cookie_info + .ticker_hdr_wrp{position: static;}
*/
.ticker_hdr_wrp {
  width: 100%;
  height: 26px;
  line-height: 19px;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  background-color: #f0f0f0;
  position: static;
}

.ticker_hdr_mainhdr {
  width: 180px;
  height: 24px;
  line-height: 24px;
  float: left;
  position: relative;
  box-sizing: border-box;
  background-color: #333333;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  border-right: 1px solid #ffffff;
  z-index: 1;
}

marquee {
  position: relative;
  top: -24px;
}

.ticker_hdr_mainhdr:after {
  z-index: 2;
}

.ticker_hdr_mainhdr:before {
  content: " ";
  position: absolute;
  left: 13px;
  top: 2px;
  z-index: 2;
  background-image: url(../images/fieo/ticker_logo.png);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  background-size: cover;
}

.ticker_hdr_ul {
  width: auto;
  background-color: #333333;
  display: inline-block;
}

.ticker_hdr_ul li {
  list-style: none;
  font-size: 12px;
  line-height: 13px;
  box-sizing: border-box;
  color: #333333;
  display: inline-block;
  vertical-align: middle;
  padding-left: 18px;
  padding-right: 18px;
  background-color: #ffffff;
  height: 24px;
  line-height: 23px;
}

.ticker_hdr_ul span {
  color: #ffffff;
}

.new_signBtnWrpr .mediumBtn_01 {
  color: #ffffff;
  background-color: #00adee;
  border: 1px solid #00adee;
}

#new_frm_prelogin_signin .new_fL .mediumBtn_01, .frm_action_btn, .signup_btn {
  border: 1px solid #00aeef;
  background-color: #00aeef;
}

.ticker_hdr_ul li a {
  color: #333333;
}

.ticker_hdr_ul li:after {
  content: "|";
  padding-left: 12px;
}

/*prelogin ticker End */
@media only screen and (max-width: 767px) {
  .inst_alrt, .week_alrt, .forth_alrt {
    left: inherit;
  }
}

a, .link14grn, .link16grn, .link14, .link18grn, .link {
  color: #00AEEF;
}

.social_points {
  display: none;
}

#frm_contactus .btn {
  background-color: #00AEEF;
}

.social_points {
  display: none;
}

@media only screen and (max-width: 767px) {
  #frm_contactus .arwLink {
    padding-left: 0;
  }
}

/* gl-3795 women exporter start */
.women_exp_outer {
  display: flex;
  justify-content: center;
}

.women_exp_banner {
  background-color: #00adee;
  position: relative;
  display: inline-block;
  max-width: 1280px;
}

.testim_banner {
  width: 50%;
  float: left;
}

.testim_banner .bx-wrapper img {
  width: auto;
  height: 100%;
}

.women_exp_banner .banner_sect {
  width: 50%;
  float: right;
  box-sizing: border-box;
}

.testim_banner .bx-wrapper .bx-viewport {
  height: auto !important;
  margin: 0 auto;
}

.testim_banner .testi_content {
  left: 0;
  padding: 30px;
  width: 340px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  top: inherit;
  bottom: -468px;
}

.testim_banner .join_button {
  display: none;
}

.testim_banner .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  bottom: 24px;
  z-index: 50;
}

.testim_banner .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #00adee !important;
}

.testim_banner .bx-wrapper .bx-controls-direction a {
  display: none;
}

.testim_banner .bx-wrapper {
  margin: 0;
}

.testim_banner .testim_head {
  font-size: 18px;
}

.testim_banner .testim_para {
  font-size: 14px;
  width: 100%;
}

.testim_banner .preimg_wp {
  width: 100%;
  height: 529px;
}

.testim_banner .tesim_container {
  border-radius: 0;
  height: 529px;
}

.women_exp_banner .banner_head {
  text-align: left;
  font-size: 44px;
  color: #ffffff;
  font-family: "Poppins";
  padding: 40px;
  padding-left: 0;
  line-height: 1.3;
}

.women_exp_banner .bann_para {
  text-align: left;
  font-size: 16px;
  color: #ffffff;
  font-family: "Poppins";
  font-weight: 500;
}

.women_exp_banner .btn_2 {
  color: #ffffff;
  background-color: #333333;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 35px;
  text-transform: uppercase;
}

.women_exp_banner .btn_2 {
  float: right;
  margin-top: 10px;
}

.women_exp_banner .wtchTxt {
  font-size: 16px;
  font-family: "Poppins";
  color: #ffffff;
  font-weight: 500;
  order: 2;
  margin-top: 14px;
}

.women_exp_banner .videoLnk {
  display: flex;
}

.women_exp_banner .trnsprntCrcl {
  background: transparent;
  border-color: #ffffff;
  width: 30px;
  height: 30px;
  margin: 11px 8px 0 11px;
  float: left;
  border: 2px solid #ffffff;
  border-radius: 100px;
  text-align: center;
  box-sizing: border-box;
  order: 1;
}

.women_exp_banner .rightArw_fff {
  border-left: 10px solid #ffffff;
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  margin-left: 4px;
  margin-top: 5px;
}

.women_exp_banner .bann_connect {
  margin-top: 30px;
}

.span_blk_clr {
  color: #333333;
}

@media only screen and (min-width: 1280px) {
  .women_exp_banner .banner_head {
    width: 70%;
  }
  .women_exp_banner .bann_para {
    width: 75%;
  }
  .women_exp_banner .bann_connect {
    width: 75%;
    margin-top: 50px;
  }
  .women_exp_banner .banner_sect {
    padding-left: 40px;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1340px) {
  .women_exp_banner .banner_sect {
    padding: 0 30px;
  }
  .women_exp_banner .banner_head {
    width: 75%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .women_exp_banner .banner_sect {
    padding: 0 30px;
  }
  .women_exp_banner .banner_head {
    font-size: 38px;
    padding: 30px;
    padding-left: 0;
  }
  .women_exp_banner .bann_para, .women_exp_banner .testim_banner .testim_head {
    font-size: 14px;
  }
  .testim_banner .testim_para {
    font-size: 12px;
    margin-top: 15px;
  }
  .women_exp_banner .bann_connect {
    margin-top: 40px;
  }
  .testim_banner .preimg_wp, .testim_banner .tesim_container {
    height: 440px;
  }
  .testim_banner .testi_content {
    width: 280px;
    padding: 20px;
    top: inherit;
    bottom: -384px;
  }
}

@media only screen and (max-width: 1023px) {
  .women_exp_banner .banner_sect {
    width: 100%;
    text-align: center;
  }
  .women_exp_banner .banner_head {
    text-align: center;
    padding-right: 0;
    font-size: 36px;
    width: 50%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .testim_banner {
    width: 100%;
  }
  .women_exp_banner .bann_para {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    font-size: 14px;
  }
  .women_exp_banner .btn_2 {
    float: none;
  }
  .women_exp_banner .videoLnk {
    justify-content: center;
    margin: 16px 0;
  }
  .testim_banner .bx-wrapper img {
    margin: 0 auto;
  }
  .testim_banner .preimg_wp {
    height: 420px;
  }
  .testim_banner .tesim_container {
    height: 520px;
    background: #f6fbfe;
  }
  .testim_banner .testi_content {
    left: 23%;
    padding: 20px;
    border-radius: 15px;
    top: 280px;
    box-shadow: 0 0 3px #cccccc;
    width: 408px;
  }
  .testim_banner .testim_head {
    font-size: 14px;
  }
  .testim_banner .testim_para {
    font-size: 13px;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 1023) {
  .testim_banner .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #ffffff !important;
  }
}

@media only screen and (max-width: 767px) {
  .testim_banner .testim_head {
    text-align: center;
  }
  .testim_banner .testi_content {
    width: 300px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 200px;
    height: auto;
  }
  .women_exp_banner .wtchTxt {
    font-size: 12px;
  }
  .women_exp_banner .trnsprntCrcl {
    width: 24px;
    height: 24px;
  }
  .women_exp_banner .rightArw_fff {
    border-left: 8px solid #ffffff;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .women_exp_banner .banner_head {
    font-size: 26px;
    width: 55%;
    padding-bottom: 20px;
  }
  .women_exp_banner .bann_para {
    font-size: 12px;
  }
  .women_exp_banner .testi_m_div {
    height: 360px;
  }
  .women_exp_banner .testim_banner .testi_content {
    width: 360px;
    top: 280px;
    bottom: -138px;
  }
  .testim_banner .tesim_container {
    height: 545px;
  }
}

@media only screen and (max-width: 479px) {
  .women_exp_banner .testi_m_div {
    height: 272px;
  }
  .women_exp_banner .testim_banner .tesim_container {
    height: 486px;
  }
  .women_exp_banner .banner_head {
    font-size: 28px;
    width: 80%;
  }
  .testim_banner .testi_content {
    bottom: -165px;
  }
  .women_exp_banner .bann_para {
    width: 80%;
    font-size: 12px;
  }
}

/* gl-3795 women exporter end */
.women_exp_outer, .main_header.women_exp_header, .container_main.prelogin #login-form, .container_main.prelogin #login-form .new_grey_bg {
  background-color: #f0f0f0;
}

.women_exp_outer {
  margin-top: -4px;
}

/* gl-3784 start */
.fieo_hlpline_no_sp {
  cursor: default;
}

.btn_v2.reset.disable {
  background: #c0c0c0;
  color: #e6e6e6;
  cursor: default;
  border-color: #e6e6e6;
}

@media only screen and (max-width: 452px) {
  .hamburger_menu {
    margin-right: 0;
  }
}

@media only screen and (min-width: 300px) and (max-width: 386px) {
  .main_header .lg_btn, .main_header .join_button {
    font-size: 12px;
  }
  .main_header .top_section {
    padding-left: 0;
  }
  .main_header .join_button {
    padding: 0 6px;
  }
}

@media only screen and (max-width: 360px) {
  .main_header .head_desk_gllogo {
    margin-top: -10px;
  }
}

@media only screen and (max-width: 345px) {
  .main_header .lg_btn, .main_header .join_button {
    font-size: 10px;
  }
}

.dock_headerUbp.edock_header .gl_new_logo .head_desk_img {
  padding-top: 5px;
}

/* 6043 start */
.lg_btn {
  border: 1px solid;
  border-radius: 20px;
  width: 100%;
  padding: 9px 18px;
}

.lg_btn:after {
  content: none;
}

.sign_btnWp .lg_btn {
  width: 120px;
  margin: 0 14px 0 0px;
}

#login-form {
  display: none;
}

@media only screen and (max-width: 767px) {
  .head_desk_gllogo img {
    width: 100%;
  }
  .lg_btn {
    padding: 5px 8px;
  }
  .main_header .right_section .join_button {
    height: 32px;
    line-height: 32px;
  }
  .top_section .lg_btn {
    border-color: #00adee;
    color: #00adee;
  }
  .top_section .join_button {
    background-color: #00adee;
    color: #ffffff;
  }
}

@media only screen and (min-width: 365px) and (max-width: 375px) {
  .fL.signBtnWrpr {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 387px) and (max-width: 404px) {
  .main_header .pre_container {
    padding-right: 10px;
  }
  .main_header .pre_container .top_section {
    padding-left: 10px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 369px) {
  .head_desk_gllogo {
    max-width: 110px;
  }
  .head_desk_gllogo img {
    width: 100%;
  }
  .sign_btnWp .lg_btn {
    width: 110px;
  }
}

/* 6043 end */
@media only screen and (max-width: 767px) {
  .prelogin_header.pre_header_v5 .header_v5_lhs {
    padding: 0;
  }
}
