/* ---------------------------------------- MultiWebMarketing Style ---------------------------------------- */
video {
    width: 100%;
}
.content-fold-c-img * {
    width: 100%;
    height: 100%;
}
/*== == Generic == == */
.fold-1-content-inner a {
    color: white;
    font-weight: bold;
}

body {
  margin: 0px;
  font-family: "Poppins", sans-serif;
}

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

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

.title {
  display: block;
  font-size: 44px;
  line-height: 58px;
}

.subtitle {
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 48px;
}

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

.policy-wrapper :is(h5, h6) {
    font-size: 24px;
    line-height: 32px;
}

p {
  font-size: 18px;
  line-height: 28px;
  margin: 0px 0px 10px 0px;
}

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

a {
  text-decoration: none !important;
}

.readmore {
  display: block;
  width: 160px;
  padding: 10px 10px;
  background: #426699;
  color: white;
  box-sizing: border-box;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 2px;
  border: 0px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 300ms ease;
}
.readmore:hover {
  opacity: .6;
}

.audiabant-page .readmore {
    width: 210px;
}

.video-link {
    position: absolute;
    font-size: 152px;
    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.video-link i {
    background: black;
    border-radius: 50%;
    transition: all 500ms ease;
}

.video-link:hover i {
    opacity: 0.7;
    transform: scale(0.95);
}

.video-popup {
    display: flex;
    max-width: 1000px;
    max-height: 500px;
    width: 100%;
}

.grecaptcha-badge {
    visibility: hidden;
}

.dgwt-wcas-search-icon svg {
    transform: scale(1.3);
}

.chat-icon {
	cursor:pointer;
	position: fixed;
	width: 160px;
	height: 60px;
	z-index: 40;
	bottom: 30px;
	right: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 25px;
	border-radius: 50px;
	animation-name: whatsapp;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
	transition: 
		all 300ms ease;
}
.chat-icon img {
    width: 160px;
    height: 60px;
}

.chat-icon:hover a {
    transform: 
        scale(1.05);
    filter:
        drop-shadow(2px 4px 4px black);
}

.chat-icon * {
    transition:
        all 300ms ease;
}

.logo-item img {
    max-height: 100px;
    object-fit: contain;
    width: 100%;
    transform: scale(0.9);
}

.logo-slider {
    padding: 0px;
}

.logo-container {
    padding: 45px 0px;
    text-align: center;
}

.logo-container .fold6-header {
    padding: 0px 0px 50px;
}

/* == == Generic END == == */
/* == == HEADER == == */
div.logo {
  float: none;
  width: 350px;
	margin: 0 auto;
}

.search-wrapper {
  display: flex;
}
.nav-icons a.phone {
    font-size: 22px;
}
.nav-icons {
  display: flex;
  align-items: center;
}

#page {
  overflow: hidden;
}

#masthead {
  padding: 0px 0px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 300ms ease;
  background: none;
}

:is(#left-menu, #right-menu) li {
    position: relative;
}

header#masthead.navbar-fixed-top {
  background: #426699;
  top: 0px;
}

.site-wide-banner {
    background: #24354d;
    color: white;
	pointer-events:all;
}

.navbar-fixed-top .site-wide-banner{
	pointer-events:none;
}

.site-wide-banner-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    padding: 15px 0px;
    justify-content: space-between;
}

.site-wide-banner-readmore .readmore {
    margin: 0px;
    font-size: 24px;
    width: 230px;
    padding: 9px 0px;
}

.site-wide-banner-content p {
    margin: 0px;
    font-size: 24px;
    line-height: 1;
}

.site-wide-banner-content p span {
    font-weight: 700;
    border: solid 2px white;
    padding: 5px;
    display: inline-block;
    margin-right: 10px;
}

#masthead > .row-container {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  position: relative;
  justify-content: center;
  padding: 30px 20px;
  transition: all 500ms ease;
}

#masthead > .row-container .menu {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  gap: 30px;
  padding: 0;
  margin: 0;
}

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

#masthead #site-navigation {
  max-width: 767px;
  margin-right: 0px;
  margin-left: auto;
}

/* div.logo {
    width: 350px !important;
    display: flex;
    align-items: flex-end;
}

.logo img {
    object-fit: contain;
    height: 51px !important;
} */

ul.sub-menu {
    pointer-events: none;
}

#masthead .row-container ul.sub-menu li a:hover {
    opacity: .6;
}

#masthead .row-container .menu ul {
  display: flex;
  list-style: none;
}

#masthead .row-container .menu li a {
  color: white;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}

.nav-icons {
  position: absolute;
  top: 7px;
  right: 30px;
  gap: 20px;
  transition: all 500ms ease;
}

#masthead.navbar-fixed-top > .row-container {
    padding: 20px 20px;
}

