* {
  -webkit-text-size-adjust: 100%;
}

img {
  height: auto;
}

body {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #2d2d2d;
}

.dropdown-backdrop {
  display: none;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* padding-top: 40px; */
  z-index: 9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header.beforeStick {
  top: -150px;
}

header.sticky,
header.sticky-inbox,
header.sticky-monitor,
header.sticky-bounce,
header.sticky-dmarc {
  /* padding: 15px 0; */
  position: fixed;
  /* box-shadow: 0 -10px 15px #fff; background: #3735c0*/
  z-index: 100;
  border-radius: 2px;
  background-color: rgba(45, 43, 173, 0.9);
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
}

header.sticky-inbox {
  background-color: rgba(61, 199, 137, 0.9);
}

header.sticky-monitor {
  background-color: rgba(80, 184, 252, 0.9);
}

header.sticky-bounce {
  background-color: rgba(254, 131, 49, 0.9);
}

header.sticky-dmarc {
  background-color: rgba(252, 105, 108, 0.9);
}

#site-footer {
  border-top: 1px solid rgba(175, 175, 199, 0.3);
}

@media only screen and (max-width: 1199px) {
  .footer-sidebars {
    padding: 0;
  }
}

.footer-links-mobile a {
  margin: 10px 0;
}

@media only screen and (max-width: 767px) {
  .footer-links-mobile a {
    text-align: left;
    /* margin-left: 5% */
  }
}

.mobileMenu.menu-inbox {
  background-color: rgb(61, 199, 137);
}

.header-phone-number {
  text-align: center;
  margin-top: 15px;
  font-weight: 500;
}

.header-phone-number:hover {
  opacity: 0.7;
}

.mobileMenu.menu-monitor {
  background-color: rgb(80, 184, 252);
}

.mobileMenu.menu-bounce {
  background-color: rgb(254, 131, 49);
}

.mobileMenu.menu-dmarc {
  background-color: rgb(252, 105, 108);
}

.mobileMenu.menu-inbox .mob-get-started-btn {
  color: rgba(61, 199, 137) !important;
}

.mobileMenu.menu-monitor .mob-get-started-btn {
  color: rgb(80, 184, 252) !important;
}

.mobileMenu.menu-bounce .mob-get-started-btn {
  color: rgb(254, 131, 49) !important;
}

.mobileMenu.menu-dmarc .mob-get-started-btn {
  color: rgba(252, 105, 108) !important;
}

.product-page .domain-icon {
  background-image: url(../img/prod-menu-icon-comxd-white.svg) !important;
}

.product-page .inbox-icon {
  background-image: url(../img/prod-menu-icon-mark-white.svg) !important;
}

.product-page .dmarc-icon {
  background-image: url(../img/prod-menu-icon-rhomb-white.svg) !important;
}

.product-page .blacklist-icon {
  background-image: url(../img/prod-menu-icon-square-white.svg) !important;
}

.product-page .bounce-icon {
  background-image: url(../img/prod-menu-icon-circle-white.svg) !important;
}

header.sticky .menu .Login li a {
  background: #fff;
  color: #3735c0;
  border-color: transparent;
}

header.sticky .menu .Login li:last-child a {
  color: #fff;
  background: linear-gradient(75deg, #f800b6, #ffb92e);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 3s ease infinite;
  animation: AnimationName 3s ease infinite;
}

header .menu .caret,
.mobileMenu.opened .caret,
.annualPlanMob .caret,
.monthlyPlanMob .caret,
.mobile-sidebar .caret {
  margin-left: 2px;
  content: " ";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 6px;
  background: url(../img/subs-arrow.svg) center/contain no-repeat;
  top: 52%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  border: none;
}

.page-template-page-inbox-insights .caret,
.page-template-page-dmarc .caret,
.page-template-page-monitor .caret,
.page-template-page-bounce .caret {
  background: url(../img/subs-arrow-white.svg) center/contain no-repeat !important;
}

.mobile-sidebar .caret {
  background: url(../img/carret.svg) center/contain no-repeat;
  top: 65%;
}

.annualPlanMob .caret,
.monthlyPlanMob .caret {
  background: url(../img/carret.svg) center/contain no-repeat;
  top: 49%;
}

.mobile-sidebar .widget {
  padding-left: 0;
}

.mobile-sidebar .widget-title {
  position: relative;
}

.dropdown-toggle::after {
  content: none;
}

.top-nav-menu {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .menu .open .caret,
.mobileMenu .dropdown.open .caret,
.annualPlanMob a[aria-expanded="true"] .caret,
.monthlyPlanMob a[aria-expanded="true"] .caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 46%;
}

.annualPlanMob a[aria-expanded="true"] .caret,
.monthlyPlanMob a[aria-expanded="true"] .caret {
  top: 49%;
}

header.sticky .menu .Login li a:hover {
  background: transparent linear-gradient(75deg, #f800b6 0, #ffb92e 100%) 0 0
    no-repeat padding-box;
  color: #fff;
  border-color: transparent;
}

header.sticky .menu .Login li:last-child a:hover {
  background: #fff;
  color: #3735c0;
  border-color: transparent;
}

.mobile-header {
  display: flex;
  align-items: center;
}

.mobileMenu .dropdown.open ul {
  background-color: rgba(79, 183, 252, 0.1);
  position: relative;
}

.mobileMenu .dropdown.open ul a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.menu-item-wrapper {
  position: relative;
}

.menu-item-wrapper .btn {
  display: block !important;
  margin-right: 0;
  margin-top: 8px;
  border: 1px solid white;
  border-radius: 25px;
  padding: 10px 15px !important;
}

div.page .mobile-icon {
  display: none !important;
}

.mobile-icon {
  width: 18px;
  height: 18px;
  margin-left: 10px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* b { font-weight: 700; font-weight: 100; } */

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: 0;
}

.row > * > h1,
.row > * > h2,
.row > * > h3 {
  margin: 56px 0 16px;
  text-align: center;
}

.row > * > h2 ~ * {
  text-align: center;
}

p {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

.mobile-menu-container .menu {
  text-align: right;
}

.menu.menu2 {
  text-align: right;
}

.menu .nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.menu li {
  display: inline-block;
  padding: 5px 0 5px;
}

#sidebar-right .menu li,
#sidebar-left .menu li {
  display: block;
}

.menu-tutorials-container li,
.menu-blacklists-container li {
  margin-bottom: 12px;
}

.menu-guides-container li,
li.cat-item {
  margin-bottom: 18px;
}

@media only screen and (max-width: 991px) {
  #sidebar-right .widget {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 992px) {
  #sidebar-right .widget {
    padding-left: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  #sidebar-right .widget,
  #sidebar-left .widget {
    padding-left: 40px;
  }
}

.menu a {
  font-size: 14px;
  letter-spacing: 0;
  color: #fff;
  padding: 8px 20px;
  margin: 0 5px;
  text-decoration: none;
}

.uk-nav-side > li > a:focus,
.uk-nav-side > li > a:hover {
  background: inherit;
  color: #3735c0;
}

a.inline-post {
  border-left: 2px solid #50b8fc !important;
}

.postTitle {
  text-decoration: none !important;
}

.blacklists-help a,
.menu-tutorials-container ul a,
.menu-blacklists-container ul a,
.page-api ul li a,
.item-blog ol li a {
  color: #3735c0;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.menu a:hover {
  color: #aedfff;
}

.menu .haveSub {
  position: relative;
}

.menu .haveSub::after {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 6px;
  background: url(../img/subs-arrow.svg) center/contain no-repeat;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

.menu .dropdown-menu,
.menu .subNav {
  display: inline-block !important;
  position: absolute;
  /* top: -150vh; */
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0;
  margin: 0;
  min-width: 220px;
  text-align: left;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  top: 70%;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}

.menu .haveSub:hover::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 50%;
}

.menu .open .dropdown-menu,
.haveSub:hover ul.sub-menu.dropdown-menu {
  pointer-events: initial;
  top: 100%;
  opacity: 1;
}

.menu ul.sub-menu.dropdown-menu li {
  float: left;
  width: 100%;
  padding: 0;
}

.menu ul.sub-menu.dropdown-menu a {
  background: #fff;
  float: left;
  width: 100%;
  margin: 0;
  color: #2d2d2d;
  /* opacity: 0.7; */
  padding: 10px 10px 10px 40px;
  position: relative;
  font-weight: 600;
}

.no-icons-dropdown ul.sub-menu.dropdown-menu a,
.support-dropdown ul.sub-menu.dropdown-menu a {
  padding-left: 16px;
  padding-right: 16px;
}

/* .menu ul.sub-menu.dropdown-menu li:first-child a { background: #f8f8fd; color: #000000; opacity: 1; user-select: none; } */

.menu ul.sub-menu.dropdown-menu a:hover {
  opacity: 1;
  color: #000;
  background-color: #f8f8fd;
}

.menu ul.sub-menu.dropdown-menu li:first-child a:hover {
  opacity: 1;
}

.menu ul.sub-menu.dropdown-menu .icon,
.mobileMenu ul.sub-menu.dropdown-menu .icon {
  display: inline-block;
  width: 23px;
  height: 23px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mobileMenu ul.sub-menu.dropdown-menu .icon {
  position: static;
  margin-right: 10px;
  -webkit-transform: none;
  transform: none;
}

.mobileMenu .menu-item:not(:last-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.mobileMenu .menu-item.open {
  border-bottom: none;
}

/* */

.dropdown-menu {
  margin: 0;
  padding: 0;
}

/* */

.menu .Login {
  /* margin-left: 70px*/
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  #menu-top-menu .menuLogin,
  .menu .Login a {
    padding: 10px 15px !important;
  }
  /* .mainBaner .featureAnimated { left: -64px !important; } */
}

/* @media screen and (max-width: 1280px) and (min-width: 1025px) { .mainBaner .featureAnimated { left: 40px !important; } } */

@media screen and (max-device-width: 1024px) and (orientation: portrait) {
  .mainBaner .featureAnimated {
    left: 50px !important;
  }
}

#menu-top-menu .menuLogin,
.menu .Login a {
  padding: 10px 30px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 700;
}

#menu-top-menu .menuLogin:hover,
.menu .Login a:hover {
  background: #fff;
  color: #2d2bad;
}

.menu .Login li:last-child a {
  background: #fff;
  color: #3735c0;
  border-color: transparent;
}

.menu .Login li:last-child a:hover {
  background: transparent linear-gradient(75deg, #f800b6 0, #ffb92e 100%) 0 0
    no-repeat padding-box;
  color: #fff;
  border-color: transparent;
}

.header-container {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  background: #2624a0;
}

.mainBaner-tabs {
  height: 648px;
  line-height: 648px;
  position: relative;
  text-align: center;
}

.mainBaner-tabs .row {
  line-height: normal;
  vertical-align: bottom;
  text-align: left;
  margin: 0;
  display: -webkit-flex;
  -webkit-box-align: center;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}

.mainBaner-tabs .mainBaner {
  display: none;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  min-height: 300px;
}

.mainBaner-tabs .mainBaner .row > div {
  position: static;
}

.mainBaner-tabs .mainBaner.active {
  display: block;
}

.mainBaner .featureAnimated {
  position: relative;
  left: -28px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
}

.mainBaner-mob .featureAnimated {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
}

.mainBaner-mob {
  padding-top: 120px;
  padding-bottom: 120px;
  color: #fff;
}

#inbox .featureAnimated .img {
  top: 5%;
  left: 55%;
}

@media only screen and (min-width: 768px) {
  .mainBaner-mob#inbox .featureAnimated .text {
    top: 50%;
    left: 35%;
  }
  .mainBaner-mob#tracker .featureAnimated .text {
    top: 42%;
    left: 37%;
  }
  .mainBaner-mob#monitor .featureAnimated .text {
    top: 42%;
    left: 28%;
  }
  .mainBaner-mob#dmarc .featureAnimated .text {
    top: 42%;
    left: 35%;
  }
}

