/* font size */
/* colors */
/* bootsrap overwriting start */
label {
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

ul, ol {
  padding: 0;
  margin: 0;
}

p [class*="col-"], .var-widt-cont [class*="col-"] {
  padding: 0;
}

.hd-xxl {
  font-size: 36px;
}

.txt-med {
  font-size: 20px;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

.hd-normal {
  font-size: 22px;
}

.hd-small {
  font-size: 18px;
}

.txt-large {
  font-size: 16px;
}

.txt-normal {
  font-size: 14px;
}

.txt-small {
  font-size: 12px;
}

.txt-xsmall {
  font-size: 10px;
}

.text-white {
  color: #ffffff !important;
}

.text-black {
  color: #000000 !important;
}

.text-dark {
  color: #212121 !important;
}

.text-primary {
  color: #00477d !important;
}

.text-secondary {
  color: #4a4a4a !important;
}

.text-light {
  color: #6a6a6a !important;
}

.text-muted {
  color: #9a9a9a !important;
}

.text-info {
  color: #2a7bad !important;
}

.text-success {
  color: #14890b !important;
}

.text-tundora {
  color: #4a4a4a !important;
}

.text-wild-sand {
  color: #f4f4f4 !important;
}

.text-jade {
  color: #02c155 !important;
}

.text-red {
  color: #ff0000 !important;
}

.sky-blue-bg {
  background: #def3f7;
}

.gredient-bg {
  background-image: linear-gradient(#393a7e 30%, #21aac9);
}

.font-weight-bold {
  font-weight: 500 !important;
}

.form-control {
  z-index: 2;
  position: relative;
  background: transparent;
  height: 48px;
  border-color: #9a9a9a;
  border-radius: 4px;
  font-size: 16px;
  color: #212121;
  letter-spacing: 0.43px;
  padding: 0 25px;
}

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

.progress {
  height: 7px;
  border-radius: 5px;
  background-color: #eceeef;
  width: 100%;
  margin: 50px 0;
}

.progress .progress-bar {
  background-color: #02c155 !important;
  border-radius: 5px;
}

.progress.sm {
  height: 5px;
}

/* button overwriting start */
button:focus {
  outline: none;
}

.btn-rounded {
  font-size: 16px;
  font-weight: bold;
  color: #2a7bad;
  min-width: 150px;
  padding: 0 20px;
  height: 48px;
  border: solid 1px #a3b4bf;
  border-radius: 42px;
  background-color: #f1fafc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn.loading .spinner-border {
  display: block;
}

.btn .spinner-border {
  margin-right: 5px;
  display: none;
}

.btn-primary {
  background-color: #393a7e;
  color: #ffffff;
  border-color: #393a7e;
}

.btn-outline-primary {
  border: solid 1px #2a7bad;
  color: #2a7bad;
}

.btn-outline-primary .fa-plus, .btn-outline-primary i {
  margin-right: 5px;
}

.btn .fa-check {
  display: none;
}

.btn.checked {
  background-image: linear-gradient(to bottom, #43d1ff, #0073a5);
  color: #ffffff;
  border: none;
}

.btn.checked .fa-check {
  display: inline-block;
}

.btn.checked .fa-plus {
  display: none;
}

/* button overwriting End */
/* form overwriting start */
.form-group {
  margin-bottom: 20px;
}

.form-control {
  z-index: 2;
  position: relative;
  background: transparent;
  height: 48px;
  border-color: #9a9a9a;
  border-radius: 4px;
  font-size: 16px;
  color: #212121;
  padding: 0 15px;
}

.input-group-text {
  border-color: #9a9a9a;
}

/* form overwriting End  */
/* floating label start */
.has-float-label .form-control:placeholder-shown:not(:focus) + * {
  z-index: 1;
  color: #6a6a6a;
  font-size: 16px;
  top: 16px;
  opacity: 1;
  font-weight: 400;
  margin: 0;
  left: 15px;
}

.has-float-label label, .has-float-label > span {
  font-size: 14px;
  color: #6a6a6a;
  left: 15px;
}

/*.has-float-label.fixed_label label{font-size: 14px !important; color: $dove-gray !important; left: 15px !important; top: -0.5em !important; background: #ffffff !important; z-index: 2 !important;}*/
/*fixed_label_form label {color: $prussian-blue; line-height: normal; font-size: $heading-xsmall;}*/
@media only screen and (max-width: 767px) {
  .has-float-label .form-control:placeholder-shown:not(:focus) + * {
    font-size: 16px;
    top: 13px;
  }
  .has-float-label label, .has-float-label > span {
    left: 23px;
  }
}

/* floating label End */
/* button loader */
.spinner-border-sm {
  width: 12px;
  height: 12px;
  border-width: 2px;
}

/* prelogin page start */
.btn:focus {
  box-shadow: none !important;
}

section > .container {
  max-width: 1036px;
}

footer > .container {
  max-width: 1036px;
}

/*.btn-primary:active,.btn-primary:hover{background-image: linear-gradient(to bottom, #156ef6, #153cf6 75%) !important; color:#ffffff; border-color:#153cf6 !important;}*/
/* prelogin page end */
/* cookie info start */
.cookie_info {
  width: 100%;
  background-color: #f4f4f4;
  text-align: center;
  z-index: 60;
}

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

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

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

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

/* ci colors */
/* font start*/
.btn {
  font-family: "Roboto", sans-serif !important;
}

/* Header Start*/
#header {
  padding: 12px 0;
  transition: all 0.5s;
}

#header .container {
  max-width: 100%;
  padding: 0 60px;
}

.navbar-brand {
  max-width: 180px;
}

.navbar-brand img {
  width: 100%;
}

.navbar-nav > li {
  position: relative;
  white-space: nowrap;
  float: left;
  margin-left: 40px;
}

.navbar-nav li.btn-gap {
  margin-left: 20px;
}

#nav-menu-container {
  float: right;
}

.navbar.navbar-expand-md {
  width: 100%;
}

.navbar-nav {
  justify-content: flex-end;
  flex: inherit;
}

.navbar-nav a {
  padding: 8px;
  text-decoration: none;
  display: inline-block;
  color: #393a7e;
  opacity: 0.7;
  font-size: 16px;
  outline: none;
  font-weight: 500;
}

#header .partner-menu::before {
  content: none;
}

