@charset "UTF-8";
/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
/*
PRIMARY COLOR
#19B5FE
*/
body {
  background-color: #FCFCFC;
  font: normal normal normal 16px/28px Montserrat-Regular;
}

section {
  background-color: #FCFCFC;
}

.g24-button {
  display: table;
  text-align: center;
  margin: auto;
  cursor: pointer;
  padding: 5px 17px;
  border: 2px solid #19B5FE;
  border-radius: 5px;
  background-color: white;
  color: #19B5FE;
  font: normal normal normal 14px/33px Montserrat-Regular;
  text-transform: uppercase;
}
.g24-button:hover {
  text-decoration: none;
  background: #d9f2ff 0 0 no-repeat padding-box;
}

.g24-button-reversed {
  background: #19B5FE 0 0 no-repeat padding-box;
  color: white;
  text-transform: uppercase;
  border: none;
  padding: 6px 25px;
  border-radius: 5px;
}
.g24-button-reversed:hover {
  text-decoration: none;
  background: #67c9fb 0 0 no-repeat padding-box;
}

.g24-image {
  min-height: 350px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.g24-title {
  font: normal normal bold 36px/38px Montserrat-Regular;
  margin-bottom: 30px;
  color: #222222;
  text-align: center;
}

.g24-content {
  font: normal normal normal 20px/24px Montserrat-Regular;
  color: #222222;
}
.g24-content p {
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .g24-title {
    line-height: 48px;
  }
}
@media (min-width: 991px) {
  .logo {
    margin-left: 42px;
  }
}
@media (max-width: 450px) {
  .g24-image {
    background-size: 90%;
  }
  #g24-sidebar-profile .g24-image {
    background-size: unset;
  }
  #homepage-banner-third .g24-image {
    background-size: contain;
  }
  #homepage-banner-third .g24-button {
    margin: 20px auto 20px auto !important;
    float: none !important;
    width: 100% !important;
  }
  #homepage-features .g24-image {
    background-size: contain;
  }
}
@media (max-width: 410px) {
  #homepage-banner-third .g24-image {
    background-size: 90%;
  }
}
.title-back {
  height: 0;
  font: normal normal 800 74px/32px Montserrat-Light;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: rgba(25, 181, 254, 0.0980392157);
}

.title-front {
  font: normal normal bold 25px/30px Montserrat-Regular;
  text-transform: initial;
  text-align: center;
  margin-top: 25px;
  color: #19B5FE;
  width: 100%;
}

.title-also {
  font-size: 12px;
  text-align: center;
  margin-bottom: 45px;
  font-weight: bold;
  text-transform: capitalize;
}
.title-also a {
  color: black;
}

@media (max-width: 620px) {
  .title-also {
    transform: translateY(10px);
  }
  #custom_solution .title-also {
    transform: translateY(30px);
  }
}
@media (max-width: 440px) {
  #custom_solution .title-also {
    transform: translateY(50px);
  }
}
/*-----HEADER--------------------*/
#header {
  background-color: #FFFFFF;
  padding-bottom: 0 !important;
}

#main-body {
  margin-top: 10px !important;
}

#header {
  box-shadow: 0 3px 3px #AAAAAA;
}
#header .top-nav {
  padding-left: 0;
  margin-bottom: 15px;
  font: normal normal normal 30px/40px Montserrat-Regular;
}
#header .top-nav.mobile {
  display: none;
}
#header .label-info {
  background-color: #19B5FE;
  padding: 1px 3px 0 3px;
}
#header .logo img {
  transform: translateY(10px);
  max-height: unset !important;
  height: 75px;
}

ul.top-nav > li {
  margin-bottom: 25px;
  margin-top: 15px;
}

.main-content {
  margin-bottom: 0;
}

#menu-toggler a {
  color: #19B5FE;
  margin-right: 30px;
  border: none;
  transform: translateY(-2px);
}

@media (max-width: 499px) {
  #menu-toggler a {
    transform: translateY(-8px);
  }
}
.choose-language {
  text-align: left;
  letter-spacing: 0;
}

ul.top-nav > li.primary-action {
  padding-left: 0;
  margin-left: 0;
  border: none;
}
ul.top-nav > li > a {
  color: #19B5FE;
  font-size: 15px;
  border-radius: 5px;
  border: 2px solid #19B5FE;
  text-transform: uppercase;
  padding: 8px 20px;
  margin-left: 25px;
  line-height: 12px;
}

#languageChooser .language-mobile, .notifications-mobile, #accountNotifications .label-mobile {
  display: none;
}

@media (max-width: 1000px) {
  ul.top-nav > li > a {
    padding: 0;
  }
  #languageChooser .language-mobile, .notifications-mobile {
    display: inline-block;
    width: 20px;
    margin-right: 5px;
  }
  #header .label-info {
    padding: 0;
  }
  #languageChooser {
    font-size: 0;
    border: none;
    transform: translateY(-7px);
  }
  #accountNotifications {
    font-size: 0;
    border: none;
    transform: translateY(-7px);
  }
  #accountNotifications .label-mobile {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #19B5FE;
    display: block;
    position: absolute;
    transform: translateX(9px) translateY(-20px);
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: black;
    font-weight: bold;
  }
}
@media (max-width: 1200px) {
  #header .primary-action {
    display: none;
  }
}
.language-popover {
  width: 175px;
}

.popover-content li {
  border-bottom: 1px solid #b0b0b0;
}

.language-popover .popover-content li {
  width: 100%;
  line-height: 42px;
  font-size: 14px;
  color: white;
  padding: 0;
}
.language-popover .popover-content li:hover {
  box-shadow: inset 0 0 22px black;
  background-color: #505050;
}
.language-popover .popover-content li img {
  width: 25px;
  height: 12.5px;
  margin-right: 12px;
  margin-left: 25px;
}

.language-item.russian {
  border-bottom: none;
}

.popover {
  margin-right: 12px;
  margin-left: 25px;
}

/*-----MENU--------------------*/
#menu {
  display: none;
  padding: 0;
}
#menu * {
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  user-select: none;
}

#menu-background {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: grey;
  position: fixed;
  z-index: 100;
}

.menu-container {
  position: fixed;
  background-color: #F5F5F5;
  right: 0;
  top: 0;
  max-width: 550px;
  min-width: 200px;
  min-height: 100%;
  z-index: 101;
  margin: 0;
  box-shadow: -10px 5px 35px rgba(0, 0, 0, 0.3);
  transition: all 0.2s linear;
  transform: translateX(550px);
}
.menu-container .menu-entry {
  cursor: pointer;
  color: #000000;
  opacity: 1;
  margin: 0 4px;
  font: normal 24px/27px Montserrat-Regular;
}
.menu-container .menu-entry.active a {
  color: #19B5FE;
}
.menu-container .menu-entry a {
  padding: 20px 0 40px 25px;
  text-decoration: none;
  color: #000000;
  display: block;
}
.menu-container .menu-entry a:hover {
  color: #19B5FE;
}
.menu-container .menu-group {
  display: none;
  margin-top: -15px;
}
.menu-container .menu-group > .menu-entry {
  padding-left: 100px;
  text-decoration: underline;
}
.menu-container .menu-group > .menu-entry a {
  color: #797979 !important;
  padding-bottom: 20px;
}

.close-button {
  color: #19B5FE;
  padding: 13px 0 20px 0;
  cursor: pointer;
  font: bold 38px/38px Montserrat-Regular;
  text-align: center;
}
.close-button .logo {
  float: left;
}
.close-button .logo img {
  position: absolute;
  height: 55px;
  margin-left: 40px;
  display: none;
}
.close-button i {
  margin-left: 50px;
  transform: translateY(2px);
  font-weight: 100;
}

.menu-container .menu-entry.mobile {
  display: none;
}

#custom_product .g24-button {
  text-decoration: none;
}
@media (max-width: 1200px) {
  .menu-container .menu-entry.mobile {
    display: block;
  }
}
@media (max-width: 1023px) {
  #header .top-nav {
    list-style: unset;
  }
}
@media (max-width: 991px) {
  .menu-container {
    position: absolute;
  }
  .menu-container .menu-group > .menu-entry {
    padding-left: 50px;
  }
  .close-button {
    text-align: right;
    margin-right: 25px;
  }
}
@media (max-width: 764px) {
  .close-button .logo img {
    display: block;
  }
  .menu-container {
    max-width: 100%;
  }
}
@media (max-width: 499px) {
  #menu-toggler img {
    width: 20px;
  }
  #menu-toggler a {
    font-size: 0;
    margin-right: 0;
  }
  ul.top-nav > li > a {
    margin-left: 0;
    margin-right: 0;
  }
  #login-button {
    font-size: 0;
  }
  section#header .logo img {
    max-height: 40px;
  }
  .col-xs-offset-9 {
    margin-left: 65%;
  }
  #header .logo img {
    max-height: unset !important;
    height: 62px;
  }
}
section {
  padding-top: 50px;
  padding-bottom: 50px;
}
section#main-body {
  padding: 0;
}

/*-----HOMEPAGE--------------------*/
#homepage-banner-first {
  padding-top: 75px;
}
#homepage-banner-first .g24-button:last-child img {
  transform: translateX(-10px) translateY(-2px);
}
#homepage-banner-first .first-content-second {
  font-size: 18px;
  color: #19B5FE;
  margin-top: 20px;
}
#homepage-banner-first .g24-button {
  margin: 40px 20px 0 0;
  float: left;
  min-width: 175px;
}
#homepage-banner-first .text {
  padding: 100px 66px;
}
#homepage-banner-first .g24-title {
  text-transform: uppercase;
  text-align: left;
}
#homepage-banner-first .g24-content {
  font-weight: bold;
  text-align: left;
  color: #222222;
}
#homepage-banner-first .g24-image {
  min-height: 500px;
}
#homepage-banner-first .image-chat {
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 75%;
}

@media (max-width: 991px) {
  #homepage-banner-first .text {
    padding: 15px;
  }
}
#g24-sidebar-profile .image-chat {
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 75%;
}

@media (max-width: 1000px) {
  #homepage-banner-first .image-chat {
    display: none;
  }
}
#homepage-banner-second {
  background-color: #F7F7F7;
}
#homepage-banner-second .item p {
  font: normal 22px/28px Montserrat-Regular;
}
#homepage-banner-second .item img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
#homepage-banner-second .g24-image {
  min-height: 500px;
}
#homepage-banner-second .item .title {
  text-align: left;
  font: normal normal 900 24px/41px Ostrich Sans;
  letter-spacing: 0.9px;
  color: #FBBB14;
}

@media (max-width: 1240px) {
  #homepage-banner-second .g24-image {
    background-size: 90%;
  }
}
@media (max-width: 1200px) {
  #homepage-banner-second .g24-image {
    background-size: contain;
  }
}
@media (max-width: 1020px) {
  #homepage-banner-second .g24-image {
    background-size: 90%;
  }
}
@media (max-width: 990px) {
  #homepage-banner-second .item p {
    margin: auto;
  }
  #homepage-banner-second .col-md-12 {
    width: fit-content !important;
    margin: auto !important;
  }
  #homepage-banner-second .g24-image {
    background-size: contain;
  }
}
@media (max-width: 660px) {
  #homepage-banner-second .g24-image {
    background-size: 90%;
  }
}
@media (max-width: 580px) {
  #homepage-banner-second .col-md-12 {
    width: 226px !important;
    margin: auto !important;
  }
}
@media (max-width: 482px) {
  #homepage-banner-second .col-md-12 {
    width: 100% !important;
    margin: auto !important;
  }
}
#homepage-features {
  padding: 50px 5px;
}
#homepage-features .feature {
  margin-bottom: 25px;
}
#homepage-features .g24-image {
  min-height: 130px;
  margin: 20px;
}
#homepage-features .title {
  text-align: center;
  font: normal normal 900 30px/32px Ostrich Sans;
  margin-bottom: 30px;
  color: #222222;
}
#homepage-features .g24-content {
  text-align: center;
  color: #222222;
}
#homepage-features .describe {
  text-align: center;
}

