/* ---------------------------------------- MultiWebMarketing Style ---------------------------------------- */
#primary a:not([class]) {
    color: inherit;
    text-decoration: underline !important;
}

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

.event-item-header > p span {
    font-size: 0.8em;
    color: grey;
    font-weight: 400;
}

.event-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.event-fold {
    padding: 70px 0px;
}

.event-item-header > p {
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    margin: 0;
}

.event-wrapper > p {
    font-size: 50px;
    line-height: 50px;
}

.event-fold .row-container {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.event-item-header::after {
    content: '\2b';
    font-family: 'Font Awesome 6 Pro';
    font-size: 20px;
    line-height: 20px;
}

.active .event-item-header::after {
    content: '\f068';
}

.event-item-content ul {
    list-style: none;
    padding-left: 0px;
}

.event-item-content ul li {
    line-height: 1.2;
}

.event-item-header {
    padding: 15px 15px;
    cursor: pointer;
    background: #eee;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.event-item-content {
    display: none;
    margin-top: 20px;
}

.event-item-header.column {
    flex-direction: column;
    padding-right: 45px;
    align-items: flex-start;
}

.column.event-item-header::after {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
}

.active .event-item-content {
    display: block;
}

.event-item-content-img {
    max-width: 220px;
    margin-bottom: 20px;
}

.event-item-content-img-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

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

.content-fold-c-content-inner a.sureline img{
	background: #818181;
	max-width: 200px;
}
.content-fold-c-content-inner a.sureline {
    display: flex;
    width: 200px;
}
.content-fold-j-readmore-wrapper {
    display: flex;
    gap: 20px;
}

.content-fold-c-readmore-wrapper {
    display: flex;
    gap: 20px;
}
body {
    margin: 0px 0px;
    --blauw: #2149c0;
    --blauw2: #063386;
    --rood: #be041d;
    --rood2: #78100e;
    --grijs: #1d1d1d;
}

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

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

.title {
    display: block;
    font-size: 54px;
    line-height: 62px;
}

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

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

p, h1, h2, h3, h4, h5, h6, li, a {
    font-family:  'Raleway', sans-serif;
    
}

p {
    font-size: 16px;
    line-height: 26px;
    margin: 0px 0px 10px 0px;
}

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

.bold {
    font-weight: 700;
}


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

a {
    text-decoration: none !important;
}

.readmore {
    display: block;
    width: 200px;
    padding: 10px 5px;
    background: #00000080;
    color: white;
    box-sizing: border-box;
    font-size: 22px;
    text-align: center;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    border-style: solid;
    border-color: white;
    border-width: 2px;
    transition: all .3s ease;
    margin-top: 15px;
    font-family: 'Lexend Deca';
    cursor: pointer;
}
.readmore:hover {
    box-shadow: inset 0px 0px 0px 30px white;
    transition: all .3s ease;
    color: black;
}

.fold3-services-content .readmore {
    margin-top: 0px;
}

a.readmore.alt {
    background: none;
    color: white;
    position: relative;
    border: 0px;
    box-shadow: -10px 10px 12.5px 5px #8080806e;
    transition: all .3s ease;
    cursor: pointer;
}

a.readmore.alt::before {
    content: '';
    background: rgb(190,4,29);
    background: linear-gradient(90deg, rgba(190,4,29,1) 0%, rgba(120,17,14,1) 100%);
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 1;
    transition: all .3s ease
}

a.readmore.alt:hover::before {
    opacity: 0;
    transition: all .5s ease
}


a.readmore.alt::after {
    content: '';
    background: rgb(6,51,134);
    background: linear-gradient(90deg, rgba(6,51,134,1) 0%, rgba(32,72,195,1) 100%);
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: all .3s ease
}

a.readmore.alt:hover::after {
    opacity: 1;
    transition: all .5s ease
}

a.readmore.alt:hover {
    box-shadow: -5px 5px 12.5px 0px #000000a3;
    transition: all .3s ease;
}

.readmore.alt2 {
    background: white;
    color: black;
    box-shadow: -5px 5px 12px 2px #0000005c;
    border: 0px;
}

.readmore.alt2:hover {
    background: #333;
    color: white;
}

/* == == Generic END == == */
/* == == HEADER == == */
div.logo {
    flex: 0 0 calc(25% + 100px);
    padding: 12.5px 0px;
    justify-content: flex-start;
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 0px;
}

div.logo * {
    object-fit: contain;
    height: 130px;
    align-self: flex-start;
    justify-self: flex-start;
}

#page {
    overflow: hidden;
}

#masthead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: none;
}

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

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

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

.menu-right {
    width: 100%;
    position: relative;
    height: 50%;
    padding: 0px 0px;
}

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

li.menu-item:hover > ul.sub-menu {
    top: calc(100% - 20px);
    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 > a {
    color: white;
    font-size: 22px;
    line-height: 22px;
    transition: all .3s ease;
    border-style: solid;
    border-right: none;
    border-left: none;
    border-top: none;
    border-color: transparent;
}
ul#primary-menu > li > a:hover {
    border-color: white;
}

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

.header-row-container {
    display: flex;
    max-width: 1380px;
    margin: auto;
}

