.fb_hidden {
    position: absolute;
    top: -10000px;
    z-index: 10001;
}

.fb_reposition {
    overflow: hidden;
    position: relative;
}

.fb_invisible {
    display: none;
}

.fb_reset {
    background: none;
    border: 0px;
    border-spacing: 0;
    color: #000;
    cursor: auto;
    direction: ltr;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-spacing: normal;
}

.fb_reset>div {
    overflow: hidden;
}

@keyframes fb_transform {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.fb_animate {
    animation: fb_transform 0.3s forwards;
}

.fb_hidden {
    position: absolute;
    top: -10000px;
    z-index: 10001;
}

.fb_reposition {
    overflow: hidden;
    position: relative;
}

.fb_invisible {
    display: none;
}

.fb_reset {
    background: none;
    border: 0px;
    border-spacing: 0;
    color: #000;
    cursor: auto;
    direction: ltr;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-spacing: normal;
}

.fb_reset>div {
    overflow: hidden;
}

@keyframes fb_transform {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.fb_animate {
    animation: fb_transform 0.3s forwards;
}

.fb_dialog {
    background: rgba(82, 82, 82, 0.7);
    position: absolute;
    top: -10000px;
    z-index: 10001;
}

.fb_dialog_advanced {
    border-radius: 8px;
    padding: 10px;
}

.fb_dialog_content {
    background: #fff;
    color: #373737;
}

.fb_dialog_close_icon {
    background: url(https://connect.facebook.net/rsrc.php/v4/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 15px;
    position: absolute;
    right: 18px;
    top: 17px;
    width: 15px;
}

.fb_dialog_mobile .fb_dialog_close_icon {
    left: 5px;
    right: auto;
    top: 5px;
}

.fb_dialog_padding {
    background-color: transparent;
    position: absolute;
    width: 1px;
    z-index: -1;
}

.fb_dialog_close_icon:hover {
    background: url(https://connect.facebook.net/rsrc.php/v4/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -15px transparent;
}

.fb_dialog_close_icon:active {
    background: url(https://connect.facebook.net/rsrc.php/v4/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -30px transparent;
}

.fb_dialog_iframe {
    line-height: 0;
}

.fb_dialog_content .dialog_title {
    background: #6d84b4;
    border: 1px solid #365899;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.fb_dialog_content .dialog_title>span {
    background: url(https://connect.facebook.net/rsrc.php/v4/yd/r/Cou7n-nqK52.gif) no-repeat 5px 50%;
    float: left;
    padding: 5px 0 7px 26px;
}

body.fb_hidden {
    height: 100%;
    left: 0px;
    margin: 0px;
    overflow: visible;
    position: absolute;
    top: -10000px;
    transform: none;
    width: 100%;
}

.fb_dialog.fb_dialog_mobile.loading {
    background: url(https://connect.facebook.net/rsrc.php/v4/ya/r/3rhSv5V8j3o.gif) white no-repeat 50% 50%;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 10001;
}

.fb_dialog.fb_dialog_mobile.loading.centered {
    background: none;
    height: auto;
    min-height: initial;
    min-width: initial;
    width: auto;
}

.fb_dialog.fb_dialog_mobile.loading.centered #fb_dialog_loader_spinner {
    width: 100%;
}

.fb_dialog.fb_dialog_mobile.loading.centered .fb_dialog_content {
    background: none;
}

.loading.centered #fb_dialog_loader_close {
    clear: both;
    color: #fff;
    display: block;
    font-size: 18px;
    padding-top: 20px;
}

#fb-root #fb_dialog_ipad_overlay {
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
    min-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
}

#fb-root #fb_dialog_ipad_overlay.hidden {
    display: none;
}

.fb_dialog.fb_dialog_mobile.loading iframe {
    visibility: hidden;
}

.fb_dialog_mobile .fb_dialog_iframe {
    position: sticky;
    top: 0;
}

.fb_dialog_content .dialog_header {
    background: linear-gradient(from(#738aba), to(#2c4987));
    border-bottom: 1px solid;
    border-color: #043b87;
    box-shadow: white 0px 1px 1px -1px inset;
    color: #fff;
    font: bold 14px Helvetica, sans-serif;
    text-overflow: ellipsis;
    text-shadow: rgba(0, 30, 84, 0.296875) 0px -1px 0px;
    vertical-align: middle;
    white-space: nowrap;
}

.fb_dialog_content .dialog_header table {
    height: 43px;
    width: 100%;
}

.fb_dialog_content .dialog_header td.header_left {
    font-size: 12px;
    padding-left: 5px;
    vertical-align: middle;
    width: 60px;
}

.fb_dialog_content .dialog_header td.header_right {
    font-size: 12px;
    padding-right: 5px;
    vertical-align: middle;
    width: 60px;
}

.fb_dialog_content .touchable_button {
    background: linear-gradient(from(#4267b2), to(#2a4887));
    background-clip: padding-box;
    border: 1px solid #29487d;
    border-radius: 3px;
    display: inline-block;
    line-height: 18px;
    margin-top: 3px;
    max-width: 85px;
    padding: 4px 12px;
    position: relative;
}

.fb_dialog_content .dialog_header .touchable_button input {
    background: none;
    border: none;
    color: #fff;
    font: bold 12px Helvetica, sans-serif;
    margin: 2px -12px;
    padding: 2px 6px 3px 6px;
    text-shadow: rgba(0, 30, 84, 0.296875) 0px -1px 0px;
}

.fb_dialog_content .dialog_header .header_center {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
}

.fb_dialog_content .dialog_content {
    background: url(https://connect.facebook.net/rsrc.php/v4/y9/r/jKEcVPZFk-2.gif) no-repeat 50% 50%;
    border: 1px solid #4a4a4a;
    border-bottom: 0;
    border-top: 0;
    height: 150px;
}

.fb_dialog_content .dialog_footer {
    background: #f5f6f7;
    border: 1px solid #4a4a4a;
    border-top-color: #ccc;
    height: 40px;
}

#fb_dialog_loader_close {
    float: left;
}

.fb_dialog.fb_dialog_mobile .fb_dialog_close_icon {
    visibility: hidden;
}

#fb_dialog_loader_spinner {
    animation: rotateSpinner 1.2s linear infinite;
    background-color: transparent;
    background-image: url(https://connect.facebook.net/rsrc.php/v4/yD/r/t-wz8gw1xG1.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
}

@keyframes rotateSpinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
}

.fb_iframe_widget span {
    display: inline-block;
    position: relative;
    text-align: justify;
}

.fb_iframe_widget iframe {
    position: absolute;
}

.fb_iframe_widget_fluid_desktop,
.fb_iframe_widget_fluid_desktop span,
.fb_iframe_widget_fluid_desktop iframe {
    max-width: 100%;
}

.fb_iframe_widget_fluid_desktop iframe {
    min-width: 220px;
    position: relative;
}

.fb_iframe_widget_lift {
    z-index: 1;
}

.fb_iframe_widget_fluid {
    display: inline;
}

.fb_iframe_widget_fluid span {
    width: 100%;
}

#searchArticleImg {
    display: none !important;
}

div#deal-reg-form-block {
    padding: 3em 3em 0 3em;
}

div#deal-reg-form-block .form-group{
    margin-bottom: 0;
}

.form-bg{
    background-color: #00ffff;
    padding: 0 3em;
}

.form-bg form{
    padding-top: 3em;
}

#dealRegForm .form-bg{
    padding-bottom: 3em;
}

div#deal-reg-form-block input.dark-design:hover {
    background: #fff;
    color: #282828;
    letter-spacing: 2px;
}

section.partners-deal-registration {
    padding-bottom: 0;
    padding-top: 8em;
    background: url("https://storage.googleapis.com/giffycms-uno.appspot.com/bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}

section.partners-deal-registration h1 {
    font-weight: 700;
    letter-spacing: -1.5px;
    font-size: 3.5em;
    line-height: 1;
    margin-bottom: 1em;
}

.deal-registration-block {
    text-align: left;
    padding: 6em 2em;
    font-family: var(--e-global-typography-7eb90d4-font-family), Sans-serif;
}

section.partners-deal-registration h3 {
    margin: auto;
    font-size: 1.6em;
    line-height: 1.6;
    font-weight: 400;
    color: #282828;
    letter-spacing: -0.5px;
}

div#deal-reg-form-block img.custom-arrow.upper,
div#deal-reg-form-block img.custom-arrow.lower {
    width: 30%;
    margin-bottom: -6%;
    position: relative;
    margin-top: 3%;
    margin-left: -3%;
}

div#deal-reg-form-block .dark-design {
    margin: 0;
    background: #000;
    color: #fff;
    font-family: "PT Mono";
    font-weight: 100;
    padding: 0.5em 1.5em;
    border-radius: 2em;
    position: relative;
    top: 2.2em;
    text-align: center;
    width: 17em;
}

form #opportunityWebsite-block{
    margin-bottom: 0!important;
}