.navbar-fixed-top .nav-icons {
    top: 3px;
}

.nav-icons a {
  color: white;
  font-size: 28px;
}

.menu-menu-1-container,
.menu-menu-2-container {
  position: relative;
  flex: 1;
}

.menu-menu-2-container ul.sub-menu {
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0;
  transition: all 0.5s ease;
  background: #426699;
  list-style: none;
  padding: 20px;
  border: solid 2px white;
  display: flex;
}

.menu-menu-1-container li#menu-item-891 ul.sub-menu li .sub-menu {
  position: relative;
  opacity: 1;
  display: flex;
  flex-direction: column;
  border: none;
  gap: 10px;
  padding: 10px 0 0 0;
  background: none;
}

.menu-menu-1-container li#menu-item-891 ul.sub-menu li .sub-menu a {
  font-size: 16px !important;
}

.sub-menu .menu-item {
  width: 100%;
  height: 100%;
  display: flex;
}

.menu-menu-1-container ul.sub-menu {
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0;
  transition: all 0.5s ease;
  background: #426699;
  list-style: none;
  padding: 20px;
  border: solid 2px white;
  display: flex;
  flex-wrap: wrap;
  width: 400px;
  gap: 12.5px;
}

li.menu-item:hover > 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: #333;
  width: fit-content;
  margin-right: 0px;
  margin-left: auto;
}

ul#primary-menu {
  justify-content: space-between;
  display: flex;
  list-style-type: none;
  padding: 0px;
}

ul#primary-menu li.menu-item {
  position: relative;
}

ul#primary-menu > li > a {
  color: #333;
  font-size: 24px;
  line-height: 24px;
}

ul#primary-menu > li.current-menu-item > a {
  font-weight: 600;
}

#masthead .row-container ul.sub-menu li a::before, #masthead .row-container ul.sub-menu li a::after {
    content: '\f111';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 800;
    font-size: 10px;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    left: 0px;
}

#masthead .row-container ul.sub-menu li a {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 20px;
    transition: all 500ms ease;
}

#masthead .row-container li.menu-item ul.sub-menu li#menu-item-1212 a {
}

:is(li#menu-item-892, li#menu-item-893, li#menu-item-1324) {
    flex-direction: column;
    flex: 0 0 45%;
    width: 45%;
}

#masthead :is(li#menu-item-897, li#menu-item-898) > a::before {
    display: none;
}

#masthead :is(li#menu-item-892, li#menu-item-893, li#menu-item-1324) > a::after {
    display: none;
}

#masthead :is(li#menu-item-892, li#menu-item-893, li#menu-item-1324) > a {
    border-bottom: solid 2px white;
    width: fit-content;
      pointer-events: none;
}


#masthead :is(li#menu-item-892, li#menu-item-893, li#menu-item-1324) > a::before {
    display: none;
}


#masthead :is(li#menu-item-892, li#menu-item-893, li#menu-item-1324) > a {
    padding: 0px;
}

li#menu-item-891 > ul.sub-menu {
    width: 580px;
}

li#menu-item-415 {
    flex: 0 0 50%;
}

li#menu-item-124 ul.sub-menu li {
    flex: 0 0 45%;
}

li#menu-item-124 ul.sub-menu {
    width: 530px;
}

li#menu-item-124 ul.sub-menu li:nth-of-type(2n) {
    flex: 1 0 50%;
}

#menu-item-123 ul.sub-menu {
    width: 220px;
}

