/* Globals */

body{
  padding-right: 0px !important;
}

.ui-autocomplete {
  margin-left: -27px;
}

.search_icon.active i {
  opacity: 0;
}

.search_icon.active:after {
  animation: spin 500ms infinite linear;
  border: 2px solid #000;
  border-radius: 32px;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  content: '';
  display: block;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  width: 16px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.ui-widget-content {
  border: none !important;
}

.ui-menu .ui-menu-divider {
  margin: 0px 0 !important;
}

.ui-menu .ui-menu-item {
  margin: 10px;
}

.ui-menu .ui-menu-item a {
  width: 100% !important;
  display: block;
  font-size: 15px !important;
  margin: 0px !important;
  border-bottom: 1px solid #ccc !important;
}

.ui-menu .ui-menu-item a.ui-state-active {
  border: none !important;
  background: #fff !important;
  color: #000 !important;
  border-bottom: 1px solid #ccc !important;
}

.ui-menu .ui-menu-item-wrapper {
  padding: 8px 1em 8px 0.5em !important;
}

.the_champ_vertical_counter,
.the_champ_vertical_sharing {
  z-index: 11 !important;
}

.cookiealert {
  background: #5e5d5d !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cookiealert p {
  margin: 0;
  font-family: var(--default-font-bold);
  font-size: 14px;
}

.acceptcookies {
  background: none;
  color: #ccc;
  font-weight: bold;
  border: none;
  margin: 0;
  height: auto;
  text-decoration: none !important;
}

.acceptcookies span {
  font-size: 1.5em;
}

.wrapper-load-more {
  display: flex;
  justify-content: center;
}

.btn-load-more {
  background: #f0f0f0;
  color: grey;
  border-radius: 0;
  border: 1px solid #d8d8d8;
  padding: 10px 60px;
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
}

.untouch {
  pointer-events: none;
}

/*--child site scroll--*/

#owl-demo .item {
  background: none;
  margin: 0px;
  color: #1d1d1d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 0px;
  text-align: left;
}

.w-35 {
  width: 25%;
}

.w-45 {
    width: 45%;
}

.w-55 {
    width: 55%;
}

.w-65 {
  width: 65%;
}

.w-auto {
  width: auto;
}

.logo-child-site {
  width: 100px !important;
}

#owl-demo {
  padding: 0px 40px;
  margin-bottom: 1.5rem;
}

#owl-demo .item a h6 {
  font-size: 0.8em;
  color: var(--text-color-main);
  line-height: 1.4em;
  /*height: 45px;*/
  font-family: var(--default-font-demi);
}

#owl-demo .item a:hover {
  text-decoration: none;
}

.owl-top-home .owl-nav .owl-next span::after {
  display: none;
}
.owl-top-home .owl-nav .owl-prev span::after {
  display: none;
}

.owl-top-home .owl-nav .owl-next span {
  font-size: 50px;
  position: relative;
  top: 0;
  color: black !important;
  font-weight: 100;
}


.owl-top-home .owl-nav .owl-prev span {
  font-size: 50px;
  position: relative;
  top: 0;
  color: black !important;
  font-weight: 100;
}
.owl-theme .owl-nav [class*='owl-'] {
  margin: 0;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: none !important;
  color: #fff;
  text-decoration: none;
}

.cs-carosel h6 a {
  font-size: 0.8em;
  font-family: var(--default-font);
  margin-bottom: 0.5em;
  color: #1d1d1d;
  text-decoration: none;
}

.carousel-control-next {
  width: 3%;
}

.carousel-control-next img {
  width: 2em;
}

.not-a-dojo {
  display: flex;
  justify-content: space-between;
  background: #f9f9f9;
  margin-bottom: 50px;
  margin-top: 80px;
  padding: 1rem;
  border: 1px solid #d2d2d2;
  position: relative;
}

.left-img-not {
  position: absolute;
  bottom: 3.2%;
  left: 8%;
}

.right-content-not {
  width: 60%;
  margin-left: 36%;
  text-align: center;
}

.right-content-not h3 {
  font-family: var(--default-font-demi);
}

.right-content-not p {
  font-family: var(--default-font);
  font-size: 0.8rem;
  color: #8e8e8e;
}

