/* contact us start*/
.form-control.is-valid, .was-validated .form-control:valid {
  background-image: none;
  border-color: #cdcdcd;
}

.modal {
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-header {
  border-bottom: 0;
}

.form-control:focus {
  border-color: #ced4da;
  box-shadow: none;
}

.modal-footer {
  border-top: 0;
}

.modal-title {
  font-size: 30px;
}

#frm_contactus .form-control, #frm_contactus.form-control:placeholder-shown {
  font-style: italic;
}

.form-control option {
  font-style: normal;
}

.modal-footer .btn-primary {
  background-color: #393a7e;
  border: 1px solid #393a7e;
  color: #ffffff;
  text-transform: uppercase;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 0;
}

#frm_contactus .form-control, #frm_contactus .form-control:placeholder-shown {
  font-style: normal;
  font-size: 13px;
}

#contactus_overlay .form-control.err_v2 + .invalid-feedback {
  display: block;
}

#contactus_overlay .invalid-feedback {
  display: none;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  background-image: none;
  border-color: #cdcdcd;
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #cdcdcd;
  box-shadow: none;
}

#frm_contactus .err_v2 {
  border-color: #dc3545;
}

#contactus_overlay .overlay_wrp {
  width: 750px;
  padding: 14px 20px 20px 20px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  background: #ffffff;
  border-radius: 5px;
}

.overlay .overlay_wrp .overlayHeader .clsBtn_000 {
  float: right;
}

.overlay .overlay_wrp .overlayHeader .clsBtn_000:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  content: "\e907";
  color: #333333;
}

.modal-body .form-group.row {
  margin-bottom: 1rem;
}

#frm_contactus .custom-select {
  -webkit-appearance: menulist;
}

#contactModal .modal-content {
  background-image: url("../images/www/v2/conatcus_bg.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
  p {
    font-size: 14px;
    font-family: Poppins;
  }
  #contactus_overlay .overlay .overlay_wrp {
    width: 100%;
    box-sizing: border-box;
  }
}

/* contact us end*/
/*Newsletter Start */
.bRedtxt.error {
  color: red;
}

.bRedtxt.success {
  color: green;
}

.footer_dv .footer-newsletter .btn-get-started:active {
  background-color: #193e6c;
}

/*Newsletter end */
/* Forgot pwd start*/
.frgt_pd_txt {
  padding-top: 30px;
  padding-left: 15px;
}

.frgt_pd_txt {
  padding-top: 30px;
  padding-left: 15px;
}

#forgot_modal .modal_btn.disable {
  background-color: #cccccc;
  border-color: #cccccc;
}

#forgot_modal .modal_btn {
  background-color: #f6821f;
  border-color: #f6821f;
}

#forgot_modal .modal-dialog {
  max-width: 750px;
}

#forgot_modal .err_v2 {
  border-color: #dc3545;
}

#forgot_modal .err_v2.invalid-feedback {
  display: block;
}

#forgot_modal .invalid-feedback {
  display: none;
}

#forgot_modal .form-control.err_v2 + .invalid-feedback {
  display: block;
}

#forgot_modal .invalid-feedback {
  display: none;
}

#frm_recovery_reset .invalid-feedback {
  display: none;
}

#frm_recovery_reset .frmfield_confirm_password {
  margin-top: 10px;
}

#frm_recovery_reset .act .invalid-feedback {
  display: block;
}

/* Forgot pwd end*/
/* placeholder color change start*/
#frm_contactus input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666666 !important;
  opacity: 1;
  /* Firefox */
}

#frm_contactus input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666666 !important;
}

#frm_contactus input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666666 !important;
}

/* placeholder color change End*/
#contactus_overlay #contactModal .modal-title {
  margin-left: 0 !important;
}

#contactus_overlay #contactModal #frm_contactus .row {
  width: auto;
}

.cookie_policy {
  padding: 10px 50px 10px 20px;
  background: #e0e1e5;
  position: relative;
  font-family: "glacialIndifference-regular";
  color: #212121;
  font-size: 16px;
}

.cookie_policy .fa-cookie-bite {
  color: #bfbfc3;
  font-size: 38px;
  width: 38px;
  height: 38px;
  display: flex;
}

.cookie_policy .coolie_txt {
  padding-left: 16px;
  color: #212121;
}

.cookie_policy .cls_btn {
  height: 100%;
  position: absolute;
  top: 0;
  right: 20px;
  text-decoration: none;
}

.cookie_policy .fa-xmark {
  font-size: 20px;
  color: #6a6a6a;
}

.cookie_policy .cookie_link {
  color: #212121;
  z-index: 2;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .cookie_policy .coolie_txt {
    font-size: 28px;
  }
}