/*-----CALCULATOR--------------------*/
#calculator {
  background-color: rgba(255, 255, 255, 0.6666666667);
}
#calculator .calculator-container {
  width: 1060px;
  margin-top: 250px;
  background-color: #F5F5F5;
  opacity: 1;
  padding: 50px 50px 75px 50px;
  box-shadow: 5px 5px 10px #777777;
}
#calculator .col-xs-12.col-md-4 {
  padding: 0;
}
#calculator button {
  margin: 0;
  font-size: 37px;
  overflow: hidden;
  color: #19B5FE;
  position: absolute;
  line-height: 31px;
  z-index: 99;
  padding: 15px;
  top: -63px;
  right: -62px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 3px 7px rgba(170, 170, 170, 0.6666666667);
  width: 50px;
  height: 50px;
  font-weight: normal;
}
#calculator .btn-close-container {
  text-align: right;
  padding-right: 30px;
}
#calculator button span {
  position: absolute;
  top: 7px;
  left: 11px;
}
#calculator .close {
  opacity: 1 !important;
}
#calculator .g24-image {
  min-height: 325px;
  margin-top: 27px;
}
#calculator .content {
  margin-top: 25px;
  font: normal normal 21px/27px Montserrat-SemiBold;
  padding-left: 0;
}
#calculator .button_ready {
  border: 2px solid #19B5FE;
  border-radius: 5px;
  background-color: #19B5FE;
  margin-top: 8px;
  width: 150px;
  transform: translateX(-25px);
  text-align: center;
  font: normal normal normal 16px/36px Montserrat-Regular;
  color: #ffffff !important;
  margin-right: 50px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-weight: normal !important;
}
#calculator .monthly {
  color: black !important;
  font: normal normal normal 18px/30px Montserrat-Regular;
}
#calculator #result {
  margin: 10px 5px 15px 15px;
  border: 2px solid #19B5FE;
  border-radius: 5px;
  padding: 20px 50px 20px 20px;
  width: 95.5%;
}
#calculator #price {
  font: normal normal normal 26px/30px Montserrat-SemiBold;
  color: #222222;
}
#calculator .content div {
  color: #000000;
  font-weight: bold;
}
#calculator .description {
  font: normal normal normal 18px/27px Montserrat-Regular;
}
#calculator input[type=range] {
  min-height: 30px;
  border: none !important;
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
}
#calculator input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
#calculator input[type=range]:focus {
  outline: none;
}
#calculator input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
#calculator input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #19B5FE;
  cursor: pointer;
  margin-top: -5px;
  box-shadow: 1px 2px 2px #888888;
}
#calculator input[type=range]::-moz-range-thumb, #calculator input[type=range]::-ms-thumb {
  box-shadow: 1px 2px 2px #888888;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #19B5FE;
  cursor: pointer;
}

@media (max-width: 1100px) {
  #calculator .calculator-container {
    width: auto;
    margin: 85px 20px 10px 10px;
  }
  #calculator .g24-image {
    margin-top: 27px;
  }
}
@media (max-width: 991px) {
  #calculator .g24-image {
    margin-top: 15px;
  }
}
@media (max-width: 730px) {
  #calculator .price-section-part, #calculator .price-button-section-part {
    width: 100%;
    text-align: center;
  }
  #calculator .button_ready {
    transform: none;
    margin: 15px auto;
  }
  #calculator #result {
    padding-right: 15px;
  }
}
/*----CALCULATOR INPUTS--------------------*/
/*------------------------------styling thumb-------------*/
/* All the same stuff for Firefox */
/* All the same stuff for IE */
/*------------------------------styling track-------------*/
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: transparent;
  border: 1px solid #19B5FE;
  margin-bottom: 25px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: transparent;
  border: 1px solid #19B5FE;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: white;
  border: 1px solid #19B5FE;
}

#calculator input[type=range]:focus::-ms-fill-lower {
  background: #19B5FE;
}
#calculator input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 1px solid #19B5FE;
}
#calculator input[type=range]:focus::-ms-fill-upper {
  background: transparent;
}

/**************** HOMEPAGE-FEATURES *********************/
#homepage-features {
  padding: 50px 5px;
}
#homepage-features .feature {
  margin-bottom: 80px;
  padding-right: 7px;
  padding-left: 7px;
}
#homepage-features .feature .inner-card {
  margin: 0 10px;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0 3px 7px #cccccc;
  max-height: 250px;
}
#homepage-features .g24-image {
  min-height: 100px;
  margin: 40px;
}
#homepage-features .title {
  text-align: center;
  font: normal normal 900 20px/22px Montserrat-Regular;
  margin-bottom: 30px;
  color: #222222;
}
#homepage-features .g24-content {
  text-align: center;
  color: #222222;
}
#homepage-features .describe {
  text-align: center;
}
#homepage-features .describe a {
  font: normal normal normal 22px/22px Montserrat-Regular;
  text-decoration: underline;
  color: #FBBB14;
}

#homepage-cloud {
  padding: 50px 5px;
}
#homepage-cloud .title-context {
  font: normal normal normal 20px/24px Montserrat-Regular;
  padding: 20px 10px 40px;
  text-align: center;
  font-size: 16px;
  color: #222222;
}
#homepage-cloud .feature {
  padding: 20px 80px;
  display: flex;
  width: 100%;
}
#homepage-cloud .feature .inner-card {
  box-shadow: 0 3px 7px #cccccc;
  display: inline-block;
  border-radius: 15px;
  margin: 10px;
}
#homepage-cloud .feature .inner-card img {
  margin: 37px;
  width: 110px;
}
#homepage-cloud .feature .inner-context {
  padding: 35px 10px;
  width: 100%;
}
#homepage-cloud .feature.right-block {
  flex-direction: row-reverse;
  justify-content: right;
}
#homepage-cloud .feature.right-block .inner-context .title, #homepage-cloud .feature.right-block .inner-context .text {
  text-align: right;
}
#homepage-cloud .feature.left-block {
  justify-content: left;
}
#homepage-cloud .feature.left-block .inner-context .title, #homepage-cloud .feature.left-block .inner-context .text {
  text-align: left;
}
@media (max-width: 992px) {
  #homepage-cloud .g24-title .title-context {
    text-align: center;
  }
  #homepage-cloud .feature {
    display: inline-block;
    padding: 0;
  }
  #homepage-cloud .feature.right-block, #homepage-cloud .feature.left-block {
    justify-content: center;
    text-align: center;
  }
  #homepage-cloud .feature.right-block {
    flex-direction: column-reverse;
  }
  #homepage-cloud .feature .inner-context .title, #homepage-cloud .feature .inner-context .text {
    text-align: center !important;
  }
}
#homepage-cloud .g24-image {
  min-height: 100px;
}
#homepage-cloud .title {
  text-align: center;
  font: normal normal 900 20px/22px Montserrat-Regular;
  margin-bottom: 30px;
  color: #222222;
}
#homepage-cloud .g24-content {
  text-align: center;
  color: #222222;
}
#homepage-cloud .describe {
  text-align: center;
}
#homepage-cloud .describe a {
  font: normal normal normal 22px/22px Montserrat-Regular;
  text-decoration: underline;
  color: #FBBB14;
}

#homepage-map-mobile {
  display: none;
}
#homepage-map-mobile #map-label, #homepage-map-mobile #map-label-alter {
  display: none;
  position: absolute;
  width: 150px;
  height: 56px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 7px 15px;
  font: normal bold normal 15px/14px Montserrat-Light;
}

#homepage-map, #homepage-map-mobile {
  min-height: 550px;
  background-color: #F6F6F6;
  padding-top: 120px;
}

#homepage-map .container {
  min-height: 550px;
  background-position: 80% 70%;
  background-size: 55%;
  background-repeat: no-repeat;
}
#homepage-map .g24-content {
  text-align: center;
}
#homepage-map #map-dot {
  position: absolute;
  display: none;
  width: 8px;
  height: 8px;
  background-color: #6edef7;
  box-shadow: 0 0 87px 87px #d2f6ff;
}
#homepage-map .city-name {
  font: normal normal bold 16px/28px Montserrat-SemiBold;
  cursor: default;
  color: #656565;
}
#homepage-map .city-name::after {
  border-top: 1px solid;
  content: "";
  position: absolute;
  width: 100px;
  height: 0;
  transform: translateX(-40px) translateY(32px);
}
#homepage-map .city-name.active {
  color: #19B5FE;
}

#homepage-map-mobile .g24-content {
  margin-bottom: 50px;
}

@media (max-width: 1200px) {
  #homepage-map {
    display: none;
  }
  #homepage-map-mobile {
    display: block;
    min-height: unset;
  }
}
#custom_solution {
  margin-top: 20px;
}
#custom_solution .contacts .g24-title {
  text-transform: initial;
  text-align: left;
  margin: 75px 15px 15px 15px;
  font: normal normal bold 16px/20px Montserrat-Bold;
  color: #717171;
}
#custom_solution .g24-form .g24-title {
  text-transform: initial;
  text-align: left;
  margin: 75px 15px 15px 15px;
  font: normal normal bold 16px/20px Montserrat-Bold;
  color: #717171;
  margin: 15px;
}
#custom_solution .contacts .g24-content {
  font: normal normal normal 14px/30px Montserrat-Regular;
  color: #7b7b7b;
}
#custom_solution .contacts .g24-content img {
  margin-right: 4px;
  margin-left: 20px;
}
#custom_solution .contacts .g24-content a {
  text-decoration: none;
}
#custom_solution .title-also {
  padding-top: 15px;
  text-transform: initial;
  text-align: center;
  margin: auto;
  width: 47%;
  color: #707070;
  font: normal normal normal 16px/18px Montserrat-Regular;
}
#custom_solution form {
  text-align: center;
  margin: auto;
}
#custom_solution form input, #custom_solution form textarea {
  width: 100%;
  font: normal normal normal 14px/20px Montserrat-Regular;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  padding: 15px 25px;
  background-color: #EAEAEA;
  border-bottom: none !important;
}
#custom_solution form input::placeholder {
  color: #919191;
}
#custom_solution form textarea {
  min-height: 150px;
  resize: vertical;
}
#custom_solution form textarea::placeholder {
  color: #919191;
}
#custom_solution form .left {
  padding-right: 8px;
}
#custom_solution form .right {
  padding-left: 5px;
}
#custom_solution form .col-xs-12 {
  padding-bottom: 15px !important;
}
#custom_solution form .btn {
  padding: 6px 65px;
  line-height: 32px;
  letter-spacing: 0.7px;
  font-weight: normal;
}
#custom_solution form .alert {
  font-size: 12px;
  color: red;
  margin: 0;
  line-height: 12px;
  padding: 0;
  height: 0;
}
#custom_solution form .erred {
  border: 1px solid red !important;
}

@media (max-width: 400px) {
  #custom_solution .title-also {
    padding-top: 36px !important;
  }
  #order-standard_cart .empty-cart .btn {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 991px) {
  #custom_solution form .right, #custom_solution form .left {
    padding: 0 15px;
  }
}
/*-----FOOTER--------------------*/
p[style="text-align:center;"] {
  display: none;
}

#footer {
  background: #000000 !important;
  padding-bottom: 32px !important;
  overflow: hidden;
}
#footer .g24-title {
  text-align: left;
  font: normal normal bold 16px/20px Montserrat-SemiBold;
  text-transform: initial;
  color: #707070;
  padding-bottom: 20px;
  margin-top: 40px;
}
#footer .g24-content {
  color: #707070;
  font: normal normal normal 14px/20px Montserrat-Regular;
  line-height: 22px !important;
  margin-bottom: 4px;
  padding-right: 25px;
}