.navbar-nav .menu-active a, .nav-menu a:hover {
  color: #393a7e;
  opacity: 1;
  color: #393a7e;
}

.navbar-nav > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 3px;
  left: 0;
  background-color: #393a7e;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.gl-btn.btn, .btn.gl-btn:hover {
  font-size: 16px;
  min-width: 168px;
  height: 40px;
}

.gl-btn.btn, .btn.gl-btn, .pre-btn {
  background-image: linear-gradient(to bottom, #156ef6, #153cf6);
  color: #ffffff;
  border-radius: 5px;
  border: none;
}

.gl-btn.btn:hover, .btn.gl-btn:hover, .pre-btn:hover {
  background-image: linear-gradient(to bottom, #1058C4, #1030C4);
}

#article_wrp button.gl-btn {
  color: #ffffff;
}

.login-btn {
  background-color: #ffffff;
  color: #156ef6;
  border: 1px solid #156ef6;
  font-size: 16px;
  height: 40px;
  min-width: 76px;
  border-radius: 5px;
}

.login-btn:hover {
  background: #156ef6;
  color: #ffffff;
  border: none;
}

.navbar-nav a:hover:before,
.navbar-nav li:hover > a:before,
.navbar-nav .menu-active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-item a:hover, .nav-item a:focus, .nav-item a:active {
  opacity: 1;
}

.partner-us-menu .ddlist {
  list-style: none;
  width: 210px;
  background: #ffffff;
  border: 1px solid #666666;
  box-sizing: border-box;
  border-radius: 4px;
  position: absolute;
  top: 38px;
  right: -11px;
  display: none;
  z-index: 2;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border: solid 1px #ebebeb;
  background-color: #ffffff;
}

.partner-us-menu .ddlist li {
  padding: 0 20px;
  margin: 0;
}

.partner-us-menu .ddlist li a {
  opacity: 1;
  display: flex;
  align-items: center;
  border-top: 1px solid #ebebeb;
  padding: 15px 0;
}

.partner-us-menu .ddlist li:first-child a {
  border: none;
}

.partner-us-menu:hover .ddlist {
  display: block;
}

.nav-item.act .nav-link {
  opacity: 1;
}

.nav-item.act .nav-link:before {
  visibility: visible;
  width: 100%;
}

@media (max-width: 900px) {
  .navbar-toggler .navbar-toggler-icon.fa-bars:before {
    font-size: 24px;
    color: #393a7e;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1143px) {
  .navbar-nav li {
    margin-left: 10px;
  }
  .navbar-nav .gl-btn.btn, .navbar-nav .btn.gl-btn:hover {
    min-width: 160px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 830px) {
  .navbar-nav li.btn-gap {
    margin-left: 7px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar.navbar-expand-md {
    margin: 0;
    padding: 0;
  }
  .navbar-nav .gl-btn.btn, .navbar-nav .btn.gl-btn:hover {
    min-width: 153px;
  }
  .navbar-nav .login-btn {
    min-width: 90px;
  }
  .navbar-nav .login-btn {
    margin: 0;
    padding: 5px;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 5px;
  }
  #logo .logon_img {
    width: 130px;
  }
  .nav-item {
    margin-top: 6px;
  }
}

@media (max-width: 767px) {
  .navbar.navbar-expand-md {
    background-color: #ffffff;
    padding-right: 0;
    padding-left: 0;
  }
  #header {
    padding: 7px 8px 7px 15px;
  }
  #header .container {
    padding: 0 20px;
  }
  .navbar-toggler {
    padding-right: 0;
  }
  .navbar-brand {
    max-width: 128px;
  }
  .mob-login-btn {
    font-size: 15px;
    color: #393a7e !important;
    font-weight: 500;
  }
  .partner-us-menu .ddlist {
    right: inherit;
    left: 0;
    z-index: 2;
  }
  .navbar-nav > li {
    border-top: 1px solid #ebebeb;
  }
  .navbar-nav > li.partner-us-menu .nav-link.partner-menu {
    display: none;
  }
  .navbar-nav > li:first-child {
    border: none;
  }
  .navbar-nav > li a {
    opacity: 1;
    font-weight: 500;
    padding: 15px 0;
    width: 100%;
  }
  .navbar-nav > li a .fa-chevron-down {
    display: none;
  }
  .navbar-nav > li .ddlist {
    display: block;
    position: static;
    width: 100%;
    border: none;
    padding: 0;
    box-sizing: border-box;
    box-shadow: none;
  }
  .navbar-nav > li .ddlist li {
    padding: 0;
    border-bottom: none;
    border-top: 1px solid #ebebeb;
  }
  .navbar-nav > li .ddlist li a {
    padding-left: 0;
  }
  .login_wrp {
    display: flex;
    align-items: center;
  }
  .login_wrp .login-btn {
    height: 30px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    padding: 0 5px;
    min-width: auto;
    border-radius: 5px;
    text-transform: capitalize;
  }
  .login_wrp .gl-btn {
    min-width: 71px;
    height: 30px;
    line-height: 28px;
    font-weight: 500;
    font-size: 14px;
    padding: 0 5px;
    margin-left: 10px;
  }
  .login_wrp .navbar-toggler-icon {
    height: auto;
  }
  .btn.gl-btn:hover {
    min-width: 71px;
    height: 30px;
    font-size: 14px;
  }
}

@media (max-width: 352px) {
  #header .navbar #logo {
    width: 110px;
  }
}

