/* ---------------------------------------- MultiWebMarketing Style ---------------------------------------- */

.grecaptcha-badge {
	visibility: hidden;
}

/*== == Generic == == */
body {
    margin: 0px;
    background: white;
    --primary: #19326a;
    font-family: 'Helvetica';
}

.menu-toggle {
    display: none !important;
}

.spacer {
    display: flex;
    height: 2px;
    background: var(--blue);
    width: 100%;
    opacity: 0.5;
}

img {
    max-width: 100%;
    display: block;
}

.title {
    display: block;
    font-size: 64px;
    line-height: 72px;
    color: var(--primary);
}

.subtitle {
    display: block;
    font-size: 44px;
    line-height: 52px;
}

.subtitle.alt2 {
    color: #808080;
}

.smalltitle {
    font-size: 24px;
    line-height: 32px;
    color: var(--primary);
}

.subtext {
    font-size:24px;
    line-height:32px;
}

.bold {
    font-weight: 600;
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 0px 0px 8px 0px;
}

p, li {
    font-size: 16px;
    line-height: 24px;
    margin: 0px 0px 8px 0px;
}

.row-container {
    margin: 0px auto;
    max-width: 1380px;
}

a {
    text-decoration: none !important;
}

.readmore {
    display: block;
    width: 180px;
    padding: 11px 11px;
    background: var(--primary);
    color: white;
    box-sizing: border-box;
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    border: 3px solid #ccc;
    margin-top: 20px;
    transition:
        all 0.5s ease;
    cursor: pointer;
}

.readmore.alt {
    background: transparent;
    border: 2px solid white;
}

.readmore:hover {
    background: transparent;
    border: 3px solid var(--primary);
    color: var(--primary);
}

/* == == Generic END == == */

/*== == = = Video Popup += == =*/

div#popup-product-video-popup {
    width: fit-content;
    max-width:767px;
    display: flex;
}

#popup-product-video-popup .product-video-popup-wrapper {
    padding: 0px;
    display: flex;
}

#popup-product-video-popup .product-video-popup-wrapper video {
    border-radius: 16px;
    max-height: 540px;
}

    /*== == == Video Popup END == == == */

/* == == HEADER == == */
div.logo {
    float: none;
    width: 300px;
    top: 30px;
    position: absolute;
    transition: all 0.5s ease;
}

ul#primary-menu > li.menu-list::before {
    width: 0px;
    left: -20px;
    position: relative;
}

ul#primary-menu > li.menu-list {
    position: unset !important;
    flex-direction: row-reverse;
}

ul#primary-menu > li.menu-list .sub-menu > li {
    width: calc(100% / 5);
    border-bottom: 1px solid #ffffff10;
    display: flex;
    flex-direction: column;
}

ul#primary-menu > li.menu-list ul.sub-menu {
    right: 0px;
    left: unset;
    width: 75%;
    display: flex;
    padding: 10px 0px;
}

.header-contact-num {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.header-contact-num > i {
    font-size: 20px;
    color: var(--primary);
}

div.logo * {
    object-fit: contain;
    max-height: 180px;
    border-radius: 50%;
    height: 180px;
    width: 180px;
}

ul#primary-menu > li.current-menu-item {
    border-bottom: 2px solid white;
}

.site-header > .row-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-contact > .row-container {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: right;
}

.header-contact-socials {
    display: flex;
    gap: 10px;
}

.header-contact-socials > a {
    padding: 12px;
    background: #ccc;
    border-radius: 5px;
    transition: all 300ms ease;
}

.header-contact-socials > a > i {
    color: var(--primary);
    transition: all 300ms ease;
}

#page {
    /* overflow: hidden; */
    padding-top: 160px;
}

.header-contact {
    padding: 20px 0px;
    background: white;
}

#masthead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: var(--primary);
    transition:
        all 300ms ease;
    height: 160px;
}

header#masthead.navbar-fixed-top {
    margin-top: -90px;
}

header#masthead.navbar-fixed-top div.logo {
    top: 90px;
}