.pd-not {
  font-size: 0.8rem;
  padding: 0.6rem 3rem 0.4rem;
}

@media (min-width: 768px) {
  .multi-item-carousel .carousel-inner .carousel-item {
    margin-right: inherit;
  }

  .multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item,
  .multi-item-carousel
    .carousel-inner
    .carousel-item.active
    + .carousel-item
    + .carousel-item {
    display: block;
  }

  .multi-item-carousel
    .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .multi-item-carousel
    .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item,
  .multi-item-carousel
    .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item
    + .carousel-item {
    -webkit-transition: none;
    transition: none;
  }

  .multi-item-carousel
    .carousel-inner
    .carousel-item.active
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: absolute;
    top: 0;
    right: -33.33333333%;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  .multi-item-carousel .carousel-inner .carousel-item-next,
  .multi-item-carousel .carousel-inner .carousel-item-prev {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .multi-item-carousel .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  .multi-item-carousel
    .active.carousel-item-left
    + .carousel-item-next.carousel-item-left,
  .multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item,
  .multi-item-carousel
    .carousel-item-next.carousel-item-left
    + .carousel-item
    + .carousel-item,
  .multi-item-carousel
    .carousel-item-next.carousel-item-left
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: relative;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  .multi-item-carousel
    .active.carousel-item-right
    + .carousel-item-prev.carousel-item-right,
  .multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item,
  .multi-item-carousel
    .carousel-item-prev.carousel-item-right
    + .carousel-item
    + .carousel-item,
  .multi-item-carousel
    .carousel-item-prev.carousel-item-right
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: relative;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    display: block;
    visibility: visible;
  }
}

/*--child site scroll end--*/
/*--latest post--*/
.latest-post h1 {
  font-size: 24px;
  font-family: var(--default-font-bold);
}
.latest-post h1 a {
  font-size: 24px;
  text-decoration: none;
}
.flex-italic-small {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.latest-post a {
  font-family: var(--default-font);
  text-decoration: none;
}

.title-main {
  background: #e4e8ed;
  font-size: 0.9em;
  padding: 0.6em 0.8em 0.6em 0.8em;
  font-family: var(--default-font-demi);
  color: var(--text-color-main);
  display: flex;
  align-items: center;
}

.full-post-link {
  font-family: var(--default-font-demi) !important;
}

.latest-post span img {
  height: 1.5rem;
}

.latest-post i {
  font-size: 0.6em;
  font-family: var(--default-font);
  font-weight: 600;
  color: #5f5f5f;
}

.latest-post p {
  font-size: 0.8em;
  font-family: var(--default-font-demi);
  color: var(--text-color-main);
  line-height: 1.8em;
}

/*--latest blog grid--*/

.grid-latest-block-wrappper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.grid-latest-block {
  width: 24%;
}

.date-wrap {
  /*display: flex;
	justify-content: space-between;*/
  font-size: 1.1rem;
  color: darkgrey;
  font-family: var(--default-font-demi);
  line-height: 1;
}

.card-grid {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: none;
  border-radius: 0;
}

.card-grid .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0;
}

.card-grid .card-title {
  margin-bottom: 0.2em;
}

.featured-content-right h6 {
  font-family: var(--default-font-demi);
  color: var(--text-color-main);
}

.card-grid .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-grid .card-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3em;
  font-family: var(--default-font-demi);
  margin-top: 8px;
}

.card-body a:hover {
  text-decoration: none;
}

.ex-small {
  font-size: 0.6em;
}

.width-3 {
  width: 3em;
}

.width-4 {
  width: 4em;
}

.width-5 {
  width: 5.4em;
}

.pl-cs {
  padding-left: 0em;
}

.pr-cs {
  padding-right: 0em;
}

.pdr-cs {
  padding-right: 0.2em;
  padding-left: 0.4em;
}

.pdl-cs {
  padding-left: 0.2em;
  padding-right: 0.4em;
}

.cp-popup-content {
  /*width:100% !important;*/
}

.cp-popup-container .cp-target p,
.cp-popup-container .cp-target strong {
  font-family: var(--default-font-demi);
}

.cp-popup-container .content-pro-paragraph p {
  font-family: var(--default-font) !important;
}

/*--end latest blog grid--*/
/*--end latest post--*/
/*--featured post start--*/
.card-area {
  position: relative;
}