div#deal-reg-form-block .dark-design[for="productType"]{
    z-index:20
}

div#deal-reg-form-block span.mandatory-fields {
    margin: 0 auto;
}

div#deal-reg-form-block .user-input {
    width: 100%;
    outline: 0;
    border: none;
    border-radius: 1em;
    height: 3em;
    padding-left: 17.5em;
}

/* Container for the file input and label */
.file-container {
    display: inline-flex;
    align-items: center;
    padding: 10px 0;
    background-color: #fff;
    border-radius: 1em;
    width: 100%;
    height: 3em;
    margin-top: 4em;
}

/* Hide the default file input */
.file-input {
    display: none !important;
}

/* Custom file input button */
.custom-file-button {
    display: inline-block;
    border: none;
    cursor: pointer;
    font-size: 14px;
    margin: 0;
    background: #000;
    color: #fff;
    font-family: "PT Mono";
    font-weight: 100;
    padding: 0.5em 4.5em;
    border-radius: 2em;
    position: relative;
    top: -1.1em;
}

/* File name styling */
.file-name {
    margin-left: 15px;
    color: grey;
    font-size: 14px;
}

div#deal-reg-form-block .user-input[type="checkbox"] {
    width: auto;
    height: 2em;
    position: relative;
    top: 2.9em;
}

