/* events footer just like ubp pre events page start */
/* ci colors */
/*$color_primary:#212121;
$btn_bg_color:#212121;
$btn_txt_color:#ffffff;
$color_secondary:#212121;*/
/* font start*/
/* Footer Start */
#footer .gl_logo.navbar-brand {
  max-width: 180px;
}

#footer {
  margin-top: 30px;
  padding-bottom: 30px;
}

.social-links a {
  color: #212121;
  padding: 0 15px;
}

.social-links a .fab {
  font-size: 26px;
}

.social-links a:hover {
  color: #cccccc;
}

.footer-newsletter .gl-btn.btn {
  background-color: #ffffff;
  color: #212121;
}

.ftr-max-list {
  list-style: none;
}

.ftr-max-list > li > a {
  font-size: 14px;
  color: #403b3b;
  position: relative;
}

.ftr-max-list > li > a:hover {
  text-decoration: none;
}

.ftr-max-list > li {
  margin-top: 20px;
}

.fas.fa-heart {
  color: red;
}

#footer .welovesme {
  margin-top: 12px;
  float: left;
  width: 100%;
}

#footer .btn.login-btn {
  float: left;
  width: 100%;
  max-width: 165px;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

#footer .welovesme + .btn {
  float: left;
  min-width: 150px;
  max-width: 150px;
  justify-content: center;
}

#footer .request_demo_btn {
  float: left;
  min-width: 150px;
  max-width: 150px;
  justify-content: center;
}

.prtnr-us {
  margin-top: 66px;
  margin-bottom: 20px;
}

/*.free-demo-btn{color: $color_primary;}*/
.ftr-max-list li:first-child {
  margin-top: 6px;
}

.social-links {
  margin-top: 8px;
  background: transparent;
}

.pwdby-cpy-txt {
  text-align: right;
}

.pwdby-cpy-txt > p, .power_by_p > a, .tou-pp-txt, .tou-pp-txt > a {
  font-size: 14px;
  color: #212121;
}

.fdf {
  font-weight: 500;
}

.tou-pp-txt > a {
  text-decoration: underline;
}

.desktop-none {
  display: none;
}

footer .ftr-max-list li a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #212121;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

footer .ftr-max-list li a:hover:before {
  visibility: visible;
  width: 100%;
}

.btm-ftr-wrp {
  margin-top: 42px;
}

.footer-right-reserve {
  margin-top: 5px;
  opacity: 1;
}

@media (max-width: 767px) {
  #header.dock {
    z-index: 12;
    height: 60px;
  }
  #footer {
    margin-top: 0px;
  }
  .desktop-none {
    display: block;
  }
  .mob-none {
    display: none;
  }
  .pwdby-cpy-txt {
    text-align: left;
    margin-top: 18px;
  }
}

/* footer end */
/* Section 7 grow businss app start */
#grw-bus-wrp {
  background-image: linear-gradient(to top, #21aac9, #008fbe, #0073ae, #255799, #393a7e);
}

#grw-bus-wrp .app-bgcolor {
  width: 100%;
  padding-top: 98px;
  padding-bottom: 90px;
}

#grw-bus-wrp .app-bgcolor .globe-app-wrp {
  background: url(../images/app-globe.png) no-repeat;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  max-width: 518px;
  height: 494px;
}

#grw-bus-wrp .app-bgcolor .mob-app-wrp {
  max-width: 391px;
  width: 100%;
  height: 463px;
  position: relative;
}

#grw-bus-wrp .app-bgcolor .pre-hdr-clr {
  color: #ffffff;
}

#grw-bus-wrp .app-bgcolor .grw-busns-txt {
  padding-top: 156px;
}

#grw-bus-wrp .app-bgcolor .app-icons-dwnld {
  margin-top: 30px;
}

#grw-bus-wrp .container .row {
  margin-right: -15px;
  margin-left: -15px;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  footer > .container {
    padding: 0 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #header .container .row {
    margin: 0;
  }
  #header .container .navbar-nav li {
    margin-left: 7px;
  }
  #header .container .navbar-nav li:first-child {
    margin-left: 0;
  }
}

@media only screen and (max-width: 991px) {
  .mbl_footer {
    display: flex;
    flex-flow: column;
  }
  .mbl_footer .welovesme + .btn {
    max-width: 150px;
  }
}

@media only screen and (max-width: 1023px) {
  #header .navbar.navbar-expand-md {
    /*flex-flow: row wrap;*/
  }
}

@media only screen and (max-width: 767px) {
  #grw-bus-wrp .globe-app-wrp {
    height: 248px !important;
    max-width: 260px !important;
    margin: 0 auto;
  }
  #grw-bus-wrp .globe-app-wrp .mob-app-wrp {
    max-width: 196px;
    height: 232px;
  }
  #grw-bus-wrp .app-bgcolor {
    padding-top: 58px;
    padding-bottom: 58px;
  }
  #grw-bus-wrp .app-bgcolor .grw-busns-txt {
    padding-top: 38px;
  }
  #grw-bus-wrp .app-bgcolor .grw-busns-txt .pre-hdr-clr {
    font-size: 16px;
    line-height: 32px;
  }
  #grw-bus-wrp .app-bgcolor .grw-busns-txt .app-icons-dwnld {
    margin-top: 10px;
  }
  #grw-bus-wrp .app-bgcolor .grw-busns-txt .app-icons-dwnld > a {
    max-width: 132px;
    width: 100%;
    display: flex;
    margin-top: 12px;
  }
  #grw-bus-wrp .app-bgcolor .grw-busns-txt .app-icons-dwnld img {
    width: 100%;
  }
  #grw-bus-wrp .app-bgcolor .grw-busns-txt {
    padding-left: 60px;
  }
}