.menu-icons {
    width: 300px;
    height: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.header-contactbar {
    background: var(--darkblue);
    display: flex;
    padding: 5px 0px;
    text-align: center;
    color: white;
    align-items: center;
    justify-content: center;
}

.header-contactbar p {
    margin: 0px;
}

.menu-icons lord-icon {
    --lord-icon-primary: var(--darkblue);
    --lord-icon-secondary: var(--darkblue);
    --lord-icon-tertiary: var(--darkblue);
}

#masthead > .row-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#masthead > .row-container::before, #masthead > .row-container::after {
    content: unset;
}

#masthead #site-navigation {
    display: flex;
    flex: 100;
    height: 100%;
    justify-content: right;
    align-items: center;
}

.menu-right {
    width: 100%;
}

ul.sub-menu {
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0;
    transition: all .3s ease;
    background: white;
    list-style: none;
    padding: 0px;
    pointer-events: none;
    width: 240px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

li.menu-item:hover > ul.sub-menu {
    top: calc(100% - 0px);
    opacity: 1;
    pointer-events: all;
}

li.menu-item.active > ul.sub-menu {
    top: calc(100% - 0px);
    opacity: 1;
    pointer-events: all;
}

.top-phone a {
    display: block;
    text-align: right;
    margin-bottom: 10px;
    font-size: 24px;
    margin-top: 10px;
    color: #333333bb;
    width: fit-content;
    margin-right: 0px;
    margin-left: auto;
}

ul#primary-menu {
    display: flex;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

ul#primary-menu li.menu-item {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0px;
}

ul#primary-menu > li > a {
    color: white;
    font-size: 18px;
    line-height: 24px;
    padding: 0px 30px 0px 30px;
}

ul#primary-menu > li.menu-list .sub-menu > li.custom-menu-item {
    background: white;
}

ul#primary-menu > li.menu-list .sub-menu > li.custom-menu-item > a {
    color: black;
}

ul.sub-menu > li > a {
    display: block;
    padding: 8px 10px;
    font-size: 14px;
    color: white;
    position: relative;
    transition: all 300ms ease;
    width: 100%;
    box-sizing: border-box;
}

ul.sub-menu::before {
    content: '';
    background: #152956;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    pointer-events: none;
    top: 0;
    left: 0;
}

ul.sub-menu > li > a::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    margin-right: 10px;
}

ul.sub-menu > li > a:hover {
    background: #1681d1;
}

li.menu-item.menu-item-has-children::before {
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 10px;
    color: white;
}

ul#primary-menu > li.menu-item-has-children > a {
    padding: 0px 35px 0px 20px;
}

/* == == HEADER END == == */
/*== eBook Form ==*/
.ebook-image {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ebook-image-wrapper {
    height: 520px;
    width: 520px;
    background: rgb(225,229,236);
    border-radius: 50%;
}

.ebook-image img {
    width: 100%;
    height: 100%;
    scale: 1.15;
    object-fit: contain;
    object-position: bottom;
}

.ebook-form-text .subtitle {
    margin-bottom: 0px;
}

#ebook-fold .ebook-form-text .title ~ p {
    margin-bottom: 10px;
    color: var(--primary);
}

input.readmore {
    margin: 0px;
}

.ebook-form-fields ~ .privacy-text {
    margin-bottom: 10px;
}

div#ebook-fold .ebook-form input.wpcf7-text {
    background: whitesmoke;
    border: 1px solid #ccc;
    padding: 5px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 14px;
}

div#ebook-fold .ebook-form input.wpcf7-text::placeholder {
    font-size: 18px;
    line-height: 18px;
}

.wpcf7 {
    display: flex;
    justify-content: center;
}

.wpcf7 .privacy-text p > a {
    color: var(--primary);
}

.wpcf7-form {
}

.wpcf7-form .subtitle {
    font-size: 34px;
}

div#ebook-fold .ebook-form .ebook-form-fields {
    display: flex;
}

#ebook-fold .ebook-form .privacy-text p {
    font-size: 14px;
    color: #808080;
}

div#ebook-fold .ebook-form .ebook-form-fields > span {
    flex: 0 0 48%;
}

div#ebook-fold {
    padding: 150px 0px 150px 0px;
    width: 100%;
    overflow: hidden;
    background: whitesmoke;
    position: relative;
    z-index: 3;
}