div#deal-reg-form-block .form-text {
    font-size: 1em;
    font-weight: 500;
    position: relative;
    top: 2.25em;
    margin-left: 1em;
}

div#deal-reg-form-block .form-submit-btn-wrapper {
    /* margin-top: 2em; */
    position: relative;
    margin-top: 1em;
}

#sbmtFormBtn {
    top: 4em;
    left: 0;
    margin: 0 0 2rem 0;
    background: #000;
    color: #fff;
    font-family: "PT Mono";
    font-weight: 100;
    padding: 0.5em 1.5em;
    border-radius: 2em;
    position: relative;
    transition: 0.25s;
    border-width: 1.3px;
    text-align: center;
}

.send-btn-div {
    /*margin-bottom: 12rem;
     padding-top: 4rem;
    padding-left: 3rem; */
    margin-bottom: 4rem;

}

#sbmtFormBtn:hover {
    background: #fff;
    color: #282828;
    letter-spacing: 2px;
}

.send-btn-div img.small-arrow {
    width: 7%;
    position: relative;
    top: 4em;
}

.footer-wrapper{
    margin-top: 5em;
}
.deal-registration-text {
    margin: auto;
    font-size: 1.2em;
    line-height: 1.4;
    color: #666;
}

.banner-button-wrapper a,
.button-wrapper a {
    text-decoration: none;
    background: #282828;
    padding: 0.5em 1em;
    text-transform: uppercase;
    border-radius: 2em;
    color: #fff;
    font-weight: 600;
    transition: 0.25s;
    position: relative;
    border: 1.2px solid transparent;
    z-index: 30;
}

.grid-items h4,
.grid-items p strong,
section.lower-banner-img-and-why-partner-with-us .text-content p strong {
    font-weight: bolder;
}

.banner-button-wrapper a:hover,
.button-wrapper a:hover {
    border-color: #282828;
}

section.lower-banner-img-and-why-partner-with-us {
    background-image: url("https://storage.googleapis.com/giffycms-uno.appspot.com/images/partners/banner_and_why_partner_with_us.webp");
    background-size: cover;
    height: 72em;
    margin-top: -11em;
}

section.lower-banner-img-and-why-partner-with-us .text-content {
    position: relative;
    padding-left: 13%;
    width: 52%;
    top: 43%;
}

section.lower-banner-img-and-why-partner-with-us .text-content h3 {
    margin: auto auto 1em;
    font-weight: 700;
    font-size: 3.25em;
    letter-spacing: -2px;
}

section.lower-banner-img-and-why-partner-with-us .text-content p {
    font-weight: 500;
    font-size: 0.95em;
    line-height: 1.4;
    color: #000;
    letter-spacing: -0.1px;
    margin-bottom: 1em;
}

section.lower-banner-img-and-why-partner-with-us .text-content .arrow-icon-wrapper {
    width: 20%;
    margin-top: 2em;
}

section.benefits-of-partnering-with-us {
    background-image: url("https://storage.googleapis.com/giffycms-uno.appspot.com/images/partners/benefits_of_partnering_with_us.webp");
    background-size: cover;
    height: 58em;
}

section.benefits-of-partnering-with-us .text-content {
    position: relative;
    padding-left: 13%;
    top: 26.3%;
}

section.benefits-of-partnering-with-us .text-content h3 {
    margin: auto;
    font-weight: 700;
    font-size: 3.25em;
    letter-spacing: -2px;
    line-height: 1;
}

section.benefits-of-partnering-with-us .text-content .grid-container {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, 1fr);
    margin-top: 2em;
    gap: 2em;
    padding-right: 4em;
}

.grid-items .arrow-graphics-wrapper {
    width: 40%;
    margin-left: -0.8em;
}

.grid-items h4 {
    font-size: 0.9em;
    margin: 1em 0;
}

.grid-items p {
    font-weight: 500;
    font-size: 0.9em;
    line-height: 1.3;
    color: #000;
    letter-spacing: -0.1px;
    margin-bottom: 1.5em;
}

section.partner-with-us-today {
    background-image: url("https://storage.googleapis.com/giffycms-uno.appspot.com/images/partners/partner_with_us_today.avif");
    background-size: cover;
    height: 58em;
    padding: 5em 0;
}

section.partner-with-us-today h3 {
    margin: auto auto 0.5em;
    font-weight: 700;
    font-size: 3.5em;
    letter-spacing: -2px;
    text-align: center;
    color: #000;
}

section.partner-with-us-today h4 {
    margin: auto;
    font-weight: 400;
    font-size: 1.75em;
    letter-spacing: -1px;
    text-align: center;
    color: #000;
}

section.partner-with-us-today .flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    justify-content: center;
    margin-top: 4em;
    position: relative;
    z-index: 1;
}

section.partner-with-us-today .flex-container .flex-items {
    flex-basis: 17%;
    text-align: center;
    background: #eee;
    padding: 1.3%;
    border-radius: 2em;
    transition: 0.25s ease-in-out;
    cursor: pointer;
}

