/* ---------------------------------------- MultiWebMarketing Style! ---------------------------------------- */
.contact-banner {
    background: var(--color1);
    padding: 5px;
    clear: both;
}

.contact-banner p {
    color: white;
    text-align: center;
    margin: 0;
    font-size: 20px;
    line-height: 28px;
}
/* == == HEADER == == */
#primary {
    padding-top: 168px;
}

.policy-wrapper{
	padding: 70px 0px;
}


a.logo{
	float: none;
	width: 300px;
	display: block;
	transition: all .3s ease;
}

a.logo *{
    object-fit: contain;
    display: block;
    max-width: unset;
    width: 300px;
    transition: all .3s ease;
}

img.custom-logo {
    width: 300px;
    height: auto;
    transition: all 500ms ease;
}

#page{
    overflow: hidden;
}
#masthead {
    padding: 20px 0px 10px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: white;
    transition: all .3s ease;

}

#masthead.navbar-fixed-top {
    padding: 5px 0px;
    transition: all .3s ease;
    box-shadow: 0px 0px 10px 0px #0000005c;
}

.navbar-fixed-top a.logo {
    width: 240px;
    display: block;
}

ul#primary-menu > li > a:hover {
    color: #18a71e;
}

.navbar-fixed-top ul#primary-menu > li > a {
    transition: all .3s ease;
    transform: scale(0.9);
    transform-origin: center;
}

.nav-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0px 20px;
    transition: all 300ms ease;
}

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

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

.navbar-fixed-top .nav-top {
    padding: 0px 0px 15px;
}

.navbar-fixed-top img.custom-logo {
    width: 230px;
}

.menu-right{
    width: 100%;
	position: relative;
}

ul.sub-menu{
    position: absolute;
    left: -100%;
    top: 50%;
    opacity: 0;
    transition: all .5s ease;
    pointer-events: none
}

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;
    transition: all .3s ease;
}

ul#primary-menu > li > a {
    color: #646464;
    font-size: 22px;
    line-height: 1;
    font-family: 'Oswald';
    display: block;
    transition: all .3s ease;
}

.navbar-fixed-top ul#primary-menu {
    margin: 5px 0px;
    transition: all .3s ease;
}


ul#primary-menu > li.current-menu-item > a, ul#primary-menu > li.current-menu-parent > a{
    font-weight: 600;
}
.nav-icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

a.top-phone {
    flex: 1 1 40%;
    display: block;
	    font-size: 24px;
    color: #87b71b;
    font-weight: 600;
}

.dgwt-wcas-search-wrapp {
    width: auto !important;
}

.dgwt-wcas-search-icon path {
    fill: #646464;
}

.nav-icons i {
	color: #646464;
}

.nav-icons a {
    color: var(--color1);
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
    transition: all .3s ease;
    font-family: 'Oswald';
}

.nav-icons a:hover {
    transition: all .3s ease;
    color: var(--color2);
}

nav#site-navigation ul#primary-menu li {
    position: relative;
}

nav#site-navigation ul.sub-menu {
    width: calc(100% + 225px);
    list-style: none;
}

nav#site-navigation ul.sub-menu li a {
    text-align: center;
    background: #0b304dc9;
    padding: 7.5px;
    display: block;
    border-style: solid;
    border-width: 2px;
    border-color: var(--color1);
    font-weight: 400;
    color: var(--color1);
    border-bottom-style: none;
    font-family: 'Oswald';
    font-size: 22px;
    line-height: 1.4;
}
nav#site-navigation ul.sub-menu li:last-child a {
    border-bottom: 2px solid;
}
nav#site-navigation ul.sub-menu li:last-child a:hover {
    border-color: var(--color1);
}

nav#site-navigation ul.sub-menu li a:hover {
    background: #008300ab;
    color: white;
    transition: all .3s ease;
}

.navbar-fixed-top nav#site-navigation ul.sub-menu {
    transform: scale(0.85);
    transform-origin: top;
    transition: all .3s ease;
}

nav#site-navigation li#menu-item-14593 ul.sub-menu {
    width: 475px;
    display: flex;
    flex-wrap: wrap;
    background: #000000ab;
    border-style: solid;
    border-color: var(--color1);
    padding: 10px 20px;
    gap: 15px;
}