.flex-title {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

/*== == F1 BANNER == ==*/


.cs-header {
  background: linear-gradient(
      0deg,
      rgba(66, 102, 154, 0.8),
      rgba(66, 102, 154, 0.8)
    ),
    url(/wp-content/uploads/2023/05/homepage-digital-clock.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: white;
  text-transform: uppercase;
  padding: 150px 0;
  padding-top: 200px;
}

.cs-header .title {
  font-weight: 400;
}

  /*== == F1 BANNER END == ==*/

.footer-block .footer-block-item:last-of-type::before {
    content: '';
    background-image: url('/wp-content/uploads/2023/07/edfirst.jpg');
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 190px;
    width: 190px;
    height: 50px;
    border: solid 1px white;
}


.floating-bottom-footer .floating-bottom-footer-wrapper {
    background: #496893;
    color: white;
    transform: scale(0);
    transition: all 500ms ease;
    border: solid 2px white;
    max-width: 260px;
    margin-left: auto;
}

.floating-bottom-footer-title-readmore {width: 100%;}

.floating-bottom-footer {
    position: fixed;
    bottom: 10px;
    right: 20px;
    transform: translatex(0%);
    width: fit-content;
    z-index: 999;
    pointer-events: none;
}

.floating-bottom-footer.show {
    pointer-events: all;
}

.floating-bottom-footer .floating-bottom-footer-wrapper p {
    margin: 0px;
    font-size: 24px;
    line-height: 32px;
    padding: 20px 20px;
    text-align: center;
    text-transform: uppercase;
}

.floating-bottom-footer-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.floating-bottom-footer-title-readmore .readmore {
    margin: 0px;
    width: 250px;
    background: black;
}

.floating-bottom-footer.show .floating-bottom-footer-wrapper {
    transform: scale(1);
}

.floating-bottom-footer-title {
    flex-direction: column;
}

.floating-bottom-footer-title-readmore .readmore {
    width: 100%;
}

.dgwt-wcas-search-icon svg {
    transform: scale(1.3);
}
a.footer-phone {
    color: #fff;
}
.chat-icon {
	cursor:pointer;
	position: fixed;
	width: 160px;
	height: 60px;
	z-index: 40;
	bottom: 30px;
	right: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 25px;
	border-radius: 50px;
	animation-name: whatsapp;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
	transition: 
		all 300ms ease;
}
.chat-icon img {
    width: 160px;
    height: 60px;
}

.chat-icon:hover a {
    transform: 
        scale(1.05);
    filter:
        drop-shadow(2px 4px 4px black);
}

.chat-icon * {
    transition:
        all 300ms ease;
}

/* == == HEADER END == == */


/*== == BASKET == ==*/

.xoo-wsc-icon-basket1::before {
    content: '\f004';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 700;
    color: white;
}

.xoo-wsc-pprice {
    display: none;
}

span.woocommerce-Price-amount.amount {
    display: none;
}

.xoo-wsc-items-count, .xoo-wsc-sc-count {
    font-family: 'Poppins';
}

.xoo-wsc-container {
    font-family: 'Poppins';
}

.xoo-wsc-ft-buttons-cont {
    flex-direction: column;
    display: flex;
}

.xoo-wsc-container .xoo-wsc-ft-buttons-cont a {
    background: #426699;
    color: white;
    padding: 10px;
}

.xoo-wsc-container a {
    font-weight: 700;
    color: #426699;
}

.xoo-wsc-ft-totals {
    display: none;
}

.xoo-wsc-ftx-row.xoo-wsc-ftx-coupon {
    display: none;
}

.xoo-wsc-basket {
    background: #426699;
    bottom: 140px;
    right: 15px;
}

.xoo-wsc-icon-bag2::before {
    content: '\f004';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    color: var(--emerald);
}

span.xoo-wscb-count {
    display: none;
}

.xoo-wsc-notice-container {
    visibility: hidden;
    opacity: 0;
}

.xoo-wsc-container .xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn-checkout {
    display: none;
}
    /*== == BASKET END == ==*/

/*== eBook Form ==*/
.ebook-image {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.ebook-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

#ebook-fold .ebook-form-text .title ~ p {
  margin-bottom: 10px;
}

input.readmore {
  margin: 0px;
}

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

.whitesmoke-ebook #ebook-fold {
	background: whitesmoke;
}

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

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

div#ebook-fold .ebook-form .ebook-form-fields {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

div#ebook-fold {
  padding: 200px 0px;
  width: 100%;
  overflow: hidden;
  background: white;
  position: relative;
  z-index: 6;
}

.ebook-form-fields p {
  display: flex;
  gap: 20px;
}

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

.ebook-form-text .title {
  font-size: 44px;
  text-transform: uppercase;
  line-height: 44px;
}

.ebook-form-text span {
  display: block;
  font-weight: 500;
}

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


.ebook-flip div#ebook-fold .ebook-image {
  right: 0px;
  left: unset;
}

.ebook-flip div#ebook-fold .ebook-fold-inner {
  flex-direction: row;
}

.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: #426699;
  font-weight: bold;
}

.privacy-text p {
  font-size: 16px;
}

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

/*== eBook Form END ==*/
/* == == FOOTER BLOCK == == */
.footer-block {
  padding: 30px 0;
  position: relative;
  background: #426699;
  width: 100%;
  clear: both;
}

.footer-block .row-container {
  display: flex;
  align-items: flex-start;
}

div#phone {
  width: 23%;
}

div#address {
  width: 43%;
}

div#opening {
  width: 33.3%;
}

.footer-block .footer-block-item {
  width: 30%;
  margin-right: 5%;
  position: relative;
  z-index: 2;
}

.footer-block .footer-block-item#middle {
  width: 55%;
  margin-right: 10%;
}

.footer-block .footer-block-item h5 {
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 400;
}

.footer-block-item h6 {
  font-size: 24px;
  color: white;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 15px;
}

.footer-block .footer-block-item#middle li {
  float: left;
  width: 50%;
  padding: 8.2px 0px;
  font-size: 20px;
  list-style-type: none;
}