@media (max-width: 991px) {
  #footer .col-md-2 {
    padding-bottom: 25px !important;
  }
}
.cookie-notation {
  font: normal normal normal 14px/20px Montserrat-Regular;
  text-align: center;
  background-color: black;
  color: #707070;
  padding: 8px;
}

/*----OPPORTUNITIES--------------------*/
section#performance {
  padding-bottom: 50px;
  color: black;
}

#performance .text {
  margin-top: 60px;
  padding-right: 40px;
  padding-left: 80px;
}
#performance .g24-image {
  background-position: 112%;
}
#performance .g24-title {
  text-align: left;
  margin-bottom: 40px;
  text-transform: uppercase;
}
#performance .g24-content {
  font: normal normal normal 20px/24px Montserrat-Regular;
}
#performance .g24-button {
  border: 2px solid #19B5FE;
  color: #FFFFFF;
  background-color: #19B5FE;
  text-align: center;
  width: 170px;
  margin: 30px 0 125px 0;
  font-size: 15px;
}

@media (min-width: 1200px) {
  #about-vds .text {
    padding-right: 120px;
  }
}
@media (max-width: 1199px) {
  #performance .g24-title {
    margin-top: 210px;
  }
  #performance .g24-image {
    background-position: top center;
    background-size: 350px;
  }
}
#about-vds .g24-title {
  text-align: left;
  font: normal normal bold 21px/28px Montserrat-SemiBold;
  text-transform: initial;
  margin-bottom: 35px;
}
#about-vds .g24-image {
  min-height: 500px;
}
#about-vds .col-lg-5 .g24-title {
  margin-bottom: 35px;
}
#about-vds .g24-content {
  text-align: left;
  font: normal normal normal 18px/27px Montserrat-Regular;
  margin-bottom: 25px;
}
#about-vds .features {
  margin-bottom: 75px;
}
#about-vds .features .feature {
  font: normal normal normal 18px/23px Montserrat-Regular;
  margin-bottom: 5px;
}
#about-vds .create {
  border: 3px solid #19B5FE;
  border-radius: 10px;
  padding: 45px;
  text-align: center;
  font: normal normal normal 20px/20px Montserrat-Regular;
  margin-top: 25px;
}
#about-vds .create p {
  margin-bottom: 25px;
}
#about-vds .create .part_one {
  font: normal normal bold 24px/20px Montserrat-Regular;
}
#about-vds .create .part_three {
  font: normal normal bold 26px/120px Montserrat-Regular;
}
#about-vds .create .part_three span {
  font: normal normal normal 42px/52px Montserrat-Bold;
  color: #19B5FE;
}
#about-vds .create .part_four {
  font: normal normal bold 20px/25px Montserrat-SemiBold;
  color: #19B5FE;
}
#about-vds .create .part_five {
  font: normal normal normal 16px/20px Montserrat-Regular;
  color: #B5B5B5;
  margin: 45px auto;
}
#about-vds .create .g24-button {
  background-color: #19B5FE;
  color: white;
  text-transform: initial;
  padding: 5px 35px;
}

@media (max-width: 991px) {
  #about-vds .create {
    width: 90%;
    margin-left: 5%;
  }
}
@media (max-width: 1199px) {
  #about-vds .g24-title {
    margin-top: 50px;
    margin-bottom: 15px;
  }
  #about-vds .g24-content {
    margin-top: 41px !important;
  }
}
@media (max-width: 991px) {
  #about-vds .col-lg-4 .g24-title {
    text-align: center;
  }
  #about-vds .col-lg-4 .features {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  #about-vds .g24-image {
    background-size: 90%;
  }
}
@media (max-width: 991px) {
  #about-vds .g24-image {
    min-height: 350px;
    background-size: contain;
    margin-bottom: 20px;
  }
}
#server-locations .g24-image {
  background-position: center;
  min-height: 400px;
}
#server-locations .g24-title {
  font: normal normal normal 24px/28px Montserrat-SemiBold;
  text-align: left;
  margin-bottom: 35px;
}
#server-locations .g24-content {
  font: normal normal normal 18px/24px Montserrat-Regular;
  text-align: left;
  padding-right: 50px;
}

#support .g24-title {
  font: normal normal normal 24px/28px Montserrat-SemiBold;
}
#support .g24-title.left {
  text-align: left;
}
#support .fixed {
  margin-top: 26px;
}
#support .g24-content {
  font: normal normal normal 18px/24px Montserrat-Regular;
}

@media (max-width: 991px) {
  #support .g24-title {
    margin-bottom: 22px;
  }
  #support .fixed {
    margin-top: 0;
  }
}
#also .g24-title {
  text-align: left;
  font: normal normal normal 24px/28px Montserrat-SemiBold;
  padding-right: 22px;
}
#also .g24-content {
  margin-bottom: 50px;
  font: normal normal normal 18px/24px Montserrat-Regular;
}
#also .g24-price {
  border-radius: 10px;
  border: 3px solid #19B5FE;
  padding: 50px;
}
#also .g24-price th {
  font: normal normal bold 20px/24px Montserrat-Regular;
  padding-bottom: 25px;
  text-align: center;
}
#also .g24-price td {
  font: normal normal normal 16px/30px Montserrat-Regular;
  padding: 3px 12px;
  vertical-align: top;
}
#also .g24-price .lined {
  border-bottom: 3px solid rgba(25, 181, 254, 0.3333333333);
  padding-bottom: 15px;
}
#also .g24-price .top-lined {
  padding-top: 15px;
}
#also .g24-price .lined.last {
  border-bottom: none;
}
#also .g24-button {
  background-color: #19B5FE;
  color: white;
  text-transform: initial;
  padding: 7px 62px;
  margin-top: 15px;
}

@media (max-width: 991px) {
  #also .g24-price {
    margin-left: 15%;
  }
}
@media (max-width: 767px) {
  #also .g24-price {
    margin-left: 10%;
    width: 80%;
  }
}
@media (max-width: 440px) {
  #also th {
    font-size: 12px !important;
    font-weight: bold !important;
  }
  #also td {
    font-size: 10px !important;
  }
}
/*---------- SHOP --------------------------------*/
#shop-banner {
  padding-top: 75px;
}
#shop-banner .g24-title {
  text-align: left;
  text-transform: uppercase;
  padding-top: 50px;
}
#shop-banner .g24-image {
  background-position: 75%;
  background-size: 32%;
}
#shop-banner .g24-button {
  margin: 25px 0;
  padding: 5px 45px;
  background-color: #19B5FE;
  color: white;
}

@media (max-width: 1199px) {
  #shop-banner .g24-title {
    margin-top: 350px;
  }
  #shop-banner .g24-image {
    background-position: top center;
    background-size: 350px;
  }
}
#shop-products .g24-title {
  font: normal normal bold 22px/28px Montserrat-SemiBold;
  text-transform: initial;
}
#shop-products .g24-content {
  text-align: center;
}
#shop-products .product-container {
  z-index: 100;
}
#shop-products .product {
  margin: 55px;
  padding: 20px 15px 35px 15px;
  border-radius: 5px;
  background-color: #EFEFEF;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
#shop-products .product .g24-title {
  font: normal normal bold 22px/28px Montserrat-Bold;
  margin-bottom: 6px;
}
#shop-products .product .g24-image {
  background-position: center;
  min-height: 75px;
}
#shop-products .product .price {
  color: #19B5FE;
  font: normal normal bold 27px/20px Montserrat-Bold;
  border-bottom: 1px solid rgba(190, 190, 190, 0.3333333333);
  padding-bottom: 10px;
  text-align: center;
  padding-top: 10px;
}
#shop-products .product .price span {
  font: normal normal normal 27px/20px Montserrat-Regular;
}
#shop-products .product .price .monthly {
  font: normal normal normal 14px/15px Montserrat-Regular;
  color: #888888;
  text-transform: lowercase;
}
#shop-products .product .g24-button {
  padding: 0 45px;
  background-color: #19B5FE;
  color: white;
  text-transform: initial;
}
#shop-products .product .desc {
  font: normal normal normal 18px/24px Montserrat-Regular;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  #shop-products {
    padding-top: 10px;
  }
  #shop-products .g24-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 450px) {
  #shop-products .product .g24-image {
    background-size: contain;
  }
  #shop-products .product .g24-button {
    padding: 0 15px;
  }
}
section#main-body {
  background-color: unset;
}

#g24-sidebar-profile .profile-icon {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 25px;
}
#g24-sidebar-profile .profile-icon p {
  padding-top: 25px;
  text-align: center;
  font-size: 20px;
}
#g24-sidebar-profile .icon {
  width: 25px;
  height: 15px;
  margin: 5px;
}
#g24-sidebar-profile .entry {
  /*margin-top: 15px;*/
}
#g24-sidebar-profile .entry a {
  text-decoration: none;
  color: rgba(34, 34, 34, 0.5333333333);
}
#g24-sidebar-profile .entry.active {
  text-decoration: none;
  color: rgba(34, 34, 34, 0.2) !important;
}
#g24-sidebar-profile .info-text-sm {
  background: none;
  border: none;
}
#g24-sidebar-profile .info-text-sm img {
  margin-right: 10px;
}
#g24-sidebar-profile .alert-link {
  color: #FBBB14;
}
#g24-sidebar-profile .g24-title {
  text-align: left;
  font-size: 28px;
}
#g24-sidebar-profile input {
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid rgba(128, 128, 128, 0.1882352941);
  line-height: 30px;
  height: 40px;
  width: 100%;
}
#g24-sidebar-profile input:focus {
  box-shadow: none;
  border: none;
}

#orderSummary .order-summary {
  background-color: white !important;
  border: none !important;
  box-shadow: 0 0 3px rgba(34, 34, 34, 0.1333333333);
  border-radius: 0;
}
#orderSummary .summary-container {
  background-color: white !important;
}
#orderSummary .g24-button {
  background-color: #FBBB14;
  color: white;
  text-align: center;
  padding: 5px 35px;
  border-radius: 0;
  font: normal normal normal 22px/36px Montserrat-Regular;
}

#g24-sidebar .panel-sidebar {
  transform: translateY(-10px);
  box-shadow: 0 3px 4px #AAAAAA;
  border-radius: 0 !important;
}
#g24-sidebar .list-group-item {
  border: none;
  font-size: 15px;
}
#g24-sidebar .panel-sidebar .panel-heading {
  background-color: white;
  border-bottom: 1px solid #19B5FE;
  margin: 0 5%;
}

@media (max-width: 991px) {
  #g24-sidebar .panel-sidebar .panel-body, #g24-sidebar .panel-sidebar .list-group {
    display: inherit !important;
    max-width: 320px;
  }
}
.cart-sidebar, #login-section .sidebar {
  background-color: white;
  transform: translateY(-10px);
  box-shadow: 0 3px 4px #AAAAAA;
  padding: 0 !important;
}

#g24-sidebar-profile {
  font: normal normal normal 16px/36px Montserrat-Regular;
}
#g24-sidebar-profile .g24-image {
  background-position: 15px;
  padding-left: 45px;
}
#g24-sidebar-profile .entry {
  border-top: 1px solid rgba(186, 186, 186, 0.2);
  border-left: 3px solid transparent;
  padding-top: 15px;
  padding-bottom: 15px;
}
#g24-sidebar-profile .entry.active {
  border-left: 3px solid #19B5FE;
  color: black;
}
#g24-sidebar-profile .entry.active a {
  color: black;
}