.ebook-fold-inner {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: row;
    z-index: 5;
    gap: 40px;
}

.ebook-fold-inner .ebook-image, .ebook-fold-inner .ebook-form {
    flex: 0 0 calc(50% - 20px);
}

.sub-btn {
    position: relative;
}

.sub-btn::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(/wp-content/uploads/2021/06/icon-button.png) no-repeat center / contain;
    top: 0;
    left: -3px;
    z-index: 3;
}

.sgpb-main-html-content-wrapper .sub-btn::before {
    display: none;
}

.privacy-text a {
    color: #bd1819;
}

.brochure div#ebook-fold {
    margin-top: 0px;
}

/*== eBook Form END ==*/
/* == == FOOTER BLOCK == == */
  .footer-block {
      position: relative;
      background: var(--primary);
      width: 100%;
      clear: both;
      z-index: 1000;
  }

  .footer-block-item.contact {
    flex: 100;
    display: flex;
    width: unset;
    flex-direction: column;
}

.footer-block ul > li {
    width: calc(100% / 3);
    padding: 10px 0px;
    color: white;
    margin: 0px;
}

.footer-block ul > li > a {
    color: white;
    font-size: 18px;
    padding-left: 10px;
    transition: all 300ms ease;
}

.footer-block ul > li::marker {
    content: "\f0da";
    font-family: fontawesome;
}

  .footer-block-item-title > .subtext {
    font-size: 28px !important;
    font-weight: 600;
}

  .footer-block-socials {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 20px 0px;
    justify-content: left;
}

.footer-block-socials-item > .readmore {
    margin: 0px;
    background: white;
    color: black;
}

.footer-block-socials-item.icons > a > i {
    font-size: 20px;
    color: #333;
    transition: all 300ms ease;
}

.footer-block-socials-item.icons {
    display: flex;
    gap: 10px;
}

.footer-block-socials-item.icons > a {
    padding: 15px;
    background: white;
    border-radius: 10px;
    transition: all 300ms ease;
}

  .footer-block .row-container {
      display: flex;
      align-items: flex-start;
      padding: 40px 0px;
  }
  
  div#phone {
      width: 23%;
  }
  
  div#address {
      width: 43%;
  }
  
  div#opening {
      width: 33.3%;
  }
  
  .footer-block .footer-block-item {
      width: 65%;
      position: relative;
      z-index: 2;
  }
  
  .footer-block .footer-block-item#middle {
      width: 30%;
  }
  
  .footer-block .footer-block-item#middle li {
      float: left;
      width: 50%;
      padding: 5px 0px;
      list-style-type: none;
  }
  
.footer-block .footer-block-item#middle li a {
    color: white;
    list-style-type: none;
    position: relative;
    font-weight: 300;
    transition: all .33s ease;
    font-size: 14px;
}
  
  #footer-logo {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .footer-block-icons {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    --lord-icon-primary: white;
    --lord-icon-secondary: white;
  }

  .footer-block .footer-block-item#middle li a::before {
      content: "\f054";
      position: absolute;
      top: 50%;
      transform:
          translateY(-50%);
      -webkit-transform:
          translateY(-50%);
      left: -20px;
      color: #37a9a8;
      font-size: 8px;
      font-family: fontawesome;
  }
  
  .footer-block .footer-block-item#middle li:hover a {
      letter-spacing: 1px;
  }
  
  .footer-block .footer-block-item:last-of-type {
      margin-right: 0;
  }
  
  .footer-block .footer-block-item p {
      color: white;
      margin-bottom: 20px;
      line-height: 28px;
      font-size: 18px;
  }

  #footer-times p {
    color: #aaa;
  }

  .footer-block ul {
      width: 100%;
      padding-left: 20px;
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
  }
  
  .footer-block .footer-block-item p.subtitle{
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
    color: white !important;
  }

  /* == == FOOTER BLOCK END == ==*/

/* == == == MWM FOOTER == == == */
#footer {
    box-sizing: border-box;
    position: relative;
    background: #333;
    clear: both;
}

#footer > .row-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
}

#footer-multi-web {
    text-align: center;
    color: white;
}

