/*!
	Theme Name: Symtrax
	Theme URI: https://github.com/elementor/hello-elementor-theme
	Description: A plain-vanilla & lightweight theme for Elementor page builder
	Author: Elementor Team
	Author URI: https://elementor.com/
	Version: 2.0.7
	Stable tag: 2.0.7
	Requires at least: 4.7
	Tested up to: 5.2
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/*!
 * Based on Normalize.css v8.0.0, HTML5 Boilerplate v6.1.0, & Bootstrap Reboot v4.1.0 | Under MIT License
*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
}

#primary .text-primary {
  color: #212529;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;

  letter-spacing: -.01em;
}


h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 0.9rem;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
  white-space: pre-wrap;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: #6582bb;
}
a:active,
a:hover {
  color: #425b5a;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}
details {
  display: block;
}
summary {
  display: list-item;
}
figcaption {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}
[hidden],
template {
  display: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media print {
  *,
  :after,
  :before {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    page-break-inside: avoid;
    border: 1px solid #ccc;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
#comments .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9em;
}
#comments .comment,
#comments .pingback {
  position: relative;
}
#comments .comment .comment-body,
#comments .pingback .comment-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 0 30px 60px;
  border-bottom: 1px solid #ccc;
}
body.rtl #comments .comment .comment-body,
body.rtl #comments .pingback .comment-body {
  padding: 30px 60px 30px 0;
}
#comments .comment .avatar,
#comments .pingback .avatar {
  position: absolute;
  left: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
}
body.rtl #comments .comment .avatar,
body.rtl #comments .pingback .avatar {
  left: auto;
  right: 0;
  margin-right: 0;
  margin-left: 10px;
}
#comments .comment-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.9rem;
}
#comments .comment-metadata,
#comments .reply {
  font-size: 11px;
  line-height: 1;
}
#comments .children {
  position: relative;
  list-style: none;
  margin: 0;
  padding-left: 30px;
}
body.rtl #comments .children {
  padding-left: 0;
  padding-right: 30px;
}
#comments .children li:last-child {
  padding-bottom: 0;
}
#comments ol.comment-list .children:before {
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  line-height: 100%;
  content: "\21AA";
  position: absolute;
  top: 45px;
  left: 0;
  width: auto;
}
body.rtl #comments ol.comment-list .children:before {
  content: "\21A9";
  left: auto;
  right: 0;
}
@media (min-width: 768px) {
  #comments .comment-author,
  #comments .comment-metadata {
    line-height: 1;
  }
}
@media (max-width: 767px) {
  #comments .comment .comment-body {
    padding: 30px 0;
  }
  #comments .children {
    padding-left: 20px;
  }
  #comments .comment .avatar {
    position: inherit;
    float: left;
  }
  body.rtl #comments .comment .avatar {
    float: right;
  }
}
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
select,
textarea {
  width: 100%;
  border: 1px solid #666;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
  border-color: #333;
  outline: 0 none;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  width: auto;
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="button"],
[type="submit"],
button {
  display: inline-block;
  font-weight: 400;
  color: #c36;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #c36;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
[type="button"]:focus,
[type="submit"]:focus,
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
[type="button"]:focus,
[type="button"]:hover,
[type="submit"]:focus,
[type="submit"]:hover,
button:focus,
button:hover {
  color: #fff;
  background-color: #c36;
  text-decoration: none;
}
[type="button"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
  resize: vertical;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
select {
  display: block;
}
table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}
table td,
table th {
  padding: 15px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  border: 1px solid #ccc;
}
table th {
  font-weight: 700;
}
table tfoot th,
table thead th {
  font-size: 1em;
}
table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th {
  border-top: 1px solid #ccc;
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: #eee;
}
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: #e9e9e9;
}
table tbody + tbody {
  border-top: 2px solid #ccc;
}
@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }
  table table td,
  table table th {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}
dd,
dl,
dt,
li,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.alignright {
  float: right;
  margin-left: 1rem;
}
.alignleft {
  float: left;
  margin-right: 1rem;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sticky {
  position: relative;
  display: block;
}
.bypostauthor {
  font-size: inherit;
}
.gallery-caption {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.75rem;
}
.wp-caption {
  margin-bottom: 1.25rem;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption-text {
  margin: 0;
  text-align: center;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #333;
  display: block;
  font-size: 1rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 1;
}






/* svg logo size - head & footer, and mobile */
img.custom-logo,
#symtrax-footer-logo img {
  display: inline-block;
  width: 150px;
  margin: 0 1em;
}




