/*
Theme Name: ITBrolis
Theme URI: URL
Version: 1.0
Author: Linas Pagirys
Author URI: http://www.itbrolis.lt/
*/

/* RESET */
/* ----------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

.clearfix { zoom: 1; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }


/* MAIN LAYOUT */
/* ----------------------------------------- */

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .inputbox {
  color: #999999;
  font-size: 16px;
  line-height: 16px;
  border-color: #ccc;
  height: 39px;
  width: 100%;
}

html {
  height:100%;
  min-height: 100%;
}

body {
  font-family: 'Jost', sans-serif;
  height:100%;
  min-height: 100%;
  color: #333333;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 16px;
  padding-top: 153px;
}

header {
  position: fixed;
  width: 100%;
  z-index: 99999;
  top: 0px;
}

.admin-bar header {
  top: 32px;
}

footer {
  background: #fff;
  padding: 75px 0;
  border: 1px solid #023c7b;
}

#main-content {
  flex: 1 0 auto;
}

a:not(#4uFWoBtv) {
  color: #000000;
  transition: all 0.3s;
}

a:hover:not(#4uFWoBtv),
a:active:not(#4uFWoBtv),
a:focus:not(#4uFWoBtv) {
  color: #fed400;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.3s;
}

*:focus,
*:active,
*:hover {
  outline: none;
}

p {
  font-size: 16px;
  line-height: 20px;
  color: #302957;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

h1,
h2,
h3 {
  font-family: 'Jost', sans-serif;
}

h4,
h5,
h6 {
  font-family: 'Jost', sans-serif;
}

.rte a {
  color: #fed400;
}

.rte a:hover {
  color: #fed400;
}

iframe {
  border: none;
  max-width: 100%!important;
}

.rte p {
  margin-bottom: 25px;
  color: #666666;
}

.rte div {
  font-size: 16px;
}

.rte a:hover, .rte a:focus, .rte a:visited {
  opacity: 0.8;
  text-decoration: none;
}

.rte h1 {
  font-size: 60px;
  line-height: 60px;
  margin-top: 36px;
  margin-bottom: 24px;
}

.rte h2 {
  font-size: 48px;
  line-height: 48px;
  margin-top: 24px;
  margin-bottom: 12px;
}

.rte h3 {
  font-size: 36px;
  line-height: 36px;
  margin-top: 24px;
  margin-bottom: 12px;
}

.rte h4 {
  font-size: 30px;
  line-height: 30px;
  margin-top: 24px;
  margin-bottom: 12px;
}

.rte h5 {
  font-size: 24px;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 12px;
}
.rte img {
  max-width: 100%;
}

.rte ul {
  list-style-type:circle;
  padding-left: 30px;
  margin-bottom: 30px;
}

.rte ul {
  list-style-type:circle;
  padding-left: 30px;
  margin-bottom: 30px;
}

.rte ol {
  list-style-type:decimal;
  padding-left: 30px;
  margin-bottom: 30px;
}

.rte ul li,
.rte ol li {
  font-size: 16px;
  line-height: 31px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0em 1em 0.5em 0;
}

.alignright {
  float: right;
  margin: 0em 0 0.5em 1em;
}

em {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

.rte table tr td,
.rte table tr th {
  border: 1px solid #cecece;
  padding: 5px;
}

.rte table {
  margin-bottom: 20px;
}

.rte img {
  max-width: 100%;
  height: auto;
}

.rte pre {
  padding: 25px;
  display: block;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 26px;
  word-break: normal;
  word-wrap: normal;
  background-color: #ccf1ff;
  border: 1px solid #9ce4ff;
  border-radius: 4px;
  color: #1794c4;
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;
}


.show-desctop {
  display: block !important;
}

.show-mobile {
  display: none !important;
}

blockquote {
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: italic;
  width: 100%;
  margin: 20px 0;
  padding: 20px 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
}

blockquote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: -10px;
  top: -10px;
  color: #7a7a7a;
}

blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

#gallery-1 img {
  border: 0px solid #cfcfcf !important;
  display: block;
}

.gallery-caption{
  display: none;
}

input {


}

textarea {
  width: 100%;
  padding: 5px 5px;
  font-size: 14px;
  height: 150px;
}

select {
  width: 100%;
  padding: 5px 5px;
  font-size: 14px;
}

label {
  font-size: 14px;
}

p.wp-caption-text {
  font-size: 12px;
  line-height: 14px;
}

img {
  max-width: 100%;
  height: auto;
}


.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* GLOBAL PAGE STYLES */
/* ----------------------------------------- */
#popup-content {
	position: relative !important;
}

 .popup {
   position: absolute;
   top: 100%;
   left: 50%;
   transform: translateX(-50%);
   background: white;
   color: black;
   padding: 8px 12px;
   border-radius: 10px;
   border: 1px solid black;
   white-space: nowrap;
   font-size: 14px;
   margin-top: 5px;
   display: none;
   z-index: 9999;
     }

.not-found h1 {
  margin-bottom: 30px;
}

nav {
  width: 100%;
}

.sub-menu {
  position: absolute;
  background: #181818;
  min-width: 130px;
  padding: 15px;
  display: none;
  z-index: 10;
}

.main-desc-nav > li:hover .sub-menu {
  display: block;
}

@media screen and (max-width: 768px) {

  #cssmenu,
  #cssmenu ul,
  #cssmenu ul li,
  #cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #cssmenu {
    color: #ffffff;
    margin-top: 30px;
  }

  #cssmenu ul ul {
    display: none;
  }
  .align-right {
    float: right;
  }
  #cssmenu > ul > li > a {
    padding: 15px 20px;
    border-left: 1px solid #1682ba;
    border-right: 1px solid #1682ba;
    border-top: 1px solid #1682ba;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    background: #36aae7;
  }
  #cssmenu > ul > li > a:hover,
  #cssmenu > ul > li.active > a,
  #cssmenu > ul > li.open > a {
    color: #eeeeee;
    background: #1fa0e4;
  }
  #cssmenu > ul > li.open > a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid #1682ba;
  }
  #cssmenu > ul > li:last-child > a,
  #cssmenu > ul > li.last > a {
    border-bottom: 1px solid #1682ba;
  }
  .holder {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0px;
  }
  .holder::after,
  .holder::before {
    display: block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    right: 20px;
    z-index: 10;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .holder::after {
    top: 17px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
  }
  #cssmenu > ul > li > a:hover > span::after,
  #cssmenu > ul > li.active > a > span::after,
  #cssmenu > ul > li.open > a > span::after {
    border-color: #eeeeee;
  }
  .holder::before {
    top: 18px;
    border-top: 2px solid;
    border-left: 2px solid;
    border-top-color: inherit;
    border-left-color: inherit;
  }
  #cssmenu ul ul li a {
    cursor: pointer;
    border-bottom: 1px solid #32373e;
    border-left: 1px solid #32373e;
    border-right: 1px solid #32373e;
    padding: 10px 20px;
    z-index: 1;
    text-decoration: none;
    font-size: 13px;
    color: #eeeeee;
    background: #49505a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.open > a,
  #cssmenu ul ul li.active > a {
    background: #424852;
    color: #ffffff;
  }
  #cssmenu ul ul li:first-child > a {
    box-shadow: none;
  }
  #cssmenu ul ul ul li:first-child > a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  #cssmenu ul ul ul li a {
    padding-left: 30px;
  }
  #cssmenu > ul > li > ul > li:last-child > a,
  #cssmenu > ul > li > ul > li.last > a {
    border-bottom: 0;
  }
  #cssmenu > ul > li > ul > li.open:last-child > a,
  #cssmenu > ul > li > ul > li.last.open > a {
    border-bottom: 1px solid #32373e;
  }
  #cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
    border-bottom: 0;
  }
  #cssmenu ul ul li.menu-item-has-children > a::after {
    display: block;
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    right: 20px;
    z-index: 10;
    top: 11.5px;
    border-top: 2px solid #eeeeee;
    border-left: 2px solid #eeeeee;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  #cssmenu ul ul li.active > a::after,
  #cssmenu ul ul li.open > a::after,
  #cssmenu ul ul li > a:hover::after {
    border-color: #ffffff;
  }

}