.mainBaner-mob .featureAnimated .img {
  top: 5%;
  left: 55%;
  width: 100%;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* .animated-text { position: relative; left: -19px; } */

.mainBaner .featureAnimated .text,
.mainBaner-mob .featureAnimated .text {
  position: absolute;
  text-align: center;
  z-index: 3;
  font-size: 28px;
  line-height: 1.3;
  text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
  .mainBaner .featureAnimated .text,
  .mainBaner-mob .featureAnimated .text {
    font-size: 22px;
  }
}

.mainBaner .featureText {
  position: relative;
  max-width: 520px;
  left: -62px;
}

.mainBaner .featureText h2,
.mainBaner-mob .featureText h2 {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 1.3;
}

.mainBaner .featureText ul,
.mainBaner-mob .featureText ul {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.mainBaner .featureText li,
.mainBaner-mob .featureText li {
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  padding-left: 24px;
  margin-bottom: 16px;
}

.mainBaner .featureText li::before,
.mainBaner-mob .featureText li::before {
  content: " ";
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 6px;
  left: 0;
}

.mainBaner .featureText .inboxInsight li::before,
.mainBaner-mob .featureText .inboxInsight li::before {
  background: url(../img/prod-menu-icon-mark.svg) center/contain no-repeat;
}

.mainBaner .featureText .dmarcAnalitics li::before,
.mainBaner-mob .featureText .dmarcAnalitics li::before {
  background: url(../img/prod-menu-icon-rhomb.svg) center/contain no-repeat;
}

.mainBaner .featureText .uptimeMonitor li::before,
.mainBaner-mob .featureText .uptimeMonitor li::before {
  background: url(../img/prod-menu-icon-square.svg) center/contain no-repeat;
}

.mainBaner .featureText .emailConsulting li::before,
.mainBaner-mob .featureText .emailConsulting li::before {
  background: url(../img/prod-menu-icon-circle.svg) center/contain no-repeat;
}

.mainBaner .featureText .btn,
.mainBaner-mob .featureText .btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 30px;
  background: linear-gradient(75deg, #f800b6 0, #ffb92e 100%) 0 0 no-repeat
    padding-box;
  text-decoration: none;
  border-radius: 40px;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .mainBaner-mob .feature {
    display: -webkit-box;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width: 1024px) {
  .mainBaner-mob .featureAnimated .animated-text {
    font-size: 22px;
  }
}

@media only screen and (max-width: 991px) {
  .mainBaner-mob .featureAnimated {
    /* left: 50px; */
    display: -webkit-box;
    display: flex;
  }
  .mainBaner .featureText {
    left: 0px;
  }
  .employee {
    text-align: center;
    margin-bottom: 32px;
    padding: 0;
  }
}

@media only screen and (max-width: 568px) {
  .employee {
    text-align: left;
  }
}

.mainBaner .featureText .btn:hover,
.mainBaner-mob .featureText .btn:hover {
  background: #fff;
  color: #3735c0;
}

.mainBaner-tabs .tabSwitcher {
  line-height: normal;
  vertical-align: bottom;
  display: inline-block;
}

.lSSlideOuter + .tabSwitcher {
  display: block;
  top: -50px;
}

.lSSlideOuter + .tabSwitcher .row {
  margin: 0;
}

.mainBaner-tabs .tabSwitcher a,
.lSSlideOuter + .tabSwitcher a {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #daf3f6;
  height: 50px;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mainBaner-tabs .tabSwitcher a.active,
.lSSlideOuter + .tabSwitcher a.active {
  pointer-events: none;
  color: #ffffff;
}

.mainBaner-tabs .tabSwitcher a .icon,
.lSSlideOuter + .tabSwitcher a .icon {
  width: 13px;
  height: 13px;
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.mainBaner-tabs .tabSwitcher a,
.lSSlideOuter + .tabSwitcher a {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  text-transform: uppercase;
}

.mainBaner-tabs .tabSwitcher a:hover,
.lSSlideOuter + .tabSwitcher a:hover {
  opacity: 0.7;
}

.container.tabSwitcher {
  position: relative;
}

.container.tabSwitcher::after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: calc(100% - 4px);
  width: 25%;
  height: 8px;
  border-radius: 8px;
  background: 0 0;
  -webkit-transition: 0.5s;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background: #50b8fc;
}

.container.tabSwitcher.slide1::after {
  left: 0;
}

.container.tabSwitcher.slide2::after {
  left: 25%;
}

.container.tabSwitcher.slide3::after {
  left: 50%;
}

.container.tabSwitcher.slide4::after {
  left: 75%;
}

.mainBaner-tabs .tabSwitcher a.active::after,
.lSSlideOuter + .tabSwitcher a.active::after {
  background: #50b8fc;
}

@media only screen and (max-width: 1200px) {
  .tabSwitcher .col-md-3 {
    padding: 0;
  }
  .mainBaner-tabs .tabSwitcher a,
  .lSSlideOuter + .tabSwitcher a {
    font-size: 11px;
  }
  .tabSwitcher {
    padding: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .mainBaner-tabs .tabSwitcher a,
  .lSSlideOuter + .tabSwitcher a {
    font-size: 15px;
  }
}

.treadsBlock {
  /* display: flex; */
  flex-direction: column;
  align-items: center;
}

.treadsBlock .item {
  /* margin: 24px 0 50px; */
  text-align: center;
  user-select: none;
}

.treadsBlock .img {
  height: 55px;
  line-height: 55px;
  margin-bottom: 25px;
}

.treadsBlock .img img {
  vertical-align: bottom;
  max-height: 100%;
}

.customer-review-top-container {
  /* position: absolute; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.customer-review-top-container .feature-block_text {
  padding: 56px 0 0;
}

.reviewer-photo {
  position: absolute;
  top: 6%;
  left: -6%;
  z-index: 1;
}

.treadsBlock .advantage {
  display: none;
}

.treadsBlock .services {
  padding: 0 0 64px 0;
}

.services-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.services-description-title {
  margin: 0 !important;
}

/* h3.subSecond { line-height: 28px; font-size: 18px; margin-bottom: 40px; } */

h3.subSecond {
  line-height: 28px;
  font-size: 18px;
  width: 80%;
  /* margin-left: 10%; */
  margin-top: 32px;
  margin-bottom: 20px;
}

h3.subSecond + p {
  margin-bottom: 20px;
  font-weight: bold;
}

.toolsBlock {
  color: #fff;
  background: #3735c0
    url(/wp-content/themes/glock-apps-theme/img/alltools-bg.svg) top right /
    cover no-repeat;
  padding-bottom: 56px;
}

.toolsBlock .item {
  position: relative;
  /* margin-bottom: 40px; */
  padding-bottom: 25px;
  /* height: 290px; */
  display: flex;
  flex-direction: column;
}

.toolsBlock .item a {
  color: #50b8fc;
}

/* .toolsBlock .row + .row .item { height: 225px } */

.toolsBlock .img {
  height: 60px;
  line-height: 60px;
  margin-bottom: 25px;
}

.toolsBlock .img img {
  vertical-align: bottom;
  max-height: 100%;
  position: relative;
}

.toolsBlock h4 {
  margin: 0 0 5px;
}

.toolsBlock-line {
  max-width: 1170px;
  margin: 0 auto;
}

h4.tools-title {
  margin: 0 0 40px;
  color: #50b8fc;
}

.tool-title {
  margin: 0 0 5px !important;
  color: #fff !important;
}

.toolsBlock p {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  opacity: 0.8;
}

@media only screen and (min-width: 768px) {
  .toolsBlock p {
    height: 50px;
  }
  .toolsBlock h4 {
    height: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .toolsBlock p {
    height: 100px;
  }
  .toolsBlock h4 {
    height: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .toolsBlock p {
    height: 75px;
  }
  .toolsBlock h4 {
    height: 24px;
  }
}

.tool-link {
  padding-top: 8px;
  padding-bottom: 8px;
}

.tool-link a {
  color: #07d6ef;
}

.tool-set {
  padding: 0;
  user-select: none;
}

.tool-set > div {
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .tool-set > div {
    padding: 0 15px;
  }
}

.domain-check {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.toolsBlock .item.last {
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 3px;
  padding: 24px;
}

@media only screen and (min-width: 992px) {
  .toolsBlock .item.last {
    padding: 48px 24px;
  }
}

@media only screen and (min-width: 1200px) {
  .toolsBlock .item.last {
    padding: 32px 24px;
  }
}

.toolsBlock .item.last h4 {
  font-weight: bold;
  text-align: center;
  height: auto;
}

.toolsBlock .item.last .dontLost {
  padding: 72px 24px;
}

@media only screen and (max-width: 575px) {
  .toolsBlock a {
    color: #07d6ef;
  }
}

.employeeReview {
  background: #342da7;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}

.employeeReview .slider {
  height: auto !important;
}

.employeeReview .lSPager {
  display: none;
}

.employeeReview .lSAction {
  position: relative;
  bottom: 20px;
}

.employeeReview .lSAction > a {
  background: 0 0;
  color: #50b8fc;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.employeeReview .sliderNext,
.employeeReview .sliderPrev {
  display: inline-block;
  width: 9px;
  /* height: 13px; */
  line-height: 12px;
  vertical-align: middle;
}

.employeeReview .lSAction > .lSPrev {
  left: 0;
}

.employeeReview .lSAction > .lSNext {
  left: 40px;
  margin-top: -15px;
}

.employeeReview .sliderPrev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.employeeReview .img img {
  width: 100%;
  border-radius: 100%;
}

.employeeReview .name {
  font-size: 20px;
  line-height: 24px;
  margin: 8px 0 10px;
}

.employeeReview .position {
  opacity: 0.7;
}

.employeeReview .quote blockquote {
  font-size: 18px;
  line-height: 34px;
  position: relative;
  quotes: '"' '"';
  margin: 8px 0 0 16px;
  padding: 0;
}

.employeeReview .quote blockquote::before {
  content: open-quote;
  position: absolute;
  left: -17px;
}

.employeeReview .quote blockquote::after {
  content: close-quote;
  position: absolute;
  margin-left: 5px;
}

.employeeReview .quote blockquote::after,
.employeeReview .quote blockquote::before {
  font-weight: 700;
  font-size: 27px;
  line-height: 37px;
  color: #50b8fc;
  margin-top: -8px;
}

.trustedBlock {
  margin-bottom: 0;
  padding: 0 15px;
  max-width: 1140px;
  margin: 0 auto;
}

.trustedBlock .item {
  width: 20%;
  text-align: center;
  height: 80px;
  line-height: 80px;
  float: left;
  padding: 0 15px;
}

.trustedBlock .item:first-child {
  margin-left: -15px;
  text-align: left;
}

.trustedBlock .item:last-child {
  padding-right: 0;
}

.trustedBlock img {
  vertical-align: middle;
  width: 100%;
}

.reviewer-container {
  width: 860px;
  position: relative;
}

.customeReview {
  background: url(/wp-content/themes/glock-apps-theme/img/customers_saying.svg)
    center / cover no-repeat;
  position: relative;
}

.customeReview.customerReview-ppc {
  background: transparent;
  margin-bottom: 36px;
}

.customeReview.customerReview-ppc .customeReview-heading {
  font-size: 27px;
  margin-bottom: 0;
}

.customeReview .lSPager .active a {
  background-color: #3735c0;
}

.customeReview .lSPager {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 24px;
}

.customeReview .lSPager.lSpg > li a {
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.customeReview .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #3735c0 !important;
}

.customeReview .lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #fc676a;
}

.customeReview .sliderNav,
.customerReview .sliderNav {
  position: absolute;
  left: 50%;
  top: 85px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.customerReview .sliderNav {
  left: 43%;
  top: 27%;
}

.customeReview .lSAction > a {
  background: 0 0;
  color: #3735c0;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.customeReview .sliderNext,
.customeReview .sliderPrev {
  display: inline-block;
  width: 9px;
  /* height: 13px; */
  line-height: 12px;
  vertical-align: middle;
}

.customeReview .sliderNext svg,
.customeReview .sliderPrev svg {
  width: 100%;
}

.customeReview .lSAction > .lSPrev {
  left: 15%;
}

@media (max-width: 1200px) {
  .customeReview .lSAction > .lSPrev {
    left: 5%;
    margin-top: -15px;
  }
}

.customeReview .lSAction > .lSNext {
  left: auto;
  right: 30%;
}

.customeReview .sliderPrev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.customeReview .item {
  margin-top: 40px;
  margin-bottom: 80px;
  position: relative;
  background: #fff;
  box-shadow: 0 8px 21px rgba(0, 45, 82, 0.122);
  padding: 40px 60px;
}

.capterra-image {
  margin-bottom: 10px;
}

.reviewer-item {
  margin-top: 40px;
  margin-bottom: 80px;
  position: relative;
  background: #fff;
  box-shadow: 0 8px 21px rgba(0, 46, 83, 0.122);
  padding: 40px 60px;
}

/* .customeReview .reviewer { margin-bottom: 25px; } */

.customeReview h2 + p {
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #3735c0;
}

.customeReview .head {
  font-size: 18px;
  line-height: 21px;
  color: hsla(0, 0%, 0%, 0.4);
}

.customeReview .head .name {
  font-size: 23px;
  line-height: 27px;
  color: #000;
}

.customeReview .period {
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.4);
}

.customeReview .reviewText {
  color: #000;
}

.customeReview .h3 {
  font-size: 23px;
  line-height: 35px;
  margin-bottom: 16px;
}

.customeReview .reviewText p {
  font-size: 18px;
  line-height: 28px;
}

.customeReview .reviewText .h3 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 16px;
  margin-top: 0;
}

.capterra-rate {
  position: relative;
  bottom: 64px;
  display: block;
  text-align: center;
}

.dontLost {
  background-color: #3735c0;
  text-align: center;
  color: #fff;
  padding: 72px 1em;
}

.dontLost h2 {
  line-height: 47px;
  letter-spacing: 2.08px;
  margin: 0;
}

.dontLost .subscribe-title {
  margin: 0;
}

.dontLost p {
  font-size: 26px;
  line-height: 34px;
  letter-spacing: 1.25px;
  /* margin-bottom: 24px; */
  padding: 24px 14px;
}

.dontLost .btn,
.sign-up-btn,
.block-container .btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 40px;
  display: inline-block;
}

.dontLost .btn:hover,
.sign-up-btn:hover,
.block-container .btn:hover {
  background: #fff;
  text-decoration: none;
  color: #3735c0;
}

.product-header_inbox ~ .dontLost .sign-up-btn:hover {
  color: #26cb6f;
}

.product-header_dmarc ~ .dontLost .sign-up-btn:hover {
  color: #fc676a;
}

.product-header_ip ~ .dontLost .sign-up-btn:hover {
  color: #50b8fc;
}

.product-header_bounce ~ .dontLost .sign-up-btn:hover {
  color: #fe8331;
}

.footerNav .h2 {
  font-size: 18px;
  list-style: 18px;
  color: #606060;
  text-transform: uppercase;
  display: block;
  margin: 40px auto 24px;
}

.footerNav ul {
  list-style: none;
  padding: 0;
  margin-bottom: 32px;
}

.footerNav li {
  margin-bottom: 16px;
}

.footerNav a {
  font-weight: 500;
  font-size: 16px;
  list-style: 19px;
  color: #3735c0;
  text-decoration: none;
}

.footerNav a:hover {
  color: #26cb6f;
}

@media only screen and (max-width: 361px) {
  .footerNav a {
    font-size: 14px;
  }
}

.footerSocial ul {
  padding: 0;
  margin: 0 0 32px;
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: center;
}

.footerSocial li {
  display: inline-block;
  margin: 0 16px;
}

.footerSocial a {
  display: inline-block;
  width: 28px;
  height: 26px;
  line-height: 26px;
}

.footerSocial a svg {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footerSocial a:hover svg {
  fill: #3735c0 !important;
}

.footerBot {
  background: #f8f8fd;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .footerBot {
    text-align: left;
  }
  .footerBot a {
    /* margin-left: 5%; */
  }
}

.footerBot .terms {
  padding: 0;
  margin: 0;
}

.footerBot .terms li {
  display: inline-block;
  margin: 40px 14px 16px;
}

.footerBot .terms a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  text-decoration: none;
}

.footerBot .terms a:hover {
  color: #26cb6f;
}

.footerBot .copyright {
  font-size: 12px;
  line-height: 19px;
  color: #000;
  opacity: 0.33;
  margin-bottom: 16px;
}

.footerBot .analytics {
  width: 150px;
  margin: 0 auto 24px;
}

.mainBaner-tabs,
.mainBaner-tabs-mob {
  background: url(../img/mainBaner-bg.svg) center/cover;
  width: 1440px;
  display: -webkit-box;
  -webkit-box-pack: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -webkit-box-orient: vertical;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.mainBaner-tabs-mob {
  flex-direction: row;
  background: none;
}

#s1 svg #s2 svg,
#s3 svg,
#s4 svg {
  z-index: 9999;
  -webkit-transform: scale(1.5) !important;
  transform: scale(1.5) !important;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

/* #s2 svg { z-index: 9999; -webkit-transform: scale(1.2) !important; transform: scale(1.2) !important; position: absolute; top: 0; left: 0; -webkit-transition: 0.5s ease; transition: 0.5s ease; } */

.animated {
  display: -webkit-flex;
  -webkit-box-pack: end;
  display: flex;
  justify-content: flex-end;
}

#s2 {
  width: 550px;
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
}

@media only screen and (max-width: 1024px) {
  #s2 {
    width: 450px;
    height: 450px;
  }
}

.featureText[data-id="s1"],
.featureText[data-id="s2"],
.featureText[data-id="s3"],
.featureText[data-id="s4"] {
  display: none;
}

.featureAnimated .text {
  transition: transform 0.5s, opacity 0.5s ease;
  opacity: 0;
  transform: translateY(150px);
}

.featureAnimated .text.show {
  opacity: 1;
  transform: translateY(0);
}

blockquote {
  border-left: none;
}

.item-blog blockquote {
  border-left: 2px solid rgba(174, 174, 199, 0.4);
}

.customeReview .img {
  width: 64px;
  height: 64px;
  position: relative;
  float: left;
  margin-right: 20px;
}

.customeReview .img img {
  vertical-align: middle;
  border-radius: 50%;
}

.customeReview .reviewer {
  margin-top: 30px;
  border-top: 1px solid #cccc;
  padding-top: 20px;
}

.customerReview .reviewer {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
  margin-bottom: 24px;
}

.customeReview .head {
  margin-top: 5px;
}

.dontLost .btn,
.mainBaner .featureText .btn,
.mainBaner-mob .featureText .btn,
.block-container .btn {
  background: linear-gradient(75deg, #f800b6, #ffb92e);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 3s ease infinite;
  animation: AnimationName 3s ease infinite;
}

.mob-get-started-btn {
  font-size: 14;
  font-weight: bold;
  background-color: #ffffff;
  color: #3735c0 !important;
}

.sign-up-btn {
  background-color: #000;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 74% 0;
  }
  50% {
    background-position: 27% 100%;
  }
  100% {
    background-position: 74% 0;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 74% 0;
  }
  50% {
    background-position: 27% 100%;
  }
  100% {
    background-position: 74% 0;
  }
}

.mainBaner-blog {
  background: url(/wp-content/uploads/2020/02/happy.svg) no-repeat top
    center/cover;
  height: 300px;
  min-height: 150px;
  margin-top: -2px;
  line-height: 270px;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: flex-end;
  padding-bottom: 24px;
}

.centerVertical h2 {
  color: #fff;
}

.centerVertical h4 {
  margin: 0 0 0;
  color: #50b8fc;
}

.centerVertical .subtitle {
  margin-top: 24px;
  color: #50b8fc;
  margin-bottom: 40px;
}

.serachWrap .search-form {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .centerVertical .subtitle,
  .serachWrap .search-form {
    margin-bottom: 0;
  }
}

.widget-page-title {
  margin-bottom: 40px !important;
  font-size: 40px;
  color: #fff;
}

.entry-title {
  display: none;
}

.thumb {
  position: relative;
  padding-left: 0;
}

.blog_img {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  /* background-position: center center; background-size: 100% 100%; */
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 5px;
}

.blog_img:hover {
  background-size: 120%;
}

.item-blog .col-md-9 img {
  display: none;
}

.item-blog h1 a {
  font-size: 22px;
  color: #000;
  line-height: 31px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.item-blog .blog-content a,
.item-blog a {
  font-size: 19px;
  font-weight: 500;
  line-height: 34px;
  color: #50b8fc;
}

.item-blog ins,
.item-blog del,
.item-blog mark {
  font-size: 18px;
  line-height: 34px;
  color: #26cb6f;
  text-decoration: none;
  background: rgba(38, 203, 111, 0.3);
}

.item-blog del {
  color: #afafc7;
  text-decoration: line-through;
  background-color: unset;
}

.item-blog mark {
  color: #50b8fc;
  background-color: rgba(79, 183, 252, 0.2);
}

.item-blog p a {
  font-size: inherit !important;
}

.item-blog p ins,
.item-blog p del,
.item-blog p mark {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.item-blog h1 a:hover {
  color: #50b8fc;
  text-decoration: none;
}

.entry-content h2 {
  font-size: 22px;
}

.authorblock {
  font-size: 16px !important;
}

.authorblock img {
  border-radius: 50%;
}

.authorblock__photo-wrapper {
  float: left;
  margin: 0 10px 0 5px;
  width: 25px;
  height: 25px;
  display: block;
}

.authorblock .authorblock__photo-wrapper img {
  height: 100%;
  margin: 0;
  vertical-align: inherit;
}

.item-blog p {
  font-size: 19px;
  line-height: 34px;
  margin-bottom: 16px;
  word-break: break-word;
  overflow-wrap: break-word;
}

p.authorblock {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.contacts .item-blog p {
  text-align: justify;
}

.item-blog table p {
  font-size: 16px;
}

.postArticle-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
}

@media only screen and (max-width: 991px) {
  .postArticle-box {
    font-size: 12px;
    flex-wrap: wrap;
    /* justify-content: flex-end; */
  }
  .postArticle-box_links {
    display: flex;
    justify-content: space-between;
    /* width: 100%; margin-bottom: 16px; */
  }
  .mashsb-buttons {
    display: block !important;
  }
  .mashsb-main {
    margin-left: 0 !important;
  }
}

.postArticle-box_links a + a {
  margin-left: 1em;
}

.postArticle-box_links a {
  font-size: inherit;
  font-weight: 400;
}

/* .single .item-blog p { font-size: 19px; } */

.item-blog p li {
  list-style: none;
}

.item-blog ul li,
.item-blog ol li {
  list-style: none;
  position: relative;
  font-size: 19px;
  margin-bottom: 24px;
}

.item-blog ul li::before,
.item-blog ol li::before {
  content: "\2022";
  color: #50b8fc;
  position: absolute;
  left: -30px;
  font-size: 1.1em;
  font-weight: bold;
  margin-right: 14px;
}

.item-blog ul {
  margin-bottom: 24px;
}

.item-blog ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  margin-bottom: 24px;
}

.item-blog ol li {
  counter-increment: my-awesome-counter;
}

.item-blog ol li::before {
  content: counter(my-awesome-counter);
}

.item-blog img {
  margin: 16px 0;
}

.archive .item-blog img,
.single .item-blog img {
  width: 100%;
}

.item-blog .author {
  color: #50b8fc;
  font-weight: 800;
  margin-left: 4px;
}

.author_name {
  margin-left: 8px;
  font-weight: 600 !important;
}

.mashsb-box .mashsb-buttons a.mash-small {
  padding: 5px;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
}

a.readMore {
  background: linear-gradient(75deg, #f800b6, #ffb92e);
  display: table;
  max-width: 70px;
  width: 100%;
  text-align: center;
  line-height: 40px;
  border-radius: 30px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background-size: 100% 100%;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

a.readMore svg {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}

a.readMore:hover {
  background-size: 151% 10%;
  box-shadow: 1px 4px 11px rgba(0, 0, 0, 0.2);
}

a.readMore:hover svg {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.bottom-line {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

p.viewsCount {
  line-height: 40px;
  vertical-align: middle;
  margin-left: 20px;
  color: #afafc7;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-align-items: center;
}

p.viewsCount svg {
  margin-right: 10px;
}

.pagination > li > a,
.pagination > li > span {
  border: none !important;
  color: #3735c0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #afafc7;
  cursor: default;
  background-color: transparent;
  border-color: #337ab7;
}

.site-content {
  border-bottom: 1px solid rgba(175, 175, 199, 0.3);
}

.blogpostbg {
  padding-top: 40px;
}

.container-fluid.blogpostbg::before {
  display: block;
  content: "";
  background: #f8f8fd;
  width: 60%;
  height: 320px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* .post { margin-bottom: 55px; } */

.item-blog h1,
.item-blog h2,
.item-blog h3,
.item-blog h4,
.item-blog h5 {
  margin-top: 32px;
  margin-bottom: 12px;
  line-height: 1.2;
  font-size: 32px;
  font-weight: 700;
}

.item-blog h1 {
  text-align: left;
}

.item-blog h2 {
  font-size: 28px;
}

.item-blog h3 {
  line-height: 1.1;
  font-size: 26px;
  margin-bottom: 32px;
  margin-top: 40px;
}

.item-blog h4 {
  font-size: 24px;
  font-weight: 600;
}

.item-blog h5 {
  line-height: 1.3;
  font-size: 22px;
}

@media (max-width: 991px) {
  .blog_img {
    /* background-size: cover; */
    background-size: contain;
  }
  .blog_img:hover {
    background-size: 100%;
  }
  #menu-top-menu {
    float: left;
    display: block;
  }
  #menu-top-menu .menu-item {
    padding: 0 12px;
  }
  .mobileMenu .sub-menu .menu-item {
    padding: 0 16px;
  }
  .sub-menu {
    width: 100vw !important;
    left: -36px;
  }
  .sub-menu .menu-item {
    padding: 0;
  }
  .menu .Login {
    margin-left: 0;
  }
  .menu .Login a {
    padding: 10px 10px;
  }
  .nav > li > a {
    padding: 10px 0;
    width: 100%;
  }
  .mainBaner-blog {
    height: 30vw;
    line-height: 30vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainBaner-blog {
    padding-bottom: 0;
  }
}

#sidebar-right,
#sidebar-left {
  background: -webkit-linear-gradient(135deg, #f4f4fa 0%, transparent 50%);
  background: -moz-linear-gradient(135deg, #f4f4fa 0%, transparent 50%);
  background: linear-gradient(135deg, #f4f4fa 0%, transparent 50%);
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  #sidebar-right,
  #sidebar-left {
    background: none;
  }
}

#sidebar-right h2.widget-title,
#sidebar-left h2.widget-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  padding-left: 0;
  padding-top: 32px;
}

@media only screen and (max-width: 767px) {
  #sidebar-right h2.widget-title,
  #sidebar-left h2.widget-title {
    font-size: 19px;
    padding-top: 16px;
    margin-bottom: 16px;
    cursor: pointer;
  }
}

.container-fluid.rightbg,
.container-fluid.rightbg1 {
  position: relative;
  /* background: -webkit-gradient(left top,right top,color-stop(0,rgba(255,255,255,1)),color-stop(50%,rgba(255,255,255,1)),color-stop(51%,rgba(244,244,250,1)),color-stop(100%,rgba(244,244,250,1))); background: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,1)),color-stop(50%,rgba(255,255,255,1)),color-stop(51%,rgba(244,244,250,1)),to(rgba(244,244,250,1))); background: linear-gradient(to right,rgba(255,255,255,1) 0,rgba(255,255,255,1) 50%,rgba(244,244,250,1) 51%,rgba(244,244,250,1) 100%)*/
}

.container-fluid.rightbg::before {
  content: "";
  display: none;
  background: #f4f4fa;
  position: absolute;
  z-index: 0;
  width: 35%;
  height: 100%;
  top: 0;
  right: 0;
}

#sidebar-right .widget,
#sidebar-left .widget {
  border-bottom: 1px solid rgba(175, 175, 199, 0.3);
}

#sidebar-right .widget:last-child,
#sidebar-left .widget:last-child {
  border: none !important;
}

#sidebar-left .widget ul,
#sidebar-right .widget ul,
.menu-guides-container ul,
.blacklists-help {
  padding: 0;
  margin-bottom: 32px;
  text-align: left;
}

.menu-guides-container li,
li.cat-item {
  list-style: none;
  margin-bottom: 24px;
}

.menu-guides-container li a,
li.cat-item a {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  color: #3735c0;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  padding: 0;
  margin: 0;
}

.menu-guides-container li a:hover,
li.cat-item a:hover {
  color: #fa239d;
  text-decoration: none;
}

.itemtrusted {
  width: 20%;
  text-align: center;
  height: 80px;
  line-height: 80px;
  float: left;
  padding: 0 15px;
}

.customeReview .lSSlideOuter .lSPager.lSpg > li a {
  background-color: #bccde8;
  width: 11px;
  height: 11px;
}

.customeReview .lSSlideOuter .lSPager.lSpg > li {
  padding: 0 10.5px;
}

.logo a img {
  /* padding-top: 10px; */
}

.logo {
  display: flex;
  align-items: center;
  height: 70px;
}

.input-group-btn .btn.btn-default {
  background-image: url(../img/search-icon-active.svg);
  font-size: 0;
  padding: 19px;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border-radius: 30px;
  margin-left: -40px;
  border: none;
  transition: 0.5s ease;
  opacity: 0;
  z-index: 99;
  outline: none;
  box-shadow: none;
}

#form-search-input:focus ~ .input-group-btn .btn.btn-default,
#form-search-input:active ~ .input-group-btn .btn.btn-default {
  opacity: 1;
  /* margin-left: -40px; filter: invert(1); */
}

.input-group-btn .btn.btn-default:hover {
  opacity: 0.5;
}

.entry-content {
  /* padding: 0 64px; */
  /*padding-right: 125px;*/
}

footer.author_bio_section {
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 8px 21px rgba(0, 46, 83, 0.12);
  padding: 40px;
  margin: 24px 0;
}

p.author_name {
  font-weight: 500;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: #afafc7;
}

p.author_name_sec {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: #000;
}

p.author_details {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  color: #000;
}

.author_bio_section .avatar {
  border-radius: 50px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  /*width: 90px; height: 90px;*/
  max-width: 90px;
}

.entry-meta {
  /* padding-left: 64px; */
  padding-top: 24px;
  /* padding-bottom: 0px; */
}

.entry-meta-category-tag a {
  display: inline-block;
}

.entry-meta .cat-links a {
  border-radius: 19px;
  background: #fff;
  border: 1px solid #50b8fc;
  padding: 10px 12px;
  margin-bottom: 10px;
  line-height: inherit;
}

.entry-meta .cat-links a:hover {
  background: #50b8fc;
  color: #fff;
  text-decoration: none;
}

ul.media-list li {
  margin-bottom: 24px;
}

span.icon.domain-icon,
.mobile-icon.domain-icon {
  background-image: url(../img/prod-menu-icon-comxd.svg);
}

span.icon.inbox-icon,
.mobile-icon.inbox-icon {
  background-image: url(../img/prod-menu-icon-mark.svg);
}

span.icon.dmarc-icon,
.mobile-icon.dmarc-icon {
  background-image: url(../img/prod-menu-icon-rhomb.svg);
}

span.icon.blacklist-icon,
.mobile-icon.blacklist-icon {
  background-image: url(../img/prod-menu-icon-square.svg);
}

span.icon.bounce-icon,
.mobile-icon.bounce-icon {
  background-image: url(../img/prod-menu-icon-circle.svg);
}

span.icon.inbox-tester-icon,
.mobile-icon.inbox-tester-icon {
  background-image: url(../img/prod-menu-icon-inbox-tester.svg);
}

@media (max-width: 992px) {
  span.icon.inbox-tester-icon,
  .mobile-icon.inbox-tester-icon {
    position: relative !important;
    left: 0px !important;
    height: 14px !important;
    width: 16px !important;
    transform: scale(1.8) !important;
  }
}

span.icon.icon-gappie {
  background-image: url(../img/menu/gappie.svg);
}

span.icon.icon-deliverablity-services {
  background-image: url(../img/menu/deliverability-services.svg);
}

span.icon.icon-email-consulting {
  background-image: url(../img/menu/email-consulting.svg);
}

.dontLost .btn,
.mainBaner .featureText .btn,
.mainBaner-mob .featureText .btn,
.block-container .btn {
  letter-spacing: 1px;
}

.container-fluid.comment_write {
  background: #f8f8fd;
  padding: 24px;
}

.comments-area {
  background: #fff;
  margin-top: 0;
  padding: 0px 64px 24px 64px;
}

footer.comment-meta img {
  border-radius: 50px;
  display: block;
  margin: 0 auto;
}

footer.comment-meta {
  background: #f8f8fd;
  padding: 24px;
}

.comment-content.media-body {
  border: 1px solid #e3e3ec;
  padding: 24px;
  border-top: none;
}

p.no-comments {
  margin: 0 auto 0;
  display: block;
  text-align: center;
}

h2.comments-title {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0);
  margin: 0 auto 24px;
}

.item-blog {
  padding-bottom: 24px;
}

/* .entry-content p:first-child { padding-top: 24px; } */

@media only screen and (min-width: 992px) {
  .item-blog {
    padding: 0 40px 24px;
  }
}

@media only screen and (min-width: 1200px) {
  .item-blog {
    padding-top: 24px;
  }
}

.comment-reply-title {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0);
}

.comment-form.form.form-horizontal input#submit {
  border-radius: 22px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #3735c0),
    to(#3735c0)
  );
  background: linear-gradient(#3735c0 0, #3735c0 100%);
  border: none;
  padding: 12px 15px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: table;
  margin: 0 auto;
  color: #fff;
}

.comment-form.form.form-horizontal input#submit:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #f800b6),
    to(#ffb92e)
  );
  background: linear-gradient(#f800b6 0, #ffb92e 100%);
}

.form-group {
  margin-bottom: 24px;
}

cite.fn {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #000;
  font-style: normal;
}

p.comment_date {
  margin-top: 10px;
}

.uk-panel-box .control-group.form-group {
  position: relative;
  margin: 32px 0 0;
}

textarea.form-control {
  resize: vertical;
}

.cscfBlock .error {
  position: absolute;
  right: 0;
}

.has-success .form-control,
.uk-panel-box .form-control,
.comment-form .form-control {
  border: none;
  border-bottom: 1px solid #afafc7;
  background: 0 0;
  box-shadow: none;
  border-radius: 0;
  margin: 0 24px;
  padding: 11px;
  transition: 0.5s ease;
}

.check-domain-input {
  font-size: 16px;
  /* this is important to iOS safari; read more https://stackoverflow.com/questions/2989263/disable-auto-zoom-in-input-text-tag-safari-on-iphone */
}

.uk-panel-box label,
.comment-form label {
  font-weight: 700;
  font-size: 16px;
  text-align: left;
  color: #afafc7;
  border: 1px solid rgba(0, 0, 0, 0);
  position: absolute;
  top: -3px;
  left: 24px;
  transition: 0.5s ease;
}

.uk-panel-box .form-control.input-xlarge {
  height: 34px;
}

.has-success .form-control,
.uk-panel-box .form-control,
.comment-form .form-control {
  transition: 0.5s ease;
}

.uk-panel-box .form-control:focus,
.has-success .form-control:focus,
.comment-form .form-control:focus {
  background: #fff !important;
  border: 1px solid rgba(80, 184, 252, 0.4) !important;
  box-shadow: none !important;
}

.page-template-page-contacts .uk-panel-box p {
  display: none;
}

.uk-panel-box .form-control,
.comment-form .form-control {
  width: calc(100% - (44px));
  overflow: hidden;
  resize: none;
}

.comment-respond p {
  text-align: center;
  margin: 24px auto;
}

.comment-form p label {
  position: relative;
}

.notfound-page-wrap {
  margin-top: 0 !important;
}

.serachWrap input#form-search-input {
  background-image: url(../img/search-icon.svg);
  background-position: 12px center;
  background-color: transparent;
  background-repeat: no-repeat;
  transition: 0.5s easel;
}

#form-search-input:focus,
#form-search-input:active {
  background: #fff !important;
  color: #3735c0 !important;
  box-shadow: none;
  border-color: #3735c0;
}

.notfound-page-wrap #search-2 {
  margin-top: 40px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 100%;
}

.notfound-page-wrap #form-search-input:focus,
.notfound-page-wrap #form-search-input:active {
  background: #fff !important;
  color: #3735c0 !important;
  /* box-shadow: none; border: none; */
}

.entry-content .bottom-line {
  margin-top: 24px;
}

.entry-content p.viewsCount:first-of-type {
  margin-left: 0px;
}

span.help-inline {
  text-align: center;
}

/*blog like share button **/

aside.mashsb-container.mashsb-main.mashsb-stretched {
  float: right;
  padding: 0;
}

/* .col-md-7.text-center.socilaBtn { padding-right: 75px; margin-top: -15px; line-height: 45px; } */

.socilaBtn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media only screen and (max-width: 425px) {
  .socilaBtn {
    flex-direction: column;
    margin-top: 24px;
  }
}

.comment-body {
  flex-direction: column;
}

.comment-meta {
  width: 100%;
}

.tags {
  margin-bottom: 24px;
}

.socilaBtn {
  justify-content: flex-start;
}

.socilaBtn span {
  margin-right: 8px;
}

.soc-buttons {
  display: flex;
}

.fb-share-button {
  line-height: 1;
  margin-left: 3px;
}

.entry-meta .cat-links a {
  padding: 8px 12px;
  font-size: 12px;
  color: #50b8fc;
  font-weight: 400;
  margin-left: 8px;
}

@media only screen and (max-width: 991px) {
  .socilaBtn {
    justify-content: center;
  }
  .entry-meta-category-tag .tags {
    text-align: center;
  }
  /* .comment-body { flex-direction: column; } */
  .comment-content {
    width: 100%;
  }
}

/*end*/

/* glossary */

.page-template-page-glossary a.uk-button-link,
.page-template-page-cookies a.uk-button-link {
  background: #fff;
  box-shadow: 0px 8px 21px rgba(0, 46, 83, 0.12);
  padding: 24px;
  margin: 24px auto;
  width: 100%;
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 31px;
  text-align: left;
  color: #2d2d2d;
  transition: 0.5s ease;
}

.page-template-page-glossary a.uk-button-link:hover,
.page-template-page-cookies a.uk-button-link:hover {
  color: #3735c0;
}

.page-template-page-glossary .uk-panel-box,
.page-template-page-cookies .uk-panel-box {
  background: #fff;
  box-shadow: 0px 17px 20px rgba(0, 46, 83, 0.08);
  /* padding: 32px; */
  margin: -24px auto 24px;
  width: 100%;
  display: block;
  border: none;
}

@media only screen and (max-width: 767px) {
  .page-template-page-glossary .uk-panel-box,
  .page-template-page-cookies .uk-panel-box {
    padding: 15px 32px;
  }
}

span.arrow_glo {
  float: right;
  width: 19px;
  height: 20px;
  background: url(../img/arrow-point.svg) no-repeat;
  background-position: center;
  margin-top: 5px;
  transition: 0.5s ease;
  transform: rotate(0deg);
}

span.arrow_glo.active {
  transform: rotate(180deg);
}

.newslaterblock {
  background: #f8f8fd;
  padding: 40px;
}

.newslaterblock h2 {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #000;
  text-transform: uppercase;
  margin: 10px 0;
}

input#forminator-field-email-1 {
  background: #fff;
  border: none;
  border-radius: 30px;
  padding: 12px 30px !important;
}

button.forminator-button.forminator-button-submit:hover {
  text-decoration: none;
  background-size: 270% 410% !important;
  background-position: 100% 80% !important;
}

/* end */

/* contacts */

.uk-panel-box {
  border-radius: 2px;
  background: #fff;
  box-shadow: 0px 8px 21px rgba(0, 46, 83, 0.12);
  border: none;
  padding: 20px;
}

input#cscf_SubmitButton {
  background: linear-gradient(#f800b6 0%, #fa4980 60.29%, #fc676a 100%);
  color: #fff;
  border-radius: 30px;
  outline: none;
  display: table;
  transition: 0.5s ease;
  border: none;
  margin: 32px auto 0;
}

div#recaptcha_div,
div.icwpg-recaptcha {
  display: table;
  margin: 32px auto 0;
}

.page-template-page-contacts
  .uk-panel-box
  .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: transparent;
}