/* File upload in conversion test form */
.dz-message {
    margin-top: -3em;
}
.dropzone .dz-preview {
    position: absolute !important;
    display: inline-block !important;
    width: 100% !important;
    top: 3em !important;
    margin: 0 !important;
    padding: 0 1em !important;
}
.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
    position: absolute !important;
    display: none !important;
    left: auto !important;
    top: 1.5em !important;
    width: 54px !important;
    height: 58px !important;
    right: 1em !important;
}






/* Landing pages */

.landing-pages-template .content-area li {
  padding: .2em 0;
}

.center {
  text-align: center;
}
.blue {
  color: #006bb4;
}

.landing-pages-template h1, .landing-pages-template .h1, .landing-pages-template h1 span {
  margin-bottom: .5em;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -.075rem;
}

/*.landing-pages-template h2,*/
.landing-pages-template .h2,
/*.landing-pages-template h2 span,*/
.landing-pages-template div[id^='section'] h2, .landing-pages-template div[id*=' section'] h2, .landing-pages-template div[id^='section'] .h2, .landing-pages-template div[id*=' section'] .h2 {
  font-size: 2em;
  line-height: 1;
  letter-spacing: -.05rem;
}

.landing-pages-template h3, .landing-pages-template .h3, .landing-pages-template h3 span, .landing-pages-template div[id^='section'] h3, .landing-pages-template div[id*=' section'] h3, .landing-pages-template div[id^='section'] .h3, .landing-pages-template div[id*=' section'] .h3 {
/*  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: #00406c !important;

  background-color: #f2f7fb !important;
  padding: .75rem 5rem;
  width: fit-content;
  margin: auto;
  border-radius: .3em;*/
}

.landing-pages-template h3.boxes {
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 700;
}




/*@media (width < 479px) {*/
@media (max-width: 479px) {
  .landing-pages-template h1, .landing-pages-template .h1, .landing-pages-template h1 span {
      font-size: 1.7rem;
  }
  .landing-pages-template h2, .landing-pages-template .h2, .landing-pages-template h2 span, .landing-pages-template #section1 h2, .landing-pages-template #section2 h2, .landing-pages-template #section3 h2, .landing-pages-template #section4 h2, .landing-pages-template #section5 h2, .landing-pages-template #section6 h2, .landing-pages-template #section7 h2, .landing-pages-template #section8 h2 {
      font-size: 1.5rem;
  }
}




#section1 p {display: inline-flex;}
#section2 ul, #section3 ul {list-style-type:none;}

#section2 li:before, #section3 li:before {font-family: 'Font Awesome 5 Pro';content: "\f00c";color: #12b76a;display: inline-block;margin-left: -35px;height: 20px;width: 20px;background-color: #d1fadf;margin-right: 13px;padding-right: -10px;padding-left: 4px;border-radius: 50%;font-size: 13px;padding-top: 1px;}


.videoplayer { position: absolute; left: 50%; /* top: 50%; transform: translate(-50%,-50%); */cursor: pointer; }

.videoplayer:hover {filter: brightness(50%);transition: .3s;}
.buttonclosevideo {position:absolute;right: 0;top: 3px;}



.lp-screenshot {
    width: 500px;
    border-radius: 15px;
    margin-bottom: 10px;
    box-shadow: 3px 3px 5px 1px #686868;
}




.ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ct-div-block {
  align-items: stretch;
  /* grid-template-columns: repeat(9,minmax(100px,auto)); */
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin: 2em 0 3em;
}

.ct-div-block > img {
  /* max-height: 65px; */
  background-color: #ffffff !important;
  background: #ffffff !important;

  max-width: 100%;
  border-radius: 0.4em;
  border: 1px #e7e7e7 solid;
  padding: 0 0.3em;
  width: 110px;
}




p.p {
  font-size: 1rem;
}

p.fat-links {
  margin-bottom: 2rem;
}

[id^="section"] h2>p, p.fat-links {
  font-size: 1.2rem;

  font-weight: 700;
  line-height: 1.5;
}




.topic {
  font-size: .8rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #999;
  letter-spacing: .2em;
  word-spacing: .2em;
  margin: .5em auto;
}


.two-cols {
    columns: 2 10em;
    column-gap: 3em;
    column-rule: 1px solid #b8e6e8;

    margin-bottom: 1.5em;
}




/* oxygen icons */
.oxy-icon-box {
  display: flex;
  align-items: flex-start;
  padding-top: 1em;
}
.oxy-icon-box-icon {
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  width: 35px;
  margin: 0 1em 0 0;
  height: 35px;
}
.oxy-icon-box-content {
  flex-grow: 1;
  width: 100%;
  padding-top: .3em;
  padding-bottom: .5em;
}
.oxy-icon-box-content h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 !important;
  padding: 0 !important;
}