.menu-wrapper {
  display: flex;
}
.logo-holder {

}
.main-desc-nav {


}
.subheader {
  display: flex;
  justify-content: flex-end;
  padding: 12px 0 12px 0;
  margin-bottom: 7px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.web-section {
  padding: 96px 0;
}



.mobile-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 12px;
  background: #fff;
  z-index: 20;
  border-bottom: 1px solid #dcdcdc;
}
.admin-bar .mobile-menu {
  top: 46px;
}
.mobbutton {
  display: inline-block;
  width: 24px;
}
.mobbutton span {
  width: 100%;
  height: 2px;
  background: #424242;
  margin-bottom: 5px;
  display: block;
}
.mobbutton span:last-child {
  margin-bottom: 0px;
}
.mob-logo-holder {
  position: relative;
}
.mobile-menu .mob-logo-holder img {
  max-width: 100px;
  position: absolute;
  left: 0px;
  top: -12px;
}
.items-mobile {
  text-align: right;
}
.items-mobile .call-britta,
.items-mobile .mobbutton {
  display: inline-block;
}
.items-mobile .mobbutton {
  margin-left: 24px;
}
.mobilefooter-wrapper {
  position: fixed;
  left: calc(0px - 100%);
  top: 0px;
  width: 100%;
  background: #f3fdef;
  z-index: 9999999999;
  transition: all 0.3s;
  height: 100vh;
}
.closemobmenu {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 11px 15px;
  border-bottom: 1px solid #e6f7df;
  border-left: 1px solid #e6f7df;
}