#footer-multi-web p {
    font-size: 13px !important;
    padding-bottom: 0px;
    margin-top: 0px;
    z-index: 20;
    position: relative;
    margin-bottom: 10px;
}

#footer-multi-web p:last-of-type {
    margin-bottom: 0px;
}

#footer a {
    color: white;
    font-family: 'Poppins';
}

span#footer-highlight {
    position: relative;
    font-weight: bold;
    z-index: -4;
    text-shadow: 0px 0px 2px black;
}

span#footer-highlight::before {
    content: "";
    background: url(/wp-content/uploads/2021/01/multiwebmarketing-facebook-globe-small.png) no-repeat 50% 50% / contain;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 70px;
    z-index: -1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.privacy-site.moduletable {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: right;
}

.date-sitename {
    font-size: 16px;
    margin: 0px;
}

#footer .row-container > p, .privacy-site.moduletable {
    width: 30%;
    color: white;
}

#footer .privacy-text, #footer .socials {
    float: right;
}

#footer .privacy-text {
    font-size: 14px;
    line-height: 14px;
    display: flex;
    width: 30%;
    gap: 10px;
    color: #ccc;
    align-items: center;
    justify-content: right;
}

#footer .socials a {
    display: block;
    float: left;
}

#footer .socials i {
    font-size: 40px;
    margin-left: 15px;
}

#footer i.fa-brands.fa-facebook-f {
    font-size: 36px;
}

/* == == == == MWM FOOTER END == == == == */
section.error-404.not-found {
    padding: 100px 0px;
}

/*== == Contact Page == ==*/
.contact-fold2-wrapper {
    clear: both;
    position: relative;
    background: whitesmoke;
}

.contact-section-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 100;
}