@media only screen and (max-width: 991px) {
  .cookie_policy .coolie_txt {
    width: calc(100% - 48px);
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .cookie_policy {
    height: 98px;
  }
  .cookie_policy .coolie_txt {
    font-size: 18px;
  }
}

@media only screen and (max-width: 575px) {
  .cookie_policy .coolie_txt {
    font-size: 12px;
  }
}

.desktop_hide {
  display: none;
}

.generic_pre_header_up {
  height: 110px;
  width: 100%;
  z-index: 5;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  flex-flow: column;
}

.generic_pre_header_up.fixed {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 767px) {
  .generic_pre_header_up {
    height: 106px;
  }
}

.language_band {
  width: 100%;
  height: 30px;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
}

.language_band .language_left .url_link {
  font-size: 14px;
  color: #026696;
  font-weight: bold;
  text-decoration: none;
}

.language_band .language_left .url_link:hover {
  text-decoration: underline;
}

.language_band .lang_list {
  list-style: none;
  display: flex;
  align-items: center;
}

.language_band .lang_list li {
  border-left: 1px solid #404040;
}

.language_band .lang_list li a {
  font-size: 13px;
  color: #000000;
  padding: 0 10px;
  display: flex;
  text-decoration: none;
  align-items: center;
}

.language_band .lang_list li a.act {
  color: #999999;
  pointer-events: none;
}

.language_band .lang_list li a .country_flag {
  margin-right: 4px;
}

.language_band .lang_list li:first-child {
  border: none;
}

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

/* header start */
.sptr {
  height: 110px;
  display: none;
}

.generic_pre_header {
  padding: 10px 40px;
  width: 100%;
  z-index: 4;
  position: relative;
  background: #ffffff;
  transition: all 0.3s ease;
  height: 80px;
  /*border-bottom: 1px solid #e0e0e0;*/
  /*&.fixed{position: fixed; top: 0; left: 0; box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2); padding-top:22px; padding-bottom: 22px;}*/
}

.generic_pre_header .prelogo {
  width: auto;
  max-width: 252px;
}

.generic_pre_header .prelogo img {
  max-width: 100%;
}

/*.adcb_pre_header.fixed + .sptr{display: flex;}*/
/*.cookie_policy + .adcb_pre_header{top: 78px;}*/
.hdr_btn_wrp {
  align-items: center;
}

.hdr_btn_wrp .reg_link_wrp {
  font-size: 14px;
  color: #6a6a6a;
  font-family: "Roboto", sans-serif;
}

.hdr_btn_wrp .reg_link_wrp a {
  color: #026696;
  text-decoration: none;
}

.hdr_btn_wrp .reg_link_wrp a:hover {
  text-decoration: underline;
}

.hdr_btn_wrp .border_btn {
  min-width: inherit;
}

.hdr_btn_wrp .gradient_btn {
  min-width: inherit;
  background: #026696;
}

.hdr_btn_wrp .gradient_btn:hover {
  background: #026696;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .generic_pre_header {
    padding: 10px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .mobile_hide {
    display: none;
  }
  .desktop_hide {
    display: flex;
  }
  /*body.fixed{position: fixed;}*/
  .sptr {
    height: 106px;
  }
  .generic_pre_header {
    padding: 10px;
    height: 76px;
    z-index: 61;
  }
  .generic_pre_header .prelogo {
    width: 200px;
    margin-right: 5px;
  }
  .hdr_btn_wrp {
    flex-flow: column-reverse;
    align-items: end !important;
  }
  .hdr_btn_wrp .border_btn, .hdr_btn_wrp .gradient_btn {
    padding: 0 8px;
    height: 30px;
    font-size: 12px;
  }
  .hdr_btn_wrp .reg_link_wrp {
    font-size: 12px;
    margin-top: 8px;
  }
}

@media only screen and (max-width: 575px) {
  .hdr_btn_wrp .border_btn, .hdr_btn_wrp .gradient_btn {
    font-size: 10px;
  }
  /*.hdr_btn_wrp .gradient_btn{margin-left: 10px;}*/
}

@media only screen and (max-width: 369px) {
  .generic_pre_header .prelogo {
    width: 150px;
  }
}

/* header end */
.generic_pre_footer {
  border-top: 1px solid #d8d8d8;
  padding: 70px 0 40px;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.generic_pre_footer .welovesme {
  width: auto;
  font-size: 20px;
  margin-top: 16px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.generic_pre_footer .welovesme .fa-heart {
  color: #ff0000;
  margin: 0 5px;
}

.generic_pre_footer .social_list {
  margin-top: 40px;
}

.generic_pre_footer .social_list li {
  display: flex;
  margin: 0 10px;
}

.generic_pre_footer .social_list li a {
  width: 30px;
  height: 30px;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  text-decoration: none;
  font-size: 22px;
  position: relative;
  overflow: hidden;
}

.generic_pre_footer .social_list li a i {
  font-size: 16px;
}

.generic_pre_footer .social_list li.facebook a {
  background: #3a5b98;
}

.generic_pre_footer .social_list li.linkedin a {
  background: #4a87c5;
}

.generic_pre_footer .social_list li.twitter a {
  background: #1b9df0;
}

.generic_pre_footer .social_list li.instagram a {
  background: #0f4f83;
}

.generic_pre_footer .pflink {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

.generic_pre_footer .pflink a {
  font-size: 16px;
  color: #4a4a4a;
  text-transform: uppercase;
  padding: 5px;
  font-weight: normal;
}

.generic_pre_footer .user_txt {
  font-size: 12px;
  line-height: 20px;
  color: #4a4a4a;
  text-transform: uppercase;
  margin-top: 8px;
  text-align: center;
}

.generic_pre_footer .user_txt a {
  color: #4a4a4a;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .generic_pre_footer .pflink a {
    font-size: 14px;
  }
}

/* success block Start */
.success_block {
  /*margin-top: 80px;*/
  padding: 70px 0 125px;
}

.success_block .pre-hdr-clr {
  color: #ffffff;
  text-align: center;
}

.success_block .pre-hdr-clr_3 {
  font-size: 16px;
  color: #ffffff;
  margin-top: 20px;
  text-align: center;
}

.success_list {
  list-style: none;
  display: block;
  /*max-width: 1087px;*/
  max-width: 1400px;
  margin: 45px auto 75px;
  position: relative;
}

.success_list .commbank_slick_arrow {
  bottom: -75px;
  right: 20px;
}

.success_list .commbank_slick_arrow.prev {
  right: 70px;
}

.success_list .slick_arrow {
  bottom: -110px;
  right: 20px;
}

.success_list .slick_arrow.prev {
  right: 80px;
}

.success_list li {
  width: 310px;
  padding: 24px;
  background: #ffffff;
  text-align: center;
  margin: 0;
  /*border-radius: 5px;*/
  height: 450px;
  border: 2px solid #e5e5e5;
}

.success_list .success_prsnt {
  font-size: 32px;
  line-height: 42px;
  color: #525355;
}

.success_list .success_heading {
  font-size: 18px;
  line-height: 24px;
  color: #525355;
}

.success_list .success_para {
  font-size: 16px;
  line-height: 22px;
  display: flex;
  /*align-items: center;*/
  justify-content: center;
  min-height: 200px;
  color: #525355;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.success_list .by_txt {
  font-size: 14px;
  line-height: 24px;
  color: #525355;
  margin-top: 20px;
}

.success_list .by_txt_2 {
  font-size: 12px;
  line-height: 18px;
  color: #525355;
}

.success_list .store_logo {
  width: 125px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 10px auto 0;
}

.success_list .store_logo img {
  max-width: 100%;
}

.success_list .str_name {
  font-size: 14px;
  color: #84BD00;
  margin-top: 5px;
  text-decoration: none;
}

.success_list .str_name:hover {
  text-decoration: underline;
}

.success_list .brdr {
  width: 50px;
  height: 1px;
  background: #525355;
  margin: 15px auto 0;
}

.success_list .arrow_link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.success_list .arrow_link .watch_txt {
  font-size: 16px;
  color: #2b404b;
}

.success_list .arrow_link .arr {
  border-bottom: 4px solid transparent;
  border-left: 6px solid #525355;
  border-top: 4px solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 3px;
}

.success_list .arrow_link:hover {
  color: #525355;
  text-decoration: underline;
}

.success_list .watch_video {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.success_list .watch_video .watch_txt {
  font-size: 14px;
  line-height: 18px;
  color: #525355;
}

.success_list .watch_video .vid_icon {
  position: static;
  width: 26px;
  height: 26px;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success_list .watch_video .vid_icon .right_arr {
  border-bottom: 6px solid transparent;
  border-left: 6px solid white;
  border-top: 6px solid transparent;
  margin: 0;
}

.success_list.slick-initialized .slick-slide {
  margin: 0 30px;
}

.usr_prf_wrp {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.usr_prf_wrp .usr_pic {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 100%;
}

.usr_prf_wrp .usr_pic img {
  max-width: 100%;
}

.usr_prf_wrp .usr_info_wrp {
  display: flex;
  flex-flow: column;
  padding-left: 10px;
}

.usr_prf_wrp .usr_info_wrp .usr_name {
  font-size: 16px;
  color: #525355;
  text-align: left;
}

.usr_prf_wrp .usr_info_wrp .usr_des {
  font-size: 16px;
  color: #525355;
  text-align: left;
}

.success_block .btn {
  margin-top: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .success_list.slick-initialized .slick-slide {
    margin: 0 15px;
  }
}

@media only screen and (max-width: 991px) {
  .success_list.slick-initialized .slick-slide {
    margin: 0 8px;
  }
}

@media only screen and (max-width: 767px) {
  .success_block {
    padding: 40px 0;
  }
  .success_block .btn {
    margin-top: 130px;
  }
}

/* success block End */
/* templates block Start */
.templates_block {
  background: #ffffff;
  /*margin-top: 150px;*/
  padding: 100px 60px 0;
}

.templates_block .txt_wrp {
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto;
}

.templates_block .txt_wrp .grth_para {
  margin-top: 17px;
}

.slick_arrow {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  background: transparent;
  position: absolute;
  bottom: 80px;
  right: 0;
}

.slick_arrow:hover {
  background: #2b404b;
  color: #ffffff;
  border-color: #2b404b;
}

.templates_list {
  list-style: none;
  display: block;
  margin: 30px auto 0;
  max-width: 1350px;
  padding-bottom: 85px;
}

.templates_list li {
  width: 233px;
  margin: 0;
}

.templates_list li .img_wrp {
  width: 100%;
  /*height: 404px;*/
  /*background: #ffffff;*/
  border-radius: 5px;
  /*box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);*/
}

.templates_list li .img_wrp img {
  max-width: 100%;
}

.templates_list li .templates_title {
  font-size: 16px;
  color: #212121;
  line-height: 16px;
  margin: 16px 0 6px;
}

.templates_list li .templates_title_2 {
  font-size: 16px;
  color: #0062A8;
  word-break: break-word;
}

.templates_list li:hover .img_wrp {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.templates_list li:hover .templates_title {
  color: #212121;
  font-weight: 500;
}

.templates_list li:hover .templates_title_2 {
  font-weight: 500;
  text-decoration: underline;
}

.templates_list li a:hover {
  color: #212121;
}

.templates_list .slick_arrow {
  border-color: #2b404b;
  color: #2b404b;
  bottom: 55px;
}

.templates_list .slick_arrow:hover {
  background: #2b404b;
  color: #ffffff;
}

.templates_list.slick-initialized .slick-slide {
  margin: 0 20px;
  height: auto;
}

.slick_arrow.prev {
  right: 60px;
}

.slick_arrow.slick-disabled {
  color: #212121;
  background: #ffffff;
}

@media only screen and (max-width: 767px) {
  .templates_block {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    /* margin-top: 40px;*/
  }
}

/* templates block End */
/* ecommerce expert start */
.ecommerce_wrp {
  padding: 80px 60px;
  background: #cde3fb;
  margin-top: 50px;
}

.ecommerce_block {
  max-width: 1100px;
  margin: 0 auto;
  background: #ffffff;
  padding: 60px 60px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ecommerce_block .txt_wrp_3 {
  max-width: 400px;
}

.ecommerce_block .txt_wrp_3 .ehedng {
  font-size: 36px;
  line-height: 48px;
  color: #525355;
}

.ecommerce_block .txt_wrp_3 .st_txt_2 {
  font-size: 16px;
  line-height: 24px;
  color: #525355;
  margin-top: 15px;
  margin-top: 15px;
  display: flex;
  align-items: center;
}

.ecommerce_block .txt_wrp_3 .st_txt_2 .fa-check-circle {
  color: #84BD00;
  margin-right: 15px;
}

.ecommerce_block .txt_wrp_3 .st_txt_2 .prs {
  font-size: 32px;
  padding-left: 5px;
}

.ecommerce_block .txt_wrp_3 .st_txt_2 .st_txt_3 {
  font-size: 32px;
  margin-left: 10px;
}

.ecommerce_block .img_wrp {
  max-width: 600px;
}

.ecommerce_block .img_wrp img {
  max-width: 100%;
}

.button_logo_wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding-right: 60px;
}

.button_logo_wrp .logo_wpr {
  width: 120px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.button_logo_wrp .logo_wpr img {
  max-width: 100%;
}

.button_logo_wrp .fill_btn {
  font-size: 16px;
  border-radius: 4px;
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .ecommerce_block {
    padding: 15px 20px;
  }
  .ecommerce_block .img_wrp {
    /*max-width: 400px;*/
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ecommerce_block {
    padding: 15px 20px;
  }
  .ecommerce_block .img_wrp {
    /*max-width: 245px;*/
  }
}

@media only screen and (max-width: 767px) {
  .ecommerce_wrp {
    padding: 50px 0;
  }
  .ecommerce_block {
    flex-flow: column;
    position: relative;
    padding: 85px 20px 50px;
  }
  .ecommerce_block .txt_wrp_3 {
    order: 2;
    padding-top: 0;
    width: 100%;
    max-width: 100%;
  }
  .ecommerce_block .txt_wrp_3 .ehedng {
    font-size: 24px;
    line-height: 30px;
    position: absolute;
    top: 25px;
    left: 0;
    padding: 0 15px;
  }
  .ecommerce_block .img_wrp {
    order: 1;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .button_logo_wrp {
    padding: 0;
  }
}

/* ecommerce expert End */
.mastercard_academy_wrp {
  padding: 15px 0 20px;
}

.mastercard_academy_wrp .overlay_open {
  cursor: pointer;
}

.mastercard_academy_wrp .img_wrp {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.mastercard_academy_wrp .img_wrp img {
  max-width: 100%;
}

.mastercard_academy_wrp .desktop_none {
  display: none;
}

@media only screen and (max-width: 767px) {
  .mastercard_academy_wrp {
    padding: 0;
  }
  .mastercard_academy_wrp .mobile_none {
    display: none;
  }
  .mastercard_academy_wrp .desktop_none {
    display: flex;
  }
  .mastercard_academy_wrp .img_wrp img {
    width: 100%;
  }
}

.diclaimer_overlay_wrp {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 61;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
}

.diclaimer_overlay_wrp .diclaimer_overlay_inr {
  width: 100%;
  max-width: 600px;
  background: #ffffff;
  margin: 40px auto 0;
  padding: 30px;
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
}

.diclaimer_overlay_wrp .diclaimer_overlay_inr .close_overlay {
  position: absolute;
  top: 10px;
  right: 10px;
}

.diclaimer_overlay_wrp .diclaimer_overlay_inr .close_overlay i {
  font-size: 20px;
  color: #8d98ac;
}

.diclaimer_overlay_wrp .diclaimer_overlay_inr .fa-triangle-exclamation {
  font-size: 36px;
  color: #8d98ac;
}

.diclaimer_overlay_wrp .diclaimer_overlay_inr .dtxt {
  font-size: 24px;
  color: #212121;
  font-family: "Roboto", sans-serif;
}

.diclaimer_overlay_wrp .diclaimer_overlay_inr .dtxt2 {
  font-size: 14px;
  color: #6a6a6a;
  line-height: 22px;
  margin-top: 16px;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

.diclaimer_overlay_wrp .diclaimer_overlay_inr .dtxt2 a {
  color: #212121;
  text-decoration: none;
}

.diclaimer_overlay_wrp .diclaimer_overlay_inr .dtxt2 a:hover {
  text-decoration: underline;
}

.diclaimer_overlay_wrp .diclaimer_overlay_inr .fill_btn {
  font-size: 14px;
  border-radius: 0;
  height: 40px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}

.diclaimer_overlay_wrp .diclaimer_overlay_inr .fill_btn:hover {
  background: #2FB201;
  color: #ffffff;
}

.diclaimer_overlay_wrp .diclaimer_overlay_inr .cancel_link {
  font-size: 14px;
  color: #9a9a9a;
  margin-top: 16px;
  text-decoration: none;
}

.diclaimer_overlay_wrp .diclaimer_overlay_inr .cancel_link:hover {
  text-decoration: underline;
}

body.fixed_overlay {
  position: relative;
  overflow: hidden;
  margin-left: -16px;
}

@media only screen and (max-width: 767px) {
  .diclaimer_overlay_wrp .diclaimer_overlay_inr {
    height: 100%;
    margin: 0 auto;
    max-width: 100%;
    padding: 30px 15px;
  }
}

.grey_bg {
  background: #e5e5e5;
  background: #f7f8f8;
}

.blue_bg {
  background: #cde3fb;
}

.purple_bg {
  background: #8b2372;
}

.bg-blue-clr {
  background: #cde3fb;
}

.blue_gradient_bg {
  background-image: linear-gradient(to right, #0949a2 0%, #095bcc 100%);
}

.font_14 {
  font-size: 14px;
}

.font_16 {
  font-size: 16px;
}

.font_20 {
  font-size: 20px;
}

.col_blue {
  color: #026696;
}

.col_green {
  color: #38d200;
}

.col_grey {
  color: #6a6a6a;
}

.col_black {
  color: #212121;
}

.mt_16 {
  margin-top: 16px;
}

.line_height_24 {
  line-height: 24px;
}

.fw500 {
  font-weight: 500;
}

.generic_container {
  padding: 0 40px;
}

.generic_container p, .generic_container span, .generic_container h1, .generic_container h2, .generic_container h3, .generic_container h4, .generic_container h5, .generic_container h6, .generic_container ul, .generic_container li, .generic_container a, .generic_container div {
  font-family: "Roboto", sans-serif;
}

.generic_container a {
  text-decoration: none;
}

.generic_container .container {
  max-width: 100%;
  padding: 0;
}

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

body {
  line-height: normal;
  font-family: "Roboto", sans-serif;
}

dl, ol, ul, p, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  line-height: normal;
}

.ml_20 {
  margin-left: 20px;
}

.banDec .actionList li a, .banDec .subHdr a, .banDec .dscrptn a {
  color: #026696;
}

/*.blue_bg{background: #f3f9fd}
.grey_bg{background-image: linear-gradient(to right, rgba(39, 50, 57, 0.1) 2%, rgba(39, 50, 57, 0.05) 89%);}
.grey_bg2{background-image: linear-gradient(to right, #c5c5c5 2%, #f0f0f0 92%); position: relative;}*/
.border_btn {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  border: 1px solid #026696;
  height: 40px;
  padding: 0 20px;
  outline: none;
  box-shadow: none;
  color: #026696;
  background: #ffffff;
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 4px;
  width: auto !important;
}

.border_btn:hover {
  background: #026696;
  color: #ffffff;
  border: 1px solid #026696;
}

.gradient_btn {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  height: 40px;
  background: #026696;
  border: none;
  outline: none;
  border-radius: 4px;
  font-weight: 500;
  box-shadow: none;
  color: #ffffff;
  text-transform: capitalize;
  position: relative;
  padding: 0 20px;
  width: auto !important;
}

.gradient_btn .btn_txt_wrp {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
}

.gradient_btn i {
  margin-right: 15px;
  font-size: 20px;
}

.gradient_btn:hover {
  background: #005DC1;
}

.gradient_btn:hover::before {
  background: none;
}

.fill_btn {
  background: #026696;
  height: 50px;
  padding: 0 20px;
  border-radius: 30px;
  font-size: 18px;
  color: #ffffff;
  border: none;
  outline: none;
  box-shadow: none;
}

.fill_btn:hover {
  background: #0b539d;
  color: #ffffff;
}

/* Upcoming Event Start */
.upcoming_event_wrp {
  padding-top: 30px;
}

.banner_wrp {
  width: 100%;
}

.banner_wrp .banner_list {
  width: 100%;
}

.banner_wrp .banner_list li {
  list-style: none;
}

.banner_wrp .banner_list li .banner_img {
  display: flex;
  /*align-items: center; justify-content: center;*/
  /*border: 1px solid #e6e6e6;*/
  /*height: 343px;*/
  height: 18vw;
  overflow: hidden;
  /*
                @media only screen and (min-width:1440px) and (max-width:1599px){
                    height: 254px;
                }
                @media only screen and (min-width:1366px) and (max-width:1439px) {
                    height: 240px;
                }
                @media only screen and (min-width:1280px) and (max-width:1365px) {
                    height: 224px;
                }
                @media only screen and (min-width:1200px) and (max-width:1279px) {
                    height: 208px;
                }
                @media only screen and (min-width:967px) and (max-width:1199px) {
                    height: 431px; position: relative;
                    img{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
                }
                @media only screen and (min-width:768px) and (max-width:966px) {
                    height: 314px; position: relative;
                    img{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
                }
                @media only screen and (min-width:560px) and (max-width:767px) {
                    height: 247px;
                }
                @media only screen and (min-width:480px) and (max-width:559px) {
                    height: 212px;
                }
                @media only screen and (min-width:360px) and (max-width:479px) {
                    height: 155px;
                }
                @media only screen and (min-width:320px) and (max-width:359px) {
                    height: 138px;
                }
                */
}

.banner_wrp .banner_list li .banner_img img {
  max-width: 100%;
  /*width: 100%;*/
  height: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  .banner_wrp .banner_list li .banner_img {
    height: 43.5vw;
  }
}

.banner_wrp .banner_list li .banner_txt {
  font-size: 16px;
  color: #212121;
  line-height: 24px;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.banner_wrp .banner_list li .banner_txt:hover {
  text-decoration: underline;
}

.banner_wrp .banner_list .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

.banner_wrp .banner_list .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 4px;
  background: #d8d8d8;
  border-radius: 100%;
  position: relative;
}

.banner_wrp .banner_list .slick-dots li button {
  border: none;
  background: #d8d8d8;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  text-indent: 9999999px;
  font-size: 0;
}

.banner_wrp .banner_list .slick-dots li.slick-active {
  background: #4a4a4a;
}

.banner_wrp .banner_list .slick-dots li.slick-active button {
  background: #4a4a4a;
}

.upcoming_event_list li {
  list-style: none;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0;
}

.upcoming_event_list li .event_icon_txt_wrp {
  font-size: 14px;
  color: #6a6a6a;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.upcoming_event_list li .event_icon_txt_wrp .event_txt {
  margin-left: 8px;
}

.upcoming_event_txt_wrp .upcoming_event_hd {
  font-size: 24px;
  color: #212121;
  font-weight: 500;
}

.upcoming_event_txt_wrp .upcoming_event_hd2 {
  font-size: 14px;
  color: #212121;
  font-weight: 500;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.upcoming_event_txt_wrp .upcoming_event_hd2:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1199px) {
  .generic_container .container .gen_col {
    width: 100%;
    margin-bottom: 24px;
  }
  .calendar_wrp#calendar {
    margin: 0 auto;
    float: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .generic_container .container .gen_col.col_50 {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .upcoming_event_txt_wrp .upcoming_event_hd {
    font-size: 20px;
  }
  .upcoming_event_wrp {
    padding-top: 16px;
  }
  .banner_wrp .banner_list li .banner_txt {
    font-size: 14px;
  }
  .banner_wrp .banner_list .slick-dots {
    margin-top: 16px;
  }
}

/* Upcoming Event End */
/* Benefits of Joining Trade Opportunities Business Offers Start */
.boj_wrp_outer {
  padding-top: 35px;
}

.boj_hd1 {
  font-size: 24px;
  color: #212121;
  font-weight: 500;
}

.boj_hd1 a {
  color: #212121;
}

.boj_txt_1 {
  font-size: 16px;
  color: #212121;
  line-height: 24px;
  font-weight: 500;
}

.boj_txt_2 {
  font-size: 14px;
  color: #4a4a4a;
  line-height: 20px;
  margin-top: 4px;
}

.boj_txt_3 {
  font-size: 14px;
  color: #212121;
  line-height: 20px;
}

.boj_list li {
  list-style: none;
  display: flex;
  padding-top: 26px;
}

.boj_list li a {
  display: flex;
  cursor: default;
}

.boj_list li:first-child {
  padding-top: 16px;
}

.boj_list li .boj_icon {
  width: 60px;
  font-size: 48px;
  color: #c2c9d5;
}

.boj_list li .boj_txt {
  padding-left: 16px;
  width: calc(100% - 60px);
}

.to_list {
  list-style: none;
}

.to_list li {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #d8d8d8;
}

.to_list li a {
  display: flex;
  color: #212121;
}

.to_list li a:hover {
  text-decoration: underline;
}

.to_list li .to_img {
  width: 205px;
  height: 95px;
  display: flex;
  /*align-items: center; justify-content: center;*/
  border: 1px solid #e6e6e6;
  /*padding: 10px;*/
  border: 1px solid #e6e6e6;
  overflow: hidden;
}

.to_list li .to_img img {
  max-width: 100%;
  margin: 0 auto;
}

.to_list li .to_img.v2 {
  padding: 10px;
  align-items: center;
  justify-content: center;
}

.to_list li .boj_txt_3, .to_list li .boj_txt {
  width: calc(100% - 202px);
  padding-left: 16px;
}

.to_list.v2 li .to_img {
  /*padding: 10px; border: 1px solid #e6e6e6;*/
}

.to_list.v3 li .to_img {
  width: 86px;
  height: 86px;
  padding: 0;
}

.to_list.v3 li .boj_txt {
  width: calc(100% - 86px);
}

.to_list.v3 li .boj_txt .boj_txt_2 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .to_list li .boj_txt_3 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1279px) {
  .to_list li .to_img {
    /*width: 160px;*/
  }
  .to_list li .boj_txt_3, .to_list li .boj_txt {
    /*width: calc(100% - 160px);*/
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .boj_wrp_outer .generic_container .container .gen_col.col_50 {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .boj_wrp_outer {
    padding-top: 0;
  }
}

@media only screen and (max-width: 991px) {
  .boj_wrp_outer {
    padding-top: 0;
  }
  .boj_wrp_outer .boj_wrp .boj_hd1 {
    font-size: 20px;
  }
  .boj_wrp_outer .boj_wrp .boj_txt_1 {
    font-size: 14px;
  }
  .boj_list {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 20px;
  }
  .to_list li .to_img {
    width: 175px;
    height: 80px;
  }
  .to_list li .boj_txt_3, .to_list li .boj_txt {
    width: calc(100% - 132px);
    padding-left: 8px;
  }
}

/*@media only screen and (max-width:767px){
    .boj_list{border-bottom: 1px solid #d8d8d8; padding-bottom: 20px;}
    .to_list{
        li{
            .to_img{width: 150px; height: 66px;}
        }
    }
}*/
/* Benefits of Joining Trade Opportunities Business Offers End */
/* step_wrp start */
.step_list {
  list-style: none;
  display: flex;
  /*align-items: center;*/
  justify-content: center;
}

.step_list li {
  display: flex;
  align-items: center;
  /*justify-content: center;*/
  flex-flow: column;
  width: calc(33.33% - 26px);
  padding-top: 24px;
}

.step_list li .step_circle {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #dce0e6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #212121;
}

.step_list li .step_icon {
  font-size: 35px;
  color: #8d98ac;
  margin-top: 17px;
}

.step_list li .step_text {
  margin-top: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #212121;
}

.step_list li.arrow_line_wrp {
  width: 40px !important;
  height: 180px;
  padding: 0;
  justify-content: center;
}

.step_list li.arrow_line_wrp .arrow_line {
  width: 100% !important;
  height: 1px;
  position: relative;
  background: #d4d4d4;
  padding: 0;
}

.step_list li.arrow_line_wrp .arrow_line .fa-caret-right {
  position: absolute;
  top: -7px;
  right: -1px;
  color: #d4d4d4;
}

.step_list.v2 li {
  width: calc(25% - 30px);
}

.step_wrp {
  padding-top: 36px;
}

.step_wrp .step_wrp_inner {
  background: #f6f6f6;
  padding: 24px;
  height: 100%;
}

.step_wrp .step_wrp_inner .step_hd {
  font-size: 24px;
  line-height: 32px;
  color: #212121;
  font-weight: 500;
  text-align: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1279px) {
  .step_list li {
    width: 33.33%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .step_list li.arrow_line_wrp {
    display: none;
  }
  .step_list.v2 li {
    width: 25%;
  }
}

@media only screen and (max-width: 1199px) {
  .step_wrp {
    padding-top: 0;
  }
}

@media only screen and (max-width: 991px) {
  .step_wrp .step_wrp_inner {
    padding: 15px 15px 25px 15px;
  }
  .step_wrp .step_wrp_inner .step_hd {
    font-size: 20px;
  }
  .step_list {
    flex-wrap: wrap;
  }
  .step_list li {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .step_list li.arrow_line_wrp {
    display: none;
  }
  .step_list.v2 li {
    width: 50%;
  }
}

/* step_wrp End */
/* member list start */
.member_list {
  list-style: none;
}

.member_list li {
  display: flex;
  border: 1px solid #d8d8d8;
  padding: 16px;
  margin-top: 16px;
}

.member_list li .member_img {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.member_list li .member_img img {
  max-width: 100%;
  border-radius: 100%;
}

.member_list li .member_detail {
  width: calc(100% - 72px);
  padding-left: 16px;
}

.member_list li .member_detail a:hover {
  text-decoration: underline;
}

.member_list li .member_detail .member_txt1 {
  font-size: 16px;
  color: #212121;
  font-weight: 500;
  line-height: 24px;
}

.member_list li .member_detail .member_txt1 a {
  color: #212121;
}

.member_list li .member_detail .member_txt2 {
  font-size: 12px;
  color: #6a6a6a;
}

.member_list li .member_detail .member_txt3 {
  font-size: 14px;
  color: #212121;
  margin-top: 8px;
}

.member_list li .member_detail .member_txt3 a {
  color: #212121;
}

/* member list End */
/* Links Start */
.links_wrp {
  margin-top: 16px;
}

.link_list2 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.link_list2 li {
  padding: 15px 26px 15px 0;
}

.link_list2 li a {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.link_list2 li a .link_img {
  width: 168px;
  height: 100px;
}

.link_list2 li a .link_img img {
  max-width: 100%;
}

.link_list2 li a .links_txt {
  font-size: 16px;
  color: #212121;
  margin-top: 12px;
}

@media only screen and (min-width: 1366px) and (max-width: 1439px) {
  .link_list2 li {
    padding-right: 20px;
  }
  .link_list2 li a .link_img {
    width: 163px;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .link_list2 li {
    padding-right: 20px;
  }
  .link_list2 li a .link_img {
    width: 150px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1279px) {
  .link_list2 li {
    padding-right: 15px;
  }
  .link_list2 li a .link_img {
    width: 145px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .link_list2 li {
    padding-right: 10px;
  }
  .link_list2 li a .link_img {
    width: 124px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .link_list2 li {
    padding-right: 10px;
  }
  .link_list2 li a .link_img {
    width: 88px;
    height: 52px;
  }
}

@media only screen and (max-width: 767px) {
  .links_wrp {
    margin-top: 0;
  }
  .link_list2 {
    justify-content: center;
  }
  .link_list2 li {
    padding: 10px 10px 10px 0;
  }
  .link_list2 li a .link_img {
    width: 160px;
    height: 96px;
  }
}

/* Links End */
/* calendar start */
.calendar_wrp {
  width: 100%;
  border: solid 1px #d8d8d8;
  padding: 0 10px;
  width: 318px;
  /*height: 353px;*/
  height: 330px;
  max-width: 100%;
  float: right;
}

.calendar_wrp #event_date .list-unstyled li .datepicker .datepicker-days .table-condensed {
  border-collapse: separate;
  border-spacing: 2px;
}

.calendar_wrp #event_date .list-unstyled li .datepicker .datepicker-days .table-condensed tr th {
  font-size: 12px;
  color: #818181;
  font-weight: normal;
}

.calendar_wrp #event_date .list-unstyled li .datepicker .datepicker-days .table-condensed tr th.prev {
  background: url("../images/glv2/left_arrow.png") 15px 15px no-repeat;
  padding-bottom: 40px;
}

.calendar_wrp #event_date .list-unstyled li .datepicker .datepicker-days .table-condensed tr th.next {
  background: url("../images/glv2/right_arrow.png") right 15px top 15px no-repeat;
  padding-bottom: 40px;
}

.calendar_wrp #event_date .list-unstyled li .datepicker .datepicker-days .table-condensed tr th.picker-switch {
  vertical-align: middle;
  font-size: 16px;
  color: #212121;
}

.calendar_wrp #event_date .list-unstyled li .datepicker .datepicker-days .table-condensed tr td {
  width: 40px;
  height: 40px;
  font-size: 12px;
  color: #818181;
  border-radius: 100%;
  position: relative;
  border-radius: 100%;
}

.calendar_wrp #event_date .list-unstyled li .datepicker .datepicker-days .table-condensed tr td.day.disabled {
  color: #d5d5d5;
}

.calendar_wrp #event_date .list-unstyled li .datepicker .datepicker-days .table-condensed tr td.day.today {
  background: #026696 !important;
  color: #ffffff;
}

.calendar_wrp #event_date .list-unstyled li .datepicker .datepicker-days .table-condensed tr td.day.today::before {
  display: none;
}

.calendar_wrp #event_date .list-unstyled li .datepicker .datepicker-days .table-condensed tr td.day.active {
  background: #333333;
  color: #ffffff;
}

.calendar_wrp #event_date .list-unstyled li .datepicker .datepicker-days .table-condensed tr td .event_tooltip {
  position: absolute;
  bottom: 50px;
  left: 0;
  background: #333333;
  padding: 5px 10px;
  width: 200px;
  height: auto;
  line-height: normal;
  margin: 0;
  z-index: 5;
}

.calendar_wrp #event_date .list-unstyled li .datepicker .datepicker-days .table-condensed tr td .event_tooltip .event_text {
  width: 100%;
  line-height: normal;
  padding: 0;
  margin: 0;
  height: auto;
  text-align: left;
}

.calendar_wrp #event_date .list-unstyled li .datepicker .datepicker-days .table-condensed tr td .event_tooltip .event_text:hover {
  background: transparent;
}

.calendar_wrp #event_date .list-unstyled li .datepicker .datepicker-days .table-condensed tr td .event_tooltip .event_text a:hover {
  text-decoration: underline;
}

.calendar_wrp #event_date .list-unstyled li .datepicker .datepicker-days .table-condensed tr td .event_tooltip .fa-caret-down {
  bottom: -8px;
  position: absolute;
  left: 16px;
  color: #333333;
}

.calendar_wrp #event_date .list-unstyled li .datepicker .datepicker-days .table-condensed tr td.event_exists::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #818181;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
}

.calendar_wrp #event_date .list-unstyled li .datepicker .datepicker-days .table-condensed tr td.event_exists.active {
  background: #333333;
}

.calendar_wrp #event_date .list-unstyled li .datepicker .datepicker-days .table-condensed tr td.event_exists.active::before {
  border-color: #333333;
}

.calendar_wrp #event_date .list-unstyled li .datepicker .datepicker-days .table-condensed tr td:first-child .event_tooltip {
  left: 0;
}

.calendar_wrp #event_date .list-unstyled li .datepicker .datepicker-days .table-condensed tr td:nth-child(4) .event_tooltip {
  left: -30px;
}

.calendar_wrp #event_date .list-unstyled li .datepicker .datepicker-days .table-condensed tr td:nth-child(4) .event_tooltip .fa-caret-down {
  left: 48px;
}

.calendar_wrp #event_date .list-unstyled li .datepicker .datepicker-days .table-condensed tr td:nth-child(5) .event_tooltip {
  left: inherit;
  right: 3px;
}