.cookie-law-wrapper-in {
  display: flex;
}
.cookie-law-wrapper {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #302957;
  color: #fff;
  padding: 10px 0px;
  z-index: 50000;
  font-size: 14px;
}
.cookie-law-text-wrapper a {
  text-decoration: underline;
  color: #fff;
}
.cookie-law-text-wrapper a:hover {
  color: #fff;

}
.cookie-law-wrapper p {
  margin-bottom: 0px;
  color: #fff;
}
.cookie-law-button-wrapper button {
  background: #e9e9e9;
  border: 2px solid #e9e9e9;
  color: #302957;
  padding: 15px 15px;
  vertical-align: top;
  margin: 0px 0 0 24px;
  font-size: 14px;
  text-transform: uppercase;
  width: 195px;
  font-family: 'Nexa', sans-serif;
  font-weight: 800;
  cursor: pointer;
}
.cookie-law-button-wrapper button:hover{
  opacity: 0.7;
  transition: all 0.3s;
}


.logo-header {
  display: flex;
  padding: 15px 0px;
}
.logo-holder {
  width: 125px;
}
.side-info {
  width: calc(100% - 125px);
  text-align: right;
}


.side-info a {

  display: inline-block;
}

.consultation-head {
  background: url(images/VeG2/chat-icon.png) no-repeat left top 15px;
  padding: 18px 20px 19px 40px;
  margin-right: 20px;
}
.my-account-head {
  background: url(images/VeG2/my-account.png) no-repeat left top 15px;
  padding: 18px 0px 19px 30px;
}



.menu-full {
  background: #302957;

}