section.partner-with-us-today .flex-container .flex-items:hover {
    transform: scale(1.05);
    box-shadow: 0 1px 3px 0 rgb(60 64 67 / 5%),
        0 4px 8px 3px rgb(60 64 67 / 15%);
}

.flex-container .flex-items h4 {
    font-family: "Pixelify Sans", sans-serif;
    font-size: 3.5em;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.flex-items h5 {
    font-weight: 800;
    font-size: 1.2em;
    margin: auto;
}

.flex-items p.dual-arrow {
    font-weight: 800;
    letter-spacing: 0;
    font-size: 1.5em;
    line-height: 1.2;
}

.flex-items p.text {
    font-size: 0.85em;
    font-weight: 500;
    color: #000;
    line-height: 1.3;
}

.flex-items p {
    margin-bottom: 0;
    font-size: 2em;
    line-height: 0.6;
}

#contactUs {
    display: none;
}

.btn-group.service-select {
    width: 100%;
    float: left;
    background: #fff;
    border: none;
    font-family: var(--e-global-typography-7eb90d4-font-family), Sans-serif;
    font-size: 15px;
    font-weight: var(--e-global-typography-7eb90d4-font-weight);
    line-height: var(--e-global-typography-7eb90d4-line-height);
    letter-spacing: var(--e-global-typography-7eb90d4-letter-spacing);
    word-spacing: var(--e-global-typography-7eb90d4-word-spacing);
    color: #5e6365;
    /* background-color: var(--e-global-color-9fbce56);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-accent); */
    border-radius: 1em;

}

.btn-group.service-select:hover .multiselect {
    background: #fff;
}

.btn-group.service-select .multiselect {
    width: 100%;
    color: #acacac;
    text-align: left;
    border: none;
    height: 3.5em;
     border-radius: 1em;
    padding-left: 20.5em;
    font-family: var(--e-global-typography-7eb90d4-font-family), Sans-serif;
    font-size: 12px;
    font-weight: var(--e-global-typography-7eb90d4-font-weight);
    line-height: var(--e-global-typography-7eb90d4-line-height);
    letter-spacing: var(--e-global-typography-7eb90d4-letter-spacing);
    word-spacing: var(--e-global-typography-7eb90d4-word-spacing);
}

.btn-group.service-select .multiselect .caret {
    float: right;
    width: 2%;
    margin: 10px;
}

#productType-dropdown-container{
    width: 100%;
    border-radius: 0 0 1em 1em;
    text-align: left;
}

#productType-dropdown-container .dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>a:hover{
    color: #000;
    background: #c1bfbf;
    border-radius: 1em 1em;
}

.dropdown-menu>.active>a{
    color: #000;
    background: #c1bfbf;
    border-radius: 1em 1em;
}

.g-recaptcha{
    margin-top: 5em;
}


/* thank you modal css start */

.thankYouModal {
    display: none;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 6%;
    height: 100%;
    overflow: auto;
    /* background-color: rgb(0 0 0 / .6); */
}

.thankYouModal .modal-box {  

}


.thankYouModal .modal-content {
    /* background-image: url(https://storage.googleapis.com/giffycms-uno.appspot.com/Thank_you.png);
    background-size: contain;
    background-color: #006060;
    background-repeat: no-repeat;
    background-position: bottom; */
    box-shadow: none;
    border-radius: 0;
    padding: 0 40px;
    height: auto;
    overflow: hidden;
}

.thankYouModal .header-block{
    margin-top: 12rem;    
    margin-bottom: 3rem;
}

.thankYouModal h3 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}

.thankYouModal .message {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 2rem;    
    line-height: 1.4;
}

.thankYouModal .message a {
    color: #000;
    display: block;
}

.thankYouModal .message a img{
    width: 24px;
}

.thankYouModal img.thank-you-blob {
    width: 100%;
    margin-top: 6rem;
}

.thankYouModal .close {
    font-weight: 100;
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: .65;
    width: 20px;
}

.thankYouModal .close:hover, .thankYouModal .close:focus {
    opacity: 1
}

.green-block{
    background-color: #00c5cf;
    height: 3rem;
}


/* thank you modal css end */

/* form submit overlay css start */
.blur {
    filter: blur(5px);
    pointer-events: none;
  }
  .no-scroll {
    overflow: hidden;
  }
  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    z-index: 1000;
  }

  /* form submit overlay css end */

  /* responsive */
@media (min-width: 1300px) {
    section.benefits-of-partnering-with-us {
        height: 60em;
    }

    section.lower-banner-img-and-why-partner-with-us .text-content p {
        font-size: 1.1em;
    }

    .grid-items h4,
    .grid-items p {
        font-size: 1em;
    }
}

@media (min-width: 1338px) {
    section.lower-banner-img-and-why-partner-with-us {
        height: 77em;
    }

    section.benefits-of-partnering-with-us {
        height: 62em;
    }
}

@media (min-width: 1387px) {
    section.lower-banner-img-and-why-partner-with-us {
        height: 80em;
    }

    section.benefits-of-partnering-with-us {
        height: 64em;
    }
}