linav#site-navigation #menu-item-14593 ul.sub-menu li a {
    background: none;
    border-style: none;
    padding: 0px;
    text-align: left;
}
nav#site-navigation li#menu-item-14593 ul.sub-menu li a::before {
    content: '\f111';
    font-family: 'Font Awesome 5 Pro';
    font-size: 6px;
    position: absolute;
    left: -10px;
    font-weight: 700;
}

nav#site-navigation li#menu-item-14830 {
    display: none;
}

nav#site-navigation li#menu-item-14593 ul.sub-menu li {
    flex: 1 0 45%;
}

nav#site-navigation li#menu-item-14593 ul.sub-menu li::marker {
    color: var(--color2);
    display: block;
}

/*== == Generic == == */
.green{
	color: var(--color1);
}
#page{
    overflow: hidden;
}

body {
    margin: 0;
    font-family: 'Lato';
    --color0: #333;
    --color0b: #fff;
    --color1: #82b51c;
    --color2: #18a71e;
    --color3: #0b304d;
    --color3b: #e9e9e9;
    --color4: #fff;
    font-family: 'Lato';
    --titlefont: 'Oswald';
    --titleweight: 600;
}

span.newline {
    display: block;
}

.color-1 {
    color: var(--color1) !important;
}

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

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

.title {
    display: block;
    font-size: 54px;
    line-height: 62px;
    margin: 0px;
    font-weight: var(--titleweight);
	text-transform: var(--titlestyle) !important;
	font-family: var(--titlefont);
}

.small-title{
    display: block;
    font-size: 20px;
    line-height: 24px;
    margin: 0px;
    text-transform: uppercase;
    font-weight: var(--subtitleweight);
	text-transform: var(--subtitlestyle) !important;
}

.subtitle {
    display: block;
    font-size: 40px;
    line-height: 48px;
    margin: 0px;
    font-weight: var(--subtitleweight);
	text-transform: var(--subtitlestyle) !important;
	font-family: var(--titlefont);
}

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

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

li{
    font-size: 18px;
    line-height: 28px;
}


p, li, a {
    color: var(--color0);
}

.row-container {
    margin: 0px auto;
    max-width: 1380px;
    width: 100%;
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
}

.readmore, #sgpb-popup-dialog-main-div button[type="button"] {
    display: block;
    width: 200px;
    padding: 10px 10px;
    background: #333;
    color: var(--color4);
    box-sizing: border-box;
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    border: solid 2px transparent;
    margin-top: 15px;
    transition: all .3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    font-family: 'Oswald';
    border-radius: 10px;
    border: solid 2px var(--color1);
}

.readmore.alt {
    background: transparent;
    border-color: var(--color1);
    position: relative;
    z-index: 3;
}

.readmore.alt::before {
    width: 100%;
    height: 100%;
    background: var(--color1);
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.4;
}


.readmore.alt:hover{
    border-color: var(--color2);
    background: var(--color2); ;
}

.readmore:hover {
    background: var(--color2);
}

.ui-button.readmore {
    margin-top: 0px;
    cursor: pointer;
    opacity: 0.6;
    padding: 3px;
    width: 100%;
    height: 30px;
    border: solid 2px #333;
    border-radius: 0px !important;
}

.ui-button.readmore.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.ui-button.readmore:hover {
    opacity: 1;
}

ul.services-list {
    padding-left: 20px;
}

ul.services-list li::marker {
    color: var(--color1);
}

.bold {
    font-weight: 700;
}

#primary > .fold-outer:nth-child(2) .moveup {
    display: none;
}

#primary > .fold-outer:last-child .movedown {
    display: none;
}

/*== == CASE STUDIES == ==*/


/*== == Case Study Category == ==*/

.news-fold1 {
    padding: 90px 0px 80px;
    text-align: center;
    background: url(/wp-content/uploads/2022/07/banner.jpg) no-repeat center / cover;
}

.cs-cat-title {
    font-size: 48px;
    line-height: 48px;
    color: #82b51c;
}