.page-template-page-contacts .uk-panel-box .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}

.page-template-page-contacts .uk-panel-box .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: transparent;
}

.page-template-page-contacts .uk-panel-box .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}

.page-template-page-contacts .uk-panel-box {
  margin-top: 40px;
}

/*end */

/* guides category */

h3.glos_widget {
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  text-align: left;
  color: #000;
  margin-top: -20px;
  margin-bottom: 14px;
}

p.glos_widget_p {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #000;
  opacity: 0.7;
  margin-bottom: 24px;
}

a.open-support-chat-a {
  border-radius: 30px;
  background: linear-gradient(
    45deg,
    #3735c0 0%,
    #f800b6 50%,
    #fa4980 80.29%,
    #fc676a 100%
  );
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 37px;
  display: table;
  margin-bottom: 32px;
  transition: 0.5s ease;
  background-size: 370% 150%;
  background-position: 140% 110%;
}

a.open-support-chat-a:hover {
  text-decoration: none;
  background-size: 270% 410%;
  background-position: 100% 80%;
}

.contact-btn {
  margin-top: 32px;
  margin-bottom: 0 !important;
}

.pricingSubscribe h4 {
  padding: 0 24px;
}

.pricingSubscribe a {
  margin-bottom: 0 !important;
}

/* END */

/*help center */

h1.help_tilte {
  font-weight: 700;
  font-size: 24px;
  text-align: left;
  color: #3735c0;
  margin-bottom: 32px;
}

.helpRow a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #000;
  display: block;
  z-index: 1;
  position: relative;
}

.helpRow {
  margin-bottom: 40px;
}

/* .container-fluid.rightbg.secBg::before { display: table; width: 220px; position: absolute; content: ""; left: 0; height: 100%; background: url(../img/help-bg.svg) no-repeat; background-position: -270px 200px; z-index: 1; } */

/*end */

/* inboox */

h2.title_inbox {
  font-weight: 700;
  font-size: 20px;
  text-align: left;
  color: #000;
  margin-bottom: 24px;
}

p.inbox_p {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #000;
  margin-bottom: 24px;
}

.inboxOthersblock {
  margin-top: 25px;
}

.f1,
.f2 {
  position: relative;
}

.f1::before {
  position: absolute;
  display: block;
  content: "";
  width: calc(100% + 30px);
  left: -50%;
  height: calc(100% + 60px);
  background: #f8f8fd;
  z-index: -1;
  border-radius: 0 100px 100px 0;
  top: -30px;
  bottom: -30px;
}

.f2::before {
  position: absolute;
  display: block;
  content: "";
  width: calc(100% + 30px);
  right: -50%;
  height: calc(100% + 60px);
  background: #f8f8fd;
  z-index: -1;
  border-radius: 100px 0 0 100px;
  top: -30px;
  bottom: -30px;
}

.img1,
.img1text,
.img2,
.img2text,
.img3,
.img3text,
.img4,
.img4text {
  padding: 40px;
}

.img1text,
.img3text {
  padding-left: 80px;
  padding-right: 0px;
}

.img2text,
.img4text {
  padding-left: 0px;
  padding-right: 80px;
}

.img1,
.img3 {
  padding-left: 0;
  padding-right: 20px;
}

.img2,
.img4 {
  padding-left: 20px;
  padding-right: 0;
}

.col-md-6.img1,
.col-md-6.img2,
.col-md-6.img4 {
  padding-top: 90px;
}

.container.inboxCont {
  padding: 40px 0;
}

.inboxCont h3 {
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: #000;
  margin-bottom: 32px;
}

.inboxCont h3.secontd_title_inbox {
  font-weight: 700;
  font-size: 20px;
  text-align: left;
  color: #000;
}

.sond_p_inbox {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #000;
}

.inbox_itemblock {
  background: #fff;
  box-shadow: 0px 8px 21px rgba(0, 46, 83, 0.12);
  padding: 32px 50px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .inbox_itemblock {
    padding: 32px 15px;
  }
}

.inbox_itemblock p:first-child {
  font-weight: 700;
  font-size: 26px;
  color: #000;
  margin-bottom: 24px;
}

.inbox_input {
  border-radius: 22px !important;
  background: transparent;
  border: 1px solid #afafc7 !important;
  width: 100%;
  padding: 12px !important;
}

.ibox_button_copy {
  float: right;
  position: absolute !important;
  right: 0;
  top: 0;
  background: #000000;
  border: none;
  border-radius: 30px;
  padding: 11px 20px !important;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  transition: 0.5s ease;
  outline: none;
}

.ibox_button_copy:hover {
  background: #333333;
}

form.uk-form {
  margin-bottom: 24px;
}

/* a#email-sent-btn { background: #3735c0; transition: 0.5s ease; color: #fff; border-radius: 30px; width: 100%; text-transform: uppercase; font-weight: 700; } a#email-sent-btn:hover { background: #50b8fc; } */

body.page-template.page-template-page-inbox {
  overflow-x: hidden;
}

/*end */

.forminator-input:active,
.forminator-input:focus {
  background: #ebf7ff !important;
  box-shadow: inset 0 0 0 1px #50b8fc !important;
}

.newslaterblock .forminator-input {
  height: 43px !important;
}

article.item-blog {
  min-height: initial !important;
}

.page-template-page-contacts .item-blog .author {
  color: #2d2bad;
}