#order-standard_cart .cart-body {
  padding-left: 35px !important;
}
#order-standard_cart .header-lined {
  margin-top: 50px;
}
#order-standard_cart .header-lined h1 {
  border: none;
  color: black;
}
#order-standard_cart .product-info {
  padding: 0 !important;
  background-color: #FCFCFC !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
#order-standard_cart .product-info p {
  padding: 15px 35px;
}
#order-standard_cart .product-info p.total {
  border-top: 1px solid rgba(0, 0, 0, 0.1333333333);
  background-color: #FFFFFF;
  margin-bottom: 0 !important;
  font: normal normal normal 20px/43px Montserrat-Bold;
}
#order-standard_cart .product-info p span {
  float: right;
  text-align: center;
}
#order-standard_cart .total .price {
  transform: translateY(-10px);
}
#order-standard_cart .product-info p.total span {
  font: normal normal bold 16px/15px Montserrat-Regular;
}
#order-standard_cart .product-info p.total span span {
  font: normal normal normal 20px/25px Montserrat-Bold;
}
#order-standard_cart .product-info .product-title {
  background-color: white;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  color: #19B5FE;
  background-image: url(/templates/globalcloud24/img/icon/product.svg);
  background-size: contain;
  background-position: 93%;
  background-repeat: no-repeat;
  font-weight: bold;
}
#order-standard_cart .cart-sidebar h3 {
  margin-top: 15px !important;
  font-size: 18px !important;
}
#order-standard_cart .secondary-cart-body {
  float: unset !important;
  width: unset !important;
}
#order-standard_cart .secondary-cart-body .g24-button-reversed {
  font-family: Montserrat-Regular;
  padding: 8px 35px;
  font-weight: normal;
}
#order-standard_cart .secondary-cart-body p {
  border-top: 1px solid rgba(34, 34, 34, 0.1333333333);
  font-size: 18px;
}
#order-standard_cart .product-info {
  font-size: unset !important;
}
#order-standard_cart .sub-heading {
  text-align: left !important;
  border: none !important;
  margin-left: 25px;
}
#order-standard_cart .sub-heading span {
  color: black !important;
  font-weight: bold;
}
#order-standard_cart .secondary-cart-body .field-container {
  margin: 0 5%;
}

.g24-input {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
  text-align: right;
}
.g24-input.erred {
  border-bottom: 1px solid #ff7575 !important;
}
.g24-input .g24-label {
  font: normal normal normal 16px/15px Montserrat-Regular;
  float: left;
  margin: 13px 5px;
}
.g24-input.with-label input {
  width: 60% !important;
}
.g24-input input {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none;
  background: #FCFCFC !important;
  line-height: 30px;
  height: 40px;
}
.g24-input input::placeholder {
  font-size: 13px;
}
.g24-input input:focus {
  box-shadow: none;
  border: none;
}

#order-standard_cart .also-help {
  text-align: center;
}
#order-standard_cart .also-help a {
  color: #19B5FE;
  text-decoration: underline;
}
#order-standard_cart .also-help img {
  transform: translateY(-1px) translateX(-15px);
}

/*------------------ VOIP ---------------------*/
#voip-banner {
  padding-top: 40px;
}
#voip-banner .g24-title {
  text-align: left;
  text-transform: uppercase;
  padding-top: 50px;
}
#voip-banner .wk-get {
  margin: 150px 0 0 50px;
  width: 300px;
}
#voip-banner .wk-get a:hover {
  text-decoration: none;
}
#voip-banner .wk-get a img {
  height: 40px;
}
#voip-banner .g24-image {
  background-position: 75%;
  background-size: contain;
  min-height: 450px;
}
#voip-banner .g24-button {
  margin: 25px 0;
  padding: 5px 45px;
  background-color: #19B5FE;
  color: white;
}

@media (max-width: 1199px) {
  #voip-banner {
    padding-top: 50px;
  }
  #voip-banner .g24-title {
    margin-top: 350px;
  }
  #voip-banner .g24-image {
    background-position: top center;
  }
  #voip-banner .wk-get {
    margin: 30px auto 0 auto;
    width: 300px;
  }
}
@media (max-width: 992px) {
  #voip-banner {
    padding-top: 25px;
  }
  #voip-banner .g24-title {
    margin-top: 250px;
  }
  #voip-banner .g24-image {
    background-position: top center;
  }
}
@media (max-width: 640px) {
  #voip-banner {
    padding-top: 0;
  }
  #voip-banner .g24-title {
    margin-top: 200px;
  }
}
@media (max-width: 560px) {
  #voip-banner {
    padding-top: 0;
  }
  #voip-banner .g24-title {
    margin-top: 200px;
    padding-top: 20px;
  }
}
#voip-works .g24-title {
  font: normal normal bold 22px/28px Montserrat-SemiBold;
  text-transform: initial;
}

#voip-benefits .g24-title {
  font: normal normal bold 22px/28px Montserrat-SemiBold;
  text-transform: initial;
}
#voip-benefits .text {
  min-height: 200px;
  margin-top: 30px;
}

#voip-prices .price-table {
  margin-top: 30px;
}
#voip-prices .g24-title .title-also {
  padding-top: 15px;
  text-transform: initial;
  text-align: center;
  margin: auto;
  width: 47%;
  color: #707070;
  font: normal normal normal 16px/18px Montserrat-Regular;
}
#voip-prices .voip-prices-map {
  min-height: 550px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 100px;
}
#voip-prices .voip-prices-map .label {
  color: #000000;
  display: block;
}
#voip-prices .voip-prices-map .circle {
  position: absolute;
  background-color: #ef1847;
  border: 2px solid #ef1847;
  height: 8px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 8px;
  line-height: 50px;
  left: -5px;
  top: -8px;
}
#voip-prices .voip-prices-map .verticalLine1 {
  position: absolute;
  border-left: 1px solid #ef1847;
  height: 220px;
  text-align: left;
  padding-left: 10px;
  left: 20%;
  top: -60px;
}
#voip-prices .voip-prices-map .verticalLine2 {
  position: absolute;
  border-left: 1px solid #ef1847;
  height: 190px;
  text-align: left;
  padding-left: 10px;
  left: 47%;
  top: -60px;
}
#voip-prices .voip-prices-map .verticalLine3 {
  position: absolute;
  border-left: 1px solid #ef1847;
  height: 220px;
  text-align: left;
  padding-left: 10px;
  right: 15%;
  top: -40px;
}
#voip-prices .g24-button {
  padding: 5px 45px;
  background-color: #19B5FE;
  color: white;
}

@media (max-width: 1199px) {
  #voip-prices .voip-prices-map .verticalLine1 {
    left: 16%;
  }
  #voip-prices .voip-prices-map .verticalLine3 {
    right: 10%;
  }
}
@media (max-width: 992px) {
  #voip-prices .voip-prices-map {
    min-height: 400px;
  }
  #voip-prices .voip-prices-map .verticalLine1 {
    left: 25%;
    height: 170px;
  }
  #voip-prices .voip-prices-map .verticalLine2 {
    height: 160px;
  }
  #voip-prices .voip-prices-map .verticalLine3 {
    height: 170px;
    right: 16%;
  }
}
@media (max-width: 991px) {
  #voip-prices .voip-prices-map .verticalLine1 {
    left: 16%;
  }
  #voip-prices .voip-prices-map .verticalLine3 {
    right: 8%;
  }
}
@media (max-width: 640px) {
  #voip-prices .voip-prices-map {
    min-height: 340px;
    margin-top: 60px;
  }
  #voip-prices .voip-prices-map .verticalLine1 {
    left: 16%;
  }
  #voip-prices .voip-prices-map .verticalLine2 {
    height: 140px;
  }
  #voip-prices .voip-prices-map .verticalLine3 {
    right: 5%;
  }
}
@media (max-width: 560px) {
  #voip-prices .voip-prices-map {
    min-height: 300px;
  }
  #voip-prices .voip-prices-map .verticalLine1 {
    left: 16%;
    height: 150px;
  }
  #voip-prices .voip-prices-map .verticalLine2 {
    height: 140px;
  }
  #voip-prices .voip-prices-map .verticalLine3 {
    right: 1%;
    height: 150px;
  }
}
@media (max-width: 480px) {
  #voip-prices .voip-prices-map {
    min-height: 230px;
  }
  #voip-prices .voip-prices-map .verticalLine1 {
    left: 16%;
    height: 130px;
  }
  #voip-prices .voip-prices-map .verticalLine2 {
    height: 110px;
  }
  #voip-prices .voip-prices-map .verticalLine3 {
    right: 0%;
    height: 120px;
  }
}
@media (max-width: 420px) {
  #voip-prices .voip-prices-map {
    min-height: 230px;
  }
  #voip-prices .voip-prices-map .verticalLine1 {
    left: 16%;
    height: 130px;
    padding-left: 0px;
  }
  #voip-prices .voip-prices-map .verticalLine2 {
    height: 110px;
    padding-left: 0px;
  }
  #voip-prices .voip-prices-map .verticalLine3 {
    right: 0;
    height: 120px;
    padding-left: 0px;
  }
}
#voip-products .g24-title {
  font: normal normal bold 22px/28px Montserrat-SemiBold;
  text-transform: initial;
}
#voip-products .g24-content {
  text-align: center;
}
#voip-products .product-container {
  z-index: 100;
  min-height: 500px;
}
#voip-products .product {
  margin: 55px;
  padding: 20px 15px 35px 15px;
  border-radius: 5px;
  background-color: #EFEFEF;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
#voip-products .product .g24-title {
  font: normal normal bold 22px/28px Montserrat-Bold;
  margin-bottom: 6px;
}
#voip-products .product .g24-image {
  background-position: center;
  min-height: 75px;
}
#voip-products .product .price {
  color: #19B5FE;
  font: normal normal bold 27px/20px Montserrat-Bold;
  border-bottom: 1px solid rgba(190, 190, 190, 0.3333333333);
  padding-bottom: 10px;
  text-align: center;
  padding-top: 10px;
}
#voip-products .product .price span {
  font: normal normal normal 27px/20px Montserrat-Regular;
}
#voip-products .product .price .monthly {
  font: normal normal normal 14px/15px Montserrat-Regular;
  color: #888888;
  text-transform: lowercase;
}
#voip-products .product .g24-button {
  padding: 0 45px;
  background-color: #19B5FE;
  color: white;
  text-transform: initial;
}
#voip-products .product .desc {
  font: normal normal normal 18px/24px Montserrat-Regular;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  #voip-products {
    padding-top: 10px;
  }
  #voip-products .g24-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 450px) {
  #voip-products .product .g24-image {
    background-size: contain;
  }
  #voip-products .product .g24-button {
    padding: 0 15px;
  }
}
/*------------------ LOGIN / REGISTER---------------------*/
#login-section .logincontainer {
  padding: 25px;
  background-color: #FCFCFC;
  border-radius: 10px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3333333333);
  margin: 150px auto 100px auto;
  max-width: 500px;
}
#login-section .registercontainer {
  padding: 25px;
  background-color: #FCFCFC;
  border-radius: 10px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3333333333);
  margin: 150px auto 100px auto;
  max-width: 500px;
  max-width: 650px;
}
#login-section .close-login {
  margin: -45px -45px 0 0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #19B5FE;
  background-color: white;
  opacity: 1;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3333333333);
  font-weight: normal;
  font-size: 38px;
  position: relative;
}

.logincontainer .checkbox {
  margin-bottom: 36px;
}

#login-section .close-login span {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 45px;
}
#login-section .content {
  background-image: url("/templates/globalcloud24/img/icon/logo.svg");
  background-position: center top;
  background-repeat: no-repeat;
  padding: 85px 25px 25px 25px;
  font: normal normal normal 14px/15px Montserrat-Regular;
  text-align: center;
}