.card-area:hover .skewed {
  transform: skewX(25deg) translateX(-30px) scaleX(1);
}

.card-events .avatar {
  width: 100px;
  border-radius: 0;
  display: inline-block;
  position: absolute;
  z-index: 10;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.content {
  margin-left: 7rem;
}

.content h6 {
  font-size: 0.7em;
}

.content h6 small {
  font-style: italic;
  font-size: 0.9em;
}

.esp {
  font-size: 1.05rem;
}

.color-white {
  color: #fff;
}

/*--end featured post--*/
/*--start latest ebook--*/
.wrapper-ebook {
  padding: 0 3em;
}

.latest-ebook h5 {
  font-size: 1.08rem;
  font-family: var(--default-font-demi);
  color: var(--text-color-main);
}

.latest-ebook p {
  font-size: 0.8em;
  color: var(--text-color-main);
  font-family: var(--default-font-demi);
}

/*--end latest ebook--*/

/*--start latest dojo videos--*/

/*--start carosel dojo videos--*/
.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
  left: 0;
  background: orange;
}

.owl-nav button.owl-next {
  right: 0;
}

.owl-videos .owl-dots {
  text-align: center;
  padding-top: 15px;
  display: none;
}

.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  /*background: #ccc;*/
  margin: 0 3px;
}

/*.owl-dots button.owl-dot.active {
background-color: #000;
}*/

.owl-dots button.owl-dot:focus {
  outline: none;
}

.owl-nav button {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  /* background: rgba(255, 255, 255, 0.38) !important;*/
}

.owl-nav span {
  font-size: 60px;
  position: relative;
  top: 0px;
  color: white;
  font-weight: 100;
}

.owl-nav .owl-next span::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-right: 50px solid #f16028cf;
  border-bottom: 50px solid transparent;
  right: -1%;
  z-index: -1;
}

.owl-nav .owl-prev span::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-left: 50px solid #f16028cf;
  border-bottom: 50px solid transparent;
  left: -1%;
  z-index: -1;
}

#owl-sensei .owl-nav span {
  font-size: 50px;
  position: relative;
  top: 0px;
  color: white;
  font-weight: 100;
  padding: 5px;
}

#owl-sensei .owl-nav .owl-prev span::after {
  content: '';
  position: absolute;
  border-top: 40px solid #ea5518;
  border-left: 25px solid #ea5518;
  border-bottom: 40px solid #ea5518;
}

#owl-sensei .owl-nav .owl-next span::after {
  content: '';
  position: absolute;
  border-top: 40px solid #ea5518;
  border-right: 25px solid #ea5518;
  border-bottom: 40px solid #ea5518;
}

#owl-sensei .owl-dots {
  display: none;
}

.pd-sensei-24 {
  padding: 0 24px;
}

.card-sensei:hover {
  text-decoration: none;
}
.card-body-sensei {
  background: #ea5518;
  color: white;
  padding: 0.5rem;
  line-height: 1rem;
}

.title-sensei {
  font-size: 0.7rem;
  font-family: var(--default-font);
}

.owl-nav button:focus {
  outline: none;
}

/*--end carosel dojo videos--*/

/*--start sync1 carosel --*/
/*#owl-demo .item {
background: #42bdc2;
padding: 30px 0px;
margin: 5px;
color: #FFF;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-align: center;
}*/

/*--end sync1 carosel --*/

/*--start featured post home--*/
.featured-post-wrapper {
  display: flex;
  justify-content: space-between;
}

.featured-post-block {
  display: flex;
  justify-content: space-between;
  width: 33%;
}

.featured-content-right {
  padding: 0 1rem;
}

/*--end featured post home--*/