/* Section 7 grow businss app end */
@media only screen and (max-width: 767px) {
  #login_wrp .gl-btn.btn, .btn.gl-btn:hover, .navbar.navbar-expand-md .gl-btn {
    min-width: 71px;
    height: 30px;
    line-height: 26px;
    font-size: 14px;
    padding: 0 5px;
  }
  /*.navbar.navbar-expand-md .login-btn{min-width: inherit; height: 30px; line-height: 30px; font-size: 14px; padding: 0 5px;}*/
}

/* events footer just like ubp pre events page End */
/* overwright for pre events page */
.pdng .container {
  max-width: 1200px;
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
}

.pdng .container .row {
  margin: 0;
}

.pdng .container .row .internal-tab-list {
  padding-left: 0;
}

.register-now-card .event-description-text {
  padding: 10px 0 0 0 !important;
}

#header, #footer, p, h6, h5, h4, h3, h2, h1, a {
  font-family: "Roboto", sans-serif !important;
  line-height: normal;
}

#header .btn, #footer .btn, p .btn, h6 .btn, h5 .btn, h4 .btn, h3 .btn, h2 .btn, h1 .btn, a .btn {
  font-family: "Roboto", sans-serif !important;
}

.navbar-nav > li .login-btn:hover {
  border-width: 1px;
}

.article_lists h1 {
  color: #212121;
}

.article_txt {
  color: #6a6a6a;
  font-weight: normal;
}

.tab_list li.act:before {
  background: #ec0100;
}

.tab_list li a:hover {
  text-decoration: none;
}

#header.dock {
  border: none;
}

.event-date-box {
  background: #f0f0f3;
  opacity: 1;
}

.register-now-card .event-date-box {
  background: #f0f0f3;
  opacity: 1;
}

.event-date-number, .register-now-card .event-date-month {
  color: #000000;
}

.event-date-month {
  opacity: 1;
  font-weight: 500;
}

.register-now-card .event-description-info {
  color: #000000;
}

.main_tab .link {
  color: #ec0100;
}

.footer_section_div {
  padding-bottom: 0 !important;
}

.footer_section_div .container {
  padding-top: 77px;
  max-width: 1440px;
}

.app_store_div > .img-fluid {
  width: 36px;
}

#footer .pwdby-cpy-txt > p {
  float: right;
  color: #000000;
}

@media only screen and (min-width: 768px) {
  .article_lists h1 {
    font-size: 60px;
    width: 70%;
  }
  .article_txt {
    font-size: 20px;
    line-height: 30px;
  }
  .footer_head {
    font-size: 34px;
  }
  .upcoming-text {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .article_lists h1 {
    font-size: 50px;
    width: 100%;
  }
  .internal-tab-list .tab_list li {
    margin: 0;
  }
  #logo .navbar-brand {
    margin-right: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .footer_section_div .gl-btn.btn {
    width: 100%;
    margin-top: 20px;
  }
  #login_wrp .gl-btn.btn, .btn.gl-btn:hover, .navbar.navbar-expand-md .gl-btn {
    min-width: 71px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    padding: 0 5px;
  }
  .navbar.navbar-expand-md .login-btn {
    min-width: inherit;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 5px;
  }
  .internal-tab-list .tab_list {
    min-width: inherit;
  }
  #header .container {
    padding-right: 15px;
  }
  #header .login_wrp .navbar-toggler-icon {
    display: block;
  }
  #header .navbar.navbar-expand-md {
    flex-flow: inherit;
  }
}

/* overwright for pre events End */
/* get a free demo End */
#header .container .row .navbar #logo .navbar-brand {
  width: auto;
}

#freedemo .schedule_demo_btn {
  background: #ec0100;
  border-color: #ec0100;
}

#loginForm .signup_btn, #register .signup_btn {
  background: #ec0100;
}

#contactus_overlay .modal-footer button, #forgot_modal .modal-footer button {
  background-color: #ec0100 !important;
  border-color: #ec0100 !important;
}

#contactus_overlay .modal-footer button:hover, #contactus_overlay .modal-footer button:active, #forgot_modal .modal-footer button:hover, #forgot_modal .modal-footer button:active {
  background-color: #ba1b19 !important;
  border-color: #ba1b19 !important;
}

#footer .btn.login-btn.free-demo-btn:hover {
  max-width: 166px;
}

/* get a free demo End */
.gl-btn.btn {
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  border-radius: 0;
  background: #ec0100;
  border-color: #ec0100;
}

.gl-btn.btn:hover {
  background: #ba1b19;
  font-size: 14px;
}

.prtnr-us, .request_demo_btn {
  display: none !important;
}

.tab_list li.act:before, footer .ftr-max-list li a:before {
  background: #ec0100;
}

.main_tab .link {
  color: #ec0100;
}

.events_wrokshop_heading {
  /*display: none;*/
}

.pwdby-cpy-txt {
  display: flex;
  flex-flow: column;
  text-align: right;
}

@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .social-links a {
    padding: 0 10px;
  }
}

/* remove link for internal pages start */
.nav_list_wrp {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .adcb_pre_header {
    padding-right: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .adcb_pre_header {
    padding-right: 20px !important;
  }
  .adcb_pre_header .hdr_btn_wrp {
    display: flex !important;
  }
}

/* remove link for internal pages start */