@media (max-width: 540px) {
  #login-section .close-login span {
    line-height: 50px;
  }
}
.login-register-link {
  font-size: 20px;
  color: #D5D5D5;
}
.login-register-link a {
  font-size: 20px;
  color: #D5D5D5;
}
.login-register-link a.active {
  color: #19B5FE;
}

#login-section {
  text-align: center;
}
#login-section .g24-input {
  width: 300px;
  margin: 5px auto;
}

.login-form input[type=checkbox] {
  display: none;
  border: 1px solid #19B5FE;
}
.login-form .checkbox label {
  font: normal normal normal 16px/15px Montserrat-Regular;
}
.login-form .checkbox .checkmark {
  float: left;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: white;
  box-shadow: 0 0 2px #19B5FE;
  border: 1px solid #19B5FE;
  transform: translateX(-10px) translateY(-2px);
}
.login-form .checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}

#registration {
  padding: 0 30px;
}
#registration .g24-input {
  width: 100%;
}

.flag-container {
  font: normal normal normal 14px/15px Montserrat-Regular;
}

#registration #inputPhone {
  padding-left: 108px;
}
#registration .intl-tel-input.separate-dial-code .selected-dial-code {
  padding-right: 18px;
}
#registration #passwordStrengthTextLabel {
  font: normal normal normal 16px/15px Montserrat-Regular;
}

#login-section .error {
  color: rgba(205, 92, 92, 0.53);
  font: normal normal normal 16px/15px Montserrat-Regular;
  width: auto;
}

.intl-tel-input .country-list {
  z-index: 200;
}

/*----------------- CLIENT AREA -------------------*/
.g24-text-left {
  text-align: left !important;
  padding-left: 12px;
  margin-top: 70px;
  margin-bottom: 70px;
  font: normal normal normal 24px/38px Montserrat-SemiBold;
}

.g24-text-greetings {
  margin-bottom: 15px;
}

.btn-block {
  width: 73%;
  margin: 0 15%;
}

@media (min-width: 991px) and (max-width: 1200px) {
  .btn-block {
    width: 100%;
    margin: 0 0;
  }
}
#domain .row:nth-child(1), #domain .row:nth-child(2) {
  margin-bottom: 12px;
}

.fas.fa-pencil-alt {
  color: transparent !important;
}

div[menuitemname="Client Details"] em {
  font-style: normal;
}
div[menuitemname="Client Details"] .panel-body {
  font: normal normal 400 14px/30px Montserrat-Regular;
}
div[menuitemname="Client Contacts"] a {
  color: white !important;
  background-color: #D5D5D5 !important;
  border-color: #D5D5D5 !important;
}
div[menuitemname="Client Contacts"] a i {
  color: white !important;
  background-color: #D5D5D5 !important;
  border-color: #D5D5D5 !important;
}

.home-kb-search {
  float: right;
  border-bottom: 1px solid #D5D5D5;
  margin-right: 30px;
  width: 34%;
}
.home-kb-search input {
  font: normal normal 400 14px/20px Montserrat-Regular;
  padding: 0 0 0 25px !important;
  border: none !important;
  box-shadow: none !important;
  color: grey;
  background-color: #FCFCFC !important;
}
.home-kb-search .magnifier {
  float: left;
  position: absolute;
  margin: 13px 0 0 -11px;
  width: 20px;
}

.tiles .tile {
  background-color: #FCFCFC;
  padding: 4px;
  border: none !important;
}
.tiles .tile:hover {
  background-color: #FCFCFC;
}
.tiles .highlight {
  background-color: #D5D5D5 !important;
}
.tiles .inner {
  padding: 12px;
  margin: 12px;
  background-color: #F7F7F7;
  background-repeat: no-repeat;
  background-position: center 25%;
  box-shadow: 1px 1px 4px #b0b0b0;
}
.tiles .inner:hover {
  background-color: #EFEFEF;
}
.tiles .inner .stat {
  font: normal normal normal 38px/38px Montserrat-Regular;
  text-align: center;
  color: black;
}
.tiles .g24-image {
  min-height: 100px;
  background-size: 38%;
}
.tiles .inner .title {
  font: normal normal normal 22px/22px Montserrat-Regular;
  text-transform: none;
  text-align: center;
  margin-top: 15px;
  max-height: 20px;
  color: black;
}
.tiles .inner .highlight {
  height: 1px;
}

@media (max-width: 768px) {
  .tiles .g24-image {
    background-size: contain;
  }
}
.breadcrumb {
  font: normal normal normal 16px/30px Montserrat-Regular;
  float: left;
  color: #D5D5D5;
  background-color: unset !important;
  margin: -57px 0 0 12px;
  padding: 0;
  position: absolute;
  z-index: 100;
}
.breadcrumb li a {
  color: black;
}

.clientareahome_crumb {
  margin: 12px 0 0 12px;
}

.client-home-panels {
  padding: 0 6px;
}
.client-home-panels .panel {
  background-color: #F7F7F7;
  margin-top: 20px;
  box-shadow: 3px 3px 3px #b0b0b0;
  border: none;
}
.client-home-panels .list-group-item .text-domain {
  display: none;
}
.client-home-panels .panel .panel-heading {
  background-color: #F7F7F7;
  padding-top: 20px;
}
.client-home-panels .panel .list-group-item {
  background: #F7F7F7;
}
.client-home-panels .panel > .list-group {
  border: none;
}
.client-home-panels .btn {
  color: #19B5FE !important;
  background-color: #F5F5F5 !important;
  border: 2px solid #19B5FE !important;
  border-radius: 5px;
  min-height: 25px;
  min-width: 160px;
  font: normal normal bold 14px/32px Montserrat-SemiBold;
}
.client-home-panels .panel-heading {
  height: 76px;
}
.client-home-panels .panel-heading .panel-title {
  font: normal normal normal 18px/35px Montserrat-Regular;
}
.client-home-panels .panel-body, .client-home-panels .list-group {
  border-top: 1px solid #D5D5D5 !important;
  margin: 0 10px;
}
.client-home-panels .label {
  margin-right: 43px;
  background-color: transparent !important;
  color: #19B5FE;
  width: 75px;
  height: 15px;
  font: normal normal bold 20px/15px Montserrat-Regular;
}

.far.fa-closed-captioning {
  color: #19B5FE;
}

#containerAddCcEmail {
  display: inline-block;
}

#btnAddCcEmail {
  width: 100%;
  margin-top: 10px;
}

.col-button-left, .col-button-right {
  width: 100% !important;
  padding: 0 !important;
  margin-top: 5px;
}

.ticket-actions .btn {
  margin-top: 5px;
  border-width: 2px;
}

#btnTicketReply {
  padding-right: 34px;
  color: #19B5FE;
  border-color: #19B5FE;
  border-width: 2px;
  margin-top: 6px;
}

.md-editor .btn-primary {
  background-color: #19B5FE;
  border-color: #19B5FE;
}

.client-home-panels .list-group-item {
  font: normal normal normal 16px/19px Montserrat-Regular;
}
.client-home-panels .list-group-item span {
  font: normal normal normal 16px/19px Montserrat-Regular;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting {
  padding-bottom: 15px;
}
table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
  padding-bottom: 15px;
}

.client-home-panels .panel > .list-group .list-group-item {
  padding: 20px 10px 14px 10px;
}

.text-last-updated {
  color: #D5D5D5;
}

.clientarea_panels_left {
  padding-left: 15px;
  padding-right: 6px;
}

.clientarea_panels_right {
  padding-left: 6px;
  padding-right: 15px;
}

.clientarea_chat_link {
  position: absolute;
  right: -75px;
  bottom: 15px;
  width: 0;
}
.clientarea_chat_link img {
  width: 75px;
}

@media (max-width: 1200px) {
  .clientarea_chat_link {
    display: none;
  }
}
@media (max-width: 1337px) {
  .clientarea_chat_link {
    right: 70px;
    bottom: -70px;
  }
}
.sidebar .panel-heading .panel-title {
  font: normal normal normal 18px/32px Montserrat-Regular;
  text-align: center;
  color: black;
}
.sidebar .panel-heading .panel-title .fas, .sidebar .panel-heading .panel-title .far, .sidebar .panel-heading .panel-title .fal {
  margin-bottom: 15px;
}
.sidebar .panel-footer {
  background-color: white;
}
.sidebar .panel-footer .btn {
  border-radius: 5px;
  font: normal normal normal 18px/12px Montserrat-Regular;
}
.sidebar .panel-footer .btn-success {
  background-color: #19B5FE;
  border-color: #19B5FE;
}
.sidebar .panel-footer .btn-default {
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}
.sidebar .panel-heading .panel-minimise {
  bottom: 0;
}
.sidebar .panel-heading i:not(.panel-minimise) {
  font-size: 69px;
  width: 100%;
}

.cart-sidebar .panel-heading i:not(.panel-minimise) {
  font-size: 69px;
  width: 100%;
}

.sidebar .panel[menuitemname="Already Registered"] {
  min-height: 400px;
}
.sidebar .panel-title {
  padding: 10px 0;
}

/*********** CLIENT AREA SERVICES ***************/
.dataTables_wrapper * {
  font: normal normal bold 14px/12px Montserrat-Regular;
}
.dataTables_wrapper .fal, .dataTables_wrapper .far {
  font-family: "Font Awesome 5 Pro";
}

.listtable .billing-cycle {
  color: rgba(0, 0, 0, 0.2);
}
.listtable .dataTables_info {
  background-color: #F5F5F5;
  color: black;
  font: normal normal normal 16px/12px Montserrat-Regular;
  border: none;
  box-shadow: 0px 3px 8px #C5C5C5;
}
.listtable .dataTables_filter input {
  background: url("/templates/globalcloud24/img/icon/search.svg") #F5F5F5 no-repeat 8px 5px !important;
  box-shadow: none;
  border-radius: 0;
  border: none !important;
  background-color: white !important;
}

.dataTables_wrapper table.table-list {
  margin-top: 12px !important;
}
.dataTables_wrapper table.table-list thead th {
  border-bottom: 1px solid #19B5FE !important;
  font-weight: bold;
  background-color: #FCFCFC !important;
}
.dataTables_wrapper table.table-list td {
  background-color: #FCFCFC !important;
  color: #888888;
  font-weight: normal;
}

@media (max-width: 600px) {
  .dataTables_wrapper * {
    font-size: 14px !important;
  }
  .dataTables_wrapper .label.status {
    font-size: 12px !important;
    padding: 4px;
  }
  .listtable {
    max-width: 100%;
    overflow-x: scroll !important;
  }
  .dataTables_wrapper table.table-list {
    border-top: 1px solid #19B5FE;
  }
  .dataTables_info {
    display: none;
  }
  .dataTable th {
    font: normal normal bold 16px/12px Montserrat-Bold;
    color: black !important;
  }
}
.dataTables_length {
  box-shadow: 0 3px 8px #C5C5C5;
}
.dataTables_length * {
  font: normal normal normal 16px/12px Montserrat-Regular;
}
.dataTables_length .input-sm {
  margin: 0 5px 0 5px;
}
.dataTables_length .input-sm[name=tableInvoicesList_length] {
  margin: 0 5px 0 5px;
  transform: translateY(-2px);
}

.pagination * {
  border-radius: 0 !important;
  border: none !important;
  font: normal normal normal 16px/12px Montserrat-Regular;
}

.paginate_button a {
  background-color: white;
  padding: 1px 12px !important;
  margin: 0 12px;
}

.pagination .previous a, .pagination .next a {
  background-color: #F5F5F5 !important;
  text-decoration: none;
}

.login-form .g24-input {
  margin-bottom: 20px !important;
}

.pagination .paginate_button.active a {
  padding: 1px 12px !important;
  margin: 0 12px;
  background-color: #19B5FE !important;
}