div.logo a {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    padding: 10px 0px;
    position: relative;
}

.menu-right::before {
    background: #00000082;
    width: 300%;
    height: 100%;
    content: '';
    position: absolute;
    z-index: -2;
    top: 0px;
    left: -100%;
}


div.logo::before {
    position: absolute;
    content: '';
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    background: #ffff;
    width: 230%;
    height: 100%;
    z-index: -1;
    left: -105%;
}

div.logo img {
    width: auto;
    position: relative;
    display: block;
}

/*== == ADVANTEC RAIL === ==*/

.page-template-service-template .footer-block::before {
    filter: grayscale(1) brightness(3);
} 

.page-template-service-template div.logo a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 170px;
    top: 0px;
    left: 0px;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center left;
}


/*
.page-template-service-template.rail div.logo::before, .page-template-service-template.marine div.logo::before {
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(51,51,51,1) 100%);
    width: 200%;
}
*/
    /*== == ADVANTEC RAIL END == ==*/

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

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

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

div#ebook-fold .ebook-form input.wpcf7-text {
    background: whitesmoke;
    border: solid 2px #ccc;
    padding: 10px;
    border-radius: 7px;
    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: 100px 0px;
    width: 100%;
    overflow: hidden;
    background: white;
    position: relative;
    z-index: 3;
}

.ebook-fold-inner {
    display: flex;
    justify-content: space-between;
    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 {
    padding: 30px 0;
    position: relative;
    background: var(--grijs);
    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-item a.readmore {
    margin-top: 0px;
}

.footer-block .footer-block-item {
    width: 40%;
    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: 17px;
    list-style-type: none;
}

.footer-block .footer-block-item#middle li a {
    color: #fff;
    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(--rood);
    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: capitalize;
    font-weight: 400;
}

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

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

.readmore-container {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-top: 30px;
}

.readmore-container .readmore ~ a {
    color: white;
    font-size: 26px;
    display: block;
}

.readmore-container a.readmore.alt {
    box-shadow: none;
}

.footer-block::after {
    top: 0px;
    right: 0px;
    background-image: url('/wp-content/uploads/2022/09/red-strip2.png');
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 200px;
}

.footer-block::before {
    bottom: 0px;
    left: 0px;
    background-image: url('/wp-content/uploads/2022/09/blue-strip2.png');
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100px;
}

/* == == FOOTER BLOCK END == ==*//* == == == MWM FOOTER == == == */
#footer {
    padding: 25px 0;
    box-sizing: border-box;
    position: relative;
    background: black;
    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;
}

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

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

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

#footer .privacy-text {
    position: absolute;
    left: 20px;
    top: 60%;
    transform: translateY(50%);
    -webkit-transform: translateY(-40%);
    font-size: 14px;
    line-height: 70px;
    width: 500px;
    font-family: 'Montserrat';
}

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

#footer .socials i {
    font-size: 45px;
    margin-left: 20px;
}

/* == == == == MWM FOOTER END == == == == */

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

/*== == Contact Page == ==*/
form.wpcf7-form.init {
    font-family: 'Lexend Deca';
}
.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%;
}

.contact-card {
    width: 65%;
}

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

.address-wrap h1, h3.contact-title {
    font-size: 37px;
    color: #bd1819;
    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-name, .form-email {
    width: 49%;
    float: left;
    margin-bottom: 20px;
}

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

.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 {
    width: 100%;
}

.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: #bd1819 !important;
    font-weight: 400;
    border: solid 1px #bd1819 !important;
    box-shadow: none !important;
    text-shadow: none;
    cursor: pointer;
    -webkit-appearance: inherit;
}

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

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;
    font-weight: 700;
}

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

#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 0px gray !important;
    max-width: 600px !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: rgb(6,51,134);
    background: linear-gradient(90deg, rgba(6,51,134,1) 0%, rgba(32,72,195,1) 100%);
    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;
    font-family: 'Lexend Deca';
}

#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 {
       display: block;
       width: 200px;
       padding: 10px 5px;
       background: #00000080;
       color: white;
       box-sizing: border-box;
       font-size: 22px;
       text-align: center;
       line-height: 22px;
       font-weight: 500;
       letter-spacing: 0px;
       border-style: solid;
       border-color: white;
       border-width: 2px;
       transition: all .3s ease;
}

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

.wpcf7 textarea {
    width: 100%;
}

.pweb-title p {
    text-align: center;
    margin-bottom: 20px !important;
    display: block;
}
 #sgpb-popup-dialog-main-div .pweb-title {
    background: linear-gradient(90deg, rgba(6,51,134,1) 0%, rgba(32,72,195,1) 100%);
    padding-bottom: 10px;
    color: white;
    margin-bottom: 30px;
}

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


.pweb-title h3::before {
    content: '';
    width: 100%;
    height: 90px;
    background: url("/wp-content/uploads/2024/01/sureline-logo-white.png");
    display: block;
    position: relative;
    background-color: grey;
    border: solid 15px grey;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    box-sizing: border-box;
    margin-bottom: 20px;
}

#sgpb-popup-dialog-main-div h3{
    display: flex;
    flex-direction: column;
}