@media (min-width: 1438px) {
    section.lower-banner-img-and-why-partner-with-us {
        height: 83em;
    }

    section.benefits-of-partnering-with-us {
        height: 66em;
    }

    section.lower-banner-img-and-why-partner-with-us .text-content p {
        font-size: 1.2em;
    }

    .grid-items h4,
    .grid-items p {
        font-size: 1.15em;
    }
}

@media (min-width: 1486px) {
    section.benefits-of-partnering-with-us {
        height: 69em;
    }

    section.benefits-of-partnering-with-us .text-content {
        top: 27%;
    }

    section.lower-banner-img-and-why-partner-with-us {
        height: 86em;
    }
}

@media (min-width: 1534px) {
    section.lower-banner-img-and-why-partner-with-us {
        height: 89em;
    }

    section.benefits-of-partnering-with-us {
        height: 71em;
    }
}

@media (min-width: 1577px) {
    section.lower-banner-img-and-why-partner-with-us {
        height: 91em;
    }

    section.lower-banner-img-and-why-partner-with-us .text-content {
        top: 43.5%;
    }

    .grid-items h4,
    .grid-items p,
    section.lower-banner-img-and-why-partner-with-us .text-content p {
        font-size: 1.1em;
    }

    section.benefits-of-partnering-with-us {
        height: 73em;
    }
}

@media (min-width: 1641px) {
    section.benefits-of-partnering-with-us {
        height: 76em;
    }

    .grid-items h4,
    .grid-items p,
    section.lower-banner-img-and-why-partner-with-us .text-content p {
        font-size: 1.3em;
    }
}

@media (min-width: 1694px) {
    section.benefits-of-partnering-with-us {
        height: 78em;
    }

    section.benefits-of-partnering-with-us .text-content {
        top: 27.5%;
    }

    .grid-items .arrow-graphics-wrapper {
        margin-left: -1em;
    }
}

@media (min-width: 1750px) {
    section.lower-banner-img-and-why-partner-with-us {
        height: 101em;
        margin-top: -15em;
    }

    section.benefits-of-partnering-with-us {
        height: 82em;
    }

    section.benefits-of-partnering-with-us .text-content .grid-container {
        gap: 4em;
    }
}

@media (min-width: 1820px) {
    section.partners-deal-registration {
        padding-top: 10em;
    }

    section.partners-deal-registration h3 {
        font-size: 1.3em;
    }

    section.partners-deal-registration .banner-button-wrapper {
        margin-top: 3em;
    }

    section.partner-with-us-today {
        height: 84em;
    }

    section.partner-with-us-today .flex-container {
        margin: auto;
        position: relative;
        top: 10%;
    }

    section.partner-with-us-today h4 {
        font-size: 2em;
    }

    .flex-items p.text {
        font-size: 1em;
    }
}

@media (min-width: 1877px) {
    section.benefits-of-partnering-with-us {
        height: 87em;
    }
}

@media (min-width: 1940px) {
    section.lower-banner-img-and-why-partner-with-us {
        height: 112em;
        margin-top: -16.5em;
    }

    section.lower-banner-img-and-why-partner-with-us .text-content p {
        font-size: 1.5em;
    }

    .grid-items h4,
    .grid-items p {
        font-size: 1.4em;
    }
}

@media (min-width: 1978px) {
    section.benefits-of-partnering-with-us {
        height: 91em;
    }

    section.benefits-of-partnering-with-us .text-content {
        top: 35%;
    }
}

@media (min-width: 2195px) {
    section.lower-banner-img-and-why-partner-with-us {
        height: 126em;
        margin-top: -18.5em;
    }

    section.lower-banner-img-and-why-partner-with-us .text-content {
        top: 44%;
    }

    section.benefits-of-partnering-with-us .text-content h3,
    section.lower-banner-img-and-why-partner-with-us .text-content h3,
    section.partner-with-us-today h3 {
        font-size: 4em;
    }

    section.partner-with-us-today h4 {
        font-size: 2.25em;
    }

    section.partner-with-us-today {
        height: 101em;
    }

    section.partner-with-us-today .flex-container .flex-items {
        flex-basis: 15%;
    }

    .flex-items h5 {
        font-size: 1.6em;
    }

    .flex-items p.text {
        font-size: 1.2em;
    }

    section.lower-banner-img-and-why-partner-with-us .text-content p {
        font-size: 1.3em;
    }
}

@media (min-width: 2400px) {
    section.benefits-of-partnering-with-us {
        height: 111em;
    }
}

@media (max-width: 1240px) {
    section.lower-banner-img-and-why-partner-with-us {
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
        z-index: 2;
    }

    section.lower-banner-img-and-why-partner-with-us .text-content {
        top: 36%;
        padding-left: 3em;
        width: 55%;
    }

    section.lower-banner-img-and-why-partner-with-us .text-content p {
        font-size: 1em;
    }

    section.benefits-of-partnering-with-us .text-content h3,
    section.lower-banner-img-and-why-partner-with-us .text-content h3,
    section.partner-with-us-today h3 {
        font-size: 3em;
    }

    section.lower-banner-img-and-why-partner-with-us .text-content .arrow-icon-wrapper {
        width: 15%;
    }

    section.benefits-of-partnering-with-us {
        margin-top: -7%;
        position: relative;
        height: 56em;
        z-index: 1;
    }

    section.partner-with-us-today {
        height: 52em;
        background-position: center;
        position: relative;
    }
}