.status {
  border: 2px solid #19B5FE;
  font: normal normal bold 12px/12px Montserrat-Regular !important;
  color: #19B5FE;
  padding: 10px 8px;
  text-transform: uppercase;
}

.table-list > tbody > tr:nth-child(even) > td {
  /*background-color: #fffffc !important;*/
}

.table a {
  color: black;
  text-decoration: none;
}

.list-group-item.active {
  background-color: white !important;
  color: #19B5FE;
  font-weight: bold;
}

.panel-sidebar a.list-group-item.active i {
  color: unset !important;
}

.list-group-item:hover {
  background-color: white !important;
  color: black !important;
}

.checkbox input[type=checkbox] {
  background-color: #19B5FE;
  color: #19B5FE;
}

.main-content .form-control {
  background-color: #fcfcfc;
}

.form-control {
  font-size: 14px;
}

.main-content input {
  border: none !important;
  box-shadow: none !important;
  border-radius: 0;
  border-bottom: 1px solid #D5D5D5 !important;
}

.sendinvite {
  margin-bottom: 75px;
  margin-top: 20px;
  background-color: #19B5FE;
}

.main-content .form-group input.btn {
  background-color: #19B5FE;
  padding: 10px 20px;
  border: 2px solid #19B5FE !important;
  font: normal normal normal 16px/16px Montserrat-Regular !important;
  margin-bottom: 20px;
  border-radius: 5px;
  margin-right: 45px;
  text-transform: uppercase;
}
.main-content .form-group input.btn-default {
  background-color: white;
  border: 2px solid #19B5FE !important;
  color: #19B5FE;
}

.user-management {
  border: none;
}
.user-management th {
  padding-top: 25px !important;
  font: normal normal normal 16px/28px Montserrat-Regular !important;
  color: #5C5C5C;
}
.user-management td {
  padding-top: 25px !important;
}
.user-management .btn-remove-user {
  background-color: #19B5FE;
  color: white;
  border: 2px solid #19B5FE;
}
.user-management small {
  color: #C5C5C5;
}

.user-count {
  margin-bottom: 10px;
  color: #5C5C5C;
  margin-left: 10px;
}

.main-content select {
  border: none !important;
  box-shadow: none !important;
  border-radius: 0;
  border-bottom: 1px solid #F5F5F5 !important;
  font: normal normal normal 14px/16px Montserrat-Regular !important;
}
.main-content .checkbox label, .main-content .radio-inline {
  font: normal normal normal 16px/22px Montserrat-Regular !important;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: -15px;
}
.main-content .checkbox label {
  display: block;
}
.main-content .checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.main-content .radio-inline input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.main-content .checkbox .checkmark, .main-content .radio-inline .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border: 2px solid #19B5FE;
}
.main-content .checkmark:after {
  content: "";
  width: 19px;
  height: 19px;
  background-image: url("/templates/globalcloud24/img/icon/checkmark.svg");
  background-size: contain;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  position: absolute;
  display: none;
}
.main-content input:checked ~ .checkmark:after {
  display: block;
}
.main-content .checkmark input:checked {
  left: 2px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 346px) {
  .main-content .form-group input.btn {
    margin-left: 10px;
  }
}
@media (max-width: 406px) {
  .main-content .form-group input.btn {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .dataTables_filter {
    display: none;
  }
}
@media (max-width: 540px) {
  .client-home-panels .panel-title {
    font: normal normal bold 12px/22px Montserrat-Regular !important;
  }
  .client-home-panels .btn {
    font-size: 12px !important;
  }
}
/******************** CUSTOM CHECKBOXES *************************************/
.table-container .btn {
  background-color: #FCFCFC;
  color: #19B5FE;
  border-radius: 5px;
  border: 2px solid #19B5FE !important;
}

.view-cart-items-header {
  background-color: #19B5FE !important;
}

#order-standard_cart .view-cart-items {
  border-bottom: 2px solid #19B5FE !important;
}

#orderSummary .font-size-30 {
  background-color: white !important;
  color: #19B5FE !important;
}
#orderSummary .summary-container {
  border-radius: 0 !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

.products .btn {
  background-color: #19B5FE;
  border-color: #19B5FE;
  border-radius: 5px;
}

.product-status-text {
  font-size: 20px;
}

.kb-search .btn {
  background-color: #19B5FE !important;
}

.alert {
  border-radius: 0;
  background-color: #FCFCFC;
  border: none;
  font: normal normal normal 14px/20px Montserrat-Regular;
}

.product-status {
  border-radius: 0;
  background-color: #19B5FE !important;
  box-shadow: 2px 2px 7px #7F7F7F;
}
.product-status .fa-stack.fa-lg {
  background: url("/templates/globalcloud24/img/icon/server.svg") #F7F7F7 no-repeat center center !important;
}

div.product-details div.product-icon {
  background-color: #F7F7F7;
}

.product-icon {
  border-radius: 0 !important;
}

div.product-details div.product-icon {
  padding: 5px !important;
}

.product-details .col-md-8 *, .product-details-tab-container * {
  font: normal normal normal 15px/15px Montserrat-Regular;
}

.product-details .product-overview .col-md-8 {
  padding-top: 10px;
}
.product-details .col-md-8, .product-details .col-md-4 h4 {
  margin: 10px 0;
}
.product-details .product-overview {
  padding-bottom: 25px;
}

#layers .lu-label {
  font-size: 18px !important;
}
#layers .lu-table tbody th, #layers .lu-table tbody td {
  font-size: 18px !important;
}
#layers .lu-table tfoot th, #layers .lu-table tfoot td {
  font-size: 18px !important;
}
#layers a {
  color: black !important;
}

#inputCaptcha {
  border-radius: 0 !important;
  height: 32px !important;
  border-color: #b0b0b0 !important;
}

.sidebar .fas, .cart-sidebar .fas {
  color: #19B5FE;
}

/*HEADER FIX*/
@media (max-width: 1023px) {
  #header .top-nav {
    list-style: unset;
  }
  .menu-container .menu-entry.mobile {
    display: block;
  }
}
/*FOOTER FIX*/
@media (max-width: 660px) {
  #footer .col-xs-6 {
    width: 100% !important;
  }
  #footer div {
    padding: 0;
    margin: 0;
  }
  #footer .g24-title {
    margin-top: 20px;
    line-height: 25px;
  }
  #footer .container {
    margin: 5px;
    padding: 0;
  }
  #also th {
    padding: 10px 3px;
    font-size: 14px;
  }
}
#inputBillingcycle {
  background-color: #FCFCFC !important;
}

.panel-footer .btn {
  background-color: white !important;
  color: #19B5FE !important;
  border: 2px solid #19B5FE !important;
  padding: 10px;
  text-transform: uppercase;
}

.list-group-item i, .panel-footer .btn i {
  display: none;
}

.marketing-email-optin {
  font: normal normal normal 16px/20px Montserrat-Regular;
  padding: 40px;
  border: 1px solid rgba(187, 187, 187, 0.3333333333);
  box-shadow: 0 3px 7px rgba(170, 170, 170, 0.6666666667);
}
.marketing-email-optin p {
  border-top: 1px solid rgba(187, 187, 187, 0.3333333333);
  padding-top: 15px;
  margin-top: 10px;
}
.marketing-email-optin h4 {
  font: normal normal bold 22px/22px Montserrat-Regular;
}

.generate-password, .password-strength-meter {
  font: normal normal normal 18px/20px Montserrat-Regular;
}

#registration .g24-input {
  margin-bottom: 18px;
}

.listtable input::placeholder {
  opacity: 1;
  color: #c2c2c2;
  font-weight: normal;
}

#default-captcha-domainchecker, .intl-tel-input * {
  font: normal normal normal 18px/20px Montserrat-Regular;
}

.fas.fa-user, .glyphicon-user {
  background-image: url("/templates/globalcloud24/img/icon/clientarea_user.svg");
  background-size: 20%;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent !important;
}

.sidebar .fa-folder {
  background-image: url("/templates/globalcloud24/img/icon/clientarea_contact.svg");
  background-size: 20%;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
  margin: 15px 0;
}
.sidebar .fa-bookmark {
  background-image: url("/templates/globalcloud24/img/icon/clientarea_links.svg");
  background-size: 20%;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
  margin: 15px 0;
}
.sidebar .fa-filter {
  background-image: url("/templates/globalcloud24/img/icon/clientarea_filter.svg");
  background-size: 20%;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}
.sidebar .fa-plus {
  background-image: url("/templates/globalcloud24/img/icon/clientarea_actions.svg");
  background-size: 20%;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}
.sidebar .panel-title .fa-plus {
  background-image: url("/templates/globalcloud24/img/icon/clientarea_actions_title.svg");
  background-size: 20%;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}
.sidebar .btn .fa-plus {
  background-image: unset;
  background-size: 20%;
  background-position: center;
  background-repeat: no-repeat;
  color: unset;
}
.sidebar .fa-life-ring {
  background-image: url("/templates/globalcloud24/img/icon/clientarea_support.svg");
  background-size: 20%;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}
.sidebar .fa-university, .sidebar .fa-credit-card {
  background-image: url("/templates/globalcloud24/img/icon/clientarea_billing.svg");
  background-size: 20%;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}
.sidebar .fa-star {
  background-image: url("/templates/globalcloud24/img/icon/clientarea_overview.svg");
  background-size: 20%;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}
.sidebar .fa-wrench, .sidebar .fa-calendar-alt {
  background-image: url("/templates/globalcloud24/img/icon/clientarea_actions_title.svg");
  background-size: 20%;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}

@media (max-width: 991px) {
  .col-sm-2.hidden-xs .btn.btn-default.btn-block {
    line-height: 20px !important;
  }
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  background: #19B5FE;
}

.client-home-panels .panel-body a {
  color: #19B5FE !important;
}

.sidebar .fa-circle:before, .cart-sidebar .fa-circle:before {
  content: "\f0c8";
}

.sidebar .fa-dot-circle:before, .cart-sidebar .fa-dot-circle:before {
  content: "\f14a";
}

.sidebar .panel-actions .list-group-item, .cart-sidebar .panel-actions .list-group-item {
  padding-left: 50px;
}

.sidebar .panel-actions .list-group-item:before, .cart-sidebar .panel-actions .list-group-item:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: -35px;
  background-position: center;
  background-repeat: no-repeat;
}

.sidebar .panel-actions #Primary_Sidebar-Account-My_Details:before {
  background-image: url("/templates/globalcloud24/img/icon/clientarea_actions.svg");
}
.sidebar .panel-actions #Primary_Sidebar-Account-My_Details.active:before {
  background-image: url("/templates/globalcloud24/img/icon/clientarea_actions_active.svg");
}
.sidebar .panel-actions #Primary_Sidebar-Account-User_Management:before {
  background-image: url("/templates/globalcloud24/img/icon/clientarea_users.svg");
}
.sidebar .panel-actions #Primary_Sidebar-Account-User_Management.active:before {
  background-image: url("/templates/globalcloud24/img/icon/clientarea_users_active.svg");
}
.sidebar .panel-actions #Primary_Sidebar-Account-Contacts_Sub-Accounts:before {
  background-image: url("/templates/globalcloud24/img/icon/clientarea_contacts.svg");
}
.sidebar .panel-actions #Primary_Sidebar-Account-Contacts_Sub-Accounts.active:before {
  background-image: url("/templates/globalcloud24/img/icon/clientarea_contacts_active.svg");
}
.sidebar .panel-actions #Primary_Sidebar-Account-Email_History:before {
  background-image: url("/templates/globalcloud24/img/icon/clientarea_emails.svg");
}
.sidebar .panel-actions #Primary_Sidebar-Account-Email_History.active:before {
  background-image: url("/templates/globalcloud24/img/icon/clientarea_emails_active.svg");
}