.calendar_wrp #event_date .list-unstyled li .datepicker .datepicker-days .table-condensed tr td:nth-child(5) .event_tooltip .fa-caret-down {
  left: inherit;
  right: 16px;
}

.calendar_wrp #event_date .list-unstyled li .datepicker .datepicker-days .table-condensed tr td:nth-child(6) .event_tooltip {
  left: inherit;
  right: 3px;
}

.calendar_wrp #event_date .list-unstyled li .datepicker .datepicker-days .table-condensed tr td:nth-child(6) .event_tooltip .fa-caret-down {
  left: inherit;
  right: 16px;
}

.calendar_wrp #event_date .list-unstyled li .datepicker .datepicker-days .table-condensed tr td:last-child .event_tooltip {
  left: inherit;
  right: 0;
}

.calendar_wrp #event_date .list-unstyled li .datepicker .datepicker-days .table-condensed tr td:last-child .event_tooltip .fa-caret-down {
  left: inherit;
  right: 16px;
}

@media only screen and (min-width: 1200px) and (max-width: 1344px) {
  .calendar_wrp {
    height: 280px;
  }
  .calendar_wrp #event_date .list-unstyled li .datepicker .datepicker-days .table-condensed tr td {
    height: 32px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .calendar_wrp {
    width: 435px;
    height: 405px;
  }
  .calendar_wrp #event_date .list-unstyled li .datepicker .datepicker-days .table-condensed tr td {
    width: 55px;
    height: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .calendar_wrp {
    float: none;
    margin: 0 auto;
  }
}