.menu-header-desctop ul {

}
.menu-header-desctop ul li {
  display: inline-block;
}
.menu-header-desctop ul li a {
  display: inline-block;
  padding: 23px 15px 23px 15px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.top-full {
  background: #fff;
}

.main-slideritem {
  background-size: cover;
}

.onslider-text{
  padding: 300px 0 300px;
}
.onslider-text h1 {
  font-size: 70px;
  line-height: 78px;
  color: #fff;
  margin-bottom: 40px;
}
.onslider-text h2 {
  font-size: 40px;
  line-height: 44px;
  color: #fff;
  margin-bottom: 40px;
  max-width: 470px;
}
.onslider-text a {
  display: inline-block;
  padding: 15px 30px 15px 86px;
  color: #023c7b;
  font-weight: 700;
  font-size: 27px;
  line-height: 32px;
  background: url(images/diagnostic-icon.png) no-repeat left 10px top 13px, #fed400;
}

.why-choose-items {
  display: flex;
}

.why-choose-item {
  width: 33.33%;
  padding: 15px 20px;
  display: flex;
}

.why-choose-item .why-choose-icon {
  max-width: 120px;
  padding-right: 15px;
}
.why-choose-text {
  width: calc(100% - 120px);
}

.why-choose-text h3{
  font-size: 41px;
  line-height: 46px;
  margin-bottom: 20px;
  color: #023c7b;
  font-weight: 600;
}

.why-choose-text p{
  margin-bottom: 20px;
}
.choosebtn {
  background: #302957;
  padding: 10px 15px;
  color: #fff;
  display: inline-block;

}



.main-heading {
  font-size: 41px;
  line-height: 46px;
  margin-bottom: 70px;
  color: #023c7b;
  font-weight: 600;
}

.processsection {
  background: #fed400;
}

.process-button-wrapper {
  text-align: right;
  margin-top: 40px;
}

.processbtn {
  display: inline-block;
  padding: 15px 15px 15px 88px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  background: url(images/diagnostic-icon-white-small.png) no-repeat left 10px top 7px, #023c7b;
}


.home-process-item {
  display: inline-block;
  width: 34%;
  padding: 5px 15px;
  border: 3px solid #fff;
}
.home-process-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-process-icon span {
  font-size: 80px;
  line-height: 80px;
  font-weight: 600;
  color: #023c7b;
  margin-right: 12px;
}
.home-process-text{
  font-size: 28px;
  line-height: 32px;
  color: #023c7b;
}
.home-process-item .home-process-icon {

}

.home-process-items .home-process-item:nth-child(1) {
  position: relative;
  top: 3px;
  margin-left: 0%;
  margin-right: 5%;
}
.home-process-items .home-process-item:nth-child(2) {
  position: relative;
  top: 3px;
}
.home-process-items .home-process-item:nth-child(3) {
  margin-left: 21%;
  margin-right: 5%;
}
.home-process-items .home-process-item:nth-child(4) {

}

.home-comments {
  background: #023c7b;
}
.home-comments-item {
  display: flex;
  color: #fff;
  align-items: center;
}

.home-comments-icon {
  width: 185px;
  margin-right: 25px;
}
.home-comments-text {
  width: calc(100% - 185px - 25px);
}
.owl-carousel {
  max-width: 820px;
  margin: 0 auto;
}

.home-comments-text h3 {
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 5px;
}
.home-comments-text h4 {
  color: #fed400;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 20px;
}
.home-comments-text p {
  color: #fff;
}

.owl-nav {
  position: absolute;
  width: 100%;
  top: calc(50% - 25px );
}

body .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -65px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background: url("images/arrow-left.png") no-repeat center center;
  transition: all 0.3s;
}
body .owl-carousel .owl-nav button.owl-prev span {
  display: none;
}
body .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -65px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background: url("images/arrow-right.png") no-repeat center center;
  transition: all 0.3s;
}
body .owl-carousel .owl-nav button.owl-next span {
  display: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.owl-dots {
  display: none;
}

.footer-columns-wrapper{
  display: flex;
}
.footer-colum-1 {
  width: 60%;
}
.footer-colum-2 {
  width: 40%;
}

footer,
footer a {
  color: #302957;
}

.rekviztis {
  max-width: 350px;
  line-height: 23px;
}
.footer-colum-1 h4 {
  font-size: 30px;
  line-height: 34px;
  color: #302957;
  margin-bottom: 40px;
}



.spacerasheader{
  height: 75px;
}

#footer-nav ul li a {
  font-weight: 600;
  line-height: 23px;
}
.footer-columns-wrapper.second-side {
  padding-top: 40px;
}

.social-links a img {
  max-width: 20px;
}



.testas-content {
  background: #f0f4f8;
  position: relative;
  overflow: hidden;
}
.vshape {
  background: url("images/v.png") no-repeat center center;
  width: 619px;
  height: 662px;
  position: absolute;
  right: 0px;
  top: 0px;
}


.testas-completion {
  position: relative;
  min-height: 100px;
}

.completion-line {
  background: #dfdfdf;
  width: 100%;
  height: 4px;
}
.completion-line-done{
  position: absolute;
  height: 4px;
  left: 0;
  top: 0;
  background: #fed400;
}

.completion-number {
  position: absolute;
  top: 14px;
  padding: 8px 9px;
  background: #fed400;
  font-weight: 700;
}
.completion-number:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 19px;
  background: url("images/arrow-yellow-top.png") no-repeat center center;
  width: 13px;
  height: 11px;
}

.navbutton-next {
  border: 4px solid #fed400;
  font-size: 28px;
  line-height: 28px;
  font-weight: 600;
  padding: 11px 85px 11px 20px;
  color: #000;
  transition: all 0.3s;
  background: url(images/right-arrows.png) no-repeat top 14px right 20px,#fed400;
}
.navbutton-prev {
  border: 4px solid #a4a4a4;
  font-size: 28px;
  line-height: 28px;
  font-weight: 600;
  padding: 11px 20px 11px 65px;
  color: #a4a4a4;
  transition: all 0.3s;
  background: url(images/left-arrows-grey.png) no-repeat top 14px left 20px,transparent;
}