.footer-block .footer-block-item#middle li a {
  color: #fff;
  list-style-type: none;
  position: relative;
  transition: all 0.33s ease;
}

.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: white;
  font-size: 12px;
  font-family: fontawesome;
}

.footer-block .footer-block-item#middle li:hover a {
  letter-spacing: 1px;
  color: #fff;
}

.footer-block .footer-block-item:last-of-type {
  margin-right: 0;
}

.footer-block .footer-block-item h5 {
  font-size: 36px;
  line-height: 36px;
  color: white;
  margin-bottom: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
}

.footer-block .footer-block-item p {
  color: #eee;
  margin-bottom: 0px;
  line-height: 28px;
}

.footer-block .readmore {
  background: white;
  color: #426699 !important;
  font-weight: 600;
}

.footer-block ul {
  margin: 0 0 1.5em 0em;
  float: left;
  width: 100%;
  padding-left: 20px;
}

/* == == FOOTER BLOCK END == ==*/
/* == == == MWM FOOTER == == == */
#footer {
  padding: 30px 0;
  box-sizing: border-box;
  position: relative;
  background: #080808;
  clear: both;
}

#footer > .row-container {
  position: relative;
}

#footer-multi-web {
  float: none;
  text-align: center;
  margin: 0px auto;
  max-width: 350px;
}

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

#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 {
  position: absolute;
  left: 0px;
  top: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-align: left;
  margin: 0px;
  font-size: 16px;
}

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

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

#footer .privacy-text {
  position: absolute;
  left: 0px;
  top: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 14px;
  line-height: 14px;
}

#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 == == == == */

/*== == EBOOK PDF == ==*/

.ebook-page div#page {
    padding-top: 130px;
}

.ebook-page header#masthead {
    background: #507dbc;
}

	/*== == EBOOK PDF END == ==*/

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

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

.address-wrap {
  width: 30%;
}

.address-wrap a {
    color: #426699;
    font-weight: 700;
    transition: all 500ms ease;
}

.address-wrap a:hover {
    opacity: .6;
}

.contact-card {
  width: 65%;
}

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

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

.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: #426699;
  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-name,
.form-email {
  width: 49%;
  margin-bottom: 0px;
  float: left;
  line-height: 0;
}

.form-name {
  margin-right: 2%;
}

.form-phone {
  width: 100%;
  margin-bottom: 10px;
  float: left;
  line-height: 0;
}

.form-name input.wpcf7-form-control.wpcf7-text,
.form-email input.wpcf7-form-control.wpcf7-text,
.form-phone input.wpcf7-form-control.wpcf7-text,
.wpcf7 textarea {
  width: 100%;
  padding: 10px;
  border-style: solid;
  border-color: #426699;
  border-width: 2px;
  font-size: 18px;
  box-sizing: border-box;
  margin-top: 0px;
  background: white;
}

.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-top: 0px;
  padding: 15px 30px;
  text-align: center;
  box-sizing: border-box !important;
  font-size: 17px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #426699;
  color: white;
  font-weight: 400;
  border: none;
  box-shadow: none !important;
  text-shadow: none;
  cursor: pointer;
  -webkit-appearance: inherit;
  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 0.25s ease 0.25s;
}

.popup-confirmation.popup-open {
  opacity: 1;
  pointer-events: all;
  transition: all 0.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 0.25s ease 0s;
}

.popup-confirmation.popup-open .popup-confirmation-inner {
  top: 50%;
  transition: all 0.25s ease 0.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 0.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-family: "Poppins", sans-serif !important;
  font-size: 18px;
  letter-spacing: -0.015em;
  margin: 0;
  max-width: 100%;
  padding: 10px 15px;
  width: 100%;
  box-sizing: border-box;
  border: solid 2px #426699;
  box-sizing: border-box;
  font-family: inhrerit;
}

.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: 300;
  text-align: center;
  margin: 0px auto 30px;
  font-size: 32px;
  line-height: 40px;
  color: white;
  padding: 25px 0px 30px;
  background: #426699;
  text-transform: uppercase;
}

.pweb-title .subtitle br {
    display: none;
}

#sgpb-popup-dialog-main-div h3 span {
    font-size: 20px;
    line-height: 24px;
}

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

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

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

.sgpb-popup-dialog-main-div-theme-wrapper-1::before {
  width: 50px;
  height: 50px;
  background: #426699;
  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;
  pointer-events: none;
  border-radius: 50%;
}

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

.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;
  padding: 5px;
}

.privacy-details {
  padding-bottom: 20px;
}

#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: #426699 !important;
  font-weight: 400;
  border: solid 1px #426699 !important;
  box-shadow: none !important;
  text-shadow: none;
  margin-top: 20px;
  cursor: pointer;
  -webkit-appearance: inherit;
  font-family: "Poppins" !important;
  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 == == ==*/