.lnr {
  font-size: 2rem;
}





/* Blue cartouche */
.cartouche-blue .row {
  flex-direction: row;
  display: flex;
  padding-top: 40px;
  padding-bottom: 25px;
  border-radius: 15px;
  background-color: #005690;
  align-items: center;
  text-align: left;
  width: 80%;
  margin: 0 auto;
  position: relative;
  left: 10%;
}

.cartouche-blue .row > div > div {
  width: 100%;
  color: #fff;
  background: transparent;
  padding: 0 4em 0 10% !important;
  text-align: left;

  width: fit-content;
}

.landing-pages-template #main .cartouche-blue div div div div h2 {
  color: #fff;
  line-height: 1.1em;
}

.landing-pages-template .cartouche-blue a {
  padding: 1em 3em;
  background: #fff;
  border-radius: .3em;
  margin: auto;
  font-weight: 700;
  white-space: nowrap;
}
.landing-pages-template .cartouche-blue a:hover {
  text-decoration: none;
}

.cartouche-blue .row div:nth-child(2) > div {
  background-color: transparent;
  width: fit-content;
  margin: auto;
}



/* List with linearicons */
.types-list h3 {
  text-align: center;
  font-size: .9rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #999;
  letter-spacing: .2em;
  word-spacing: .2em;
  margin: auto 0 1.5em;
}


.types-list ul {
  padding: 0 0 0 4em;
  margin: 0;
  columns: 2 10em;
  column-gap: 0;
  column-rule: 0;
}
.types-list ul li {
  list-style: none;
  font-family: Linearicons-Free;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: .5em 0 0.3em;
  font-size: 1.4rem;
}

.types-list li::before {
  content: "\e87f";
}

.types-list li:last-child::before {
  content: "\e852";
}

.types-list ul li > em {
  padding: 0 0 0 1em;
  font-family: 'open_sansregular',sans-serif !important;
  color: #3e3e3e;
  line-height: 1.2;
  font-style: normal;
  font-size: 1rem;
  vertical-align: bottom;
}



.landing-pages-template.landing-pages-template-page-templates.landing-pages-template-custom-landing-page-2023.landing-pages-template-page-templatescustom-landing-page-2023-php.single.single-landing-pages.postid-69828.logged-in.admin-bar.wp-custom-logo.wp-embed-responsive.text-decoration-none.customize-support.cmplz-status-allow div#primary.content-area main#main.site-main.margin-sticky-nav div#section10.py-2 div.container.content-container.mx-auto div.threeColumns.row div.col-12.col-lg-4.px-2.mb-3.mb-lg-0 div.h-100.p-3 div.col-lg-10.ml-auto.my-2.border {

}


/* Calendly iframe */
.calendly-overlay .calendly-popup {
  max-height: 700px;
  background: #fff;
  border-radius: .3em;
}





input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], select, textarea {
    border-radius: .2em;
    border: 1px solid #ced4da;
}


#register {
  margin: 1rem auto;
}





/* Modal form 2023 */
.modal-form .h5 {
  font-weight: 600;
  font-size: 1.15rem;
  letter-spacing: -.02em;
}

.modal-form label {
  margin-bottom: .5rem;
  font-size: .85rem;
  padding: 0 .2em;
}

.form-group {
  margin-bottom: 1rem;
/*  width: 98%;*/
}

.modal-form input[type=date], .modal-form input[type=email], .modal-form input[type=number], .modal-form input[type=password], .modal-form input[type=search], .modal-form input[type=tel], .modal-form input[type=text], .modal-form select, .modal-form textarea {
  border-radius: .4em;
}

.modal-form select {
  background: none;
  padding: .66em 1em;
}
.modal-form select {
  color: #747474;
}
/* with the :focus here, we show grey when using the element */
.modal-form select:focus {
  color: #212529;
}
.modal-form option {
  color: #212529;
  background: #fff;
}
.modal-form option:first-of-type {
  color: #9e9e9e;
}
.modal-form .wpcf7 #country option:nth-child(-n+10):not(:nth-child(1)) {
  color: #000;
  background: #fff;
  font-weight: 400;
}


#acceptance {
  padding: 0 0 0 .1em;
  margin-bottom: 2rem;
}

#checkboxtxt {
  line-height: 1.3em;
  display: inline-block;
  padding: 0 0 0 .2em;
  width: 95%;
  vertical-align: text-top;
  color: #877a7a;
}
span.wpcf7-list-item {
  margin: 0 !important;
}