.navbutton-prev:hover {
  transition: all 0.3s;
  opacity: 0.7;
}
.navbutton-next:hover {
  transition: all 0.3s;
  opacity: 0.7;
}


.question-title {
  font-size: 42px;
  line-height: 48px;
  font-weight: 600;
  color: #302957;
  text-align: center;
  margin-bottom: 60px;
}
.testas-question {

}

.question-answers {
  margin-bottom: 100px;
}

.testas-buttons button:nth-child(1){
  margin-right: 10px;
}

.contacts-map {
  background: url("images/contacts-header-background.jpg") no-repeat center center;
  background-size: cover;
}

.contacts-map-in {
  display: flex;
  padding: 90px 0;
}
.contacts-left {
  width: 50%;
}
.contacts-right {
  width: 50%;
  padding-left: 30px;
}

.second-info-text,
.second-info-text p,
.second-info-text a,
.second-info-text h1,
.second-info-text h2 {
  color: #fff;
}

.second-info-text h1 {
  font-size: 41px;
  line-height: 46px;
  margin-bottom: 30px;
  font-weight: 600;
}
.second-info-text p {
  margin-bottom: 20px;
}

.second-info-contacts {
  padding-top: 30px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #fff;
}

.um-account-meta.radius-1 {
  display: none;
}
#um_field_general_user_login {
  display: none;
}

.register-form .um-field.um-field-c {
  display: none;
}

.um-account-tab-mytab .um-col-alt.um-col-alt-b {
  display: none;
}

.diagnostic-results-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.diagnostic-results-item table tr td {
  width: 25%;
}

body .um-account-side li {
  margin-bottom: 10px !important;
  background: #023c7b;
  display: block;
}
body .um-account-side li a {
  display: block;
  padding: 10px 0px;
  font-size: 14px;
  height: 30px;
  line-height: 18px;
  color: #fff;
  position: relative;
}
body .um-account-side li a span.um-account-title {
  padding-left: 20px;
  float: left;
  height: 30px;
  line-height: 30px;
  color: #fff;
}
body .um-account-side li a span.um-account-icon {
  text-align: center;
  font-size: 20px;
  width: 20px;
  height: 30px;
  border-right: 1px solid #ccc;
  color: #fff;
  float: left;
  padding: 0px 15px;
  font-weight: normal !important;
}


.um .um-form input[type=text], .um .um-form input[type=search], .um .um-form input[type=tel], .um .um-form input[type=number], .um .um-form input[type=password], .um .um-form textarea, .select2-container .select2-choice, .select2-container-multi .select2-choices {

}

body .um-form input[type=number] {
  width: auto;
  padding: 0 0 0 5px !important;
  height: 40px !important;
  width: 100%;
}

.register-form span.select2-selection__clear {
  display: none;
}







@media screen and (max-width: 1500px) {

}

@media screen and (max-width: 1650px) {

}

@media screen and (min-width: 1200px) {
  body .um-account-side li {
    max-width: 90%;
  }
}

@media screen and (max-width: 1200px) {
	
}