.sidebar-secondary .active {
  color: #19B5FE;
}

#tableTicketsList_wrapper .dataTables_length select {
  transform: translateY(-1px);
}

.dataTables_empty {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

section#footer {
  padding: 40px 10px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: unset !important;
}

.label-info {
  background-color: #19B5FE;
}

.btn-manage-permissions {
  background-color: white;
  color: #19B5FE !important;
  border: 2px solid #19B5FE;
}

.btn-sm, .btn-group-sm > .btn {
  font-size: 14px !important;
}

.main-content h2 {
  font: normal normal bold 21px/24px Montserrat-SemiBold;
  margin: 30px 0 5px 0;
}

.btn {
  font: normal normal normal 16px/24px Montserrat-Regular;
  border-radius: 5px;
}

.btn-small {
  font-size: 16.5px !important;
}

.checkbox-inline {
  padding-left: 33px;
  padding-bottom: 5px;
  transform: translateY(2px);
}

.announcement-single {
  padding-left: 15px;
  margin-bottom: 80px !important;
}
.announcement-single .article-items {
  position: absolute;
  height: 0;
  float: right;
  top: 0;
  right: 5px;
  font: normal normal normal 18px/18px Montserrat-Regular;
}
.announcement-single .label-warning {
  background-color: #19B5FE !important;
}
.announcement-single .label {
  padding: 10px 50px;
  margin-top: 20px;
  border-radius: 5px;
  font: normal normal normal 15px/18px Montserrat-Regular;
}
.announcement-single .title {
  color: black !important;
  font: normal normal bold 18px/55px Montserrat-Regular;
}
.announcement-single .title p {
  font: normal normal normal 18px/42px Montserrat-Regular;
}
.announcement-single p a {
  position: absolute;
  float: left;
  display: block;
}

@media (max-width: 420px) {
  .announcement-single .article-items {
    transform: translateY(-13px);
  }
}
.new-contact label, .new-contact select {
  font: normal normal normal 18px/20px Montserrat-Regular;
  text-align: left !important;
}
.new-contact button {
  font: normal normal bold 18px/20px Montserrat-Regular;
  color: white;
  background-color: #19B5FE;
}

.new-contact-country {
  font: normal normal normal 18px/20px Montserrat-Regular;
  margin-top: 27px;
}

.form-group h3 {
  margin-top: 15px;
  margin-bottom: 25px;
  font: normal normal normal 22px/30px Montserrat-Regular;
  color: black;
}

.btn-cancel {
  background-color: white !important;
  color: #19B5FE;
  border: 2px solid #19B5FE !important;
}

#tabOverview .nav-tabs li a {
  color: #D5D5D5;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
}
#tabOverview .nav-tabs li.active a {
  color: #19B5FE;
  background-color: #FCFCFC;
  border: none;
  border-bottom: 2px solid;
}
#tabOverview .nav-tabs li i {
  color: transparent;
  width: 0;
}

.sidebar .panel-actions .list-group-item[menuitemname=Information], .sidebar .panel-actions .list-group-item[menuitemname="Change Password"], .sidebar .panel-actions .list-group-item[menuitemname=Cancel] {
  padding-left: 15px;
}

div.product-details-tab-container {
  border: none !important;
}

#layers .lu-col-sm-20p a {
  background-color: #f5f5f5;
}
#layers .lu-widget__top {
  background-color: #f5f5f5;
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.25);
}
#layers .lu-widget {
  box-shadow: none !important;
  border: none !important;
}

#resourceusage input {
  border-bottom: none !important;
}

#order-standard_cart .products .product div.product-pricing {
  font: normal normal normal 18px/30px Montserrat-Regular !important;
}
#order-standard_cart .products .product div.product-pricing span.price {
  font: normal normal bold 24px/30px Montserrat-Regular !important;
}
#order-standard_cart .cart-sidebar h3 {
  font-size: 22px !important;
  font-weight: bold !important;
}

@media (max-width: 991px) and (min-width: 500px) {
  #header .logo img {
    transform: translateY(6px);
  }
}
@media (max-width: 991px) {
  .g24-text-greetings {
    margin-bottom: 70px;
  }
  .clientareahome_crumb {
    margin-top: -57px;
  }
  .main-content {
    min-height: unset;
  }
  .home-kb-search {
    float: none;
    width: 80%;
    border-bottom: 1px solid #D5D5D5;
    margin: 10px 30px 10px 10%;
  }
}
@media (max-width: 766px) {
  .clientarea_panels_left, .clientarea_panels_right {
    padding: 0 2%;
  }
  .client-home-panels .btn {
    min-width: 100px;
  }
  #header .top-nav li {
    margin-right: 16px;
  }
}
@media (max-width: 336px) {
  #header .top-nav li {
    margin-right: 4px;
  }
}
.main-content .panel-default input[type=submit] {
  width: 80%;
}

.panel-footer .fas {
  color: white;
}

.dataTables_wrapper .dataTables_length {
  min-height: 43px;
}

@media (max-width: 991px) {
  .panel-actions > .list-group {
    padding: 10px;
    overflow-x: unset;
    white-space: normal;
    max-width: fit-content;
  }
  .panel-actions > .list-group a {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .login-register-link {
    font-size: 20px;
  }
  .client-home-panels p, .client-home-panels .panel > .list-group .list-group-item {
    font-size: 12px !important;
  }
  .client-home-panels .list-group-item span {
    font: normal normal bold 12px/19px Montserrat-Regular;
    margin-right: 11px;
  }
  .client-home-panels .list-group-item .label {
    font-size: 12px !important;
  }
}
@media (max-width: 500px) {
  .client-home-panels .list-group-item span {
    font: normal normal bold 10px/19px Montserrat-Regular;
  }
}
.kb-search .form-control {
  font: normal normal normal 18px/20px Montserrat-Regular;
}

#order-standard_cart .order-summary .total-due-today .amt {
  padding-top: 25px;
  padding-bottom: 25px;
}

#homepage-map-mobile .g24-title {
  text-transform: uppercase;
}

.table-striped td {
  white-space: nowrap;
}

/*************** CLIENTAREA_ICONS ***************************/
.module-client-area .lu-i-c-6x {
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  width: 65px;
}
.module-client-area a img {
  display: none;
}
.module-client-area a[data-title=Start] .lu-i-c-6x {
  background-image: url("/templates/globalcloud24/img/clientarea/server_actions/start.svg") !important;
}
.module-client-area a[data-title=Reboot] .lu-i-c-6x {
  background-image: url("/templates/globalcloud24/img/clientarea/server_actions/reboot.svg") !important;
}
.module-client-area a[data-title=Stop] .lu-i-c-6x {
  background-image: url("/templates/globalcloud24/img/clientarea/server_actions/stop.svg") !important;
}
.module-client-area a[data-title="Shut Down"] .lu-i-c-6x {
  background-image: url("/templates/globalcloud24/img/clientarea/server_actions/shut_down.svg") !important;
}
.module-client-area a[data-title="noVNC Console"] .lu-i-c-6x {
  background-image: url("/templates/globalcloud24/img/clientarea/server_actions/no_vnc.svg") !important;
}
.module-client-area a[data-title="Spice Console"] .lu-i-c-6x {
  background-image: url("/templates/globalcloud24/img/clientarea/server_actions/spice_console.svg") !important;
}
.module-client-area a[data-title=Reinstall] .lu-i-c-6x, .module-client-area a[data-title=Переустановить] .lu-i-c-6x {
  background-image: url("/templates/globalcloud24/img/clientarea/server_actions/reinstall.svg") !important;
}
.module-client-area a[data-title=Backups] .lu-i-c-6x, .module-client-area a[data-title=Бэкапы] .lu-i-c-6x {
  background-image: url("/templates/globalcloud24/img/clientarea/server_actions/backup.svg") !important;
}
.module-client-area a[data-title="Backup Jobs"] .lu-i-c-6x, .module-client-area a[data-title=Бэкап-задачи] .lu-i-c-6x {
  background-image: url("/templates/globalcloud24/img/clientarea/server_actions/backup_jobs.svg") !important;
}
.module-client-area a[data-title=Graphs] .lu-i-c-6x, .module-client-area a[data-title=Графики] .lu-i-c-6x {
  background-image: url("/templates/globalcloud24/img/clientarea/server_actions/graphs.svg") !important;
}
.module-client-area a[data-title="Tasks History"] .lu-i-c-6x, .module-client-area a[data-title="История задач"] .lu-i-c-6x {
  background-image: url("/templates/globalcloud24/img/clientarea/server_actions/task_history.svg") !important;
}
.module-client-area a[data-title=Network] .lu-i-c-6x, .module-client-area a[data-title=Сеть] .lu-i-c-6x {
  background-image: url("/templates/globalcloud24/img/clientarea/server_actions/network.svg") !important;
}
.module-client-area a[data-title=Snapshots] .lu-i-c-6x, .module-client-area a[data-title="Резервные копии"] .lu-i-c-6x {
  background-image: url("/templates/globalcloud24/img/clientarea/server_actions/snapshots.svg") !important;
}
.module-client-area a[data-title=Firewall] .lu-i-c-6x, .module-client-area a[data-title=Фаервол] .lu-i-c-6x {
  background-image: url("/templates/globalcloud24/img/clientarea/server_actions/firewall.svg") !important;
}
.module-client-area a[data-title="Firewall Options"] .lu-i-c-6x, .module-client-area a[data-title="Настройки фаервола"] .lu-i-c-6x {
  background-image: url("/templates/globalcloud24/img/clientarea/server_actions/firewall_options.svg") !important;
}
.module-client-area a[data-title=Disks] .lu-i-c-6x, .module-client-area a[data-title=Диски] .lu-i-c-6x {
  background-image: url("/templates/globalcloud24/img/clientarea/server_actions/disk.svg") !important;
}

.choose-contact {
  box-shadow: 0 2px 3px rgba(34, 34, 34, 0.1333333333);
  background-color: #F5F5F5;
}
.choose-contact .btn {
  min-width: 100px;
}

#Secondary_Sidebar-Client_Shortcuts-Order_New_Services {
  display: none;
}

#g24-orderSummary {
  color: #19B5FE;
}

.view-cart-items-header {
  font-size: 18px !important;
}

.view-cart-tabs {
  font-size: 16px !important;
}

.custom-heading th {
  color: #444444 !important;
}

#order-standard_cart label {
  font-size: 16px !important;
}

.primary-bg-color {
  background-color: #FCFCFC !important;
  width: 100%;
  text-align: center;
}

.client-home-panels {
  margin-bottom: 50px;
}

#cancellationreason {
  min-height: 150px;
  resize: vertical;
}

.intl-tel-input .selected-flag .iti-arrow {
  right: 2px !important;
}

.user-count, .user-management {
  font: normal normal normal 16px/28px Montserrat-Regular;
}

.label.status span {
  font: normal normal bold 12px/12px Montserrat-Regular;
}

@media (max-width: 750px) {
  .breadcrumb {
    margin-top: -60px;
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 420px) {
  #performance .g24-title {
    font-size: 27px;
    line-height: 27px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  #about-vds {
    margin-top: -100px;
  }
  #also .g24-price table {
    margin: auto;
  }
}
@media (max-width: 480px) {
  #also .g24-price {
    padding: 18px;
  }
}
@media (max-width: 550px) {
  #login-section .close-login {
    margin: -45px -21px 0 0;
  }
}
.security-settings {
  padding-left: 50px;
}
.security-settings .alert {
  padding: 0;
}
.security-settings h2 {
  margin: 35px 0 10px 0;
}

.lu-col-sm-20p {
  min-width: 175px;
}