@media screen and (max-width: 991px) {
  .menu .callMenu {
    position: relative;
    margin-right: 0;
    margin-left: 10px;
  }
  .menu .burger {
    display: inline-block;
    padding: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    /*border-radius: 40px;*/
    /*background: #50b8fc;*/
    cursor: pointer;
  }
  .menu .burger svg {
    max-width: 20px;
    max-height: 20px;
    float: left;
  }
  .mainBaner-tabs {
    height: 75vw;
    line-height: 75vw;
  }
  .mainBaner .featureText {
    padding-right: 0;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 18px;
  }
  .treadsBlock .item > p {
    height: 45px;
    font-size: 14px;
  }
  .treadsBlock .row {
    margin: 0;
  }
  .footerNav li {
    text-align: center;
    margin-top: 30px;
    float: left;
    width: 50%;
    margin-bottom: 30px;
  }
  .mobileMenu {
    position: absolute;
    top: -150vh;
    left: 0;
    width: 100%;
    height: auto;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 101;
    background: #3735c0;
  }
  .mobileMenu ul {
    margin: 0;
    padding: 0 24px;
    width: 100%;
    float: none;
    text-align: left;
    list-style: none;
  }
  .mobileMenu a {
    color: #fff;
    font-size: 17px;
    line-height: 21px;
    padding: 12px 0 !important;
    margin-right: 40px;
    display: inline-block !important;
    text-decoration: none;
    width: 100%;
  }
  /* .menu-item-wrapper .mob-get-started-btn { margin-right: 40px; } */
  .mobileMenu.opened {
    top: 0;
    bottom: 0;
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .mobileMenu .closeMenu {
    display: inline-block;
    padding: 10px;
    position: absolute;
    right: 50px;
    top: 0;
    text-align: center;
    border-radius: 40px;
    /*background: #50b8fc;*/
    cursor: pointer;
    width: auto;
  }
  .mobileMenu.opened .closeMenu {
    top: 20px;
    right: 50px;
  }
  .closeMenu {
    top: 20px;
  }
  .closeMenu:before,
  .closeMenu:after {
    position: absolute;
    left: 15px;
    content: " ";
    height: 18px;
    width: 2px;
    background-color: #fff;
  }
  .closeMenu:before {
    position: absolute;
    transform: rotate(-45deg);
  }
  .closeMenu:after {
    position: absolute;
    transform: rotate(45deg);
  }
  .mobileMenu .closeMenu svg {
    max-width: 20px;
    fill: currentColor;
    float: left;
    display: none;
    /*Hide SVG here. Later could delete svg from header html*/
  }
}

@media screen and (max-width: 991px) and (orientation: landscape) {
  .mobileMenu.opened {
    bottom: unset;
  }
}

@media (max-width: 850px) {
  .footerBot .terms {
    max-width: 660px;
    margin: 30px auto 0;
  }
  .footerBot .terms li {
    margin: 10px 16px;
  }
}

@media screen and (max-width: 767px) {
  .widget_search {
    margin-top: 16px;
  }
  .capterra-rate img {
    width: 70%;
  }
  .serachWrap input#form-search-input {
    font-size: 16px !important;
    /* 14px will bad works in iOS safari. It will zoom in screen. Uncomfortable stuff */
    /* margin-top: 16px; */
  }
  .widget-page-title {
    margin-bottom: 0px !important;
    font-size: 20px;
  }
  .comment_write #submit {
    width: 50%;
  }
  .dontLost {
    padding: 144px 32px;
  }
  .dontLost p {
    font-size: 20px;
    line-height: 32px;
    padding: 24px 8px;
  }
  .dontLost h2 {
    font-size: 24px;
    line-height: 32px;
  }
  /* .col-md-7.text-center.socilaBtn { padding-right: 75px; margin-top: 25px; line-height: 45px; } */
  .container-fluid > .container {
    padding: 0;
  }
  h2 {
    font-size: 24px;
  }
  header {
    padding-top: 0px;
  }
  /* .menu { margin-top: 5px; } */
  .mobileMenu a,
  .menu-item-wrapper .mob-get-started-btn {
    margin-right: 0;
  }
  .mobileMenu .haveSub {
    padding-right: 20px;
    position: relative;
  }
  .mobileMenu .haveSub a {
    margin-right: 20px;
  }
  .mobileMenu .haveSub .arrow {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/subs-arrow.svg) center/10px no-repeat;
    z-index: 9;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .mobileMenu .haveSub .arrow.opened {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  .mobileMenu .subNav a {
    position: relative;
    margin: 0;
    padding-right: 30px;
  }
  .mobileMenu .subNav .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .mobileMenu .subNav {
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .mobileMenu .subNav.opened {
    height: 225px;
  }
  .trustedBlock .itemtrusted {
    width: 50%;
  }
  .trustedBlock .itemtrusted:nth-child(n) {
    margin: 0;
    padding: 0 15px;
    text-align: left;
  }
  .trustedBlock .itemtrusted:nth-child(2n) {
    text-align: right;
  }
  .menu .Login {
    display: none;
  }
  .mainBaner-tabs-mob .mainBaner-mob {
    display: block;
    padding: 0;
  }
  .mainBaner-tabs-mob {
    height: auto;
    line-height: initial;
    display: block;
    background: #3735c0 !important;
  }
  .mainBaner-mob .featureAnimated,
  .mainBaner-mob .featureAnimated .img,
  .mainBaner-tabs-mob .mainBaner-mob {
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  .featureAnimated .img {
    width: 100% !important;
  }
  .mainBaner-mob .featureAnimated {
    width: 70vw;
    display: block;
    margin: 0 auto;
    margin-top: calc(-40vw + 80px);
    position: relative;
    left: auto;
    top: auto;
    bottom: -32vw;
    text-align: center;
  }
  .mainBaner-mob .featureAnimated .img {
    display: inline-block;
    height: 0;
    padding-bottom: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .mainBaner-mob .featureAnimated .text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 17px;
    line-height: 26px;
    color: #fff;
  }
  #inbox.mainBaner-mob .featureAnimated .text {
    top: 58%;
    left: 45%;
  }
  .mainBaner-mob .featureText {
    text-align: center;
    position: static;
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#f4f4fa),
      to(#fff)
    );
    background: linear-gradient(to top, #f4f4fa, #fff);
    /* margin: 0 -15px; */
    padding: 40vw 15px 30px;
    border-radius: 15px 15px 0 0;
  }
  .mainBaner-mob .featureText ul {
    text-align: left;
    padding: 0 25px;
    display: inline-block;
  }
  .mainBaner-tabs-mob.slider {
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(50%, #f4f4fa),
      color-stop(50%, #3735c0)
    );
    background: linear-gradient(to top, #f4f4fa 50%, #3735c0 50%);
    height: auto !important;
  }
  .mainBaner-mob[data-id="#inbox"] .text {
    top: 58%;
    left: 46%;
  }
  h3.subSecond {
    margin: 0 9px;
    width: auto;
    font-size: 17px;
  }
  h3.subSecond + p {
    margin: 16px 9px 24px;
    font-weight: bold;
  }
  .mainBaner-tabs-mob .mainBaner-mob {
    color: #2a2a2a;
  }
  .treadsBlock {
    margin-bottom: 30px;
  }
  .treadsBlock .item {
    margin: 20px 0;
  }
  .treadsBlock .img {
    height: 80px;
    line-height: 80px;
    margin-bottom: 20px;
  }
  .treadsBlock .img img {
    height: 100%;
  }
  .treadsBlock .item > p {
    height: auto;
  }
  .toolsBlock a {
    position: static;
  }
  .toolsBlock p {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .toolsBlock p,
  .toolsBlock h4 {
    text-align: center;
    height: auto;
  }
  .toolsBlock .img {
    text-align: center;
  }
  .toolsBlock .img img {
    left: 13px;
  }
  .toolsBlock .item {
    text-align: center;
  }
  /* .toolsBlock .item, .toolsBlock .row + .row .item { height: 200px; } */
  .toolsBlock .item.last {
    padding: 24px;
    margin-bottom: 32px;
  }
  .employeeReview .name {
    margin-top: 0;
  }
  .employeeReview .lSAction {
    display: none !important;
  }
  .employeeReview .lSPager.lSpg > li a {
    background-color: #bccde8;
  }
  .employeeReview .lSPager {
    display: block;
  }
  .customeReview {
    padding: 0;
  }
  .customeReview .container {
    padding: 0 15px;
  }
  .customeReview .item {
    margin-top: 30px;
    padding: 10px 15px;
    margin-right: 9px;
    margin-left: 9px;
  }
  .customeReview .reviewer {
    margin-bottom: 5px;
    margin-left: -15px;
    width: calc(100% + 30px);
    padding: 10px 15px 0;
    border-top: 1px solid rgba(0, 46, 83, 0.122);
    margin-top: 15px;
    display: inline-block;
  }
  .customeReview .img {
    position: static;
    -webkit-transform: none;
    transform: none;
    float: left;
    width: 75px;
    height: 75px;
    line-height: 75px;
    margin-right: 15px;
  }
  .customeReview .img img {
    vertical-align: middle;
    width: 100%;
    float: left;
  }
  .customeReview .sliderNav {
    display: none;
  }
  .customeReview .reviewText p {
    font-size: 16px;
    line-height: 24px;
  }
  .customeReview .head .name {
    font-size: 20px;
    line-height: 24px;
    color: #000;
  }
  .customeReview .head .position {
    display: block;
    font-size: 14px;
    line-height: 18px;
  }
  .footerBot .terms {
    margin: 20px 0 30px;
  }
  .footerBot .terms li {
    display: block;
    margin: 10px 15px 0;
  }
  .footerBot .copyright {
    margin-left: 15px;
  }
  .footerNav ul {
    margin: 30px 0 14px;
    float: left;
    width: 100%;
  }
  .footerNav li {
    width: 100%;
    margin: 0 0 16px;
  }
  /* Kirill mobile */
  .mainBaner-blog {
    height: 30vw;
    line-height: 30vw;
  }
  .serachWrap {
    padding: 20px;
    width: 90%;
  }
  .serachWrap > .row {
    justify-content: center;
  }
  .serachWrap .col-md-1 {
    display: none;
  }
  .container-fluid.rightbg .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .thumb {
    padding-left: 15px;
  }
  .blog_img {
    width: calc(100% - (30px));
  }
  .container-fluid.rightbg {
    background: transparent;
  }
  .item-blog h1 a {
    margin-top: 24px;
    display: block;
    margin-bottom: 24px;
  }
  .entry-meta,
  .entry-content {
    padding: 0px 0px;
  }
  .mobleft {
    float: left;
  }
  p.author_name {
    margin-top: 20px;
  }
  .mobleft img {
    width: 50px !important;
    height: 50px !important;
    margin-top: 30px;
  }
  footer.author_bio_section {
    padding: 20px;
  }
  .entry-content .bottom-line {
    display: block;
  }
  .entry-content p.viewsCount {
    width: 31%;
    display: inline-block;
    margin-left: 0px;
    font-size: 12px;
    line-height: 16px;
  }
  .entry-content p.viewsCount svg {
    float: left;
    width: 13px;
    margin-right: 3px;
  }
  .entry-content p.viewsCount:nth-of-type(2) svg {
    margin-top: -4px;
  }
  .entry-content p.authorblock.viewsCount {
    display: block;
    width: 100%;
  }
  .block-glossary {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
  span.arrow_glo {
    height: 50px;
  }
  .page-template-page-glossary a.uk-button-link,
  .page-template-page-cookies a.uk-button-link {
    font-size: 18px;
    line-height: 31px;
    padding-right: 16px;
    padding-left: 16px;
  }
  /*contacts */
  .uk-panel-box {
    border-radius: 2px;
    background: #fff;
    box-shadow: 0px 8px 21px rgba(0, 46, 83, 0.12);
    border: none;
    padding: 15px 0px;
  }
  div#recaptcha_div,
  div.icwpg-recaptcha {
    display: block;
    margin: 32px auto 0;
    transform: scale(0.85);
  }
  .newslaterblock h2 {
    text-align: center;
    margin-bottom: 16px;
  }
  .logo a img {
    padding-top: 0px;
  }
  .comments-area {
    padding: 0 0 24px 0;
  }
  .container-fluid.rightbg.secBg::before {
    display: none;
  }
  /* END OF KIRILL */
}

@media only screen and (min-width: 500px) {
  .break-mobile {
    display: none;
  }
}

@media screen and (max-width: 350px) {
  .mainBaner-mob .featureAnimated .text {
    font-size: 14px;
  }
}

@media only screen and (min-width: 421px) and (max-width: 767px) {
  .trustedBlock .itemtrusted {
    width: 33.3333%;
  }
  .mainBaner-mob .featureAnimated {
    width: 36vw;
    display: block;
    margin: 0 auto;
    margin-top: calc(-24vw + 80px);
    position: relative;
    left: auto;
    top: auto;
    bottom: -17vw;
  }
  .mainBaner-mob .featureText {
    text-align: center;
    position: static;
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#f4f4fa),
      to(#fff)
    );
    background: linear-gradient(to top, #f4f4fa, #fff);
    margin: 0 -15px;
    padding: 18vw 15px 30px;
    border-radius: 15px 15px 0 0;
  }
}

@media only screen and (max-width: 991px) {
  .employeeReview .lSPager.lSpg > li a {
    background-color: #bccde8;
  }
  .employeeReview .lSPager.lSpg {
    display: block;
  }
  .customeReview .sliderNav {
    display: none;
  }
}

@media only screen and (min-width: 421px) and (max-width: 767px) {
  .employee-info {
    width: 33%;
  }
  .employee-info .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .quote {
    width: 66%;
  }
  .employee-info .img {
    width: 80%;
  }
  .employee {
    text-align: center;
  }
}

@media screen and (max-width: 400px) {
  div#recaptcha_div,
  div.icwpg-recaptcha {
    transform: scale(0.65);
  }
}

@media screen and (min-width: 550px) {
  .mobileMenu ul.sub-menu.dropdown-menu .icon {
    left: 98%;
  }
}

@media screen and (max-width: 550px) {
  .mainBaner-blog {
    height: auto;
    line-height: 45vw;
  }
}

/* Product pages */

/* Inbox insight */

.copy-button {
  display: block;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.29);
  border-bottom-color: rgba(0, 0, 0, 0.36);
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
}

.copy-button:before {
  content: "";
  display: none;
  position: absolute;
  z-index: 9998;
  top: 40px;
  left: 40px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid rgba(0, 0, 0, 0.8);
}

/* If you dont use it nowhere instead inbox insights (spam-testin) then you can delete styles for after. We dont use it anymore */

/* .copy-button:after { content: 'Copy to Clipboard'; display: none; position: absolute; z-index: 9999; top: 45px; left: -16px; width: 130px; height: 36px; color: #fff; font-size: 10px; line-height: 36px; text-align: center; background-color: rgba(0, 0, 0, 0.8); border-radius: 3px; } .copy-button:hover:before, .copy-button:hover:after { display: block; } */

.copy-button:active,
.copy-button:focus {
  outline: none;
}

/* .copy-button:active:after, .copy-button:focus:after { content: 'Copied!'; } */

.icon-report::before {
  content: url(../img/icon-file.svg);
  display: inline-block;
  width: 16px;
  height: 18px;
  position: relative;
  top: 3px;
  left: 3px;
}

.form-control-copy {
  background-color: transparent;
  border-radius: 24px;
  border-color: #afafc7;
  border-right-color: transparent;
  padding: 8px 24px;
  color: #75759b;
  height: auto;
  font-size: 16px;
}

.form-control-copy:focus {
  background-color: transparent;
  border-color: #afafc7;
  border-right-color: transparent;
  box-shadow: none;
}

.action-block .input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}

.copy-button {
  border-radius: 24px;
  background-color: #000000;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 16px;
  border: 0;
  padding: 8px 24px;
  border-top-left-radius: 24px !important;
  border-bottom-left-radius: 24px !important;
}

.copy-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.input-group-append {
  margin-left: -13px;
  height: 100%;
}

.via-nav {
  width: 100%;
  height: 80px;
  padding-top: 24px;
}

.product-header {
  /* background-image: url(../img/bg-ii.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  clip-path: polygon(0% 88%, 50% 100%, 100% 88%, 100% 0%, 0% 0%);
  padding-bottom: 72px;
  color: #fff;
}

.product-header_inbox {
  background-image: url(../img/bg-ii.jpg);
}

.product-header_dmarc {
  background-image: url(../img/bg-dmarc.jpg);
}

.product-header_ip {
  background-image: url(../img/bg-ip.jpg);
}

.product-header_bounce {
  background-image: url(../img/bg-bounce.jpg);
}

@media only screen and (max-width: 420px) {
  .product-header_inbox {
    background-image: none;
    background-color: #3cc689;
  }
  .product-header_dmarc {
    background-image: none;
    background-color: #fc676a;
  }
  .product-header_ip {
    background-image: none;
    background-color: #50b8fc;
  }
  .product-header_bounce {
    background-image: none;
    background-color: #fe8331;
  }
}

.product-header_quote {
  margin-top: 152px;
  text-align: center;
}

.product-header_quote_block::before {
  content: url(../img/quote.svg);
  display: inline-block;
  width: 16px;
  height: 18px;
  left: -24px;
  position: relative;
  top: -80px;
}

.product-header_quote_block::after {
  content: url(../img/quote.svg);
  display: inline-block;
  width: 16px;
  height: 18px;
  position: relative;
  bottom: -66px;
  left: 24px;
  float: right;
}

.product-header_quote .product-header_quote_block h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 0;
  text-align: center;
}

.spam-testing h1 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 0;
  line-height: 1.3;
  text-align: left;
}

.product-header h1 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 0;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .product-header h1 {
    font-size: 29px;
  }
}

.product-header h2 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.product-header p {
  font-size: 14px;
  text-align: center;
}

.product-header_quote_block {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 72px 32px;
  margin-bottom: 24px;
}

.product-header_quote_logo {
  background-color: #fff;
  padding: 12px 16px;
  -webkit-clip-path: polygon(0% 100%, 94% 100%, 100% 0%, 6% 0%);
  clip-path: polygon(0% 100%, 94% 100%, 100% 0%, 6% 0%);
  margin: auto;
  margin-bottom: -24px;
}

.product-header_quote_logo_inbox {
  width: 206px;
  padding: 12px 22px;
  max-height: 46px;
}

.product-header_quote_logo_dmarc {
  width: 230px;
}

.product-header_quote_logo_ip {
  width: 274px;
}

.product-header_quote_logo_bounce {
  width: 220px;
}

.action-block {
  padding: 80px 0;
}

.action-block h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 0;
  line-height: 1.3;
  text-align: left;
}

.action-block.text-center h2 {
  text-align: center;
  margin-bottom: 36px;
}

.action-block_description {
  border-left: 2px solid rgba(80, 184, 252, 0.36);
  padding-left: 16px;
}

.action-block_description p {
  font-size: 16px;
  line-height: 1.7;
}

.btn-custom-action {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 24px !important;
  font-weight: 700;
  border: 0;
  padding: 8px 20px;
  background-image: none;
  font-size: 16px;
  float: none !important;
  z-index: 4 !important;
  outline: none !important;
}

.btn-custom-action:hover,
.btn-custom-action:active,
.btn-custom-action:focus {
  background-color: rgba(0, 0, 0, 0.8) !important;
  color: #fff;
}

.action-block .input-group {
  margin-bottom: 16px;
  width: 60%;
}

.action-block .input-group-btn:last-child > .btn,
.action-block .input-group-btn:last-child > .btn-group {
  margin-left: -24px;
}

.action-block p {
  margin-bottom: 2rem;
}

.feature-block_gray {
  background-color: #f4f4fa;
}

.feature-block_group {
  display: flex;
  align-items: center;
}

.feature-block_text {
  padding: 32px 0;
}

.feature-block .feature-block_text {
  padding-right: 8%;
}

.feature-block_gray .feature-block_text {
  padding-left: 8%;
  padding-right: 0;
}

.feature-block_text p {
  font-size: 18px;
  line-height: 1.8;
}

.feature-block_text h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .feature-block_group {
    flex-direction: column;
  }
  .feature-block_group-reverse {
    flex-direction: column-reverse;
  }
  .product-header_inbox {
    background-image: none;
    background-color: #26cb6f;
  }
  .product-header_dmarc {
    background-image: none;
    background-color: #fc676a;
  }
  .product-header_ip {
    background-image: none;
    background-color: #50b8fc;
  }
  .product-header_bounce {
    background-image: none;
    background-color: #fe8331;
  }
}

.notfound-page {
  display: flex;
  align-items: center;
}

.notfound-page-animation {
  width: 100%;
}

.notfound-page-wrap {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .notfound-page {
    flex-direction: column;
  }
  .notfound-page-wrap {
    text-align: center;
  }
}

.input-group-single {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.steps_block {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
}

.steps_block_number {
  width: 56px;
  height: 56px;
  line-height: 1.9;
  border: 1px solid #afafc7;
  color: #3735c0;
  font-size: 28px;
  border-radius: 50%;
  margin: 0 16px 16px;
  min-width: 56px;
}

.steps_block p {
  text-align: left;
}

.steps {
  margin-top: 56px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .feature-block_group img {
    width: 100%;
  }
  .feature-block_group {
    text-align: center;
  }
  .feature-block .feature-block_text {
    padding: 0px 8% 40px;
  }
  .feature-block_text h4 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .product-header h1 {
    font-size: 24px;
    line-height: 1.2;
  }
  .product-header {
    clip-path: polygon(0% 94%, 50% 100%, 100% 94%, 100% 0%, 0% 0%);
    padding-bottom: 56px;
  }
  .action-block {
    text-align: center;
    padding: 56px 0;
  }
  .action-block .input-group {
    margin-right: 0;
    width: 100%;
  }
  .btn-custom-action {
    margin: auto;
    margin-bottom: 24px;
  }
  .input-group-single {
    width: 100%;
  }
  .steps_block p {
    text-align: center;
  }
  .steps {
    flex-direction: column;
  }
  .steps_block {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .feature-block_group img {
    width: 60%;
  }
  /* .feature-block .feature-block_text { width: 40%; } */
  .customeReview .position::before {
    content: "/ ";
  }
}

@media (min-width: 769px) {
  .feature-block .feature-block_text {
    width: 40%;
  }
}

/*Gappie page*/

.gappie-headerd-block {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.gappie-headerd-block a {
  margin-bottom: 24px;
}

.gapppie-heading {
  margin-top: 3rem;
  margin-bottom: 1rem;
  text-align: center;
}

.custom-h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}

@media (max-width: 990px) {
  .gappie-headerd-block {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .gappie-wrap .feature-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .gappie-wrap .feature-block_gray {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .gappie-wrap .feature-block_gray {
    padding-top: 40px;
  }
}

ul.list-tick {
  list-style: none;
  margin-bottom: 0;
  padding-left: 32px;
  text-align: left;
}

ul.list-tick li {
  list-style-image: url(../img/gappie/tick.svg);
  padding-left: 8px;
  margin-bottom: 8px;
}

ul.list-tick li:before {
  content: "";
}

.btn-custom-action-invers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  text-transform: none;
  color: #3735c0;
  padding-left: 16px;
  text-align: left;
}

.btn-custom-action-invers:hover {
  background-color: #fff !important;
  color: #26cb6f;
}

.icon-telegram::before {
  content: url(../img/gappie/telegram.svg);
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 12px;
}

.icon-slack::before {
  content: url(../img/gappie/slack.svg);
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 12px;
}

.gappie-cta {
  background-image: url(../img/gappie/cta_pattern.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #3735c0;
  padding: 40px 0;
}

.gappie-cta-block {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.gappie-cta-block h3 {
  margin-bottom: 1.5rem;
}

.cta-block_text a {
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .gappie-cta-block {
    flex-direction: column-reverse;
  }
  .cta-block_text {
    margin-left: 0;
    text-align: center;
  }
}

@media (max-width: 990px) {
  .gappie-cta-block h3 br {
    display: none;
  }
}

.cta-block_text {
  color: #fff;
  margin-left: 22%;
}

.btn-custom-action-invers {
  margin-right: 12px;
}

@media (max-width: 1200px) {
  .cta-block_text {
    margin-left: 16%;
  }
}

@media (max-width: 990px) {
  .cta-block_text {
    margin-left: 6%;
  }
  .btn-custom-action-invers {
    min-width: 220px;
  }
  .header_text {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .gappie-cta {
    text-align: center;
    padding: 72px 0;
  }
  .gappie-cta img {
    margin-bottom: 24px;
  }
  .btn-custom-action-invers {
    margin-left: 6px;
    margin-right: 6px;
  }
}

.gappie-wrap .header {
  background-color: #3735c0;
  padding-top: 88px;
  color: #fff;
  background-image: url(../img/gappie/gappie_pattern_header.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 80px;
}

.gappie-wrap .header h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
}

.gappie-wrap .header p {
  margin-bottom: 32px;
  line-height: 2;
}

.gappie-wrap .header h1 span {
  color: #26cb6f;
}

.gappie-animation {
  width: 100%;
  margin-bottom: -80px;
}

/* LOGO ANIMATION CSS */

a.logotype {
  max-width: 162px;
  margin-top: 17px;
}

.whiteLOGO svg linearGradient stop {
  stop-color: #fff !important;
}

.mobile-menu-container {
  width: 100%;
  max-width: 100%;
  padding-left: 2em;
  padding-right: 2em;
}

@media only screen and (max-width: 576px) {
  .mobile-menu-container {
    padding-left: 1em;
    padding-right: 1em;
  }
}

.full-menu-container {
  padding: 0 3em;
  max-width: 1920px;
}

@media only screen and (max-width: 1200px) {
  .full-menu-container {
    padding: 0 2em;
  }
}

/* PRICING PAGE */

/* .row > p, .row + p { display: none; } */

.pricing-block-flex {
  display: flex;
  margin-bottom: 40px;
  box-shadow: 0px 8px 21px rgba(0, 46, 83, 0.12);
}

@media only screen and (min-width: 992px) {
  .single #main-column {
    padding-right: 0;
  }
}

/* @media only screen and (min-width: 320px) { .single #main-column { padding-right: 0; } } */

.entry-content {
  padding: 0;
}

.pricingTabs {
  text-align: center;
}

.tabPicker {
  background: #f8f8fd;
  /* margin-bottom: 30px; */
  max-width: 100%;
}

.tabPicker ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
}

.tabWrapper {
  padding: 40px 30px 0;
}

.d-flex-jc {
  display: flex;
  justify-content: center !important;
  align-items: center;
}

.d-flex-js {
  display: flex;
  justify-content: flex-start !important;
  align-items: center;
}

@media only screen and (min-width: 992px) {
  .tabPicker ul::after {
    content: " ";
    display: inline-block;
    position: absolute;
    top: calc(100% - 4px);
    width: 50%;
    height: 8px;
    border-radius: 8px;
    background: 0 0;
    -webkit-transition: 0.5s;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    background: #50b8fc;
  }
  .tabPicker .subscription::after {
    left: 0;
  }
  .tabPicker .payAsYouGo::after {
    left: 50%;
  }
}

.annualPlanMob,
.monthlyPlanMob {
  width: 100%;
}

.tabPicker li {
  display: inline-block;
}

.monthlyPlanMob a,
.annualPlanMob a,
.monthlyPlanMob a:active,
.annualPlanMob a:active,
.monthlyPlanMob a:hover,
.annualPlanMob a:hover {
  text-decoration: none;
}

.monthlyPlanMob .tab-name,
.annualPlanMob .tab-name {
  font-size: 16px !important;
  font-weight: bold;
  position: relative;
  width: 100%;
  text-align: left;
  padding: 24px 8px !important;
}

.tabPicker li a {
  display: inline-block;
  padding: 24px 32px;
  font-size: 18px;
  text-decoration: none;
  color: #201801;
}

.tabPicker li a.active {
  /* font-weight: 100; */
  font-weight: 700;
}

.tabPicker p a {
  display: inline;
  padding: 0;
  font-size: inherit;
  text-decoration: none;
  color: #337ab7;
}

.yourTrial {
  margin-top: 0;
  margin-bottom: 30px;
}

.yourTrial .btn {
  background: linear-gradient(75deg, #f800b6, #ffb92e);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 3s ease infinite;
  animation: AnimationName 3s ease infinite;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 40px;
  display: inline-block;
  margin-left: 50px;
}

.yourTrial .btn:hover {
  background: #fff;
  color: #3735c0;
  border: 1px solid #3735c0;
}

.payPlan,
.payPlanMob {
  margin-bottom: 30px;
  line-height: 23px;
  font-size: 13px;
}

.payPlan span,
.payPlanMob span {
  color: #131312;
  opacity: 0.3;
  transition: 0.3s;
  vertical-align: middle;
}

.monthlyPlan .monthly span,
.annualPlan .annual span,
.monthlyPlanMob .monthlyMob span,
.annualPlanMob .annualMob span {
  opacity: 1;
}

.payPlan div,
.payPlanMob div {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}

.payPlan .customToggler,
.payPlanMob .customTogglerMob {
  display: inline-block;
  font-size: 14px;
  width: 56px;
  height: 16px;
  border-radius: 16px;
  position: relative;
  background: #e0dbdb;
  margin: 0 16px;
}

.plan-details {
  font-size: 15px;
}

.plan-details .row {
  display: flex;
  margin: 0;
}

.payPlan .customToggler .slideMark,
.payPlanMob .customTogglerMob .slideMark {
  display: inline-block;
  font-size: 14px;
  width: 29px;
  height: 16px;
  border-radius: 16px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  background: #26cb6f;
  opacity: 1;
}

.annualPlan .payPlan .slideMark,
.annualPlanMob .payPlanMob .slideMark {
  left: calc(100% - 29px);
}

.payPlan .annualPlan span,
.payPlanMob .annualPlan span {
  color: #26cb6f;
}

.payPlan,
.payPlanMob {
  margin-bottom: 40px;
  user-select: none;
}

.saveLabel {
  font-size: 12px;
  line-height: 14px;
  border: 1px solid #26cb6f;
  color: #26cb6f;
  border-radius: 2px;
  padding: 0 2px;
}

.payPlan .saveLabel {
  color: #26cb6f;
  opacity: 1;
}

.pricingTab {
  display: none;
  position: relative;
}

.pricingTab.active {
  display: block;
}

.pricingTab .item {
  display: inline-block;
  width: 33.333%;
  float: left;
  border: 1px solid #f1f0fa;
  border-right: none;
  margin-bottom: 60px;
}

.pricingTab .item:last-of-type {
  border-right: 1px solid #f1f0fa;
}

.pricingTab .heading {
  margin: 25px 0;
}

.pricingTab .price {
  font-size: 56px;
  line-height: 56px;
  font-weight: bold;
  margin-bottom: 25px;
}

.pricingTab .item .advantages {
  list-style: none;
  padding: 10px 20px;
  margin: 0;
  background: #f8f8fd;
  text-align: left;
  line-height: 25px;
}

.redCross {
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height: 12px;
  background: url(/wp-content/themes/glock-apps-theme/img/redCross.svg) center /
    contain no-repeat;
}

.item .annualVisible,
.item .monthlyVisible,
.item .billed {
  display: none;
}

.monthlyPlan .monthlyVisible,
.annualPlan .annualVisible {
  display: block;
}

.price sup {
  font-weight: normal;
  font-size: 20px;
  line-height: 42px;
  vertical-align: top;
}

.annualPlan .billed {
  display: block;
}

.pricingTab .item .btn {
  color: #2d2bad;
  border: 1px solid currentColor;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  padding: 12px 30px;
  border-radius: 40px;
  margin-bottom: 25px;
}

.pricingTab .item .btn:hover {
  background: linear-gradient(75deg, #f800b6, #ffb92e);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 3s ease infinite;
  color: #ffffff;
  border-color: transparent;
}

.pricingSubscribe {
  background: #f4f4fa;
  padding: 32px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.pricingSubscribe .form,
.pricingSubscribe .text {
  margin: 30px 0 0;
}

.pricingSubscribe .text * {
  margin: 0;
  line-height: 45px;
  font-size: 22px;
}

@media only screen and (max-width: 1024px) {
  .pricingSubscribe .text * {
    font-size: 18px;
  }
}

.pricingFaq {
  background: #fbfbfe;
  padding-top: 25px;
}

.pricingFaq .heading {
  text-align: center;
  margin: 60px 0 30px;
}

.pricingFaq .item {
  margin: 0 0 30px;
}

.pricingFaq .item h5 {
  margin: 0 0 20px;
  font-size: 18px;
  text-align: left;
}

.pricingFaq .item h5 {
  margin-bottom: 10px;
}

.pricingFaq .item__secondary-text {
  display: block;
  font-size: 13px;
  margin-top: 6px;
  color: #636363;
}

.pricingFaq .item__secondary-text strong {
  color: #333333;
}

.pricingFaq .item a {
  font-weight: 600;
  color: #50b8fc;
}

.container-fluid.pricingFaq .item p {
  text-align: left;
}

#main footer.entry-meta {
  display: none;
}

.site-content {
  border-bottom: none;
}

.pricing {
  margin: 80px 0;
}

.pricing-block-flex .planItem:not(:first-child),
.pay_as_you_go_plans .col-sm-4:not(:first-child),
.customPlan:not(.planItemMob) {
  border-left: 1px solid rgba(128, 128, 128, 0.3);
}

.pricing-block {
  border-radius: 2px;
  padding: 24px 24px 0;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .pricing-block {
    padding: 24px 15px 0;
  }
}

.pricing-block_business {
  position: relative;
  background-color: rgba(80, 184, 252, 0.07);
}

.pricing-block_business::before {
  content: url(../img/pricing/gappy_price.svg);
  display: inline-block;
  width: 60px;
  position: absolute;
  top: -28px;
  right: 0px;
  z-index: 2;
}

.pricing-block_header {
  text-align: center;
  position: relative;
  margin: 0 -15px 16px;
}

.pricing-block h3 {
  font-weight: 700;
  font-size: 26px;
  text-transform: uppercase;
}

.pricing-block_base h3 {
  color: #26cb6f;
}

.pricing-block_business h3 {
  color: #50b8fc;
}

.pricing-block_agency h3 {
  color: #fe8331;
}

.pricing-block_custom h3 {
  color: #3735c0;
}

.pricing-block h4 {
  font-weight: 700;
  font-size: 48px;
}

.pricing-block h4 span {
  font-weight: 400;
  font-size: 19px;
  margin-left: 4px;
}

@media only screen and (max-width: 991px) {
  .monthlyPlan .pricingTab .pricing-block h4 span {
    font-size: 14px;
  }
  .monthlyPlan .pricingTab .pricing-block h4 {
    font-size: 26px;
  }
  .monthlyPlan .pricingTab .pricing-block h3 {
    font-size: 18px;
  }
}

.pricing-block_header p {
  font-weight: 500;
  font-size: 13px;
}

.pricing-block_save {
  color: #26cb6f;
  border: 1px solid #26cb6f;
  padding: 2px;
  white-space: nowrap;
}

.btn-custom-fill,
.btn-custom-outline {
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 24px;
  font-weight: 700;
  padding: 8px 16px !important;
  background-image: none;
}

.btn-custom-fill {
  background-color: #3735c0;
  color: #fff !important;
  border: 0;
}

.btn-custom-fill:hover {
  background: linear-gradient(75deg, #f800b6, #ffb92e);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 3s ease infinite;
  color: #ffffff;
  border-color: transparent;
}

.btn-custom-outline {
  background-color: transparent;
  color: #3735c0;
  border: 1px solid #3735c0;
  text-align: left;
  display: none !important;
}

.btn-custom-outline:hover {
  background-color: #fbfbfe;
  color: #3735c0;
  border: 1px solid #3735c0;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 24px;
  font-weight: 700;
  padding: 8px 16px;
}

.pricing-block .btn-custom-fill,
.pricing-block .btn-custom-outline {
  min-width: 150px;
}

.pricing-block .btn-custom-outline::before {
  content: "PAY WITH";
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-block .btn-custom-fill,
  .pricing-block .btn-custom-outline {
    min-width: 100px;
  }
  .pricing-block .btn-custom-outline::before {
    content: "";
  }
}

.bitcoin-icons::before {
  content: url(../img/pricing/bitcoin-icons.svg);
  display: inline-block;
  width: 16px;
  height: 18px;
  position: relative;
  top: 3px;
  left: 3px;
}

.table-pricing .table thead th {
  background: #f4f4fa;
  border: 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  border-right: 1px solid #e7e7ee;
}

.table-pricing .table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff;
}

.table-pricing .table-striped tbody tr:nth-of-type(even) {
  background-color: #fbfbfe;
}

.table-pricing .table td {
  padding: 0.75rem;
  vertical-align: middle;
  border-top: 1px solid #dee2e6;
  border: 0;
  text-align: center;
  border-right: 1px solid #e7e7ee;
}

.table-pricing .table td:last-child {
  border-right: 0;
}

.table-pricing .table tbody th {
  text-align: left;
  font-weight: 300;
  border: 0;
  border-right: 1px solid #e7e7ee;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}

.table-pricing .table tbody th:last-child {
  border-right: 0;
}

@media only screen and (max-width: 1199px) {
  .table-pricing .table tbody th {
    text-align: center;
  }
}

.table-pricing .table tbody th span::before {
  content: url(../img/info-icon.svg);
  margin-right: 5px;
  position: relative;
  top: 6px;
}

.col-name::before {
  content: "";
  background-image: url(../img/info-icon.svg);
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 15px 15px;
  width: 18px;
  height: 15px;
  /* margin-right: 5px; */
  position: relative;
}

.table-pricing .table {
  border-bottom: 1px solid #e7e7ee;
}

.element-tooltip {
  position: absolute;
  display: none;
  font-size: 14px;
  width: 380px;
  background-color: #fff;
  z-index: 1;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);
  padding: 24px;
  overflow: visible;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .element-tooltip {
    width: 250px;
  }
}

.pricing-block .btn-text {
  color: #3735c0;
  font-weight: 600;
  border-radius: 24px;
  padding: 8px 16px;
  min-width: 188px;
  box-shadow: none;
}

@media (max-width: 768px) {
  .pricing-block_business::before {
    right: 10px;
  }
}

.m-break {
  display: none;
}

@media (max-width: 567px) {
  .m-break {
    display: inline;
  }
}

.pay_as_you_go_plans {
  margin-top: 40px;
  box-shadow: 0px 8px 21px rgba(0, 46, 83, 0.12);
}

.row .col-value {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-wrap: wrap;
  text-align: left;
}

.annualPlan .customPlan,
.monthlyPlan .billedOneTime,
.annualPlan .monthPayment,
.monthlyPlan .annualPayment,
.annualPlanMob .customPlan,
.monthlyPlanMob .billedOneTime,
.annualPlanMob .monthPayment,
.monthlyPlanMob .annualPayment {
  display: none !important;
}

.annualPlan .a-grey,
.monthlyPlan .m-grey {
  background-color: #f4f4fa;
}

.planItem,
.customPlan,
.pay_as_you_go_plans .col-sm-4 {
  padding: 0;
}

span.checked {
  display: inline-block;
  width: 10px;
  height: 20px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  border-color: green;
  border-radius: 2px;
}

.planItemMob {
  padding: 0;
}

.plan-table {
  border-bottom: 1px solid #e7e7ee;
}

.col-name,
.col-value {
  padding: 12px;
}

.col-name {
  text-align: center;
  /* border-right: 1px solid #E7E7EE; */
  padding: 12px 0;
}

.row.grey,
.monthlyPlanMob .m-grey,
.annualPlanMob .a-grey {
  background-color: #fbfbfe;
}

.annualPlanMob li,
.monthlyPlanMob li {
  width: 100%;
}

.pricing-feature {
  padding: 0.75em;
  margin: 0;
  position: relative;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: left;
  word-break: break-word;
  overflow-wrap: break-word;
}

@media only screen and (max-width: 1200px) {
  .pricing-feature {
    padding: 6px;
    font-size: 15px;
  }
}

.pricing-feature.grey {
  background-color: #f4f4fa;
}

.pricing-feature img {
  position: absolute;
  right: -30px;
}

.plan-tooltip {
  cursor: pointer;
}

.two-row-feature,
.three-row-feature {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-direction: column;
}

.three-row-feature {
  height: 86px;
}

.two-row-feature {
  height: 68px;
}

@media only screen and (min-width: 365px) {
  .break-mob-spam-test {
    display: none;
  }
}

@media only screen and (max-width: 350px) {
  .break-pricing-mob {
    display: none;
  }
}

/* PRICING PAGE END */

/* 404 */

.notfound-page-wrap .text-block h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
}

.notfound-page-wrap .text-block p {
  font-size: 20px;
}

/* 404 END */

/* BLOG CUSTOMIZATION */

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f8f8fd;
}

/* BLOG CUSTOMIZATION END */

.form-check-domain-content {
  padding: 16px 0 0;
}

.form-check-domain-content h3 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.form-check-domain-content input {
  width: 100% !important;
  border-radius: 25px;
  border: none;
  display: inline-block;
  padding: 19px 15px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form-check-domain-content input:focus {
  border: none !important;
}

.form-check-domain-content .form-group {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 0;
  margin: 0;
}

.form-check-domain-content .form-group .btn-main {
  background-color: #ffffff;
  border: none;
  border-radius: 20px;
  padding: 0px 14px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  outline: none;
  background: #26cb6f;
  margin-top: 8px;
  width: 100%;
  font-weight: 600;
}

.form-check-domain-content .form-group .btn-main:hover,
.form-check-domain-content .form-group .btn-main:focus {
  background: #0dc25d;
  color: #ffffff;
}

.menu .dropdown-menu,
.menu .subNav {
  top: 100% !important;
}

.uk-hidden {
  display: none !important;
  visibility: hidden !important;
}

a[class*="uk-"]:hover {
  text-decoration: none !important;
}

a[class*="uk-"] {
  text-decoration: none !important;
  cursor: pointer;
}

.blacklist-urls th,
.blacklist-urls td {
  padding: 5px 10px 5px 0;
}

.blacklist-urls a {
  font-size: 1em;
  line-height: 1;
  transition: none;
}

/* API DEVELOPER */

.page-api ul li::before {
  content: "";
}

.page-api .item-blog {
  padding-top: 0;
}

@media only screen and (min-width: 250px) {
  .page-api ul {
    padding-top: 24px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .page-api ul {
    padding-top: 56px !important;
  }
}

.uk-nav-side > li.uk-active > a {
  background-color: unset !important;
  color: #000 !important;
}

:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  font-size: 16px;
  font-family: Consolas, monospace, serif;
  color: #509085;
  white-space: normal;
  padding: 3px 6px;
  border-radius: 2px;
  background: #f9f9f9;
}

.page-api ul li {
  font-size: 15px;
  margin-bottom: 16px;
  word-break: break-word;
  overflow-wrap: break-word;
}

.page-api pre {
  color: grey;
}

.toogle-api-list {
  width: fit-content !important;
  padding-right: 40px;
}

.uk-accordion-content:after,
.uk-clearfix:after,
.uk-container:after,
.uk-dotnav:after,
.uk-form-row:after,
.uk-grid:after,
.uk-list > li:after,
.uk-panel:after,
.uk-subnav:after,
.uk-tab-center:after,
.uk-tab:after,
.uk-thumbnav:after {
  clear: both;
}

.uk-dotnav,
.uk-list,
.uk-nav,
.uk-nav ul,
.uk-slideshow,
.uk-subnav,
.uk-switcher,
.uk-tab {
  margin-left: 0;
  padding: 0 !important;
  list-style: none !important;
}

.uk-dotnav,
.uk-grid,
.uk-list,
.uk-list ul,
.uk-nav,
.uk-nav ul,
.uk-subnav,
.uk-switcher,
.uk-tab,
.uk-thumbnav {
  list-style: none;
}

.uk-list,
.uk-nav,
.uk-nav ul,
.uk-slideshow,
.uk-switcher,
.uk-tab {
  margin-bottom: 0 !important;
}

.uk-dotnav > li > a,
.uk-icon-button,
.uk-list > li > a,
.uk-nav ul > li > a,
.uk-nav > li > a,
.uk-overlay,
.uk-slidenav,
.uk-subnav > li > a {
  border: none !important;
}

.uk-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.uk-grid:after,
.uk-grid:before {
  content: "";
  display: block;
  overflow: hidden;
}

.uk-grid-match > *,
.uk-subnav {
  display: -ms-flexbox;
  display: -webkit-flex;
}

.uk-grid > * {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  margin: 0;
  float: left;
  padding-left: 25px;
}

.uk-grid > * > :last-child {
  margin-bottom: 0;
}

.uk-grid {
  margin-left: -25px;
}

@media (min-width: 1220px) {
  .uk-grid {
    margin-left: -35px;
  }
  .uk-grid > * {
    padding-left: 35px;
  }
  .uk-grid + .uk-grid,
  .uk-grid-margin,
  .uk-grid > * > .uk-panel + .uk-panel {
    margin-top: 35px;
  }
}

.uk-grid-match > * {
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.uk-grid-match > * > * {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  box-sizing: border-box;
  width: 100%;
}

[class*="uk-width"] {
  width: 100%;
  box-sizing: border-box;
}

.uk-width-1-5,
.uk-width-2-10 {
  width: 20%;
}

.uk-width-1-10 {
  width: 10%;
}

.uk-width-7-10 {
  width: 70%;
}

@media only screen and (min-width: 768px) {
  .uk-width-medium-3-10 {
    width: 30%;
  }
  .uk-width-medium-7-10 {
    width: 70%;
  }
}

.uk-panel {
  display: block;
  position: relative;
}

.uk-panel,
.uk-panel:hover {
  text-decoration: none;
}

.uk-panel:after,
.uk-panel:before {
  content: "";
  display: table;
}

.uk-panel > :not(.uk-panel-title):last-child {
  margin-bottom: 0;
}

.uk-nav,
.uk-nav ul {
  margin: 0;
  padding: 0;
}

.uk-nav li > a {
  display: block;
  text-decoration: none;
}

.uk-nav > li > a {
  padding: 5px 15px;
}

.uk-nav-side > li > a {
  color: #444;
  border-radius: 2px;
}

.uk-nav-side > li > a:focus,
.uk-nav-side > li > a:hover {
  background: #f5f5f5;
  color: #444;
  outline: 0;
}

.uk-switcher {
  margin: 0;
  padding: 0;
  touch-action: cross-slide-y pinch-zoom double-tap-zoom;
}

.uk-switcher > :not(.uk-active) {
  display: none;
}

.uk-text-left {
  text-align: left !important;
}

.uk-margin {
  margin-bottom: 20px;
}

/* API END */

.spam-test-btn-block {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 32px 0;
}

.spam-test-btn {
  background-color: #26cb6f;
  padding: 8px 20px;
  border-radius: 25px;
  text-align: center;
  width: 230px;
}

.spam-test-block {
  box-shadow: 0 8px 21px rgba(0, 46, 83, 0.12);
  padding: 1px 24px;
}

.spam-test-block h3 {
  text-align: center;
}

.spam-test-block .row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.spam-test-block .spam-test-img {
  width: 100%;
}

.spam-test-block .spam-test-desc {
  width: 100%;
}

.spam-test-img {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .spam-test-img img {
    width: 60% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .spam-test-block .spam-test-img {
    width: 41%;
  }
  .spam-test-block .spam-test-desc {
    width: 58%;
  }
}

/* ABOUT US */

.about-us-top,
.utm-top {
  background-color: #2624a0;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.about-us-header,
.utm-header {
  background-image: url(/wp-content/themes/glock-apps-theme/img/mainBaner-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1440px;
}

.who-we-are {
  color: #fff;
  width: 424px;
}

.who-we-are .title {
  font-size: 48px;
  font-weight: 300;
  color: #50b8fc;
}

.who-we-are .header {
  font-size: 32px;
  font-weight: 700;
}

.who-we-are .content {
  font-size: 20px;
  line-height: 37px;
}

.company-background {
  display: -webkit-flex;
  display: flex;
}

.employees {
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  position: relative;
  padding-left: 60px;
}

.team-description {
  position: absolute;
  bottom: -48px;
  left: 60px;
  padding: 32px;
  padding-right: 176px;
  border: 1px solid #50b8fc;
  width: 550px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #6bbff6;
}

.team-photo-1 {
  padding: 0 60px;
}

.team-photo-2 {
  z-index: 1;
}

.team-description::before {
  content: url(/wp-content/themes/glock-apps-theme/img/about/quotes.svg);
  display: inline-block;
  width: 16px;
  height: 18px;
  position: absolute;
  top: -44px;
  left: 23px;
}

.journey-container {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.journey-block {
  width: 1440px;
  padding: 80px 160px;
  position: relative;
  overflow: hidden;
  display: flex;
  z-index: 1;
}

.journey-block__text {
  padding-left: 56px;
  border-left: 4px solid #2d2bad;
}

.journey-block__text .title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 25px;
}

.journey-block__text .content {
  font-size: 19px;
  line-height: 34px;
}

.journey-block__large-circle {
  position: absolute;
  right: -375px;
  top: -250px;
  background-image: url(/wp-content/themes/glock-apps-theme/img/about/large-circle.svg);
  width: 994px;
  height: 994px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.journey-block__small-circle {
  background-image: url(/wp-content/themes/glock-apps-theme/img/about/small-circle.svg);
  width: 852px;
  height: 852px;
}

.block-container {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.block-container--grey {
  background-color: #fbfbfe;
}

.block {
  max-width: 1440px;
  padding: 80px 160px;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

/* .block-container.block-container--team .block { background: url(/wp-content/themes/glock-apps-theme/img/about/circle-blue.svg); background-repeat: no-repeat; background-size: cover; } */

p.block-title {
  font-weight: 700;
}

.block-subtitle {
  text-align: center;
}

@media only screen and (min-width: 767px) {
  .block-subtitle {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .block-subtitle {
    font-size: 19px;
  }
}

@media only screen and (max-width: 1440px) {
  .block {
    width: 100%;
    max-width: 100%;
    padding: 40px;
  }
  .about-us-header {
    width: 100%;
  }
}

.mission-description {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 78px;
}

.mission-description::before,
.mission-description::after,
.company-products .row::before,
.company-products .row::after {
  display: none !important;
}

.mission-description__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  color: #2d2bad;
}

@media only screen and (max-width: 991px) {
  .mission-description__title {
    font-size: 22px;
  }
  .company-products_product img {
    width: 100px;
  }
  .mission-description > div + div {
    margin-top: 24px;
  }
}

.mission-description__content {
  font-size: 18px;
  line-height: 33px;
}

.company-features {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 80px;
}

.company-features__item {
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
}

.company-features__item img {
  margin-right: 8px;
}

.company-features__item + .company-features__item {
  margin-left: 32px;
}

.company-features__content {
  width: 125px;
  padding: 16px 2px 0;
}

p.dont-worry {
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 19px;
  font-weight: 500;
  line-height: 34px;
  color: #2d2bad;
}

p.block-title + img {
  margin-top: 24px;
}

.block-container .features-btn {
  margin-top: 40px;
}

.block-container .btn:hover {
  background: #3735c0;
  color: #fff;
}

.company-products_product .btn {
  margin-top: 16px;
  background: #3735c0;
  position: relative;
}

.company-products_product {
  padding: 32px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin-top: 32px;
  background-color: #fff;
}

.company-products_product + .company-products_product {
  margin-left: 24px;
}

.company-products .row {
  display: flex;
  flex-wrap: wrap;
}

.company-products .row > div {
  display: flex;
}

.product-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  color: #2d2bad;
}

.block-title--values {
  margin-top: 72px;
  margin-bottom: 20px;
}

.product-content {
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}

@media only screen and (min-width: 992px), screen and (max-width: 767px) {
  .company-products_product {
    text-align: center;
  }
}

.block-container--press {
  background-color: #342da7;
  color: #fff;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}

.block-container--press .block-title {
  text-align: center;
}

.block-container--press .lightSlider {
  margin-top: 40px;
}

.block-container--press li {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.press-review {
  font-size: 18px;
  line-height: 34px;
  padding: 10px;
  margin: 0 5px;
}

.press__content {
  font-size: 18px;
  line-height: 34px;
  position: relative;
  margin-bottom: 20px;
}

.press__content::before {
  content: url(/wp-content/themes/glock-apps-theme/img/about/quote-small.svg);
  position: absolute;
  top: -9px;
  left: -18px;
}

.press__content::after {
  content: url(/wp-content/themes/glock-apps-theme/img/about/quote-small.svg);
  position: absolute;
  bottom: -8px;
}

.press__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #fff;
}

.slider-navigators {
  margin-top: 20px;
  width: 80px;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.slider-navigators a {
  width: 40px;
  height: 40px;
}

.slider-navigators a:hover {
  color: #50b8fc;
}

.block-container--press .slider {
  height: auto !important;
}

.block-container--press .lSPager {
  display: none;
}

.block-container--press .lSAction {
  position: relative;
  bottom: 20px;
}

.block-container--press .lSAction > a {
  background: 0 0;
  color: #50b8fc;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.block-container--press .sliderNext,
.block-container--press .sliderPrev {
  display: inline-block;
  width: 9px;
  /* height: 13px; */
  line-height: 12px;
  vertical-align: middle;
  cursor: pointer;
}

.block-container--press .lSAction > .lSPrev {
  left: 0;
}

.block-container--press .lSAction > .lSNext {
  left: 40px;
  margin-top: -15px;
}

.block-container--press .sliderPrev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: relative;
  top: -1px;
}

.block-container--team {
  background-color: #3735c0;
  color: #fff;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .block-container--team {
    background: url(/wp-content/themes/glock-apps-theme/img/about/large-circle-blue.svg)
      center 580px / cover no-repeat;
    background-color: #3735c0;
  }
}

@media only screen and (min-width: 992px) {
  .block-container--team {
    background: url(/wp-content/themes/glock-apps-theme/img/alltools-bg.svg) top
      right / cover no-repeat;
  }
}

.team img {
  width: 209px;
  border-radius: 100%;
}

.team {
  margin-top: 35px;
  z-index: 1;
}

.team .player {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

.team__name {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
}

.team__position {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.6);
}

.team-separator {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.33);
  margin: 40px 0;
  z-index: 1;
}

.team-contacts {
  width: 100%;
  max-width: 1000px;
  z-index: 1;
  margin: 0 auto;
}

.team-contacts > div {
  padding-left: 10px;
}

.contacts-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #50b8fc;
}

.contacts-content {
  font-size: 16px;
  line-height: 22px;
}

.team__circle--additional {
  width: 100%;
  height: 100%;
  position: absolute;
  right: -50%;
  background: #342da7;
}

@media only screen and (min-width: 768px) {
  p.block-title {
    font-size: 20px;
  }
  .block-container--press {
    padding: 40px;
  }
  .company-background {
    padding: 150px 40px 40px;
  }
  .who-we-are {
    width: 100%;
  }
  .who-we-are .header {
    font-size: 20px;
  }
  .who-we-are .title {
    font-size: 28px;
  }
  .who-we-are .content {
    font-size: 16px;
  }
  .team-description {
    padding: 10px;
    padding-right: 228px;
    width: 85%;
    left: auto;
    bottom: auto;
    top: 350px;
    font-size: 16px;
    line-height: 34px;
  }
  .employees {
    padding-left: 0;
    flex-wrap: wrap;
    margin-bottom: 120px;
  }
  .team-photo-1 {
    padding: 0;
    padding-right: 30px;
  }
  .team-photo-2 {
    padding: 0;
    padding-left: 30px;
  }
  .team-photo-1 img,
  .team-photo-2 img {
    box-shadow: 0px 8px 17px 0px rgb(0 0 0 / 12%);
    width: 100%;
  }
  .journey-block__text {
    width: 100%;
  }
  .journey-block {
    width: 100%;
    padding: 40px;
    display: block;
  }
  .company-features {
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 40px;
  }
  .company-features__item {
    width: 20%;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }
  .company-features__content {
    padding: 0px 10px;
    text-align: center;
    width: auto;
  }
  .company-features__item + .company-features__item {
    margin-left: 0;
  }
  p.dont-worry {
    text-align: center;
  }
  .press__content {
    font-size: 16px;
  }
  .team .player {
    padding-bottom: 40px;
  }
  .team__name {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 810px) {
  .team-description {
    top: 370px;
    padding-right: 35%;
  }
}

@media only screen and (min-width: 859px) {
  .team-description {
    top: 430px;
  }
}

@media only screen and (min-width: 910px) {
  .team-description {
    top: 470px;
  }
}

@media only screen and (min-width: 992px) {
  .team-description {
    padding: 16px;
    padding-right: 320px;
    top: 500px;
    font-size: 22px;
  }
  p.block-title {
    font-size: 32px;
  }
  .press__content {
    font-size: 18px;
  }
  .team__name {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 1086px) {
  .team-description {
    top: 600px;
    padding-right: 360px;
  }
}

@media only screen and (min-width: 1200px) {
  .about-us-header {
    min-width: 1200px;
    height: 960px;
  }
  .company-background {
    padding-left: 160px;
    padding-top: 242px;
  }
  .who-we-are {
    width: 424px;
  }
  .who-we-are .header {
    font-size: 32px;
  }
  .who-we-are .title {
    font-size: 48px;
  }
  .who-we-are .content {
    font-size: 20px;
  }
  .employees {
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    position: relative;
    padding-left: 60px;
  }
  .team-photo-1 {
    padding: 0 60px;
  }
  .team-photo-2 {
    padding: 0;
  }
  .team-photo-1 img,
  .team-photo-2 img {
    box-shadow: none;
    width: auto;
  }
  .team-description {
    top: 280px;
    left: 60px;
    padding: 32px;
    padding-right: 260px;
    width: 550px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  p.block-title {
    font-size: 20px;
  }
  .about-us-header {
    width: 100%;
    min-width: 100%;
    height: auto;
  }
  .company-background {
    padding: 15px;
    padding-top: 90px;
    flex-wrap: wrap;
  }
  .who-we-are {
    color: #fff;
    width: 100%;
  }
  .who-we-are .header {
    font-size: 28px;
  }
  .who-we-are .title {
    font-size: 32px;
  }
  .who-we-are .content {
    font-size: 18px;
    line-height: 26px;
  }
  .employees {
    padding-left: 0;
    flex-wrap: wrap;
  }
  .team-photo-1 {
    padding: 0;
    padding-right: 15px;
  }
  .team-photo-2 {
    padding: 0;
    padding-left: 15px;
  }
  .team-photo-1 img,
  .team-photo-2 img {
    box-shadow: 0px 8px 17px 0px rgb(0 0 0 / 12%);
  }
  .team-description {
    position: relative;
    padding: 10px;
    padding-right: 40%;
    width: 90%;
    left: auto;
    bottom: auto;
    top: -50px;
    font-size: 14px;
    line-height: 18px;
  }
  .team-description::before {
    content: url(/wp-content/themes/glock-apps-theme/img/about/quote-mob.svg);
    display: inline-block;
    width: 16px;
    height: 18px;
    position: absolute;
    top: -30px;
    left: 7px;
  }
  .journey-block__text {
    width: 100%;
    padding-left: 8px;
    border-left-width: 2px;
  }
  .journey-block {
    width: 100%;
    padding: 40px 15px;
    display: block;
  }
  p.block-title {
    font-size: 24px;
    text-align: center;
  }
  .mission-description {
    margin-top: 32px;
  }
  .mission-description > div + div {
    margin-top: 24px;
  }
  .company-products_product {
    padding: 16px;
  }
  .product-content {
    line-height: 22px;
  }
  .company-features {
    flex-direction: column;
    margin-top: 40px;
  }
  .company-features__content {
    width: auto;
  }
  .company-features__item + .company-features__item {
    margin-left: 0;
    margin-top: 16px;
  }
  .integrations > div {
    height: 70px;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .block {
    padding: 40px 15px;
  }
  .block-container--press {
    padding: 40px 15px;
  }
  .slider-navigators {
    display: none;
  }
  .team {
    margin-top: 0;
  }
  .team__circle {
    display: none;
  }
  .team > div + div {
    margin-top: 24px;
  }
  .team-contacts > div + div {
    margin-top: 32px;
  }
  .team__name {
    margin-top: 24px;
  }
  .team img {
    width: 60%;
  }
  .block-title--values {
    margin-top: 36px;
    margin-bottom: initial;
  }
}

@media only screen and (max-width: 470px) {
  .team-description {
    width: 90%;
    top: -50px;
  }
}

/* @media only screen and (max-width: 350px) { .team-description { width: 100%; top: -50px; } } */

@media only screen and (min-width: 1200px) {
  .journey-block__text {
    width: 825px;
  }
  .block-container--press {
    padding: 80px 120px;
  }
  .journey-block {
    width: 1440px;
    padding: 80px 160px;
    display: flex;
  }
}

@media only screen and (max-width: 1200px) {
  .journey-block__large-circle {
    display: none;
  }
}

/* ABOUT US END */

* :focus {
  outline: none;
}

/* UTM-TOP */

.utm-top {
  max-width: 1200px;
}

.utm-header {
  padding: 120px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* UPTIME MONITOR */

.upm-banner {
  position: relative;
  overflow: hidden;
  /* width: 100%; */
  min-width: -webkit-fill-available;
  text-align: left;
  background-color: #2d2bad;
}

.upm-banner__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 115px 30px 60px;
  /* DANGER! change of its side paddings can impact on .upm-kinda-input width */
  background-size: auto 100%;
  background: center no-repeat;
  background-color: #3735c0;
  background-image: url("/wp-content/themes/glock-apps-theme/img/uptime/upm-banner-bg.svg");
}

@media (max-width: 1200px) {
  .upm-banner {
    padding: 0;
  }
  .upm-banner__row::before,
  .upm-banner__row::after {
    display: none;
  }
}

.upm-banner__illustraion {
  height: 400px;
  width: 60%;
  background: center no-repeat;
  background-size: contain;
  background-image: url("/wp-content/themes/glock-apps-theme/img/uptime/main-banner.svg");
}

@media (max-width: 1200px) {
  .upm-banner__illustraion {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@media (max-width: 800px) {
  .upm-banner__illustraion {
    position: absolute;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 480px;
  }
}

@media (max-width: 600px) {
  .upm-banner__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0px;
  }
  .upm-banner__illustraion {
    /* display: none; */
    position: static;
    width: 100%;
    height: 70vw;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* upm-bnr-content */

.upm-bnr-content--wide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 425px;
}

.upm-bnr-content--hidden {
  display: none;
}

@media (max-width: 576px) {
  .upm-bnr-content--wide {
    min-width: auto;
  }
}

.upm-bnr-content {
  min-height: 340px;
  width: 45%;
  color: #ffffff;
}

@media (max-width: 1200px) {
  .upm-bnr-content {
    -ms-flex-preferred-size: 450px;
    flex-basis: 450px;
    width: 450px;
  }
}

@media (max-width: 600px) {
  .upm-bnr-content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}

.upm-banner__row > .upm-bnr-content > .upm-bnr-content__title {
  margin: 0 0 9px 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 37px;
  text-align: left;
}

.upm-bnr-content__title--highlighted {
  color: #26cb6f;
}

.upm-banner__row > .upm-bnr-content > .upm-bnr-content__subtitle {
  margin: 0 0 14px 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 29px;
  text-align: left;
}

.upm-banner__row > .upm-bnr-content > .upm-bnr-content__subinfo {
  margin: 0 0 24px 0;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.54px;
  line-height: 29px;
  text-align: left;
}

/* start-monitoring-form */

.start-monitoring-form {
  --start-monitoring-form-input-height: 45px;
  --start-monitoring-form-input-color: #fff;
  --start-monitoring-form-border-radius: 41px;
  --start-monitoring-form-inputs-max-width: 385px;
}

.start-monitoring-form--ctl2 {
  margin: 35px auto 0;
}

@media (min-width: 700px) {
  .start-monitoring-form--narrow {
    max-width: 282px;
  }
}

form .start-monitoring-form__submit-button {
  background-image: -o-linear-gradient(7deg, #f800b6 0%, #ffb92e 100%);
  background-image: linear-gradient(83deg, #f800b6 0%, #ffb92e 100%);
  background-color: #f800b6;
}

.start-monitoring-form__submit-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 45px;
  width: 100%;
  max-width: var(--start-monitoring-form-inputs-max-width);
  margin-bottom: 23px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-image: -o-linear-gradient(7deg, #f800b6 0%, #ffb92e 100%);
  background-image: linear-gradient(83deg, #f800b6 0%, #ffb92e 100%);
  background-color: #f800b6;
  border: none;
  border-radius: var(--start-monitoring-form-border-radius);
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  background: -o-linear-gradient(15deg, #f800b6, #ffb92e);
  background: linear-gradient(75deg, #f800b6, #ffb92e);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 3s ease infinite;
  animation: AnimationName 3s ease infinite;
}

.start-monitoring-form__submit-button--ctl2 {
  margin: 0 auto;
}

.start-monitoring-form__submit-button::after {
  content: "";
  position: absolute;
  display: block;
  visibility: hidden;
  height: 20px;
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background: url(/wp-content/themes/glock-apps-theme/img/uptime/start-monitoring-form__submit-button--white.svg)
    right/contain no-repeat;
}

.start-monitoring-form__submit-button:hover::after,
.start-monitoring-form__submit-button:focus::after {
  background-image: url(/wp-content/themes/glock-apps-theme/img/uptime/start-monitoring-form__submit-button--dark-blue.svg);
}

.start-monitoring-form__submit-button--waiting::after {
  visibility: visible;
}

.start-monitoring-form__submit-button:hover,
.start-monitoring-form__submit-button:focus {
  color: #3735c0;
  background: #fff;
}

.start-monitoring-form__note {
  color: #d3e1e8;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
}

.start-monitoring-form__privacy-policy {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

.start-monitoring-form__privacy-policy:hover,
.start-monitoring-form__privacy-policy:focus {
  opacity: 0.7;
}

/* UPM-BNR-CONTENT-V2 */

.upm-bnr-content__features {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
  margin: 22px 0 27px 0;
  padding: 0;
}

@media (max-width: 576px) {
  .upm-bnr-content__features {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.list-type-feature {
  list-style: none;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
}

.list-type-feature::before {
  content: "";
  display: inline-block;
  height: 11px;
  width: 14px;
  margin-right: 18px;
  background: center no-repeat;
  background-image: url("/wp-content/themes/glock-apps-theme/img/uptime/banner-list-style-image.svg");
  background-size: contain;
}

.list-type-feature--ctl2 {
  margin: 8px 8px;
}

.list-type-feature--ctl2::before {
  margin-right: 10px;
}

/* new-trusted */

.new-trusted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  max-height: 102px;
  margin: 0 auto;
  padding: 15px;
}

@media (max-width: 1200px) {
  .new-trusted {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: unset;
  }
}

.new-trusted__item {
  display: block;
  padding: 15px;
  opacity: 80%;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.new-trusted__item:hover,
.new-trusted__item:focus {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

@media (max-width: 1095px) {
  .new-trusted__item {
    padding: 0;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}

@media (max-width: 915px) {
  .new-trusted__item {
    padding: 15px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@media (max-width: 576px) {
  .new-trusted__item {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

/* new benefit */

.new-benefit {
  padding: 0 30px;
}

.new-benefit:nth-child(even) {
  background-color: #f4f4fa;
}

.new-benefit__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.new-benefit__box--reversed {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 30px;
}

.new-benefit__illustration {
  /* flex-shrink: 0; */
  width: 557px;
  margin-right: 102px;
  background: center no-repeat;
  background-size: contain;
}

.new-benefit__illustration--1 {
  height: 414px;
}

.new-benefit__illustration--2 {
  height: 456px;
}

.new-benefit__illustration--3 {
  height: 456px;
}

.new-benefit__box--reversed .new-benefit__illustration {
  margin-right: 0;
  margin-left: 20px;
}

.new-benefit__text-box {
  max-width: 464px;
  margin: 60px 0 100px;
  color: #000;
}

.new-benefit__title {
  max-width: 428px;
  margin: 0 0 15px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.96px;
  line-height: 44px;
}

.new-benefit__description {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.48px;
  line-height: 32px;
}

@media (max-width: 992px) {
  .new-benefit__text-box {
    max-width: 50%;
  }
  .new-benefit__illustration {
    margin-right: 40px;
    height: 280px;
  }
}

@media (max-width: 768px) {
  .new-benefit:nth-child(even) {
    background-color: inherit;
  }
  .new-benefit:nth-child(odd) {
    background-color: #f4f4f4;
  }
  .new-benefit__box--reversed {
    padding: 0;
  }
}

@media (max-width: 700px) {
  .new-benefit {
    padding: 70px 0;
  }
  .new-benefit__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .new-benefit__box--reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .new-benefit__illustration,
  .new-benefit__box--reversed .new-benefit__illustration {
    max-width: 90%;
    height: 220px;
    margin: 0 0 40px;
  }
  .new-benefit__text-box {
    max-width: 385px;
    margin: 0;
    padding: 0 30px;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .new-benefit {
    padding: 5px 0 30px;
  }
  .new-benefit__title {
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 32px;
  }
  .new-benefit__description {
    font-size: 13px;
    line-height: 20px;
  }
}

/* customizing blue features block */

.upm-features-title {
  margin-bottom: 30px;
}

.small-features-row {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.green-button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 44px;
  width: 220px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #26cb6f;
  color: #fff;
  border-radius: 41px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.green-button--self-centered {
  margin: auto;
}

.green-button:hover,
.green-button:focus {
  background-color: #0dc25d;
}

@media (max-width: 992px) {
  .container-fluid .item .small-feature-description {
    height: auto;
    max-width: 380px;
  }
  .green-button--self-centered {
    margin-top: 33px;
  }
}

@media (max-width: 768px) {
  .container-fluid .item .small-feature-description {
    margin-left: auto;
    margin-right: auto;
  }
}

/* get-notified */

.get-notified {
  max-width: 1140px;
  margin: 60px auto 7px;
}

@media (max-width: 1200px) {
  .get-notified {
    max-width: 940px;
    margin-top: 45px;
    margin-bottom: 0;
  }
}

@media (max-width: 992px) {
  .get-notified {
    max-width: 720px;
  }
}

@media (max-width: 768px) {
  .get-notified {
    padding: 0 24px;
  }
}

.get-notified__title {
  margin-bottom: 35px;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 576px) {
  .get-notified__title {
    font-size: 24px;
  }
}

.get-notified__ways-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .get-notified__ways-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .get-notified__ways-row {
    /* flex-direction: column; align-content: center; */
  }
}

/* notification-way */

.notification-way {
  --notification-way-margin: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: var(--notification-way-margin);
  text-decoration: none;
  color: #2d2bad;
}

.notification-way:first-child {
  margin-left: 0;
}

.notification-way:last-child {
  margin-right: 0;
}

@media (max-width: 992px) {
  .notification-way:first-child {
    margin-left: var(--notification-way-margin);
  }
  .notification-way:last-child {
    margin-right: var(--notification-way-margin);
  }
}

.notification-way__round {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 71px;
  height: 72px;
  margin-right: 20px;
  -webkit-box-shadow: 0 8px 21px rgba(0, 46, 83, 0.12);
  box-shadow: 0 8px 21px rgba(0, 46, 83, 0.12);
  background-color: #fff;
  border-radius: 50%;
}

.notification-way__icon {
  display: block;
  height: 30px;
  width: 30px;
  background: center no-repeat;
  background-size: contain;
}

.notification-way__icon--email {
  background-image: url("/wp-content/themes/glock-apps-theme/img/uptime/notification-way-email.svg");
}

.notification-way__icon--telegram {
  background-image: url("/wp-content/themes/glock-apps-theme/img/uptime/notification-way-telegram.svg");
}

.notification-way__icon--slack {
  background-image: url("/wp-content/themes/glock-apps-theme/img/uptime/notification-way-slack.svg");
}

.notification-way__icon--sms {
  background-image: url("/wp-content/themes/glock-apps-theme/img/uptime/notification-way-sms.svg");
}

.notification-way__icon--pagerduty {
  background-image: url("/wp-content/themes/glock-apps-theme/img/uptime/notification-way-pagerduty.svg");
}

.notification-way__name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.54px;
}

@media (max-width: 576px) {
  .notification-way__round {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }
  .notification-way__icon {
    height: 15px;
    width: 15px;
  }
  .notification-way__name {
    font-size: 9px;
  }
}

/* new-call-to-action */

.new-call-to-action {
  background-color: #2d2bad;
}

.new-call-to-action__inner-box {
  max-width: 792px;
  margin: 0 auto;
  padding: 45px 80px;
  color: #fff;
  text-align: center;
  background: center repeat;
  background-size: 100% auto;
  background-image: url("/wp-content/themes/glock-apps-theme/img/uptime/new-call-to-action-bg.svg");
}

.new-call-to-action__inner-box--ctl2 {
  padding: 90px 40px;
}

.new-call-to-action__inner-box--hidden {
  display: none;
}

@media (max-width: 700px) {
  .new-call-to-action__inner-box {
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
  }
  .new-call-to-action__inner-box--ctl2 {
    text-align: center;
  }
}

.new-call-to-action__title {
  margin: 0 0 40px;
  font-size: 30px;
  font-weight: 600;
}

.new-call-to-action__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

@media (max-width: 700px) {
  .new-call-to-action__row {
    display: block;
  }
}

.new-call-to-action__features {
  margin: 0;
  padding: 0;
  width: 50%;
  text-align: left;
  color: #e8e8e8;
}

.new-call-to-action__features .list-type-feature {
  margin: 5px 0;
}

@media (max-width: 700px) {
  .new-call-to-action__features {
    width: 100%;
    margin-bottom: 30px;
  }
}

.new-call-to-action__note {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 7px;
}

.new-call-to-action__subnote {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

@media (max-width: 576px) {
  .new-call-to-action__note,
  .new-call-to-action__subnote {
    font-size: 13px;
    line-height: 18px;
  }
}

.new-call-to-action__start-manually {
  font-weight: 700;
  text-decoration: none;
  color: inherit;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.new-call-to-action__start-manually:hover,
.new-call-to-action__start-manually:focus {
  opacity: 0.7;
}

.new-call-to-action__features-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}

/* Uptime monitor END */

/* Processing Tempoarary page */

/* upm-processing */

.upm-processing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px 15px 45px;
}

.upm-processing__note-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 23px;
  padding: 20px 35px;
  max-width: 762px;
  border-radius: 2px;
  border: 2px solid #50b8fc;
}

.upm-processing__illustration {
  width: 108px;
  height: 94px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 25px;
  background: center no-repeat;
  background-size: contain;
  background-image: url("/wp-content/themes/glock-apps-theme/img/uptime/upm-processing__illustration.svg");
}

.upm-processing__note {
  color: #2d2bad;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.54px;
  line-height: 32px;
}

.upm-processing__big-text {
  margin: 0 auto 23px;
  color: #50b8fc;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.72px;
  text-align: center;
  line-height: 44px;
}

.upm-processing__loader {
  text-align: center;
}

.upm-processing__loader__video,
.upm-processing__loader-img {
  height: 170px;
  width: 170px;
}

@media (max-width: 576px) {
  .upm-processing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .upm-processing__note-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }
  .upm-processing__illustration {
    height: 55px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .upm-processing__note {
    font-size: 14px;
    line-height: 20px;
  }
  .upm-processing__big-text {
    font-size: 18px;
    line-height: 24px;
  }
}

/* upm-steps */

.upm-steps {
  padding: 48px 35px 80px;
  background-color: #f8f8fd;
}

.upm-steps__title {
  margin: 0 0 60px 0;
  color: #000000;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.78px;
  line-height: 44px;
  text-align: center;
}

.upm-steps__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
}

.upm-steps__divider {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 210px;
  width: 100px;
  background: center no-repeat;
  background-size: contain;
  background-image: url("/wp-content/themes/glock-apps-theme/img/uptime/upm-steps__divider.svg");
}

@media (max-width: 992px) {
  .upm-steps {
    padding-bottom: 40px;
  }
  .upm-steps__title {
    margin: 0 auto 0;
  }
  .upm-steps__box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 780px;
  }
  .upm-steps__divider {
    display: none;
  }
}

@media (max-width: 768px) {
  .upm-steps__title {
    text-align: left;
  }
  .upm-steps__box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .upm-steps {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* upm-step */

.upm-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 295px;
}

.upm-step__number {
  margin: 0 0 21px 0;
  color: #26cb6f;
  font-size: 51px;
  font-weight: 700;
  letter-spacing: 1.53px;
  text-align: center;
}

.upm-step__number-hint {
  display: block;
  margin-top: 3px;
  color: #afafc7;
  font-family: "Work Sans";
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.78px;
}

.upm-step__instruction-text {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.48px;
  line-height: 32px;
}

@media (max-width: 992px) {
  .upm-step {
    margin: 20px 30px;
  }
}

@media (max-width: 650px) {
  .upm-step {
    margin: 20px 0;
  }
}

/* .upm-kinda-input */

.upm-kinda-input {
  --this-width: 290px;
  --copy-button-width: 80px;
  --text-button-indentation: 20px;
  --border-radius: 41px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: var(--this-width);
  background-color: #fff;
  border: 1px solid #50b8fc;
  border-radius: var(--border-radius);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.upm-kinda-input--nude {
  border: none;
}

.upm-kinda-input--upper {
  --this-width: 385px;
  margin-bottom: 15px;
}

.upm-kinda-input--lower {
  --this-width: 100%;
  max-width: var(--start-monitoring-form-inputs-max-width);
  margin-bottom: 16px;
}

.upm-kinda-input__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(
    var(--this-width) - var(--copy-button-width) -
      var(--text-button-indentation)
  );
  padding-left: 25px;
  margin: 0 var(--text-button-indentation) 0 0;
  white-space: nowrap;
  overflow: hidden;
  color: #2d2bad;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  text-align: left;
  cursor: text;
  border: none;
  background-color: transparent;
}

.toolsBlock .small-features-row a {
  color: #fff;
}

form .upm-kinda-input__button {
	background-color: #50b8fc;
}

.upm-kinda-input__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 43px;
  width: var(--copy-button-width);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  background-color: #50b8fc;
  border-radius: var(--border-radius);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
}

.upm-kinda-input__button:hover,
.upm-kinda-input__button:focus {
  background-color: #0490ea;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

@media (max-width: 576px) {
  .upm-kinda-input--upper {
    max-width: calc(100vw - 30px * 2);
  }
}

/* .upm-kinda-input end */

/* upm-temp-bright-help */

.upm-temp-bright-help {
  background-color: #3735c0;
}

.upm-temp-bright-help__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  max-width: 1200px;
  padding: 51px 0;
}

.upm-temp-bright-help__question {
  margin: 0 40px 0 0;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.66px;
  line-height: 30px;
}

@media (max-width: 992px) {
  .upm-temp-bright-help__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 780px;
    padding: 35px 45px;
  }
  .upm-temp-bright-help__question {
    margin-right: 0;
  }
  .upm-temp-bright-help__button {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .upm-temp-bright-help__box {
    padding: 35px 15px;
  }
  .upm-temp-bright-help__question {
    text-align: center;
  }
}

/* upm-popup */

.upm-popup {
  position: fixed;
  z-index: 1;
  top: 0;
  width: 0;
  height: 100%;
  width: 100%;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.upm-popup::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.1;
}

.upm-popup--visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.upm-popup--transparent {
  opacity: 0;
}

.upm-popup__box {
  position: relative;
  max-width: 730px;
  margin: 0 15px;
  padding: 80px;
  text-align: center;
  background-color: #fff;
}

/* .upm-popup__close-button { --this-height: 24px; position: absolute; top: 12px; right: 11px; height: var(--this-height); width: 24px; cursor: pointer; } .upm-popup__close-button::before, .upm-popup__close-button::after { content: ""; position: absolute; top: calc( var(--this-height) / 2); left: 0; height: 2px; width: 100%; border-radius: 5px; background-color: #afafc7; -webkit-transition-duration: 0.35s; -o-transition-duration: 0.35s; transition-duration: 0.35s; } .upm-popup__close-button::before { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); } .upm-popup__close-button::after { -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); transform: rotate(-135deg); } .upm-popup__close-button:hover::before { -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); } .upm-popup__close-button:hover::after { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } */

.upm-popup__text {
  color: #000;
  font-family: "Work Sans";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 20px;
}

.upm-popup__green-button {
  margin: auto;
}

@media (max-width: 768px) {
  .upm-popup__box {
    padding: 40px;
  }
  .upm-popup__big-text {
    font-size: 18px;
    line-height: 22px;
  }
}

/* Processing Tempoarary page END */

.tmp-insert {
  display: none;
}

/* NEW PRICING PAGE START */

/* added to prod January 13 2021 */

/* prc-tabs start */

.prc-tabs {
  --tab-height: 63px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 0;
  background-color: #2d2bad;
  user-select: none;
}

.prc-tabs__box {
  position: relative;
  display: flex;
  max-width: 1054px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.prc-tabs__tab {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: var(--tab-height);
  padding-top: 5px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  list-style: none;
  z-index: 1;
  user-select: none;
  cursor: pointer;
  transition-duration: 0.2s;
}

.prc-tabs__tab--active {
  user-select: unset;
  color: #2d2bad;
}

.prc-tabs__tab:hover {
  color: #8180ff;
}

.prc-tabs__underlay {
  position: absolute;
  top: 0;
  height: var(--tab-height);
  background-color: #ffffff;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  transition-duration: 0.8s;
}

@media (max-width: 600px) {
  /* when you change text in tabs, it can be another point when they are shrinked. You can change this point*/
  .prc-tabs__box {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .prc-tabs__tab {
    font-size: 13px;
  }
}

/* prc-tabs end */

/* prc-term-toggler START */

.prc-term-toggler {
  margin: 20px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prc-term-toggler--hidden {
  overflow: hidden;
  height: 0;
  margin-bottom: calc(20px + 60px);
  /* 60px is default height */
}

.prc-term-toggler__box {
  margin: 20px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.3s;
  cursor: pointer;
}

.prc-term-toggler__box--hidden * {
  visibility: hidden;
  transition-duration: 0s !important;
}

.prc-term-toggler__term {
  margin: 0;
  color: #a2a29c;
  font-size: 16px;
  font-weight: 700;
  transition-duration: 0.5s;
}

.prc-term-toggler__term--cheked {
  color: #2b2dad;
}

.prc-term-toggler__actually {
  position: relative;
  width: 56px;
  height: 24px;
  margin: 0 6px;
  border-radius: 40px;
  background-color: #c2c2c2;
}

.prc-term-toggler__actually--active {
  background: #50b8f9;
  transition-duration: 0.3s;
}

.prc-term-toggler__box:hover .prc-term-toggler__actually {
  background-color: #a8a8a8;
}

.prc-term-toggler__box:hover .prc-term-toggler__actually--active {
  background-color: #009cfd;
}

.prc-term-toggler__dot {
  position: absolute;
  top: 2px;
  left: 3px;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 100%;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.prc-term-toggler__dot--active {
  /* left: 50%; */
  transform: translateX(30px);
}

/* prc-term-toggler END */

/* .prc-save-hint */

.prc-save-hint {
  display: inline-block;
  margin: 0;
  padding: 2px 2px 0;
  font-weight: 400;
  font-size: 11px;
  color: #26cb6f;
  border: 1px solid #26cb6f;
  border-radius: 2px;
  transition-duration: 0.5s;
  user-select: none;
  opacity: 0;
}

.prc-save-hint--active {
  opacity: 1;
}

/* .prc-save-hint */

/* prc-tarifs start */

.prc-tarifs-box {
  padding-bottom: 25px;
}

.prc-tarifs {
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 17px;
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
  display: none;
}

.prc-tarifs--active {
  display: grid;
}

.prc-tarifs--4row {
  justify-content: space-around;
  grid-template-columns: repeat(4, 280px);
}

@media (max-width: 1390px) {
  .prc-tarifs {
    user-select: none;
  }
  .prc-tarifs--4row {
    max-width: 880px;
    grid-template-columns: 280px 280px;
  }
}

@media (max-width: 660px) {
  .prc-tarifs {
    grid-template-columns: 280px;
  }
  .prc-tarifs--active {
    display: grid;
  }
  .prc-tarif {
    width: 277px;
  }
}

/* prc-tarifs end */

/* prc-tarif start */

.prc-tarif {
  border-radius: 12px;
}

.prc-tarif--blue-border {
  /* border: 1px solid rgba(80, 184, 249, 0.3); */
  box-shadow: 0px 0px 0px 1px rgba(80, 184, 249, 0.3);
}

.prc-tarif--permanent-shadow {
  box-shadow: 0px 3px 30px #2624a029;
}

.prc-tarif--calculator-red {
  background-color: #fff6f6;
}

.prc-tarif--calculator-red .prc-tarif__alert-red {
  transform: translateY(-100%);
  background-color: #fff6f6;
  opacity: 1;
}

.prc-tarif--calculator-yellow {
  background: #fffdf8;
}

.prc-tarif--calculator-yellow .prc-tarif__alert-yellow {
  left: 0;
  opacity: 1;
  background: #fffdf8;
}

.prc-tarif--overload {
  background: none !important;
}

.prc-tarif--overload .prc-tarif__alert-red {
  background-color: #fff;
}

.prc-tarif--attentioned {
  animation: prc-tarif-attentionationg 0.5s ease-in 0.2s 1 normal forwards;
}

@keyframes prc-tarif-attentionationg {
  /* 0% { box-shadow: none; } 16.5% { box-shadow: 0px 0px 24px 0px rgb(80 184 252); } 33% { box-shadow: none; } 49.5% { box-shadow: 0px 0px 24px 0px rgb(80 184 252); } */
  0% {
    box-shadow: none;
  }
  25% {
    box-shadow: 0px 0px 24px 0px rgba(80, 184, 249, 0.705);
  }
  50% {
    box-shadow: 0px 0px 5px 0px rgba(38, 36, 160, 0.329);
  }
  75% {
    box-shadow: 0px 0px 24px 0px rgba(80, 184, 249, 0.705);
  }
  100% {
    box-shadow: none;
  }
}

.prc-tarif__alert-red {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-size: 14px;
  color: #fc676a;
  transition-property: transform, opacity;
  transition-duration: 0.2s, 0.2s;
}

.prc-tarif__alert-yellow {
  position: absolute;
  top: 113px;
  left: 100%;
  opacity: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #ffb92e;
  transition-property: opacity, left;
  transition-duration: 0.2s, 0s;
}

@media (max-width: 1150px) {
  .prc-tarif {
    margin: 0 0 60px;
  }
}

.prc-tarif__custom-plan-top {
  position: relative;
  overflow: hidden;
}

.prc-tarif__top-box {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.prc-tarif__top-box--enterprise {
  position: absolute;
  right: -100%;
  top: 0%;
  width: 100%;
  transition-property: background, transform;
  transition-duration: 0.2s, 0.3s;
}

.prc-tarif__top-box--enterprise--visible {
  transform: translateX(-100%);
  background-color: #fff;
}

.prc-tarif__hat {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-bottom: 14px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.prc-tarif__hat--ligth-blue {
  background-color: #a7dbfc;
}

.prc-tarif__hat--dark-blue {
  background: linear-gradient(
    45deg,
    #50b8f9 0%,
    #50b8f9 35%,
    #fa338f 47%,
    #ffb92e 100%
  );
  background-size: 370% 150%;
  background-position: 140% 110%;
  transition: 0.5s ease;
}

.prc-tarif__hat--gradiented {
  /* background: linear-gradient(262deg, #FFB92E 0%, #FA338F 100%); */
  background-size: 270% 410%;
  background-position: 95% 80%;
}

/* .big-button1--filled-green { border-color: transparent; background: linear-gradient(45deg, #26CB6F 0%, #26CB6F 35%, #FA368D 47%, #FFB92E 100%); background-size: 370% 150%; background-position: 140% 110%; transition: 0.5s ease; } .big-button1--filled-green:hover, .big-button1--filled-green:focus { border-color: transparent; background-size: 270% 410%; background-position: 95% 80%; } */

.prc-tarif__heading {
  margin-bottom: 15px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}

.prc-tarif__heading--gray {
  color: #c2c2c2;
}

.prc-tarif__heading--blue {
  color: #50b8fc;
}

.prc-tarif__heading--navy {
  color: #2d2dad;
}

.prc-tarif__heading--green {
  color: #26cb6f;
}

.prc-tarif__heading--custom {
  position: relative;
  color: #c2c2c2;
  transition-property: transform;
  transition-duration: 0.2s;
}

.prc-tarif--calculator-yellow .prc-tarif__heading--custom {
  transform: translateY(-40px);
}

.prc-tarif__price-box {
  text-align: center;
  margin-bottom: 5px;
}

.prc-tarif__price-box--empty {
  position: relative;
  overflow: hidden;
  height: 92px;
  transition-property: transform;
  transition-duration: 0.2s;
}

.prc-tarif--calculator-yellow .prc-tarif__price-box--empty {
  transform: translateY(-50px);
}

.prc-tarif__free-text {
  display: block;
  font-size: 43px;
  font-weight: 700;
}

.prc-tarif__free-text-notation {
  display: block;
  font-size: 12px;
  font-weight: 700;
}

.prc-tarif__currency-sign {
  display: inline-block;
  margin-top: 2px;
  margin-right: -3px;
  font-size: 22px;
  font-weight: 700;
  vertical-align: top;
}

.prc-tarif__currency-sign--offseted {
  margin-right: 3px;
}

.prc-tarif__price-number {
  font-size: 43px;
  font-weight: 700;
}

.prc-tarif__paying-interval {
  display: inline-block;
  margin-left: -4px;
  padding-top: 6px;
  font-size: 12px;
  font-weight: 400;
  vertical-align: top;
}

.prc-tarif__paying-interval--offseted {
  margin-left: 3px;
}

.prc-tarif__term-specification {
  position: absolute;
  top: 67px;
  width: 100%;
  left: 50%;
  transform: translateX(calc(-50% - 10px));
  font-size: 12px;
  font-weight: 700;
}

.prc-tarif__auziliary-line {
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 500;
}

.prc-tarif__trigger-to-annual {
  font-weight: 700;
  color: #50b8f9;
  cursor: pointer;
}

.prc-tarif__trigger-to-annual:hover {
  text-decoration: underline;
}

.prc-tarif__bottom-box {
  padding: 0 13px;
  margin: 0;
}

@media (max-width: 660px) {
  .prc-tarif__bottom-box {
    padding: 0 13px 12px;
    margin: 0;
  }
}

.prc-tarif__subprice-stuff {
  position: relative;
  height: 65px;
}

.prc-tarif__attention-alert {
  position: absolute;
  left: 0;
  top: -4px;
  right: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  height: auto;
  max-width: 350px;
  min-height: 60px;
  margin: auto;
  padding: 7px;
  font-size: 11px;
  transition-duration: 0.15s;
  opacity: 0;
}

.prc-tarif__attention-alert--yellow {
  opacity: 1;
  color: #ffbc00;
  border: 1px solid #ffbc00;
  background: #fff9f7;
}

.prc-tarif__attention-alert--red {
  opacity: 1;
  color: #d10000;
  border: 1px solid #ff0000;
  background: #ffe7e7;
}

.prc-tarif__customize-trigger-wrapper {
  text-align: center;
  margin: 40px auto 0;
}

.prc-tarif__customize-trigger {
  padding: 10px;
  color: #50b8f9;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  background: none;
  border: none;
  transition-property: color;
  transition-duration: 0.2s;
  text-decoration: underline;
}

.prc-tarif__customize-trigger:hover,
.prc-tarif__customize-trigger:focus {
  color: #009cfd;
}

/* prc-tarif end */

/* prc-f-item start | prc - pricing | f - feature */

.prc-f-item {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-right: 21px;
  padding-left: 19px;
  font-size: 14px;
  font-weight: 400;
  color: #201801;
}

.prc-f-item--accordion {
  cursor: pointer;
}

.prc-f-item--high {
  height: 61px;
}

.prc-f-item--bold {
  margin-bottom: 30px;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.prc-f-item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 11px;
  height: 9px;
  background: center no-repeat;
  background-size: contain;
  background-image: url("/wp-content/themes/glock-apps-theme/img/pricing/prc-feature-item__tick--thin-blue.svg");
}

.prc-f-item--bold:before {
  content: unset;
}

.prc-f-item__info-btn,
.prc-f-item__subinfo-button {
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0px;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  background: center no-repeat;
  background-size: contain;
  background-image: url("/wp-content/themes/glock-apps-theme/img/pricing/prc-feature-item__info-v2.svg");
}

.prc-f-item__info-btn {
  cursor: help;
  transition-property: opacity;
  transition-duration: 0.2s;
}

.prc-f-item__info-btn:hover {
  opacity: 1;
}

.prc-f-item__subinfo-button {
  opacity: 0.7;
  cursor: pointer;
  background-image: url("/wp-content/themes/glock-apps-theme/img/pricing/prc-feature-item__subinfo-v2.svg");
  transition-property: opacity;
  transition-duration: 0.2s;
}

.prc-f-item__subinfo-button:hover {
  opacity: 1;
}

.prc-f-item__subinfo-box {
  overflow: hidden;
  display: block;
  font-size: 12px;
  color: #292929;
  transform: translateX(-10px);
}

.prc-f-item__subinfo {
  position: relative;
  display: block;
  margin-bottom: 4px;
  padding-left: 11px;
}

.prc-f-item__subinfo:first-child {
  margin-top: 15px;
}

.prc-f-item__subinfo--heading {
  margin-top: 10px;
  padding-left: 0;
  font-weight: 700;
}

.prc-f-item__subinfo::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 8px;
  height: 10px;
  background: center no-repeat;
  background-size: contain;
  background-image: url("/wp-content/themes/glock-apps-theme/img/pricing/prc-feature-item__tick--blue.svg");
}

.prc-f-item__subinfo--heading::before {
  content: unset;
}

.prc-f-item__specifications-box {
  display: block;
  margin-top: 2px;
  color: #868686;
  font-size: 12px;
}

/* prc-f-item END */

/* prc-f-hint START */

.prc-f-hint {
  display: none;
  opacity: 0;
  transition-duration: 0.3s;
  position: absolute;
  bottom: calc(100% + 15px);
  right: -20px;
  width: 90%;
  padding: 24px 22px;
  background-color: #e0f3ff;
  color: #000;
  border-radius: 18px;
}

.prc-f-hint::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 17px;
  display: block;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 16px solid #e0f3ff;
}

.prc-f-hint--active {
  display: block;
}

/* prc-f-hint END */

/* prc-range */

.prc-range {
  width: 100%;
  margin: 8px 0;
  background-color: transparent;
  -webkit-appearance: none;
}

.prc-range:focus {
  outline: 0;
}

.prc-range::-webkit-slider-runnable-track {
  background: #e1e1e1;
  border: 0;
  border-radius: 10.9px;
  width: 100%;
  height: 5px;
  cursor: pointer;
}

.prc-range::-webkit-slider-thumb {
  position: relative;
  z-index: 1;
  margin-top: -8px;
  width: 21px;
  height: 21px;
  background: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 100px;
  cursor: pointer;
  -webkit-appearance: none;
}

.prc-range:focus::-webkit-slider-runnable-track {
  background: #e4e4e4;
}

.prc-range::-moz-range-track {
  background: #e1e1e1;
  border: 0;
  border-radius: 10.9px;
  width: 100%;
  height: 5px;
  cursor: pointer;
}

.prc-range::-moz-range-thumb {
  position: relative;
  z-index: 1;
  width: 21px;
  height: 21px;
  background: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 100px;
  cursor: pointer;
}

.prc-range::-ms-track {
  background: 0 0;
  border-color: transparent;
  border-width: 8px 0;
  color: transparent;
  width: 100%;
  height: 5px;
  cursor: pointer;
}

.prc-range::-ms-fill-lower {
  background: #dedede;
  border: 0;
  border-radius: 21.8px;
}

.prc-range::-ms-fill-upper {
  background: #e1e1e1;
  border: 0;
  border-radius: 21.8px;
}

.prc-range::-ms-thumb {
  position: relative;
  z-index: 1;
  width: 21px;
  height: 21px;
  background: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 100px;
  cursor: pointer;
  margin-top: 0;
}

.prc-range:focus::-ms-fill-lower {
  background: #e1e1e1;
}

.prc-range:focus::-ms-fill-upper {
  background: #e4e4e4;
}

@supports (-ms-ime-align: auto) {
  .prc-range {
    margin: 0;
  }
}

.prc-range {
  width: 100%;
  margin: 8px 0;
  background-color: transparent;
  -webkit-appearance: none;
}

.prc-range:focus {
  outline: 0;
}

.prc-range::-webkit-slider-runnable-track {
  background: #e1e1e1;
  border: 0;
  border-radius: 10.9px;
  width: 100%;
  height: 5px;
  cursor: pointer;
}

.prc-range::-webkit-slider-thumb {
  position: relative;
  z-index: 1;
  margin-top: -8px;
  width: 21px;
  height: 21px;
  background: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 100px;
  cursor: pointer;
  -webkit-appearance: none;
}

.prc-range:focus::-webkit-slider-runnable-track {
  background: #e4e4e4;
}

.prc-range::-moz-range-track {
  background: #e1e1e1;
  border: 0;
  border-radius: 10.9px;
  width: 100%;
  height: 5px;
  cursor: pointer;
}

.prc-range::-moz-range-thumb {
  position: relative;
  z-index: 1;
  width: 21px;
  height: 21px;
  background: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 100px;
  cursor: pointer;
}

.prc-range::-ms-track {
  background: 0 0;
  border-color: transparent;
  border-width: 8px 0;
  color: transparent;
  width: 100%;
  height: 5px;
  cursor: pointer;
}

.prc-range::-ms-fill-lower {
  background: #dedede;
  border: 0;
  border-radius: 21.8px;
}

.prc-range::-ms-fill-upper {
  background: #e1e1e1;
  border: 0;
  border-radius: 21.8px;
}

.prc-range::-ms-thumb {
  position: relative;
  z-index: 1;
  width: 21px;
  height: 21px;
  background: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 100px;
  cursor: pointer;
  margin-top: 0;
}

.prc-range:focus::-ms-fill-lower {
  background: #e1e1e1;
}

.prc-range:focus::-ms-fill-upper {
  background: #e4e4e4;
}

@supports (-ms-ime-align: auto) {
  .prc-range {
    margin: 0;
  }
}

/* prc-range */

/* prc-custom START */

.prc-custom {
  margin-bottom: 22px;
}

.prc-custom__row {
  position: relative;
  display: flex;
  align-items: center;
}

.LOGIC-range-placeholder--inbox,
.LOGIC-range-placeholder--dmarc,
.LOGIC-range-placeholder--uptime,
.LOGIC-range-placeholder--ips,
.LOGIC-range-placeholder--users {
  content: "";
  position: absolute;
  left: 0;
  height: 5px;
  width: 20px;
  background-color: #bcbbd4;
  border-radius: 3px;
}

@-moz-document url-prefix() {
  .LOGIC-range-placeholder--inbox,
  .LOGIC-range-placeholder--dmarc,
  .LOGIC-range-placeholder--uptime,
  .LOGIC-range-placeholder--ips,
  .LOGIC-range-placeholder--users {
    display: none;
  }
}

.prc-custom__top-row {
  justify-content: space-between;
}

.prc-custom__bottom-row {
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 4px;
  color: #201801;
  font-size: 14px;
}

.prc-custom__min-max {
  color: #afafc7;
  font-size: 11px;
  font-weight: 400;
  user-select: none;
}

.prc-custom__text-input {
  display: block;
  width: 78px;
  margin-right: 8px;
  padding: 0px 6px 0px 2px;
  color: #000000;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  border: 0.5px solid rgba(134, 134, 134, 0.25);
  -moz-appearance: textfield;
  appearance: textfield;
}

.prc-custom__text-input::-webkit-outer-spin-button,
.prc-custom__text-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (max-width: 576px) {
  .prc-custom__text-input {
    font-size: 16px;
    width: 94px;
  }
}

/* prc-custom END */

/* prc-EVENT start*/

/** this is used special for adding logic for the bulk */

.prc-EVENT-term-toggler {
  cursor: pointer;
}

.prc-EVENT-f-item-subinfo-btn {
  cursor: pointer;
}

.prc-EVENT-go-to-bundle {
  cursor: pointer;
}

/* prc-EVENT end */

.prc-tarif-more {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  padding: 28px 25px 23px;
  background-color: #2d2bad;
  transform: translateY(105%);
  transition-duration: 0.5s;
}

.prc-tarif-more:hover {
  background-color: #25239f;
}

.prc-tarif-more--visible {
  transform: none;
}

.prc-tarif-more__title {
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.prc-tarif-more__text {
  margin-bottom: 37px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
}

.prc-tarif-more__cta-button {
  display: inline-block;
  margin: 0 auto;
  padding: 12px 22px;
  border-radius: 41px;
  border: 1px solid #3735c0;
  background-color: #ffffff;
  color: #2d2bad;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.28px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.prc-tarif-more__cta-button:hover {
  color: #fff;
  background: linear-gradient(75deg, #f800b6, #ffb92e);
}

.mainBaner-blog--pricing-exceeded {
  height: 365px;
}

@media (max-width: 992px) {
  .mainBaner-blog--pricing-exceeded,
  .mainBaner-blog--pricing {
    min-height: 295px;
  }
}

@media (max-width: 768px) {
  .mainBaner-blog--pricing-exceeded,
  .mainBaner-blog--pricing {
    min-height: 225px;
  }
}

/* prc-bullets start */

.prc-bullets {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
}

.prc-bullets__bullet {
  margin: 0 10px;
  font-size: 20px;
  white-space: nowrap;
}

.prc-bullets__bullet::before {
  content: "";
  width: 1em;
  height: 1em;
  margin-right: 0.2em;
  display: inline-block;
  background-image: url("/wp-content/themes/glock-apps-theme/img/pricing/prc-feature-item__tick--green.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .prc-bullets__bullet {
    font-size: 16px;
  }
}

/* prc-bullets end */

.widget-page-title__main-text {
  text-transform: uppercase;
}

.widget-page-title__main-text::before {
  content: "";
  display: inline-block;
  height: 1.7em;
  width: 1.7em;
  margin-right: 15px;
  background: url(/wp-content/themes/glock-apps-theme/img/pricing/widget-page-title__main-text__illustration.svg)
    center no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.widget-page-title__call-to-action {
  display: block;
  margin-top: 1em;
  font-size: 0.8em;
  font-weight: 700;
}

.widget-page-title__seconds-exactly {
  display: inline-block;
  width: 32px;
}

@media (max-width: 991px) {
  .widget-page-title__seconds-exactly {
    width: 28px;
  }
}

@media (max-width: 768px) {
  .widget-page-title__seconds-exactly {
    width: 22px;
  }
}

/* prc registration start */

.prc-registration {
  --appearing-time: 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  transition-duration: var(--appearing-time);
}

.prc-registration--visible {
  display: flex;
  animation: popupWrapperAppearing var(--appearing-time) ease-in 0s 1 normal
    forwards;
}

.prc-registration fieldset {
  border: none;
  padding: 0;
  margin: 0;
  font-weight: inherit;
}

.prc-registration label {
  font-weight: inherit;
}

.prc-registration__form {
  transform: translateY(60vh);
  transition-duration: var(--appearing-time);
  position: relative;
  width: 650px;
  padding: 50px;
  background: #ffffff;
  box-shadow: 0px 8px 21px #002e531f;
  border-radius: 18px;
}

.prc-registration--visible .prc-registration__form {
  animation: popupBodyAppearing var(--appearing-time) ease-out
    calc(var(--appearing-time) * 0) 1 normal forwards;
}

.prc-registration__closer {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  transition-duration: 0.2s;
}

.prc-registration__closer:hover svg {
  transform: scale(1.05);
}

.prc-registration__closer:active svg {
  transform: scale(0.9);
}

.prc-registration__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  margin: 0 0 32px;
  color: #000;
  text-align: center;
}

.prc-registration__names {
  display: flex;
  justify-content: space-between;
}

.prc-registration__names .prc-registration__input-wrapper {
  flex-basis: 45%;
}

.prc-registration__input-wrapper {
  display: block;
  margin-bottom: 32px;
  width: 100%;
}

.prc-registration__input-wrapper--email {
  position: relative;
}

.prc-registration__input-wrapper--email::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 10px;
  height: 20px;
  width: 27px;
  background: url(/wp-content/themes/glock-apps-theme/img/pricing/email.svg)
    center no-repeat;
  background-size: contain;
}

.prc-registration__input {
  display: block;
  width: 100%;
  padding: 14px 0;
  font-size: 16px;
  font-weight: 500;
  outline: none;
  color: #1d1d1d;
  border: 1px solid transparent;
  border-bottom: 2px solid #afafc7;
  transition: 0.2s;
}

.prc-registration__input::placeholder {
  color: #5c5c63;
}

.prc-registration__input {
  position: relative;
}

.prc-registration__input::after {
  content: "hello world";
  background: red;
}

.prc-registration__input:hover,
.prc-registration__input:focus,
.prc-registration__input:active {
  border: 1px solid #50b8fc;
  border-bottom: 2px solid #50b8fc;
}

.prc-registration__requirements-info {
  display: block;
  margin: 12px 0 0;
  line-height: 16px;
  font-size: 12px;
  color: #ec3f41;
  max-height: 0;
  overflow: hidden;
  transition-duration: 0.3s;
}

.prc-registration__requirements-info--visible {
  max-height: 25px;
}

.prc-registration__input-special-info {
  display: block;
  margin-top: 12px;
  color: #afafc7;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
}

.prc-registration .prc-registration__policies-wrapper {
  margin: 30px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  font-weight: 500;
  user-select: none;
}

.prc-registration__policies-wrapper label {
  font-weight: inherit;
}

.prc-registration__link {
  color: #3735c0;
}

.prc-registration__link:hover,
.prc-registration__link:focus {
  text-decoration: underline;
}

.prc-registration__big-error-message {
  color: #ec3f41;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  max-height: 0;
  transition-duration: 0.3s;
  overflow: hidden;
}

.prc-registration__big-error-message--visible {
  max-height: 3em;
}

.prc-registration__submit-btn {
  display: block;
  position: relative;
  margin: 30px auto;
  padding: 12px 54px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 40px;
  /* background: #26cb6f; */
  background: #f800b6 linear-gradient(75deg, #f800b6, #ffb92e);
  background-size: 400% 400%;
  transition-duration: 0.2s;
  animation: AnimationName 3s ease infinite;
}

.prc-registration__submit-btn:hover,
.prc-registration__submit-btn:focus {
  background: #26cb6f;
}

.prc-registration__submit-btn:active {
  transform: scale(0.97);
  background: #21b664;
}

.prc-registration__preloader {
  opacity: 0;
  display: block;
  height: 22px;
  width: 22px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}

.prc-registration__submit-btn--is-loaded .prc-registration__preloader {
  opacity: 1;
}

.prc-registration__have-account {
  font-size: 16px;
  font-weight: 500;
  color: #42424d;
  text-align: center;
}

@media (max-width: 768px) {
  .prc-registration__form {
    max-height: calc(100% - 70px - 60px);
    overflow-y: scroll;
    width: 90%;
    margin-top: 70px;
    padding: 30px 15px;
  }
  .prc-registration__names {
    display: block;
  }
  .prc-registration__submit-btn {
    width: 100%;
    padding: 12px 0;
  }
}

@keyframes popupWrapperAppearing {
  0% {
    background: rgba(160, 160, 160, 0);
  }
  100% {
    background: rgba(160, 160, 160, 0.4);
  }
}

@keyframes popupBodyAppearing {
  0% {
    transform: translateY(60vh);
  }
  100% {
    transform: none;
  }
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 74% 0;
  }
  50% {
    background-position: 27% 100%;
  }
  100% {
    background-position: 74% 0;
  }
}

/* customizations of previous code start */

.pricingFaq .item h5 {
  margin-bottom: 10px;
}

.pricingFaq .item__secondary-text {
  display: block;
  font-size: 13px;
  margin-top: 6px;
  color: #636363;
}

.pricingFaq .item__secondary-text strong {
  color: #333333;
}

.pricingFaq .item a {
  font-weight: 600;
  color: #50b8fc;
}

/* customizations of previous code start */

/* beautiful checkbox start */

.beautiful-checkbox {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.beautiful-checkbox__checkbox {
  margin-left: 6px;
}

.beautiful-checkbox__span::before,
.beautiful-checkbox__span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.beautiful-checkbox__span::before {
  background: #fff;
  border: 1px solid rgba(175, 175, 199, 0.5);
  transition-duration: 0.15s;
}

.beautiful-checkbox__span::after {
  background: url(/wp-content/themes/glock-apps-theme/img/pricing/checked.svg)
    center no-repeat;
  transform: scale(0.1);
  opacity: 0;
  transition-duration: 0.25s;
}

.beautiful-checkbox__checkbox:focus ~ .beautiful-checkbox__span::before,
.beautiful-checkbox__checkbox:hover ~ .beautiful-checkbox__span::before {
  box-shadow: 0px 2px 3px 0px rgba(55, 53, 192, 0.2);
}

.beautiful-checkbox__checkbox:checked ~ .beautiful-checkbox__span:after {
  transform: scale(0.99);
  opacity: 1;
}

/*widget group titles font */

.widget_block h2 {
  font-size: 18px;
  list-style: 18px;
  color: #606060;
  text-transform: uppercase;
  display: block;
  margin: 40px auto 24px;
}

/* beautiful checkbox end */

/* big-button1 start */

.big-button1 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 154px;
  height: 44px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background-color: red;
  border: 2px solid red;
  border-radius: 50px;
  transition-property: transform, background;
  transition-duration: 0.17s, 0.25s;
  cursor: pointer;
}

.big-button1:active {
  transform: scale(0.98);
}

.big-button1--filled-green {
  border-color: transparent;
  background: linear-gradient(
    45deg,
    #26cb6f 0%,
    #26cb6f 35%,
    #fa368d 47%,
    #ffb92e 100%
  );
  background-size: 370% 150%;
  background-position: 140% 110%;
  transition: 0.5s ease;
}

.big-button1--filled-green:hover,
.big-button1--filled-green:focus {
  border-color: transparent;
  background-size: 270% 410%;
  background-position: 95% 80%;
}

.big-button1--filled-navy {
  border-color: transparent;
  background: linear-gradient(
    45deg,
    #2d2dad 0%,
    #2d2dad 35%,
    #fa368d 47%,
    #ffb92e 100%
  );
  background-size: 370% 150%;
  background-position: 140% 110%;
  transition: 0.5s ease;
}

.big-button1--filled-navy:hover,
.big-button1--filled-navy:focus {
  border-color: transparent;
  background-size: 270% 410%;
  background-position: 95% 80%;
}

.big-button1--transparent-blue {
  background: transparent;
  border-color: #50b8fc;
  color: #50b8fc;
}

.big-button1--transparent-blue:hover,
.big-button1--transparent-blue:focus {
  background: #50b8fc;
  color: #fff;
}

.big-button1--supertransparent-gray {
  background: transparent;
  border: transparent;
  box-shadow: inset 0px 0px 0px 1px #868686;
  color: #868686;
}

.big-button1--supertransparent-gray:hover,
.big-button1--supertransparent-gray:focus {
  background: #868686;
  color: #fff;
}

.big-button1--disabled,
.big-button1--disabled:hover,
.big-button1--disabled:focus,
.big-button1--disabled:active {
  cursor: not-allowed;
  user-select: none;
  background: transparent;
  border-color: transparent;
  box-shadow: inset 0px 0px 0px 1px rgba(134, 134, 134, 0.7);
  color: rgba(134, 134, 134, 0.7);
  transform: none;
}

/* big-button1 end */

a.open-support-chat-a {
  cursor: pointer;
  background: linear-gradient(
    45deg,
    #3735c0 0%,
    #f800b6 50%,
    #fa4980 80.29%,
    #fc676a 100%
  );
  transition: 0.5s ease;
  background-size: 370% 150%;
  background-position: 140% 110%;
}

a.open-support-chat-a:hover {
  background-size: 270% 410%;
  background-position: 100% 80%;
}

/*hustle start . hustle is plugin for different subscription forms */

.hustle-popup-content {
  max-width: 600px !important;
}

.hustle-ui * {
  font-family: "Work Sans", sans-serif !important;
}

/* hustle end */

/* hustle-success START */

.module_id_9 .hustle-success {
  padding: 0 !important;
}

.module_id_9 .subfk-e-thanks__title {
  margin: 30px 90px 15px !important;
  color: #2d2cad !important;
  font-weight: 700 !important;
}

.module_id_9 .hustle-icon-check {
  display: none !important;
}

/* hustle-success END */

/* subfk-p-thanks START */

.module_id_9 .subfk-e-thanks__description {
  margin: 0 90px 30px !important;
  font-size: 16px;
}

.module_id_9 .subfk-e-thanks__bottom {
  margin: 0 !important;
  padding: 40px 87px !important;
  color: #fff !important;
  background: #2d2cad
    url("/wp-content/themes/glock-apps-theme/img/subscribe-popups/gappie-second-background.svg")
    center / cover no-repeat !important;
}

.module_id_9 .subfk-e-thanks__pusher {
  padding: 0 !important;
  margin: 0 0 15px !important;
}

@media (max-width: 992px) {
  .module_id_9 .subfk-e-thanks__title,
  .module_id_9 .subfk-e-thanks__description {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .module_id_9 .subfk-e-thanks__bottom {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

/* subfk-p-thanks END */

/* ui-kit insertions START */

.uk-button {
  /* 1 */
  margin: 0;
  /* 2 */
  border: none;
  /* 3 */
  overflow: visible;
  /* 4 */
  font: inherit;
  color: inherit;
  /* 5 */
  text-transform: none;
  /* 6 */
  -webkit-appearance: none;
  border-radius: 0;
  /* 7 */
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 0.875rem;
  /* 8 */
  line-height: 38px;
  /* 9 */
  text-align: center;
  /* 10 */
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color;
}

.uk-button:not(:disabled) {
  cursor: pointer;
}

/*
 * Remove the inner border and padding in Firefox.
 */

.uk-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Hover */

.uk-button:hover {
  /* 9 */
  text-decoration: none;
}

/* Focus */

.uk-button:focus {
  outline: none;
}

.uk-h1 {
  margin: 0 0 20px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  color: #333;
  text-transform: none;
}

.uk-h1 {
  font-size: 2.23125rem;
  line-height: 1.2;
}

.uk-text-center {
  text-align: center;
}

.uk-text-top {
  vertical-align: top;
}

.uk-alert {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 29px 15px 15px;
  background: #f8f8f8;
  color: #666;
}

* + .uk-alert {
  margin-top: 20px;
}

.uk-alert > :last-child {
  margin-bottom: 0;
}

.uk-badge {
  box-sizing: border-box;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 500px;
  vertical-align: middle;
  /* 1 */
  background: #1e87f0;
  color: #fff !important;
  font-size: 11px;
  /* 2 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}

/*
 * Required for `a`
 */

.uk-badge:hover,
.uk-badge:focus {
  text-decoration: none;
  outline: none;
}

.uk-text-danger {
  color: #f0506e;
}

.uk-text-success {
  color: #32d296;
}

.uk-text-warning {
  color: #faa05a;
}

.uk-text-primary {
  color: #1e87f0;
}

* + .uk-table {
  margin-top: 20px;
}

.uk-table th {
  padding: 16px 12px;
  text-align: left;
  vertical-align: bottom;
  font-size: 0.875rem;
  font-weight: 400;
  color: #999;
  text-transform: uppercase;
}

.uk-table td {
  padding: 16px 12px;
  vertical-align: top;
}

.uk-table td > :last-child {
  margin-bottom: 0;
}

.uk-table tfoot {
  font-size: 0.875rem;
}

.uk-table caption {
  font-size: 0.875rem;
  text-align: left;
  color: #999;
}

.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.uk-text-top {
  vertical-align: top;
}

/* ui-kit insertions END */

/* fixing default wordpress styles START */

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright {
  display: block;
}

.item-blog figure {
  margin-right: 0;
  margin-left: 0;
}

/* fixing default wordpress styles END */

/* help-chat widget styles START */

#gappieWidget {
  width: 126px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
}

/* help-chat widget styles END */

/* overwriting legacy START */

.superheading--home {
  margin: 56px 0 16px;
  font-size: 32px;
  text-align: center;
}

.superheading--home ~ * {
  text-align: center;
}

.superheading--default-template {
  text-align: center;
  color: #fff;
  font-size: 32px;
}

.post-template-default .wp-block-image figcaption {
  display: block;
}

/* overwriting legacy code END */


.gapps-cta {
  position: relative;
  overflow: hidden;
  padding: 38px 40px;

  background: #2D2BAB;
  border-radius: 30px;

  margin: 24px 0;

  color: #FFFFFF;
}

.gapps-cta .gapps-cta-bg-shape {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    transform: translateY(-42%);
}

.gapps-cta .gapps-cta-title {
  font-weight: 700;
  font-size: 19px;
  line-height: 1.4285714286;
  margin-bottom: 24px;
  z-index: 1;
  position: relative;
}

.gapps-cta .gapps-cta-content {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.4285714286;
  margin-bottom: 24px;
  z-index: 1;
  position: relative;
}

.gapps-cta .gapps-cta-buttons {
  display: flex;
  justify-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
}

.gapps-cta .gapps-cta-buttons > a,
.gapps-cta .gapps-cta-buttons > a:hover,
.gapps-cta .gapps-cta-buttons > a:visited {
    color: #fff;
    padding: 16px 32px;
    background: #30C267;
    border-radius: 66px;
    font-weight: 700;
    font-size: 19px;
    line-height: 1.1428571429;
}

/* Unordered list */

.item-blog .entry-content ul {
  padding-left: 32px;
}

.item-blog .entry-content ul li::before {
  content: '';
}

.item-blog .entry-content ul li {
  list-style: disc;
}

.item-blog .entry-content ul li::marker {
  content: url("data: image/svg+xml, %3Csvg width='10' height='10' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' %3E%3Ccircle cx='8' cy='8' r='8' fill='%2350b8fc' /%3E%3C/svg%3E") '  ';
}

/* Ordered list */

.item-blog .entry-content ol {
  padding-left: 32px;
}

.item-blog .entry-content ol li::before {
  content: '';
}

.item-blog .entry-content ol li {
  list-style: decimal;
  padding-left: 5px;
}

.item-blog .entry-content ol li::marker {
  color: #50b8fc;
  font-weight: 500;
}

/* Custom styles for the table of contents */
.item-blog .entry-content .yoast-table-of-contents {
  padding: 0;
  margin-bottom: 56px;
}

.item-blog .entry-content .yoast-table-of-contents h2 {
  font-size: 1.2em;
  margin-bottom: 28px;
}

.item-blog .entry-content .yoast-table-of-contents ul {
  list-style: none;
  padding: 0 0 0 24px;
  margin-top: 19px;
  margin-bottom: 0;
}

.item-blog .entry-content .yoast-table-of-contents>ul {
  padding-left: 0;
  margin-top: 0;
}

.item-blog .entry-content .yoast-table-of-contents ul li {
  margin-bottom: 19px;
}

.item-blog .entry-content .yoast-table-of-contents ul li::marker {
  content: '';
}

.item-blog .entry-content .yoast-table-of-contents ul li:before {
  content: '';
}


.item-blog .entry-content .yoast-table-of-contents a {
  text-decoration: none;
  font-weight: 500;

  line-height: 1.5;
}

.item-blog .entry-content .yoast-table-of-contents a:hover {
  text-decoration: underline;
}

.icon-footer {
  display: inline-block;
  margin-right: 8px;
}

.reviewer-body-arrows {
  right: 105px;
}