.contact-section-left > div {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.form-button {
    display: flex;
    justify-content: right;
    align-items: center;
}

.contact-section {
    display: flex;
    gap: 40px;
    justify-content: space-evenly;
    align-items: flex-start;
    padding: 80px 0px;
}

.address-wrap {
    width: 30%;
}

.contact-card {
    width: 55%;
}

.address-wrap ul li {
    list-style-type: none;
}

.address-wrap h1, h3.contact-title {
    font-size: 37px;
    color: var(--color1);
    margin-bottom: 20px;
}

.address-wrap ul {
    box-sizing: border-box;
    margin: 20px 0px;
    position: relative;
    padding-left: 50px;
}

.address-wrap ul::before {
    content: "\f041";
    font-family: 'fontawesome';
    left: 10px;
    position: absolute;
    top: 0px;
    color: #bd1819;
    font-size: 30px;
}

.address-wrap ul.phone::before {
    content: "\f095";
    top: 10px !important;
    line-height: 0px !important;
}

.address-wrap ul.email::before {
    content: "\f0e0";
    top: -5px;
}

.form-half {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0px;
}

.form-enquire textarea {
    width: 100%;
    padding: 8px;
    font-family: sans-serif;
    box-sizing: border-box;
}

.contact-card label input {
    padding: 8px;
}

.contact-card label, .contact-card label input {
    width: 100% !important;
    display: block;
    box-sizing: border-box;
    font-family: sans-serif;
}

.contact-card .wpcf7-form {
    width: 100%;
}

.form-enquire textarea {
    box-shadow: 0px 0px 5px -1px #000;
}

.form-half > div {
    width: calc((100% / 3) - 15px);
    box-shadow: 0px 0px 5px -1px #000;
}

.popup-form-wrapper input, .popup-form-wrapper textarea, .sgpb-gdpr-info, .sgpb-gdpr-label-wrapper, .popup-form-wrapper select, .wpcf7 .form-field textarea {
    width: 100% !important;
    background: white;
    border-radius: 0px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0px 0px 3px -1px #000;
    display: block;
    font-size: 14px;
    letter-spacing:0px;
    margin: 0;
    max-width: 100%;
    padding: 5px 10px;
    width: 100%;
    box-sizing: border-box;
    border: solid 2px #ccc;
    box-sizing: border-box;
    font-family:'Poppins';
}

.pweb-title .subtext {
    margin: 0px;
}

.pweb-title {
    text-align: center;
    background: var(--blue);
    color: white;
    margin-top: -1px;
    margin-bottom: 20px;
}

.contact-card input.wpcf7-form-control.wpcf7-submit {
    margin-top: 0px;
}

.contact-card .sub-btn {
    float: right;
}

.contact-card input.wpcf7-form-control.wpcf7-submit {
    margin: 0px;
    padding: 10px 30px;
    text-align: center;
    box-sizing: border-box !important;
    font-size: 16px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: var(--primary);
    color: white;
    font-weight: 400;
    border: solid 1px  black;
    text-shadow: none;
    cursor: pointer;
    margin: 10px 0px;
}

/*== == Contact Page END == ==*/
/*== == == CONTACT FORM == == ==*/
body {
    position: relative;
}

.popup-confirmation {
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 5000;
    background: rgba(0,0,0,0.3);
    transition: 
        all .25s ease .25s;
}

.popup-form-wrapper input.wpcf7-submit {
    background: var(--primary);
    border: 4px solid whitesmoke;
}

.popup-confirmation.popup-open {
    opacity: 1;
    pointer-events: all;
    transition: 
        all .25s ease 0s;
}

.popup-confirmation-inner {
    position: absolute;
    top: 150%;
    left: 50%;
    width: 100%;
    max-width: 500px;
    background: #03be68;
    transform: 
        translate(-50%, -50%);
    -webkit-transform: 
        translate(-50%, -50%);
    padding: 60px 20px;
    text-align: center;
    color: white;
    border-radius: 25px;
    transition: 
        all .25s ease 0s;
}

.popup-confirmation.popup-open .popup-confirmation-inner {
    top: 50%;
    transition:
        all .25s ease .25s;
}

p.popup-small {
    font-size: 18px;
    line-height: 24px;
    max-width: 400px;
    margin: 20px auto;
}

p.popup-large {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin: 20px 0px;
}

.popup-confirmation-icon i {
    font-size: 250px;
}

a.popup-readmore {
    font-weight: 100;
    color: white;
    font-size: 24px;
    border: solid 2px white;
    padding: 5px 10px;
    border-radius: 25px;
    width: 150px;
    display: block;
    margin: 0px auto;
    transition:
        all .33s ease;
    cursor: pointer;
}

a.popup-readmore:hover {
    background: white;
    color: #03be68;
}

.wpcf7-response-output {
    display: none !important;
}

.wpcf7-form p:last-of-type {
    margin-bottom: 0;
}

#sgpb-popup-dialog-main-div input, #sgpb-popup-dialog-main-div textarea, .sgpb-gdpr-info, .sgpb-gdpr-label-wrapper {
    width: 100% !important;
    background: whitesmoke;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    display: block;
    font-size: 18px;
    letter-spacing: -0.015em;
    margin: 0;
    max-width: 100%;
    padding: 10px 15px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 15px;
    border: solid 2px #ccc;
    box-sizing: border-box;
}

.contact-form-fields {
    padding: 0px 20px 20px;
    border-radius: 20px;
}

.sgpb-main-html-content-wrapper > p {
    margin: 0px !important;
}

.form-field {
    margin-bottom: 10px;
    flex: 0 0 100%;
}

.form-field.half {
    flex: 0 0 calc(50% - 5px);
}

.contact-form-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

p.privacy-details {
    font-size: 14px;
    line-height: 18px;
    margin: 0px;
}

p.privacy-details a {
    font-size: 14px;
    line-height: 18px;
}

#sgpb-popup-dialog-main-div h3 {
    font-weight: 600;
    text-align: center;
    margin: 0px auto 30px;
    font-size: 32px;
    line-height: 40px;
    color: white;
    padding: 25px 0px 30px;
    background: #bd1819;
}

#sgpb-popup-dialog-main-div h3 span {
    color: white;
    display: block;
    font-weight: 300;
}

.sgpb-theme-1-content {
    box-shadow: none !important;
    border-radius: 10px !important;
    padding: 0px 0px !important;
    box-sizing: border-box !important;
    border: solid 5px #bd1819 !important;
}

.sgpb-popup-dialog-main-div-theme-wrapper-1 {
    border: solid 0px #bd1819;
    border-radius: 0px;
}