@media (max-width: 991px) {
  .lu-col-sm-20p {
    margin-left: 10px;
  }
  #layers .lu-tiles > * {
    margin: auto;
  }
  .security-settings {
    padding-left: 0;
  }
  #footer .col-xs-6 {
    margin: 0 !important;
  }
  .select-account a {
    padding-left: 0;
  }
}
@media (max-width: 800px) {
  #also .g24-button {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .panel-actions > .panel-heading > .panel-title {
    display: inherit;
  }
  #menu-container .menu-entry a {
    padding-top: 25px;
    padding-bottom: 10px;
  }
  #menu-container .row.close-button {
    padding-bottom: 40px;
  }
  .g24-text-left {
    margin-top: 10px;
  }
  #g24-sidebar .panel-body, #g24-sidebar .list-group {
    width: max-content;
    margin: auto;
  }
}
@media (max-width: 499px) {
  .title-back {
    font-size: 50px;
  }
  #homepage-banner-first, #homepage-features, #homepage-banner-forth, #shop-banner {
    padding-top: 10px;
  }
  #calculator .g24-image {
    min-height: 200px;
    background-size: contain;
  }
  #homepage-banner-first .g24-image {
    min-height: 320px;
  }
  #homepage-banner-forth .item_right {
    margin-top: 10px;
  }
  #homepage-banner-forth .item_right .list {
    margin-top: 10px;
  }
  #homepage-map-mobile {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  #custom_solution {
    margin-top: 50px;
    padding-top: 30px;
  }
  #custom_solution .contacts .g24-title, #custom_solution .g24-form .g24-title {
    margin-top: 40px;
  }
  #performance .text {
    margin-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }
  section#performance, #shop-products, #also {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #performance .g24-button, #shop-banner .g24-button {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  #about-vds {
    padding-top: 10px;
  }
  #about-vds .g24-title {
    padding-top: 30px;
    margin-top: 0;
  }
  #about-vds .create .part_one {
    font: normal normal bold 26px/26px Montserrat-Regular;
  }
  #about-vds .create .part_three {
    font: normal normal bold 26px/80px Montserrat-Regular;
  }
  #server-locations .g24-image {
    min-height: 180px;
    background-size: contain;
  }
  #support .g24-content {
    padding-bottom: 20px;
  }
  #shop-banner .g24-title {
    margin-top: 300px;
  }
  #g24-sidebar .panel-sidebar .panel-heading {
    padding-top: 0;
  }
  #homepage-banner-first .g24-button:last-child img {
    transform: translateX(0px) translateY(0px);
  }
}
@media (max-width: 499px) {
  #homepage-banner-first .g24-button {
    min-width: 75px;
  }
}
#order-standard_cart .g24-input.with-label label {
  max-width: 100px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

a[menuitemname="RSS Feed"] {
  padding-left: 6px;
}

#containerPassword .btn.generate-password {
  display: none;
}

.select-account {
  border: none;
}
.select-account a {
  color: #19B5FE;
  font-size: 15px;
  border-radius: 5px;
  border: 2px solid #19B5FE;
  text-transform: uppercase;
  padding: 15px 20px;
  margin-left: 12px;
  line-height: 21px;
  margin-right: 22px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

#modalGeneratePassword .btn-close-container {
  margin: 0;
  font-size: 37px;
  /*overflow: hidden;*/
  position: absolute;
  line-height: 31px;
  z-index: 99;
  padding: 15px;
  top: -12px;
  right: -12px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
  width: 50px;
  height: 50px;
  font-weight: normal;
}

.btn-close-container button {
  color: #19B5FE;
  opacity: 1;
}

.home-kb-search .form-control {
  border-bottom: none !important;
}

#alertOverdueInvoice {
  text-align: center;
  margin-bottom: 60px;
  margin-top: -25px;
}
#alertOverdueInvoice .pull-right {
  width: 100%;
  float: right;
}
#alertOverdueInvoice a {
  border-radius: 5px;
  transform: translateY(54px);
}

div[mg-module=proxmoxVps] .h4.lu-m-b-3x.lu-m-t-3x {
  font-weight: bold;
}

#layers .lu-label--status:before {
  display: none !important;
}
#layers .lu-widget__top .lu-top__title {
  font-weight: bold !important;
}
#layers .lu-table thead tr td:first-child, #layers .lu-table thead tr th:first-child {
  color: black;
}
#layers .lu-table tbody tr td:first-child, #layers .lu-table tbody tr th:first-child {
  color: black;
}
#layers .lu-table tfoot tr td:first-child, #layers .lu-table tfoot tr th:first-child {
  color: black;
}
#layers .lu-table thead tr td:last-child, #layers .lu-table thead tr th:last-child {
  color: black;
}
#layers .lu-table tbody tr td:last-child, #layers .lu-table tbody tr th:last-child {
  color: black;
}
#layers .lu-table tfoot tr td:last-child, #layers .lu-table tfoot tr th:last-child {
  color: black;
}

.g24-details-title {
  margin-top: 25px;
  margin-bottom: 25px;
}

.table.user-management th {
  font-weight: bold !important;
}

.user-count {
  text-align: center;
}

#containerExistingAccountSelect .radio-inline {
  max-width: 500px;
  margin-bottom: 5px;
}

#btnEmptyCart {
  margin-top: 10px !important;
  border-radius: 5px !important;
  color: #19B5FE !important;
  background-color: white !important;
  border: 2px solid #19B5FE !important;
}

#shop-products, #support {
  overflow: hidden;
}

#shop-products .content-back, #support .content-back {
  font: normal normal bold 250px/22px Montserrat-Bold;
  color: rgba(0, 0, 0, 0.0196078431);
  cursor: default;
  height: 0;
  transform: translateY(75px);
}

#shop-products .content-back_2, #support .content-back_2 {
  transform: translateX(-200px) translateY(-100px);
}

/***************** homepage-banner-forth **************************/
#homepage-banner-forth {
  min-height: 750px;
}
#homepage-banner-forth .wrap {
  display: flex;
  justify-content: center;
  flex-direction: row;
  overflow: hidden;
}
#homepage-banner-forth .wrap .content-back {
  position: absolute;
  height: 0;
  font: normal normal bold 250px/22px Montserrat-Bold;
  transform: translateX(46%) translateY(110px);
  color: rgba(0, 0, 0, 0.0196078431);
  cursor: default;
  z-index: 1;
}
#homepage-banner-forth .wrap .content-back.content-back_2 {
  transform: translateX(-35%) translateY(375px);
  text-align: right;
}
#homepage-banner-forth .list {
  margin-top: 35px;
  color: #19B5FE;
}
#homepage-banner-forth .list.first {
  margin-top: 55px;
}
#homepage-banner-forth .list h1 {
  font-size: 25px;
  margin-bottom: 25px;
  margin-left: 4px;
}
#homepage-banner-forth .list li {
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  margin-left: -15px;
  list-style-image: url("/templates/globalcloud24/img/icon/checkmark.svg");
}
#homepage-banner-forth .image {
  transform: translateY(-35px);
  width: 160px;
  float: left;
}
#homepage-banner-forth .image.first {
  transform: translateY(10px);
}
#homepage-banner-forth .image-wrap {
  float: left;
}
#homepage-banner-forth .content {
  height: 270px;
  z-index: 2;
}
#homepage-banner-forth .content-bordered {
  margin-top: 145px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  background: white;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  #homepage-banner-forth .wrap {
    flex-direction: column;
    justify-content: flex-start;
    margin-right: 15px;
    margin-left: 15px;
  }
  #homepage-banner-forth .list {
    margin-top: -145px;
    transform: translateY(40px);
  }
  #homepage-banner-forth .image-wrap {
    margin-bottom: 150px;
    margin-right: 30px;
  }
}
@media (max-width: 500px) {
  #homepage-banner-forth .image-wrap {
    display: none;
  }
  #homepage-banner-forth .content-bordered {
    margin-top: 180px;
  }
}
@media (max-width: 345px) {
  #homepage-banner-forth .content-bordered {
    margin-top: 220px;
  }
}
#g24-sidebar div[menuitemname="Network Status"] a {
  padding-left: 22px;
}
#g24-sidebar a[menuitemname="View RSS Feed"] {
  padding-left: 15px !important;
}

#order-standard_cart .btn-checkout {
  font-size: 18px;
  font-weight: bold;
}

#btnCompleteOrder {
  font-size: 18px;
}

.announcement h1 a {
  color: black;
}

@media (max-width: 991px) {
  #about-vds .create {
    margin-top: 50px;
  }
  #g24-sidebar {
    max-width: 350px;
    margin: auto;
  }
  div[menuitemname="My Invoices Status Filter"] a, div[menuitemname="My Quotes Status Filter"] a, div[menuitemname="My Services Status Filter"] a, div[menuitemname="Ticket List Status Filter"] a, div[menuitemname=Account] a {
    text-align: left !important;
  }
  div[menuitemname=Support] {
    margin-top: 25px;
  }
  .col-sm-3 .btn-block {
    width: 84%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .calculator-container {
    margin-top: 120px !important;
  }
  #login-section .logincontainer, #login-section .registercontainer {
    margin-top: 75px;
  }
  #about-vds {
    padding-top: 75px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1023px) {
  #menu-container {
    min-width: 35%;
  }
}
.need-to-login {
  font-size: 21px;
  line-height: 30px;
}

div[menuitemname="Client Contacts"] .list-group-item {
  background-color: white !important;
  color: #222222 !important;
}
div[menuitemname="Client Contacts"] .list-group-item:hover {
  background-color: #E5E5E5 !important;
}

@media (max-width: 381px) {
  #g24-sidebar .panel-sidebar .panel-body, #g24-sidebar .panel-sidebar .list-group {
    max-width: 266px;
  }
  .sidebar .panel-actions .list-group-item, .cart-sidebar .panel-actions .list-group-item {
    padding-left: inherit;
  }
  .sidebar .panel-actions .list-group-item:before, .cart-sidebar .panel-actions .list-group-item:before {
    content: none;
  }
}
@media (max-width: 480px) {
  .row-eq-height .product-desc, .row-eq-height footer {
    width: 100% !important;
  }
  .tiles .inner .title {
    font-size: 18px;
  }
  #tabOverview .nav-tabs li a {
    font-size: 15px !important;
  }
}
.btn-success:active:hover, .btn-success.active:hover {
  color: #fff;
  background-color: #19B5FE;
  border-color: #19B5FE;
}

.open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #19B5FE;
  border-color: #19B5FE;
}

.btn-success:active:focus, .btn-success.active:focus {
  color: #fff;
  background-color: #19B5FE;
  border-color: #19B5FE;
}

.open > .dropdown-toggle.btn-success:focus {
  color: #fff;
  background-color: #19B5FE;
  border-color: #19B5FE;
}

.btn-success:active.focus, .btn-success.active.focus {
  color: #fff;
  background-color: #19B5FE;
  border-color: #19B5FE;
}

.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #19B5FE;
  border-color: #19B5FE;
}

#inputHostname, #inputRootpw {
  width: 100% !important;
  border-bottom: none !important;
}

.title-also a[href="#"] {
  pointer-events: none;
  color: transparent;
}

@media (max-width: 991px) {
  #custom_product_back {
    transform: translateY(50px);
    white-space: nowrap;
  }
  #custom_product_proceed {
    transform: translateY(-50px);
    white-space: nowrap;
  }
}
#contact_form .g-recaptcha div:first-child {
  margin: 20px auto;
}
#contact_form .g24-button-reversed {
  margin-top: 30px;
}

#registration input[type=tel] {
  text-indent: 10px;
}

.logincontainer .error {
  color: rgba(205, 92, 92, 0.53);
  font: normal normal normal 16px/15px Montserrat-Regular;
  width: auto;
}

/*# sourceMappingURL=custom.css.map */