.card-dojo-video {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #f5f5f5;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}

.card-dojo-video .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-dojo-video .card-body {
  padding: 0.5em 0.5em;
  line-height: 1.2rem;
  min-height: 60px;
}

.card-dojo-video .card-title {
  font-size: 1rem;
  font-family: var(--default-font-demi);
}

.card-dojo-video p {
  font-size: 0.8rem;
  color: var(--text-color-main);
  line-height: 1.2em;
  font-weight: 500;
  padding: 0 1.5rem 1.5rem;
  font-family: var(--default-font-demi);
}
.wrapper-shadow {
  box-shadow: 0px 3px 3px 0px rgba(128, 128, 128, 0.64);
}

.time-span-left img {
  width: 1em !important;
}

.time-span {
  position: absolute;
  top: 30%;
  left: 4%;
}

.time-span-left {
  background: var(--primary-set);
}

.time-span-right {
  background: white;
  color: var(--primary-set);
  font-family: var(--default-font);
  padding: 0 0.5em;
  font-size: 0.7em;
  font-weight: 600;
}

.time-span-right span {
  position: relative;
  top: 0.2em;
}

.btn-grey {
  background: #393939;
  color: white;
  border-radius: 0;
  padding: 0.2em 2em;
  position: relative;
  top: -1.3em;
  font-family: var(--default-font);
  font-size: 0.7em;
}

.btn-grey:hover {
  background: black;
  color: white;
  border-radius: 0;
  padding: 0.2em 2em;
  position: relative;
  top: -1.3em;
  font-family: var(--default-font);
  font-size: 0.7em;
}

.home-ebook-btn-container {
  display: flex;
  justify-content: space-evenly;
}

/*--end latest dojo videos--*/

/*--side panel start--*/

/*--side panel end--*/

/*site colors*/

/* Hyper-V */
.site-bg-color-4 {
  background-color: #0d75ac !important;
}

.site-button-color-4 {
  background-color: #119ce6 !important;
  color: #fff !important;
}

.site-button-border-color-4 {
  border: 1px solid #119ce6 !important;
  color: #119ce6 !important;
}

.site-button-color-4:hover {
  background-color: #0d75ac !important;
  color: #fff !important;
}

/* Backup & DR */
.site-bg-color-6 {
  background-color: #b36119 !important;
}

.site-button-color-6 {
  background-color: #ef8222 !important;
  color: #fff !important;
}

.site-button-color-6:hover {
  background-color: #b36119 !important;
  color: #fff !important;
}

.site-button-border-color-6 {
  border: 1px solid #ef8222 !important;
  color: #ef8222 !important;
}

/* VMware */
.site-bg-color-7 {
  background-color: #467113 !important;
}

.site-button-color-7 {
  background-color: #5e971a !important;
  color: #fff !important;
}
.site-button-color-7:hover {
  background-color: #467113 !important;
  color: #fff !important;
}

.site-button-border-color-7 {
  border: 1px solid #5e971a !important;
  color: #5e971a !important;
}

/* MSP */
.site-bg-color-8 {
  background-color: #911621 !important;
}

.site-button-color-8 {
  background-color: #c11e2c !important;
  color: #fff !important;
}
.site-button-color-8:hover {
  background-color: #911621 !important;
  color: #fff !important;
}

.site-button-border-color-8 {
  border: 1px solid #c11e2c !important;
  color: #c11e2c !important;
}

/* MICROSOFT 365 LIVE*/
.site-bg-color-10 {
  background-color: #a22c01 !important;
}

.site-button-color-10 {
  background-color: #d83b01 !important;
  color: #fff !important;
}
.site-button-color-10:hover {
  background-color: #a22c01 !important;
  color: #fff !important;
}
.site-button-border-color-10 {
  border: 1px solid #d83b01 !important;
  color: #d83b01 !important;
}

/* MICROSOFT 365 */
.site-bg-color-9 {
  background-color: #a22c01 !important;
}

.site-button-color-9 {
  background-color: #d83b01 !important;
  color: #fff !important;
}
.site-button-color-9:hover {
  background-color: #a22c01 !important;
  color: #fff !important;
}
.site-button-border-color-9 {
  border: 1px solid #d83b01 !important;
  color: #d83b01 !important;
}

/*site colors*/

/*Login Pop up*/

.the_champ_error {
  margin: 12px 0 20px;
  padding: 12px;
  border: 0;
}

.the_champ_error p {
  color: #ff2c2c !important;
}

#altaro_custom_login_submit,
#altaro_custom_registration_submit {
  margin-bottom: 8px;
  padding: 12px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.the_champ_login_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

ul.the_champ_login_ul li {
  flex: 0 0 80%;
  margin-bottom: 9px !important;
  position: relative;
}

.the_champ_login_ul li:first-child {
  background-color: #0077b5;
}

.the_champ_login_ul li:last-child {
  background-color: #2672ec;
}

.the_champ_login_ul li:nth-child(2) {
  background-color: #4285f4;
}

.the_champ_login_ul li i {
  border: 0;
  margin: 6px;
}

.the_champ_login_ul li i:after {
  font-size: 1.025rem;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: auto;
  left: 0;
  padding-left: 46px;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 500;
  width: 100%;
  font-style: normal;
}

.the_champ_login_ul li i:first-child:after {
  content: 'Sign in with Linkedin';
}

.the_champ_login_ul li i:nth-child(2):after {
  content: 'Continue with Google';
}

.the_champ_login_ul li:nth-child(2) i {
  height: 30px;
  width: 30px;
}

.login-tab .the_champ_login_ul li:nth-child(1) i:after {
  content: 'Sign in with Linkedin';
}

.login-tab .the_champ_login_ul li:nth-child(2) i:after {
  content: 'Sign in with Google';
}

.login-tab .the_champ_login_ul li:nth-child(3) i:after {
  content: 'Sign in with Microsoft';
}

.register-tab .the_champ_login_ul li:nth-child(1) i:after {
  content: 'Register with Linkedin';
}

.register-tab .the_champ_login_ul li:nth-child(2) i:after {
  content: 'Register with Google';
}

.register-tab .the_champ_login_ul li:nth-child(3) i:after {
  content: 'Register with Microsoft';
}

.form-check {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.form-check-input {
  margin-top: 0rem;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.form-check-label {
  font-size: 1rem;
  cursor: pointer;
}

.forgot-password-link {
  color: #bb491d;
  font-size: 1rem;
  margin: 10px 0;
  display: block;
}

.sign-up-link {
  color: #6b6b6b;
}

.sign-up-link a {
  color: #d05222;
}

.form-check.registration-checkbox {
  margin: 15px 0;
  display: block;
}

.login-reg-modal {
  padding: 0 !important;
  z-index: 9999;
}

#altaro_custom_registration_form .form-check {
  margin-bottom: 6px;
}

.form-check.registration-checkbox .form-check-input {
  margin-top: 0.3rem;
}

/*--why register--*/
.panel,
.panel-body {
  box-shadow: none;
}

.panel-group .panel-heading {
  padding: 0;
}

.panel-group .panel-heading a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  position: relative;
}

.panel-group .panel-heading a:after {
  content: '-';
  float: right;
}

.panel-group .panel-heading a.collapsed:after {
  content: '+';
}

.wrapper-form-login {
  padding: 40px;
}
.wrapper-form-register {
  padding: 40px;
}

.wrapper-why-register .panel-title {
  background: #ea5417;
  color: white;
  margin-bottom: 15px;
}
.wrapper-why-register p {
  font-size: 0.8em;
  color: #6f6f6f;
  font-family: var(--default-font-regular);
}
.wrapper-why-register h2 {
  font-family: var(--default-font-demi);
}

/*--end why register--*/

/*--start back-to-top-button--*/
#button-backt-to-top {
  display: inline-block;
  background-color: #c2c2c2;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 80px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button-backt-to-top::after {
  content: '\f077';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2em;
  line-height: 50px;
  color: #fff;
}
#button-backt-to-top:hover {
  cursor: pointer;
  background-color: #333;
}
#button-backt-to-top:active {
  background-color: #555;
}
#button-backt-to-top.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

@media (min-width: 500px) {
  #button {
    margin: 30px;
  }
}

/*--end back-to-top-button--*/

/*Login Pop up*/

@media (max-width: 1024px) {
  .login-reg-modal .tabs__content {
    padding: 0;
  }
  .login-reg-modal .tabs__content .wrapper-form-outer.p-5 {
    padding: 30px 10px 0 !important;
  }
  ul.the_champ_login_ul li {
    flex: 0 0 100%;
  }
  .login-reg-modal .tabs__content > .row {
    margin: 0;
  }
}

@media (max-width: 767px) {
  button.close {
    margin-right: 10px;
  }
  #altaro_custom_registration_form .form-group-cs.wrapper-check {
    padding: 12px;
  }
}
.no_shift_cp{
	top:0 !important;
	
}

.no_shift_cp img{
	margin-top: 0px !important;
    margin-bottom: 0px !important;
}