.sgpb-popup-dialog-main-div-theme-wrapper-1::before {
    width: 50px;
    height: 50px;
    background: #bd1819;
    content: 'x';
    color: white;
    text-align: center;
    top: 0px;
    position: absolute;
    right: 0px;
    -webkit-transform:
        translate(50%, -50%);
    transform:
        translate(50%, -50%);
    z-index: 1000000;
    line-height: 45px;
    font-size: 30px;
    box-shadow: 0px 0px 10px 0px black !important;
    border-radius: 50%;
    pointer-events: none;
}

#sgpb-popup-dialog-main-div textarea {
    max-height: 150px;
}

.contact-form-wrapper ~ p:nth-of-type(0n+1) {
    margin: 0px;
}

.sgpb-popup-close-button-1 {
    bottom: unset !important;
    top: 0 !important;
    right: 0 !important;
    width: 20px !important;
    height: 20px !important;
    -webkit-transform:
        translate(50%, -50%);
    transform:
        translate(50%, -50%);
}

.sgpb-popup-close-button-1:hover {
    opacity: 0;
}

form.wpcf7-form > p {
    margin: 0px;
}

#sgpb-popup-dialog-main-div input.wpcf7-submit {
    padding: 10px 20px;
    text-align: center;
    box-sizing: border-box !important;
    color: white;
    font-size: 24px;
    text-transform: capitalize;
    -webkit-transition: 
        all 0.5s ease;
    transition:
        all 0.5s ease;
    background: #bd1819 !important;
    font-weight: 400;
    border: solid 1px #bd1819 !important;
    box-shadow: none !important;
    text-shadow: none;
    margin-top: 20px;
    cursor: pointer;
    -webkit-appearance: inherit;
    font-family: 'Poppins';
    text-align: left;
}

.wpcf7 form.sent .wpcf7-response-output {
    margin-top: 0 !important;
}

.wpcf7 textarea {
    width: 100%;
    height: 150px;
}

.contact-card label {
    font-size: 18px;
}

/*== == == CONTACT FORM END == == ==*/
/*== == System Pages == ==*/
.policy-wrapper h5, .policy-wrapper h6 {
    font-size: 22px;
}

section.error-404.not-found {
    padding: 100px 0px;
}

/*== == System Pages END == ==*/









/** REVIEWS FOLD START **/