.modal-form .btn-group-lg > .btn, .modal-form .btn-lg {
  padding: .4rem 1rem;
  font-size: 1.05rem;
  line-height: 1.5;
  border-radius: .3rem;
  border-color: #dae0e5;
  font-weight: 600;

  margin-top: 1em;
  width: 100%;
}

.modal-form .wpcf7-not-valid-tip {
  color: crimson;
  font-size: .85em;
  font-weight: normal;
  display: block;
  padding: 0.1em .2em;
  text-align: right;
}


.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}


.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background: crimson;
  color: #fff;
  text-align: center;
  z-index: 9;
  margin: 0.5em;
  border-color: #ff5b5b !important;
  position: absolute;
  left: 17%;
  right: 12%;
  border-radius: .3rem;
  line-height: normal;
  top: 0;
  bottom: auto;
}


/* iframe modal layer */
.otgs-development-site-front-end {
  display: none;
}

.modal-dialog {
  margin: 1.75rem auto;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: none;
    margin: 1.75rem auto;
  }
}
#modalFormRequest iframe, #modalFormRequest2 iframe {
  width: 100%;
  border: none;
  min-height: 777px !important;
}


@media (max-width: 608px) {
  #modalFormRequest iframe, #modalFormRequest2 iframe {
    min-height: 1140px !important;
  }
}
@media (min-width: 609px) {
  #modalFormRequest .modal-body, #modalFormRequest2 .modal-body {
    min-width: 620px !important;
  }
  #modalFormRequest .modal-lg, #modalFormRequest2 .modal-lg {
    position: absolute;
    float: left;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}





.modal-body {
  padding: 2rem;
}


.modal-body button:first-child {
  right: 2em !important;
  top: 1em !important;
  padding: 0 !important;
  line-height: 1 !important;
  background: transparent;
}
.modal-body button:first-child span {
  font-size: 2.5rem;
  color: #737373;
  font-weight: 300;
  background: transparent;
}


.cf7sr-g-recaptcha > div {
  float: right;
}


div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url('../../images/ajax-loader.gif');
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  margin: 0 0 0 4px;
  vertical-align: middle;

  position: absolute;
  left: 45%;
}


.modal-form label .wpcf7-list-item-label {
  line-height: 1.3;
}



/* Bootstrap overload */
.modal-form.pb-0, .modal-form .pb-0 {
  padding-bottom: 0 !important;
}
.modal-form.pt-0, .modal-form .pt-0 {
  padding-top: 0 !important;
}
div.modal-dialog {
  margin: 1.75rem auto;
}
div.modal-content {
  border-radius: 1em;
}




/* Landing pages carousel */

.landing-pages-template .sizeBody {
  min-height: 300px !important;
}

.landing-pages-template .btn-solution {
  background-color: var(--light-symtrax);
  border-color: var(--light-symtrax);
  color: var(--primary-symtrax);
  padding: 1em !important;
  position: absolute;
  bottom: 1em;
  top: auto;
  right: 1em;
  left: auto;
  border-radius: .4em !important;
}

.landing-pages-template p.card-text {
  margin-bottom: 3rem;
}


@media (max-width: 375px) {
  .solutions-carousel #carrouMobile .arrowLeftCarou {
    left: -4% !important;
  }
  .solutions-carousel #carrouMobile .arrowRightCarou {
    right: -4% !important;
  }
}


ol.carousel-indicators.p-4 {
  padding: .666rem !important;
  margin: auto;
}

.carousel-indicators li {
  height: .666em !important;
  width: 3rem !important;
  margin-right: .5rem !important;
  margin-left: .5rem !important;
}

.carousel-item.mb-3 p {
  margin: 0;
}



.landing-pages-template .arrowLeftCarou i,
.landing-pages-template .arrowRightCarou i {
    color: #6ca2d9;
}


/* Responsive videos - TO FINALIZE, :has create an issue - no video-wrapper parent of some video iframe */

/*
*:has(iframe.cmplz-video), 
*:has(object.cmplz-video), 
*:has(embed.cmplz-video) {
            position: relative;
            padding-bottom: 56.25%;
            padding-top: 30px;
            height: 0;
            overflow: hidden;
}

iframe.cmplz-video, 
object.cmplz-video, 
embed.cmplz-video {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
}
*/

@media (max-width: 767px) {
  iframe.cmplz-video, 
  object.cmplz-video, 
  embed.cmplz-video {
    width: 100%;
  }
}
iframe.cmplz-video, 
object.cmplz-video, 
embed.cmplz-video {
  max-width: 100%;
}