@media (max-width: 1159px) {
    section.benefits-of-partnering-with-us {
        margin-top: -14%;
    }
}

@media (max-width: 1100px) {
    section.partner-with-us-today .flex-container .flex-items {
        flex-basis: 20%;
    }
}

@media (max-width: 1095px) {
    section.lower-banner-img-and-why-partner-with-us {
        margin-top: -12.3%;
    }
}

@media (max-width: 1064px) {
    section.benefits-of-partnering-with-us {
        margin-top: -21%;
    }
}

@media (max-width: 1060px) {
    section.lower-banner-img-and-why-partner-with-us .text-content {
        top: 30%;
    }
}

@media (max-width: 998px) {
    section.benefits-of-partnering-with-us .text-content {
        padding-left: 10em;
    }

    section.benefits-of-partnering-with-us .text-content .grid-container {
        padding-right: 1em;
        margin-top: 1em;
    }
}

@media (max-width: 992px) {
    .deal-registration-block{
        padding: 0em 1.2em;
    }
    section.partners-deal-registration h1,
    section.partners-deal-registration h2 {
        font-size: 3.25em;
    }

    section.partner-with-us-today h4,
    section.partners-deal-registration h3 {
        font-size: 1.5em;
    }

    section.partners-deal-registration h3 {
        /* width: 90%; */
    }

    section.benefits-of-partnering-with-us {
        margin-top: -28%;
    }

    section.benefits-of-partnering-with-us .text-content h3,
    section.lower-banner-img-and-why-partner-with-us .text-content h3,
    section.partner-with-us-today h3 {
        font-size: 2.5em;
    }

    .thankYouModal{
        top: 15%;
    }

    .thankYouModal .header-block {
        margin-top: 8rem;
    }

    .thankYouModal .message {
        font-size: 1.4rem;
    }
    .thankYouModal .modal-content{
        padding-bottom: 20px;
    }
    .thankYouModal img.thank-you-blob {
       display: none;
    }


}

@media (max-width: 942px) {
    section.partner-with-us-today .flex-container .flex-items {
        flex-basis: 25%;
        padding: 2%;
    }
}

@media (max-width: 964px) {
    section.lower-banner-img-and-why-partner-with-us .text-content {
        top: 28%;
    }

    section.lower-banner-img-and-why-partner-with-us .text-content p {
        font-size: 0.9em;
    }

    section.lower-banner-img-and-why-partner-with-us .text-content h3 {
        font-size: 2.75em;
    }
}

@media (max-width: 927px) {
    section.benefits-of-partnering-with-us {
        margin-top: -35%;
    }
}

@media (max-width: 878px) {
    section.lower-banner-img-and-why-partner-with-us .text-content h3 {
        font-size: 2.5em;
        margin-bottom: 0.5em;
    }

    section.lower-banner-img-and-why-partner-with-us .text-content {
        width: 59%;
        top: 25%;
    }
}

@media (max-width: 872px) {
    section.benefits-of-partnering-with-us {
        margin-top: -42%;
    }

    section.benefits-of-partnering-with-us .text-content .grid-container {
        gap: 2.3%;
    }

    section.partner-with-us-today {
        height: 45em;
    }

    section.partner-with-us-today .flex-container {
        margin-top: 5%;
    }
}

@media (max-width: 820px) {
    section.benefits-of-partnering-with-us {
        margin-top: -50%;
    }

    section.benefits-of-partnering-with-us .text-content .grid-container {
        margin: 0;
    }

    section.benefits-of-partnering-with-us .text-content h3 {
        font-size: 2.25em;
    }

    section.benefits-of-partnering-with-us .text-content {
        top: 23.5%;
    }
}

@media (max-width: 800px) {
    section.lower-banner-img-and-why-partner-with-us {
        margin-top: -12.6%;
    }

    section.lower-banner-img-and-why-partner-with-us .text-content {
        padding-left: 2em;
        top: 23%;
    }

    section.lower-banner-img-and-why-partner-with-us .text-content p {
        font-size: 0.85em;
    }

    section.lower-banner-img-and-why-partner-with-us .text-content h3 {
        font-size: 2.25em;
    }

    section.partners-deal-registration h1,
    section.partners-deal-registration h2 {
        font-size: 3em;
    }

    section.partners-deal-registration h3 {
        font-size: 1.4em;
    }
}

@media (max-width: 772px) {
    
    section.benefits-of-partnering-with-us {
        margin-top: -57%;
        background-position: center;
        height: 62em;
    }

    section.benefits-of-partnering-with-us .text-content {
        padding-left: 2em;
        padding-right: 2em;
        top: 32%;
    }

    section.benefits-of-partnering-with-us .text-content .grid-container {
        gap: 5%;
        padding: 0;
    }
}