.reviews-fold::before {
    content: '';
    background: rgba(26, 50, 105, 0.7686274509803922);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.reviews-fold p {
    color: white !important;
}

.reviews-fold-title > .subtitle {
    font-weight: 600;
}

.reviews-fold-list p {
    font-size: 15px;
}

.reviews-fold > picture img {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
}

.reviews-fold {
    position: relative;
}

.reviews-fold-main {
    padding: 60px 0px;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.reviews-fold-list {
    margin-top: 60px;
    width: 100%;
}

.reviews-fold-item-img {
    border-radius: 50%;
    background: white;
}

.reviews-fold-item-img > picture img {
    border-radius: 50%;
}

.reviews-fold-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
}

.reviews-fold-item-content p:first-child, .reviews-fold-item-content p:last-child {
    font-size: 18px;
}

/** REVIEWS FOLD END **/







/** VIRTUAL TOUR START **/

.virtual-tour {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

.virtual-tour-main {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}

.virtual-tour-button {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 15px 0px 20px;
    justify-content: center;
    animation: virtual-tour-fade 3s infinite;
    width: 100%;
    cursor: pointer;
}

@keyframes virtual-tour-fade {
    0% {
        background: var(--primary);
    }
    50% {
        background: #ccc
    }
    100% {
        background: var(--primary);
    }
}

.virtual-tour-button > p {
    margin: 0px;
    font-size: 20px;
    color: white;
}

.virtual-tour-button img {
    width: 35px;
}

.virtual-tour-title {
    padding: 20px 0px;
    background: white;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.virtual-tour-title> p {
    margin: 0px;
}

.virtual-tour-title::before {
    width: 100%;
    background: var(--primary);
    top: 5px;
    position: absolute;
    content: '';
    height: 5px;
}

.virtual-tour-title::after {
    content: '';
    position: absolute;
    bottom: 5px;
    width: 100%;
    background: var(--primary);
    height: 5px;
}

.virtual-tour-spacer {
    width: 100%;
    height: 8px;
    opacity: 0.6;
}

.virtual-tour-spacer.white {
    background: #ffffff;
    height: 12px;
}

.virtual-tour-spacer.blue {
    background: var(--primary);
}

/** VIRTUAL TOUR END **/



/** FIXED PAGE BUTTONS START **/

.page-buttons {
    position: fixed;
    z-index: 1000;
    top: 25%;
    right: 0px;
    align-items: end;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

a.page-button.red {
    background: #800000;
}

a.page-button.blue {
    background: var(--primary);
}

a.page-button {
    padding: 12px 16px;
    border-radius: 10px 0px 0px 10px;
    cursor: pointer;
    width: fit-content;
    font-size: 20px;
    transition: all 300ms ease;
    color: white;
}

/** FIXED PAGE BUTTONS END **/



/** ACCORDIONS START **/

.accordions-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 10px;
}

.accordions-list-item {
    background: white;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
    text-align: left;
    transition: all 300ms ease;
}

.accordions-list-item-top.open ~ .accordions-list-item-bottom {
    opacity: 1;
    max-height: 1000px;
    pointer-events: all;
    padding: 10px 20px 20px 20px;
}

.accordions-list-item-bottom {
    opacity: 0;
    max-height: 0px;
    padding: 0px 20px;
    pointer-events: none;
    transition: all 300ms ease;
}

.accordions-list-item-top > p {
    margin: 0px;
    transition: all 300ms ease;
}

.accordions-list-item-top {
    padding: 10px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 300ms ease;
}

/** ACCORDIONS END **/












/** PRODUCTS START **/

div.product {
    display: flex;
    gap: 60px;
    padding: 60px 0px;
    align-items: center;
    justify-content: center;
  }
  
  div.product > .summary {
    display: flex;
    flex-direction: column;
    flex: 100;
  }
  
  .woocommerce-tabs.wc-tabs-wrapper {
    display: none;
  }

  div.product-item .product span {
    color: var(--primary);
    font-size: 16px;
    line-height: 26px;
  }

  div.product-item .product h1.product_title {
    color: var(--primary);
    font-size: 64px;
    font-weight: 500;
    margin: 0px;
  }

  div.product-item .product p {
    font-size: 14px;
    line-height: 22px;
  }

.woocommerce-product-gallery__trigger {
    display: none;
}
  
/** PRODUCTS END **/


/** CALCULATOR START **/

.calculator {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.calculator-top {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.calculator-top-buttons {
    display: flex;
    gap: 20px;
}

.calculator-bottom {
    display: flex;
    flex-direction: column;
    border: 3px solid var(--primary);
}

.calculator-bottom-item {
    display: flex;
    justify-content: space-between;
    padding: 6px 12px;
}

.calculator-bottom-item p {
    margin: 0px;
}

.calculator-bottom-item:nth-child(2n) {
    background: rgba(26,50,105,0.2);
}

.calculator-top-item-title {
    display: flex;
    flex-direction: column;
}

.calculator-top-item {
    display: flex;
    justify-content: space-between;
}

.calculator-top-item-title > p {
    font-size: 20px;
    color: var(--primary);
    font-weight: 600;
}

.calculator-top-buttons > a.readmore {
    margin: 0px;
}

/** CALCULATOR END **/













/** PRIVACY POLICY PAGE START **/

.privacy-policy-page {
    padding: 60px 0px;
    background: white;
}

.privacy-policy-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.privacy-policy-block {
    display: flex;
    gap: 20px;
}

.privacy-policy-left, .privacy-policy-right {
    width: calc((100% / 2) - 10px);
}

/** PRIVACY POLICY PAGE END **/



.accordions-list-item-top::after {
    content: '+';
    font-weight: 600;
    font-size: 20px;
    color: var(--primary);
    transition: all 300ms ease;
}

.accordions-list-item-top.open::after {
    content: '-';
}

picture img.years-fixed, picture.years-fixed img {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 120px;
    background: #fff;
    padding: 10px;
    border: 3px solid var(--primary);
    border-radius: 10px;
    z-index: 10;
}

#popup-virtual-tour-popup {
    flex-direction: column;
    padding: 20px;
    align-items: center;
    justify-content: center;
}

#popup-virtual-tour-popup > iframe {
    width: 100%;
}

#popup-virtual-tour-popup > p {
    padding: 0px 0px 10px;
    font-size: 28px;
}

.header-contact-socials > a:hover {
    background: var(--primary);
}

.header-contact-socials > a:hover > i {
    color: #fff;
}

ul#primary-menu > li.menu-item {
    height: 72px;
    box-sizing: border-box;
}

li.menu-item> ul.sub-menu .sub-menu {
    max-height: 0px;
}

ul#primary-menu > li.menu-list ul.sub-menu li.active .sub-menu {
    max-height: 500px;
}