/* calendar End */
/* ================================================================================================================ */
#contactus_overlay .modal-header .close {
  background: no-repeat;
  outline: none;
  border: none;
  padding: 0;
  font-size: 24px;
  position: absolute;
  top: 5px;
  right: 15px;
}

#contactus_overlay .modal-footer .btn-primary {
  outline: none;
  box-shadow: none;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////






/* contact us overlay start */
#contactus_overlay .modal.in#contactModal .modal-backdrop.in {
  display: none;
}

#contactus_overlay .modal-content {
  border-radius: 0;
}

#contactus_overlay .modal-header .modal-title {
  margin: 0 !important;
}

#contactus_overlay .modal-header .close {
  margin: 0;
}

#contactus_overlay .modal-footer .modal_btn {
  background: #026696;
  border-color: #026696;
}

#contactus_overlay .modal-footer .modal_btn:hover {
  background: #0b539d;
}

#contactus_overlay .modal-body .form-group .form-control {
  border-radius: 0;
}

/* contact us overlay End */
#footer.pre_article_footer .social-links a {
  color: #38D200;
}

#footer.pre_article_footer .social-links a:hover {
  color: #0b539d;
}

/* gl-6043 cross ci block start */
.logowrpr {
  float: left;
  line-height: normal;
  margin-top: 10px;
}