@media (min-width: 681px) and (max-width: 768px) {
   .deal-registration-block{
        padding: 0em 1.2em;
    }
    
}
@media (max-width: 768px) {
    .thankYouModal .modal-content{
        width: 70%;
    }
    div#deal-reg-form-block .form-text {
    font-size: 0.8em;
    }
.file-name {
    font-size: 12px;
    display: flex;
    margin: 0px 0%;
    /* padding: 0px 5%; */
    justify-content: center;
}
    .btn-group.service-select .multiselect {
   height: 5em;
   padding-top: 2.5em;
   border-radius: 1em;
   padding-left: 3.5em;
   text-align: left;
   font-size: 12px;
}
    div#deal-reg-form-block .dark-design {
    font-size: 12px;
    width: 13em;
    }
    .form-bg form {
    padding-top: 1em;
}
    .form-bg {
       padding: 0 1em;
}
    div#deal-reg-form-block .user-input {
    padding-top: 1em;
    height: 5em;
    padding-left: 1.5em;
}
    .file-container {
    height: 5em;
    align-items: rig;
    /* justify-content: right; */
    }
    .custom-file-button {
        font-size: 12px;
        margin-top: -20px;
        padding: 0.5em 2.5em;
    }
    div#deal-reg-form-block {
    padding: 3em 1em 0 1em;
}
    section.partners-deal-registration {
        padding-top: 7em;
    }

    section.partners-deal-registration h1,
    section.partners-deal-registration h2 {
        font-size: 2.75em;
    }

    section.partners-deal-registration h3 {
        font-size: 1.3em;
    }
}

@media (max-width: 730px) {
    section.lower-banner-img-and-why-partner-with-us {
        background-size: cover;
        background-position: center;
        height: 42em;
    }

    section.benefits-of-partnering-with-us {
        margin-top: 0;
        height: 70em;
    }

    section.lower-banner-img-and-why-partner-with-us .text-content {
        top: 15em;
    }

    section.benefits-of-partnering-with-us .text-content {
        top: 30em;
    }

    section.benefits-of-partnering-with-us .text-content h3 {
        display: inline;
    }

    section.benefits-of-partnering-with-us .text-content .grid-container {
        gap: 2%;
    }
}

@media (max-width: 728px) {
    /* section.partners-deal-registration h3 {
        width: 95%;
    } */
}

@media (max-width: 686px) {
    section.lower-banner-img-and-why-partner-with-us {
        height: 50em;
        background-position: right;
        margin-top: -16%;
    }

    section.lower-banner-img-and-why-partner-with-us .text-content {
        width: 55%;
        top: 9em;
        background: rgb(255 255 255 / 70%);
        padding: 3%;
        border-radius: 2em;
        margin-left: 1em;
    }

    section.lower-banner-img-and-why-partner-with-us .text-content h3 {
        margin-bottom: 2em;
    }

    section.benefits-of-partnering-with-us .text-content {
        top: 28em;
    }

    section.partner-with-us-today .flex-container .flex-items {
        flex-basis: 40%;
    }

    section.lower-banner-img-and-why-partner-with-us .text-content .arrow-icon-wrapper {
        width: 25%;
    }

    section.lower-banner-img-and-why-partner-with-us .text-content p {
        font-weight: 600;
        font-size: 0.9em;
    }

    section.lower-banner-img-and-why-partner-with-us .text-content p strong {
        text-transform: uppercase;
        letter-spacing: 0.4px;
    }
}

@media (min-width: 521px) and (max-width: 680px) {
   .deal-registration-block{
        padding: 0em 1.2em;
    }
}
@media (max-width: 625px) {
    section.lower-banner-img-and-why-partner-with-us {
        height: 40em;
    }

    section.benefits-of-partnering-with-us {
        margin-top: -16%;
    }

    section.lower-banner-img-and-why-partner-with-us .text-content {
        width: 60%;
        padding: 4%;
    }

    section.benefits-of-partnering-with-us .text-content h3,
    section.lower-banner-img-and-why-partner-with-us .text-content h3,
    section.partner-with-us-today h3 {
        font-size: 2em;
    }

    section.partner-with-us-today h4,
    section.partners-deal-registration h3 {
        font-size: 1.25em;
        font-weight: 500;
    }

    section.partner-with-us-today {
        height: 38em;
    }

    .flex-container .flex-items h4 {
        font-size: 3em;
        margin-bottom: 0.3em;
    }

    section.partner-with-us-today .flex-container .flex-items {
        padding: 3%;
    }

    .flex-items p.dual-arrow {
        font-size: 1em;
    }

    .flex-items p.text {
        font-size: 0.9em;
        margin-top: 1.5em;
    }
}

@media (max-width: 614px) {

    section.partners-deal-registration h1,
    section.partners-deal-registration h2 {
        width: 100%;
        font-size: 2em;
    }

    section.partners-deal-registration h3 {
        width: 100%;
        font-size: 1em;
    }
}