@media screen and (max-width: 992px) {

  body .owl-carousel .owl-nav button.owl-prev {
    left: -15px;
  }

  body .owl-carousel .owl-nav button.owl-next {
    right: -15px;
  }

  .home-process-item {
    display: inline-block;
    width: 45%;
    padding: 5px 15px;
    border: 3px solid #fff;
  }
  .home-process-items .home-process-item:nth-child(1) {
    position: relative;
    top: 3px;
    margin-left: 0%;
    margin-right: 3%;
  }
  .home-process-items .home-process-item:nth-child(2) {
    position: relative;
    top: 3px;
  }
  .home-process-items .home-process-item:nth-child(3) {
    margin-left: 0%;
    margin-right: 3%;
  }
  .home-process-items .home-process-item:nth-child(4) {

  }
  .home-process-wrapper {
    display: flex;
    align-items: center;
    justify-content: left;
  }

}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 767px) {
	.lp-archive-courses .lp-entry-content {
		flex-direction: column-reverse !important;
	}
	.course-sidebar-preview {
		margin-top: 40px !important;
	}
	
  .contacts-map-in {
    display: block;
    padding: 45px 0;
  }
  .contacts-left {
    width: 100%;
    margin-bottom: 40px;
  }
  .contacts-right {
    width: 100%;
    padding-left: 0px;
  }

  .vshape {
    background: url(images/v.png) no-repeat top right;
    width: 619px;
    height: 662px;
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0.05;
    background-size: 40%;
  }

  .navbutton-prev {
    border: 4px solid #a4a4a4;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    padding: 11px 10px 10px 53px;
    color: #a4a4a4;
    transition: all 0.3s;
    background: url(images/left-arrows-grey.png) no-repeat top 10px left 13px,transparent;
  }

  .question-title {
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    color: #302957;
    text-align: center;
    margin-bottom: 40px;
  }

  .question-answers {
    margin-bottom: 60px;
  }

  .navbutton-next {
    border: 4px solid #fed400;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    padding: 11px 53px 10px 10px;
    color: #000;
    transition: all 0.3s;
    background: url(images/right-arrows.png) no-repeat top 10px right 13px,#fed400;
  }

  .testas-in {
    padding-bottom: 110px;
  }

  .footer-columns-wrapper{
    display: block;
  }
  .footer-colum-1 {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer-colum-2 {
    width: 100%;
  }
  .spacerasheader {
    display: none;
  }
  .footer-columns-wrapper.second-side {
    padding-top: 30px;
  }
  footer {
    background: #fff;
    padding: 75px 0 55px 0;

  }

  .home-comments-item {
    display: block;
    color: #fff;
    align-items: center;
    text-align: center;
  }
  .home-comments-icon {
    width: 100%;
    margin-right: 0px;
    margin: 0 auto;
    max-width: 80px;
    margin-bottom: 30px;
  }
  .home-comments-text {
    width: calc(100%);
  }
  .home-process-item {
    display: inline-block;
    width: 100%;
    padding: 5px 15px;
    border: 3px solid #fff;
  }
  .home-process-items .home-process-item:nth-child(1) {
    position: relative;
    top: 0px;
    margin-left: 0%;
    margin-right: 0%;
  }
  .home-process-items .home-process-item:nth-child(2) {
    position: relative;
    top: 0px;
  }
  .home-process-items .home-process-item:nth-child(3) {
    margin-left: 0%;
    margin-right: 0%;
  }
  .home-process-items .home-process-item:nth-child(4) {

  }
  .home-process-wrapper {
    display: flex;
    align-items: center;
    justify-content: left;
  }
  .home-process-item {
    margin-bottom: 15px;
  }

  .processbtn {
    display: inline-block;
    padding: 15px 15px 15px 79px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    background: url(images/diagnostic-icon-white-small.png) no-repeat left 10px top 7px, #023c7b;
  }

  .process-button-wrapper {
    text-align: left;
    margin-top: 40px;
  }


  .main-heading {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 40px;
  }

  .why-choose-item .why-choose-icon {
    max-width: 100%;
    padding-right: 0px;
  }
  .why-choose-text {
    width: calc(100%);
  }
  .onslider-text a {
    display: inline-block;
    padding: 7px 10px 8px 59px;
    color: #023c7b;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    background: url(images/diagnostic-icon.png) no-repeat left 10px top 13px, #fed400;
    background-size: 39px;
  }

  .onslider-text {
    padding: 50px 0 150px;
  }

  .onslider-text h1 {
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    margin-bottom: 30px;
  }
  .onslider-text h2 {
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 30px;
    max-width: 470px;
  }


  .consultation-head span,
  .my-account-head span {
    display: none;
  }

  .why-choose-items {
    display: block;
  }
  .why-choose-item {
    width: 100%;
    padding: 30px 0px;
    margin-bottom: 40px;
    text-align: center;
    display: block;
  }


  .show-desctop {
    display: none !important;
  }

  .show-mobile {
    display: block !important;
  }

   .cookie-law-wrapper-in {
    display: block;
  }

  .cookie-law-text-wrapper {
    display: inline-block;
    width: 100%;
  }

  .cookie-law-wrapper p {
    padding: 15px;
  }

  .cookie-law-button-wrapper {
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: top;
    padding: 15px;
  }

  .web-section {
    padding: 36px 0;
  }

  body {
    padding-top: 46px;
  }
  
  .map-responsive{
    padding-bottom:110%;
  }
  .video-wrapper {
    padding-bottom: 110%; /* 16:9 */
  }
}

@media screen and (max-width: 480px) {

}