.sign_in {
  max-width: 120px;
  width: 100%;
  border-radius: 20px;
  border: solid 1px #026696;
  color: #026696;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 8px;
  background-color: #ffffff;
}

.join_button {
  max-width: 170px;
  width: 100%;
  border-radius: 20px;
  border: solid 1px #38D200;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  background-color: #38D200;
  text-align: center;
}

.join_button:hover {
  background-color: #0b539d;
}

.right_section {
  float: right;
  width: 30%;
  text-align: right;
}

.btn_cross_ci_wrp {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
}

.videoLnk {
  margin-top: 0;
}

#login-form {
  display: none;
}

.prelogin .tabCnt {
  margin-top: 0;
  padding-top: 44px;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .right_section {
    width: 43%;
  }
}

.cross_ci_block.campaign_block {
  float: right;
  text-align: center;
}

.cross_ci_block .cross_ci_btn, .cross_ci_block .cross_ci_btn:hover, .cross_ci_block .cross_ci_btn:active, .cross_ci_block .cross_ci_btn:focus, .cross_ci_btn_2:hover {
  background: #38D200 !important;
}

.campaign_block .cross_ci_btn_2 {
  border-color: #38D200 !important;
  color: #38D200 !important;
}

.campaign_block .cross_ci_btn_2 img {
  display: none;
}