.all-posts-wrapper {
    padding: 70px 0px;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.all-post-item {
    flex: 0 0 calc((100% / 3) - (80px / 3));
    -webkit-box-shadow: 0px 5px 15px 5px rgba(59,59,59,0.4);
    box-shadow: 0px 5px 15px 5px rgba(59,59,59,0.4);
    background: #333;
}

.all-post-item img {
    max-height: 400px;
    object-fit: cover;
    object-position: top;
    width: 100%;
}

.all-post-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
	position: relative;
	padding: 10px 20px;
}

.all-post-bottom .readmore {
    width: 50px;
    margin: 0;
	border-radius: 10px;
}

.all-post-title p {
    margin: 0;
    font-size: 24px;
    position: relative;
    transition: all 0.3s ease;
    color: white;
}

.all-post-item:hover .readmore {
	background: var(--color2);
}

.all-post-item:hover .all-post-title p {
	color: var(--color2);
}

.case-studies-wrapper-content .title {
    color: white;
}

/*== == Case Study Category END == ==*/


/*CS Banner*/
/*Case Study section*/
.case-studies-wrapper-content {
    position: relative;
}

.case-studies-wrapper::before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: var(--color3);
    opacity: 0.9;
}
.page-template-service-template .case-studies-wrapper::before  {
    background: #333;
}
.page-template-service-template .case-studies-wrapper:has(h1)::before {
    background: var(--color3);
}

.case-studies-wrapper {
	position: relative;
}

.case-studies-wrapper p {
    color: white;
}

.case-studies-wrapper .readmore {
    margin: 30px auto 0px;
}
.case-studies-wrapper {
    padding: 70px 0px;
    text-align: center;
    background: url(/wp-content/uploads/2022/09/news-banner.jpg.webp) no-repeat center / cover;
    background-attachment: fixed;
}

.alt .case-studies-wrapper {
    background-image: url('/wp-content/uploads/2022/08/banner-alternative.jpg.webp');
}

.case-studies-wrapper a.readmore {
    width: 225px;
}

.certificate-wrapper {
    display: flex;
    justify-content: center;
    column-gap: 7.5px;
    margin-top: 20px;
}

.certificate-wrapper a.readmore.alt {
    margin: 0px;
}

ul.cs-list li::marker {
    color: var(--color2);
}

ul.cs-list {
    display: block;
    align-self: start;
}

    /*== == CASE STUDIES END == ==*/

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



/* == == FOOTER BLOCK == == */
.footer-block {
    padding: 30px 0;
    position: relative;
    background: #262626;
    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: var(--color0b);
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: var(--subtitleweight);
    font-family: 'Oswald';
}

.footer-block-item h6 {
    font-size: 24px;
    color: var(--color0b);
    letter-spacing: 1px;
    font-weight: var(--subtitleweight);
    margin-bottom: 15px;
}

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

.footer-block .footer-block-item#middle li a {
    color: var(--color0b);
    list-style-type: none;
    position: relative;
    transition: all .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: var(--color1);
    font-size: 12px;
    font-family: fontawesome;
}

.footer-block .footer-block-item#middle li:hover a {
    letter-spacing: 1px;
    color: var(--color0b);
}

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

.footer-block .footer-block-item p {
    color: var(--color0b);
    margin-bottom: 0px;
    line-height: 28px;
}

.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: #272727;
    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: white;
}

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

#footer a {
    color: white;
}

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: 100%;
    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: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: left;
    margin: 0px;
}

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

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

#footer .privacy-text {
    position: absolute;
    right: 200px;
    top: 50%;
    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: 45px;
    margin-left: 10px;
}

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

/*== == Contact Page == ==*/
.address-container {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}

.contact-fold2-wrapper {
    clear: both;
    position: relative;
}

.contact-section {
    display: flex;
    justify-content: space-evenly;
    padding: 40px 0px;
}

.address-wrap {
    width: 100%;
}

.contact-card {
    width: 65%;
}

.address-wrap ul li {
    list-style-type: none;
    font-size: 16px;
    line-height: 24px;
}

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

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

.address-wrap ul::before {
    content: "\f041";
    font-family: 'fontawesome';
    left: 10px;
    position: absolute;
    top: 0px;
    color: var(--color1);
    font-size: 26px;
}