#header.dock {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  z-index: 5;
  background-color: #ffffff;
}

/*.login-btn:hover{border: 2px solid $color_primary; background-color: #ECEEEF; }*/
/*.gl-btn:hover{border: 1px solid #201750; background: #201750;}*/
/* Header End*/
/* Footer Start */
#footer .gl_logo.navbar-brand {
  max-width: 180px;
}

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

.social-links a {
  color: #393a7e;
  padding: 0 10px;
}

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

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

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

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

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

.ftr-max-list > li > a.ftr_cat_link {
  display: flex;
  align-items: center;
}

.ftr-max-list > li > a.ftr_cat_link .fa-external-link-alt {
  margin-left: 5px;
  font-size: 12px;
  padding-top: 2px;
}

.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: 160px;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}

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

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

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

.free-demo-btn {
  color: #393a7e;
}

.ftr-max-list li:first-child {
  margin-top: 6px;
}

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

.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: #4a4a4a;
}

.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: #393a7d;
  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 !important;
}

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

@media (max-width: 767px) {
  #footer {
    margin-top: 0px;
    padding: 0 5px;
  }
  .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 -47%, #393a7e);
  padding: 0;
}

#grw-bus-wrp .app-bgcolor {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 865px;
  /*.mob-app-wrp{max-width:391px;width:100%;height:463px;}*/
}

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

#grw-bus-wrp .app-bgcolor .globe-app-wrp img {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
}

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

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

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

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

#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 {
    width: 150px;
    justify-content: center;
  }
}

@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: 24px;
    line-height: 32px;
  }
  #grw-bus-wrp .app-bgcolor .grw-busns-txt .app-icons-dwnld {
    margin-top: 10px;
    display: flex;
  }
  #grw-bus-wrp .app-bgcolor .grw-busns-txt .app-icons-dwnld > a {
    max-width: 132px;
    width: 100%;
    display: flex;
    margin-top: 12px;
    margin-right: 15px;
  }
  #grw-bus-wrp .app-bgcolor .grw-busns-txt .app-icons-dwnld img {
    max-width: 100%;
  }
  #grw-bus-wrp .app-bgcolor .grw-busns-txt {
    padding-left: 60px;
  }
  .ftr-max-list.w-100.text-center.desktop-none {
    text-align: justify !important;
  }
  .ftr-max-list.mob-gap {
    padding-right: 90px;
  }
}

/* Section 7 grow businss app end */
.social-links {
  background: #ffffff !important;
}

.social-links a {
  color: #393a7e !important;
}

section > .container {
  max-width: 1230px;
  max-width: 1440px;
}

/* become a partner page start */
#join-nw-secn {
  padding: 0 15px;
}

#join-nw-secn .form_brdr h3 {
  font-size: 45px;
  padding: 0;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  #join-nw-secn .form_brdr h3 {
    font-size: 25px;
  }
}

/* become a partner page start */
#logo.float-left {
  display: flex;
}

#logo.float-left .brad_crum_span {
  margin-top: 10px;
}