.campaign_block .cross_ci_btn_2:hover {
  color: #ffffff !important;
}

/* gl-6043 cross ci block end*/
/* Affinitypageurl start */
.fr_wwww.affinity .cross_ci_block {
  float: right;
  text-align: center;
}

.fr_wwww.affinity .cross_ci_block .cross_ci_btn_2 {
  border-color: #38D200 !important;
  color: #38D200 !important;
}

.fr_wwww.affinity .cross_ci_block .cross_ci_btn_2 img {
  display: none;
}

.fr_wwww.affinity .cross_ci_block .cross_ci_btn_2:hover {
  color: #ffffff !important;
}

@media only screen and (max-width: 767px) {
  .fr_wwww.affinity .wholeWrp.hide_signup_form .helpDesWrp {
    display: block;
  }
  .fr_wwww.affinity .wholeWrp.hide_signup_form .header_main.prelogin.mobile {
    display: none !important;
  }
}

/* Affinitypageurl End */
.bizForum .colLef #article_fullview .fullView .artclSec .postBy .eCard .top .left .btn {
  background: #026696;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}

/* prelogin inner search header start */
.pre_header_v5.srcin {
  margin-top: 30px;
}

.pre_header_v5.srcin .language_band.grobanc {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .linker_assist_wrp {
    padding-top: 110px !important;
  }
  .pre_header_v5.srcin .header_v5_lhs {
    padding: 0;
  }
  .pre_header_v5.srcin.reljs.reljs .header_v5_lhs .search_bar_wrp {
    top: 60px;
  }
  .pre_header_v5.srcin .header_v5_lhs .search_bar_wrp {
    top: 90px;
  }
  .linker_assist_header.fixed .pre_header_v5 .header_v5_lhs.srcin .search_bar_wrp {
    top: 90px;
  }
}

/* prelogin inner search header End */