.address-wrap ul.phone::before {
    content: "\f095";
}

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

.form-name, .form-email {
    width: 49%;
    float: left;
    margin-bottom: 20px;
}

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

h3.contact-subtitle {
    margin-bottom: 10px;
}

.privacy-details a {
    color: var(--color1);
    font-weight: 700;
}

ul.email a {
    font-weight: 700;
    color: var(--color1);
}

ul.phone a {
    color: var(--color1);
    font-weight: 700;
}

.form-phone {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.form-name input.wpcf7-form-control.wpcf7-text, .form-email input.wpcf7-form-control.wpcf7-text, .form-phone input.wpcf7-form-control.wpcf7-text {
}

.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;
    color: white;
    font-size: 17px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: var(--color1) !important;
    font-weight: 400;
    border: solid 1px var(--color1) !important;
    box-shadow: none !important;
    text-shadow: none;
    cursor: pointer;
    -webkit-appearance: inherit;
}

.contact-card.quick-form-wrapper input, .contact-card.quick-form-wrapper textarea {
    padding: 10px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: solid 2px #333;
    border-radius: 10px;
    font-family: 'Lato';
    font-size: 18px;
    pointer-events: all;
    color: #333;
}

.contact-card.quick-form-wrapper textarea {
    margin: 0px 0px 20px;
}

.contact-card .wpcf7-form-control-wrap {
    pointer-events: none;
}

.form-name, .form-email, .form-phone, .form-enquire {
    pointer-events: all;
}

/*== == 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-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;
	color: white;
}

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

.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;
}

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

.privacy-text a {
    font-weight: 700;
}

#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;
}

#sgpb-popup-dialog-main-div button[type="button"], #sgpb-popup-dialog-main-div .readmore{
    margin: 20px auto;
}

form.create-post{
    padding: 20px;
}

.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: var(--color1);
}

#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 var(--color1) !important;
}

.sgpb-popup-dialog-main-div-theme-wrapper-1 {
    border: solid 0px var(--color1);
    border-radius: 0px;
}

.sgpb-popup-dialog-main-div-theme-wrapper-1::before {
    width: 50px;
    height: 50px;
    background: var(--color1);
    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;
}

.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: var(--color1) !important;
    font-weight: 400;
    border: solid 1px var(--color1) !important;
    box-shadow: none !important;
    text-shadow: none;
    margin-top: 20px;
    cursor: pointer;
    -webkit-appearance: inherit;
    text-align: left;
}

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

.wpcf7 textarea {
    width: 100%;
}

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


.wpcf7 textarea {
    width: 100%;
}

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

/*== eBook Form B ==*/
#ebook-fold-b .title {
    color: var(--color1);
}

div#ebook-fold-b .ebook-form input.wpcf7-text::placeholder {
    color: var(--color0b);
}

div#ebook-fold-b .ebook-image {
    position: relative;
    width: 50%;
    height: 100%;
}

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

div#ebook-fold-b .ebook-form-text .subtitle {
    margin-bottom: 0px;
}

div#ebook-fold-b .ebook-form input.wpcf7-text {
    background: var(--color0b);
    border: solid 2px    var(--color0);
    padding: 10px;
    border-radius: 7px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
    color: var(--color0);
    line-height: 18px;
}

div#ebook-fold-b .ebook-form input.wpcf7-text::placeholder {
    font-size: 18px;
    line-height: 18px;
    color: var(--color0);

}

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

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

div#ebook-fold-b {
    padding: 70px 0px;
    width: 100%;
    overflow: hidden;
    background: var(--color0b);
    position: relative;
    z-index: 3;
}

body.page-id-37 div#ebook-fold-b{
    background: var(--color3b);
}

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

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


div#ebook-fold-b .privacy-text a {
    color: var(--color1);
}

.flipped div#ebook-fold-b .ebook-fold-inner{
    flex-direction: row-reverse;
}

.ebook-form-text p.title ~ p {
    margin: 15px 0px;
}

#ebook-fold-b::before {
    background-image: url(/wp-content/uploads/2023/02/ebook-curve.webp);
    content: "";
    position: absolute;
    height: 60%;
    width: 100%;
    top: 0px;
    right: 0px;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}