@media (max-width: 564px) {
    section.benefits-of-partnering-with-us {
        height: 120em;
        margin-top: -50%;
        background-position: top;
    }

    section.benefits-of-partnering-with-us .text-content {
        top: 35em;
    }

    section.benefits-of-partnering-with-us .text-content .grid-container {
        grid-auto-flow: row;
        grid-auto-columns: unset;
        gap: 0;
    }

    .grid-items .arrow-graphics-wrapper {
        width: 20%;
    }

    .grid-items h4,
    .grid-items p,
    section.lower-banner-img-and-why-partner-with-us .text-content p {
        font-size: 1em;
    }

    section.lower-banner-img-and-why-partner-with-us .text-content p {
        font-weight: 500;
    }

    section.lower-banner-img-and-why-partner-with-us .text-content {
        width: 70%;
        background-color: rgb(255 255 255 / 85%);
        top: 8em;
    }

    section.benefits-of-partnering-with-us .text-content .grid-container .grid-items:first-child {
        padding: 4%;
        background: rgb(255 255 255 / 75%);
        border-radius: 2em;
        position: relative;
        right: 12px;
        margin-top: 4%;
    }
}

@media (max-width: 528px) {

    .thankYouModal .modal-content{
        width: 85%;
        padding: 45px 25px;
    }

    section.partners-deal-registration h1,
    section.partners-deal-registration h2 {
        font-size: 2em;
    }
}

@media (min-width: 320px) and (max-width: 520px) {
   .deal-registration-block{
        padding: 0em 1.2em;
    }
    .flex-container .flex-items h4,
    section.partner-with-us-today h3,
    section.partners-deal-registration h1,
    section.partners-deal-registration h2 {
        font-size: 1.8em;
    }
}

@media (max-width: 452px) {
    section.partner-with-us-today .flex-container .flex-items {
        flex-basis: 70%;
    }

    section.partner-with-us-today {
        height: 52em;
        padding-top: 3em;
    }

    section.partner-with-us-today h3 {
        margin-bottom: 1em;
    }

    section.partner-with-us-today .flex-container {
        margin-top: 3em;
    }

    section.benefits-of-partnering-with-us .text-content h3,
    section.lower-banner-img-and-why-partner-with-us .text-content h3,
    section.partner-with-us-today h3 {
        font-size: 1.75em;
    }

    section.benefits-of-partnering-with-us .text-content {
        top: 33em;
    }
}

@media (max-width: 420px) {
    .form-wrapper h4 {
        width: 80%;
    }

    .form-wrapper div#deal-reg-form-block {
        width: 85%;
    }

    .grid-items .arrow-graphics-wrapper,
    section.lower-banner-img-and-why-partner-with-us .text-content .arrow-icon-wrapper {
        width: 30%;
    }

    section.benefits-of-partnering-with-us {
        height: 130em;
    }

    section.benefits-of-partnering-with-us .text-content {
        top: 28%;
        padding-left: 1em;
        padding-right: 1em;
    }

    section.partner-with-us-today {
        padding: 10% 3%;
    }

    .flex-container .flex-items h4,
    section.partner-with-us-today h3,
    section.partners-deal-registration h1,
    section.partners-deal-registration h2 {
        font-size: 1.6em;
        text-align: center;
    }

    .flex-items p.text {
        margin-top: 0.8em;
    }

    section.partner-with-us-today .flex-container .flex-items {
        padding: 5%;
        flex-basis: 80%;
    }

    section.lower-banner-img-and-why-partner-with-us .text-content h3 {
        font-size: 2em;
        margin-bottom: 1em;
    }

    section.lower-banner-img-and-why-partner-with-us .text-content p {
        margin-bottom: 2em;
    }

    section.benefits-of-partnering-with-us .text-content h3 {
        font-size: 2em;
    }

    section.benefits-of-partnering-with-us .text-content .grid-container .grid-items:first-child {
        right: 0;
    }
}

@media (max-width: 416px) {
    section.partners-deal-registration h3 {
        width: 100%;
        font-size: 1.1em;
    }
}

@media (max-width: 398px) {
    section.partners-deal-registration h3 {
        margin-top: 3%;
        text-align: center;
    }

    .form-wrapper h3 {
        font-size: 4em;
    }

    .form-wrapper h4 {
        font-size: 1.25em;
        width: 85%;
    }
}

@media (max-width: 358px) {

    section.partners-deal-registration h1,
    section.partners-deal-registration h2 {
        font-size: 1.8em;
    }

    section.partners-deal-registration h3 {
        font-size: 1em;
    }

    section.benefits-of-partnering-with-us .text-content h3,
    section.lower-banner-img-and-why-partner-with-us .text-content h3,
    section.partner-with-us-today h3 {
        font-size: 1.5em;
        letter-spacing: -0.5px;
    }

    section.lower-banner-img-and-why-partner-with-us .text-content p {
        font-size: 0.95em;
    }

    section.lower-banner-img-and-why-partner-with-us .text-content h3 {
        margin-bottom: 2em;
    }

    section.lower-banner-img-and-why-partner-with-us .text-content {
        width: 90%;
    }

    section.lower-banner-img-and-why-partner-with-us {
        height: 30em;
    }

    section.benefits-of-partnering-with-us {
        height: 135em;
    }
}