li.menu-item> ul.sub-menu .sub-menu li {
    width: 100% !important;
}


ul#primary-menu > li.menu-list ul.sub-menu a {
  color: #fff;
  width: 100%;
  padding: 8px 10px;
  box-sizing: border-box;
  transition: all 500ms ease;
}
ul#primary-menu > li.menu-list ul.sub-menu .sub-menu {
  display: flex;
  flex-direction: column;
  transition: all 500ms ease;
  padding: 0px;
  opacity: 0;
}
ul#primary-menu > li.menu-list .menu-col > li {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #cccccc20;
  transition: all 500ms ease;
}
ul#primary-menu > li.menu-list ul.sub-menu .menu-col {
  flex: 100;
  padding: 0px;
}
ul#primary-menu > li.menu-list .menu-col > li a::before {
  content: '+';
  position: absolute;
  right: 10px;
  font-weight: 600;
}
ul#primary-menu > li.menu-list .menu-col > li:hover a {
  background: #fff;
  padding-left: 20px;
}
ul#primary-menu > li.menu-list .menu-col > li:hover a {
  color: #000;
}
ul#primary-menu > li.menu-list .menu-col > li.custom-menu-item {
  background: #fff;
}
ul#primary-menu > li.menu-list .menu-col > li.custom-menu-item a::before {
  color: #000 !important;
}
ul#primary-menu > li.menu-list .menu-col > li.custom-menu-item a {
  color: #000;
}

ul#primary-menu > li.menu-list .menu-col > li::before {
  display: none;
}
ul#primary-menu > li.menu-list ul.sub-menu .sub-menu a {
  background: unset;
  color: #ccc;
  padding-left: 40px;
  padding: 2px 40px;
  transition: all 500ms ease;
  font-size: 14px;
  line-height: 22px;
}
ul#primary-menu > li.menu-list ul.sub-menu .sub-menu li {
  border: 0px;
}
ul#primary-menu > li.menu-list ul.sub-menu .sub-menu a::before {
  content: '\f054';
  font-family: 'Font Awesome 5 Pro';
  font-size: 12px;
  left: 20px;
  right: unset;
}
ul#primary-menu > li.menu-list ul.sub-menu .sub-menu a:hover {
  color: #fff;
}
ul#primary-menu > li.menu-list ul.sub-menu li.active .sub-menu {
  max-height: 500px;
	opacity: 1;
}

ul#primary-menu > li.menu-list ul.sub-menu li .sub-menu {
  width: 100%;
  position: relative;
}

.footer-block-socials-item > .readmore:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.footer-block-socials-item.icons > a:hover {
    background: #ffffff40;
}

.footer-block-socials-item.icons > a:hover i {
    color: #fff;
}

a.page-button:hover {
    opacity: .6;
}

.reviews-fold li {
    opacity: 0;
    transition: all 750ms ease 300ms;
}

.reviews-fold li.is-active {
    opacity: 1;
}

div#ebook-fold .ebook-form input.wpcf7-text::placeholder {
    font-size: 14px;
}

.footer-block ul > li > a:hover {
    opacity: .6;
}

.accordions-list-item-top:hover {
    background: var(--primary);
}

.accordions-list-item-top:hover p, .accordions-list-item-top:hover::after {
    color: #fff;
}

ul#primary-menu > li.menu-list.brands ul.sub-menu a::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    left: 10px;
    font-size: 14px;
}

ul#primary-menu > li.menu-list.brands ul.sub-menu a {
    padding-left: 30px;
}