.nxreg-form-loader-ctr {
    width: 345px;
    height: 592px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

@media screen and (min-width: 768px) {
    .nxreg-form-loader-ctr {
        height: 258px
    }
}

@media screen and (min-width: 1200px) {
    .nxreg-form-loader-ctr {
        height: 551px
    }
}

.nxreg-form-loader-ctr .nxreg-form-loader {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border-left: 5px solid #ff066e;
    animation: rightrotate 900ms linear infinite
}

.nxreg-form-loader-ctr .nxreg-form-loader::before,
.nxreg-form-loader-ctr .nxreg-form-loader::after {
    content: "";
    width: 120px;
    height: 120px;
    display: block;
    position: absolute;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
    border-radius: 50%;
    border-right: 4px solid #3853de;
    animation: leftrotate 900ms linear infinite
}

.nxreg-form-loader-ctr .nxreg-form-loader::after {
    width: 90px;
    height: 90px;
    top: calc(50% - 45px);
    left: calc(50% - 45px);
    border: 0;
    border-left: 3px solid #efc000;
    animation: none
}

@keyframes leftrotate {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(720deg)
    }
}

@keyframes rightrotate {
    from {
        transform: rotate(360deg)
    }
    to {
        transform: rotate(0deg)
    }
}

input[type=checkbox] {
    display: none
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 18px;
    margin: 0;
    margin-right: 5px;
    vertical-align: middle
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: dimgray;
    transition: .4s
}

.advertorial {
    text-decoration: underline;
    color: gray;
    padding-top: 40px;
    padding-bottom: 33px
}

@media screen and (min-width: 576px) {
    .advertorial {
        padding-bottom: 0px
    }
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 2px;
    background-color: #fff;
    transition: .4s
}

input:checked+.switch .slider {
    background-color: #f90
}

input:checked+.switch .slider::before {
    background-color: #fff;
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
}

input:checked+.switch .slider::after {
    content: "";
    color: #fff;
    left: 20%;
    top: 30%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    position: absolute;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

input:focus+.switch .slider {
    box-shadow: 0 0 1px #008dde
}

.slider.round {
    border-radius: 34px
}

.slider.round:before {
    border-radius: 50%
}

.check-box label {
    margin-bottom: 10px;
    position: absolute;
    top: 38%;
    transform: translateY(-50%)
}

.switch {
    position: relative
}

.check-box span:not(.slider) {
    display: inline-block;
    color: #fff;
    width: calc(92% - 45px);
    text-align: left;
    margin-left: 65px;
    vertical-align: top;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 20px
}

.form-wrapper .form-group label.switch {
    position: relative;
    left: 0;
    top: 0;
    padding-right: 40px
}

.terms-link {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    padding-left: 10px;
    padding-top: 5px;
    color: #464646
}

.terms-link a {
    color: dimgray;
    font-weight: 300;
    text-decoration: underline
}

img:not(.full-width) {
    max-width: 100%;
    margin: 20px 0
}

.check-box span:not(.slider) {
    display: inline-block;
    width: calc(92% - 45px);
    text-align: left;
    margin-left: 65px;
    font-size: 15px;
    vertical-align: top;
    font-size: .8125em;
    margin-bottom: 20px
}

textarea:focus,
input:focus,
button:focus {
    outline: none
}

button:hover {
    cursor: pointer
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #161616
}

@media screen and (min-width: 1200px) {
    header .header {
        background: url("../../images/hero-man.png") no-repeat center;
        background-size: cover;
        background-position: center;
        height: 460px !important
    }
}

@media screen and (min-width: 1600px) {
    header .header {
        background-position: center
    }
}

header .header .container-content {
    top: 0;
    position: absolute
}

header .header .container-content .content {
    text-align: left;
    padding: 0;
    margin: 0;
    overflow: hidden;
    padding-top: 8vw;
    padding-left: 4vw;
    max-width: 95%;
    margin: 0 auto
}

@media screen and (min-width: 576px) {
    header .header .container-content .content {
        max-width: 100%;
        margin: 0;
        padding-top: 6vw;
        padding-left: 5vw
    }
}

@media screen and (min-width: 1200px) {
    header .header .container-content .content {
        padding: 3rem 0 0;
        padding-right: 8rem;
        max-width: 1170px;
        margin: 0 auto
    }
}

header .header .container-content .content h1 {
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 7.4666666667vw;
    line-height: 9.176vw;
    margin-bottom: 8vw
}

@media screen and (min-width: 576px) {
    header .header .container-content .content h1 {
        font-size: 3.7109375vw;
        line-height: 4.453125vw;
        margin-bottom: 3vw;
        max-width: 45vw
    }
}

@media screen and (min-width: 1200px) {
    header .header .container-content .content h1 {
        font-size: 38px;
        line-height: 45.6px;
        max-width: 501px;
        margin-bottom: 3rem
    }
}

header .header .container-content .content p {
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
    font-size: 4.5333333333vw;
    line-height: 4.9813333333vw;
    max-width: 85vw;
    margin-bottom: 4vw
}

@media screen and (min-width: 576px) {
    header .header .container-content .content p {
        font-size: 1.7578125vw;
        line-height: 1.931640625vw;
        max-width: 47vw;
        margin-bottom: 2vw
    }
}

@media screen and (min-width: 1200px) {
    header .header .container-content .content p {
        font-size: 18px;
        line-height: 19.78px;
        max-width: 485px;
        margin-bottom: 1rem
    }
}

header .header .container-content .content p strong {
    font-weight: 300
}

@media screen and (min-width: 576px) {
    header .header .container-content .content p strong {
        font-weight: 700
    }
}

.arw-up {
    color: #fff;
    transform: rotate(-90deg);
    display: inline-block
}

main .black-section {
    background-color: #161616
}

@media screen and (min-width: 768px) {
    main .black-section {
        height: 74px
    }
}

main .black-section p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin: .7rem auto;
    text-align: center;
    max-width: 330px
}

main .black-section p span {
    color: #f90;
    font-weight: 700
}

@media screen and (min-width: 1200px) {
    main .black-section p span {
        margin-left: 5px
    }
}

@media screen and (min-width: 576px) {
    main .black-section p {
        max-width: initial;
        font-size: 16px;
        margin: 0 auto
    }
}

@media screen and (min-width: 992px) {
    main .black-section p {
        max-width: 1200px;
        font-size: 22px
    }
}

@media screen and (min-width: 1200px) {
    main .black-section p {
        font-size: 19.5px;
        padding: 22px 0;
        text-align: left;
        margin-left: -15px
    }
}

main .calculator-section {
    padding: 0 0 60px;
    text-align: center
}

@media screen and (min-width: 1200px) {
    main .calculator-section {
        padding: 40px 60px 60px 0
    }
    main .calculator-section .arrow-img-row {
        position: relative
    }
    main .calculator-section .arrow-img-row .arrow-img-ctr {
        position: absolute;
        left: 61%;
        top: 100%
    }
}

main .calculator-section h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px
}

@media screen and (min-width: 576px) {
    main .calculator-section h3 {
        font-size: 18px
    }
}

@media screen and (min-width: 1200px) {
    main .calculator-section h3 {
        margin-left: 15px
    }
}

main .calculator-section .calculator-ctr {
    scroll-margin-top: 15px;
    background: #161616;
    border-radius: 10px;
    max-width: 690px;
    margin: 0 auto
}

@media screen and (max-width: 767px) {
    main .calculator-section .calculator-ctr {
        max-width: 345px
    }
}

@media screen and (min-width: 1200px) {
    main .calculator-section .calculator-ctr {
        margin-left: 15px
    }
}

main .calculator-section .rounded {
    border: none;
    background-color: #fff;
    color: #434343;
    border-radius: 5px !important;
    height: 32px;
    width: 57%
}

@media screen and (min-width: 375px) {
    main .calculator-section .rounded {
        width: 64%
    }
}

@media screen and (min-width: 768px) {
    main .calculator-section .rounded {
        width: 68%
    }
}

main .calculator-section .calc-input {
    position: relative;
    background: #161616;
    padding: 20px 0;
    padding-left: 1.2rem;
    padding-bottom: 0;
    border-radius: 10px 10px 0 0
}

@media screen and (min-width: 768px) {
    main .calculator-section .calc-input {
        padding-bottom: 28px;
        padding-left: 2rem;
        border-radius: 10px 0 0 10px
    }
}

main .calculator-section .calc-output {
    background: #161616;
    padding: 20px 0;
    padding-left: 1.2rem;
    padding-top: 0;
    border-radius: 0 0 10px 10px
}

main .calculator-section .calc-output .rounded {
    width: calc(100% - 1.2rem)
}

@media screen and (min-width: 768px) {
    main .calculator-section .calc-output {
        padding-top: 20px;
        padding-left: 2rem;
        border-radius: 0 10px 10px 0
    }
    main .calculator-section .calc-output .rounded {
        width: 68%
    }
}

main .calculator-section .title-calc {
    font-family: "Poppins", "Montserrat", sans-serif;
    color: #fff;
    font-weight: 400;
    margin-bottom: .5rem;
    font-size: 16px;
    text-align: left
}

main .calculator-section .calc-btn {
    background: #f90;
    color: #fff;
    border-radius: 5px;
    padding: 4px 10px;
    margin-left: 10px;
    right: 5%;
    border: none;
    font-size: 16px
}

@media screen and (min-width: 576px) {
    main .calculator-section .calc-btn {
        right: 10%
    }
}

main .calculator-section .arrow-ctr {
    display: block;
    width: calc(100% - 1.2rem);
    margin: auto .2rem
}

@media screen and (min-width: 768px) {
    main .calculator-section .arrow-ctr {
        margin: .2rem auto
    }
}

main .calculator-section .arrow-ctr img {
    transform: rotate(90deg)
}

@media screen and (min-width: 768px) {
    main .calculator-section .arrow-ctr {
        display: inline-block;
        width: auto;
        position: absolute;
        right: -20px;
        z-index: 2
    }
    main .calculator-section .arrow-ctr img {
        transform: none
    }
}

main .calculator-section .currency-sign {
    position: absolute;
    left: 1%;
    margin: 4px 0px;
    color: #161616;
    border: none;
    border-right: 1px solid #161616;
    display: inline-block;
    width: 12%;
    background: rgba(0, 0, 0, 0)
}

@media screen and (min-width: 576px) {
    main .calculator-section .currency-sign {
        left: 0%
    }
}

main .calculator-section #initial-value,
main .calculator-section #potencial-value {
    padding-left: 15%
}

@media screen and (min-width: 1200px) {
    main .container-boxes-section {
        max-width: 1200px
    }
}

main .boxes-section h3 {
    font-family: "Poppins", sans-serif;
    color: #161616;
    font-weight: 700;
    margin-bottom: 2em;
    text-align: center;
    font-size: 16px
}

@media screen and (min-width: 576px) {
    main .boxes-section h3 {
        font-size: 18px
    }
}

@media screen and (min-width: 1200px) {
    main .boxes-section h3 {
        text-align: left
    }
}

main .boxes-section .boxes-ctr {
    text-align: center
}

@media screen and (min-width: 576px) {
    main .boxes-section .boxes-ctr {
        max-width: 570px;
        margin: 0 auto
    }
}

@media screen and (min-width: 1200px) {
    main .boxes-section .boxes-ctr {
        max-width: initial
    }
}

main .boxes-section .boxes-ctr .box {
    margin-bottom: 1rem
}

@media screen and (min-width: 576px) {
    main .boxes-section .boxes-ctr .box {
        margin-bottom: 1.7rem
    }
}

main .boxes-section .boxes-ctr .box:nth-of-type(2) .box-img-ctr img {
    margin-bottom: 8px
}

main .boxes-section .boxes-ctr .box .box-img-ctr {
    padding: 1rem 1.2rem .6rem;
    background-color: #f3f3f3;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
    border-radius: 10px;
    margin: 0 auto .5rem;
    max-width: 255px;
    height: 100%
}

main .boxes-section .boxes-ctr .box .box-img-ctr img {
    margin-top: 0
}

main .boxes-section .boxes-ctr .box p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #161616;
    max-width: 185px;
    margin: 0 auto
}

main blockquote {
    position: relative;
    font-style: italic;
    font-weight: 600;
    color: #000;
    font-size: 1.3em;
    line-height: 1.2;
    margin-bottom: 1.5em;
    margin-left: 1em
}

@media screen and (min-width: 576px) {
    main blockquote {
        margin-left: 0;
        font-size: 1.7em
    }
}

main blockquote:before {
    content: "";
    background-color: #ffbe27;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 7px;
    left: -1em
}

main .content p {
    font-style: normal;
    font-weight: normal;
    color: #000;
    font-size: 18px
}

@media screen and (min-width: 576px) {
    main .content p {
        font-size: 20px
    }
}

footer {
    font-family: "Poppins", sans-serif;
    background: #fff;
    padding-bottom: 50px;
    text-align: center;
    color: #464646
}

@media screen and (min-width: 768px) {
    footer {
        margin-top: 0;
        text-align: center
    }
}

footer .footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    margin: 1rem auto 2rem
}

@media screen and (min-width: 768px) {
    footer .footer-links {
        flex-direction: row
    }
}

@media screen and (min-width: 1200px) {
    footer .footer-links {
        flex-direction: column
    }
}

footer .footer-links a {
    color: #464646 !important;
    font-size: 14px;
    display: block;
    text-decoration: underline;
    width: fit-content
}

footer div.disclaimer-ctr {
    line-height: 18px;
    font-size: 14px;
    text-align: center;
    color: #464646
}

footer div.disclaimer-ctr a {
    color: #464646;
    text-decoration: underline
}

.cta-btn {
    background: #f90;
    border-radius: 4px;
    padding: 10px 10px;
    color: #fff;
    border: 0;
    cursor: pointer;
    margin: auto;
    margin-bottom: 1em;
    width: 100%;
    display: block;
    font-weight: 700;
    font-size: 18px
}

@media screen and (min-width: 576px) {
    .cta-btn {
        padding: 15px 40px;
        width: initial
    }
}

@media screen and (min-width: 768px) {
    .cta-btn {
        width: 341px
    }
}

.cta-btn:hover {
    transition: .1s all linear;
    transform: scale(1.03)
}

.cta-mini {
    font-family: "Poppins", sans-serif;
    background: rgba(0, 0, 0, 0);
    color: #161616;
    padding: 0;
    font-weight: 400;
    font-size: 3.31265625vw;
    line-height: 4.0625vw;
    text-transform: none;
    box-shadow: none;
    width: max-content;
    outline: none;
    border: none;
    text-decoration: underline
}

@media screen and (min-width: 576px) {
    .cta-mini {
        color: #fff;
        font-size: 1.7578125vw;
        line-height: 1.953125vw
    }
}

@media screen and (min-width: 1200px) {
    .cta-mini {
        font-size: 18px;
        line-height: 20px
    }
}

#mainForm {
    z-index: 10
}

@media screen and (min-width: 992px) {
    #mainForm {
        margin-top: 0
    }
}

.lp-action {
    cursor: pointer
}

.video-pic {
    cursor: pointer
}

#myVideo {
    display: none
}

.form-container {
    font-family: "Poppins", sans-serif;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, .25);
    margin: 0px auto 15px auto;
    max-width: 345px;
    z-index: 10;
    scroll-margin-top: 15px
}

.form-container#desktopForm .close-popUpForm {
    display: none
}

@media screen and (min-width: 768px) {
    .form-container {
        max-width: initial
    }
}

@media screen and (min-width: 1200px) {
    .form-container {
        position: absolute;
        right: -20px;
        margin-top: -28rem !important;
        max-width: 345px
    }
}

.form-container .form-heading-ctr {
    background-color: #161616;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

.form-container h2 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-size: 17px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    padding: 15px 15px !important;
    margin: 0
}

@media screen and (min-width: 1200px) {
    .form-container h2 {
        font-size: 22px;
        line-height: 24px
    }
}

.form-container .dss-ctr {
    display: flex;
    background-color: #efefef;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    align-items: center;
    justify-content: space-between
}

@media screen and (min-width: 768px) {
    .form-container .dss-ctr {
        background-color: #fff
    }
}

@media screen and (min-width: 1200px) {
    .form-container .dss-ctr {
        background-color: #efefef
    }
}

@media screen and (min-width: 768px) {
    .form-container.form-container-popUp .dss-ctr {
        background-color: #efefef
    }
}

@media screen and (min-width: 834px)and (max-width: 1199px) {
    .form-container.form-container-popUp .user-inputs {
        padding: 0 15px
    }
}

.form-container.form-container-popUp h2>br {
    display: block !important
}

.form-container.form-container-popUp .cfd {
    padding-top: 10px !important;
    text-align: center !important
}

.form-container.form-container-popUp .custom-control.custom-checkbox {
    margin-top: 1rem !important
}

.user-inputs {
    padding: 0 15px
}

@media screen and (min-width: 834px)and (max-width: 1199px) {
    .user-inputs {
        padding: 0 30px
    }
}

.form-wrapper h2 {
    color: #373737;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    padding: 20px 0px !important;
    text-align: center
}

.form-wrapper .form-group {
    position: relative;
    margin-bottom: 20px
}

.form-wrapper .form-control {
    background: #fff;
    border: 1px solid #c4c4c4;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, .25);
    border-radius: 4px;
    height: 45px;
    margin-bottom: 0px
}

.form-wrapper .form-control:focus {
    border: 1px solid #989898;
    box-shadow: none
}

.form-wrapper .form-control[readonly] {
    background: #f2f2f2;
    border: 1px solid #c4c4c4;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, .25);
    color: #464646
}

.form-wrapper .form-control-lg {
    border-radius: 4px;
    font-size: 14px;
    height: 45px;
    line-height: 1.5;
    min-width: 243px;
    padding-left: 15px
}

@media screen and (min-width: 768px)and (max-width: 991px) {
    .form-wrapper .form-control-lg {
        min-width: 200px
    }
}

.form-wrapper .cfd-1 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 1.4;
    text-align: center;
    color: #464646
}

.form-wrapper .cfd {
    color: #464646;
    font-size: 11px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 0;
    padding: 10px;
    text-align: center
}

@media screen and (min-width: 768px) {
    .form-wrapper .cfd {
        padding-top: 0;
        text-align: left
    }
}

@media screen and (min-width: 1200px) {
    .form-wrapper .cfd {
        padding-top: 15px;
        text-align: center
    }
}

.form-wrapper .reg-btn {
    border: 0;
    border-radius: 5px;
    background: #f90;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    margin: auto;
    margin-bottom: 0;
    padding: 20px 5px;
    white-space: normal;
    width: 100%
}

.form-wrapper .reg-btn:hover {
    transition: .1s all linear;
    transform: scale(1.03)
}

.form-wrapper .form-group label {
    position: absolute;
    z-index: 200;
    left: 15px;
    top: 13px;
    -webkit-transition: .1s all;
    -o-transition: .1s all;
    transition: .1s all;
    font-size: 14px;
    margin: 0
}

.form-wrapper .selected.form-group label {
    top: -16px;
    left: 0px;
    -webkit-transition: .1s all;
    -o-transition: .1s all;
    transition: .1s all;
    font-size: 12px
}

.form-wrapper .selected.form-group label[for=mobile] {
    left: 0
}

.form-wrapper .active.form-group label {
    top: -16px;
    left: 0px;
    -webkit-transition: .1s all;
    -o-transition: .1s all;
    transition: .1s all;
    font-size: 12px
}

.form-wrapper .active.form-group label[for=mobile] {
    left: 0
}

.form-wrapper .custom-select-lg {
    border-radius: 4px;
    font-size: 14px;
    height: 45px;
    line-height: 1.5;
    padding-top: .375rem;
    padding-bottom: .375rem;
    padding-left: 15px
}

.form-wrapper .nxreg-sign-up-phone-number-wrapper label {
    left: 60px
}

.form-wrapper .invalid-feedback {
    margin-top: 0;
    font-size: 14px
}

.form-wrapper .custom-control {
    padding-left: 0;
    margin-top: 1rem;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

@media screen and (min-width: 768px)and (max-width: 1199px) {
    .form-wrapper .custom-control {
        align-items: center;
        margin-top: 0
    }
}

.form-wrapper .check-box {
    margin-top: 10px
}

.form-wrapper .custom-checkbox .terms-link {
    font-family: "Poppins", sans-serif
}

.form-wrapper .custom-checkbox .custom-control-label {
    position: relative !important;
    left: 0;
    font-size: 13px;
    font-weight: 400;
    padding-left: 25px;
    padding-bottom: 15px
}

.form-wrapper .custom-checkbox .custom-control-label a {
    font-size: 13px;
    font-weight: 400;
    text-decoration: underline
}

.form-wrapper .custom-checkbox .custom-control-label:before {
    width: 18px;
    height: 18px;
    top: 0;
    left: 0
}

.form-wrapper .custom-checkbox .custom-control-label:after {
    left: 0, 5px;
    width: 18px;
    height: 18px;
    top: 0;
    left: 0
}

.form-wrapper #msgContainer {
    color: red;
    padding: 0 15px;
    text-align: center;
    font-size: 14px
}

.form-wrapper #msgContainer a {
    color: red;
    text-decoration: underline
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 999999;
    color: #585858;
    display: none
}

.overlay .container {
    height: 100%
}

.overlay .container .thank-you-msg {
    font-family: "Roboto", sans-serif;
    background-color: #fff;
    margin: 0 auto;
    width: 100%;
    max-width: 670px;
    border-radius: 25px;
    padding: 35px;
    text-align: center
}

@media screen and (min-width: 992px) {
    .overlay .container .thank-you-msg {
        padding: 35px;
        text-align: left
    }
}

.overlay .container .thank-you-msg .img-wrapp {
    padding: 0
}

.overlay .container .thank-you-msg .img-wrapp img {
    width: 150px;
    margin-top: 30px;
    margin-bottom: 30px
}

@media screen and (min-width: 576px) {
    .overlay .container .thank-you-msg .img-wrapp img {
        width: 150px
    }
}

@media screen and (min-width: 992px) {
    .overlay .container .thank-you-msg .img-wrapp img {
        width: 180px
    }
}

.overlay .container .thank-you-msg h3 {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    color: #06a2e4;
    font-weight: 700;
    margin: 0 auto
}

@media screen and (min-width: 576px) {
    .overlay .container .thank-you-msg h3 {
        font-size: 30px
    }
}

.overlay .container .thank-you-msg p {
    font-family: "Roboto", sans-serif;
    margin-top: 18px;
    font-size: 18px;
    line-height: 1.5em
}

@media screen and (min-width: 576px) {
    .overlay .container .thank-you-msg p {
        font-size: 20px
    }
}

.overlay .container .thank-you-msg .confirm {
    background: #06a2e4;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    padding: 5px 80px;
    font-weight: 100;
    text-shadow: none;
    opacity: 9;
    line-height: 1.5em
}

@media screen and (min-width: 576px) {
    .overlay .container .thank-you-msg .confirm {
        padding: 10px 100px
    }
}

.overlay .container .thank-you-msg .confirm:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

#msgContainer {
    color: red
}

.respond-card {
    padding: 0 35px;
    background: #fff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, .25)
}

.card-respond-wrapper {
    text-align: center;
    padding-top: 30px
}

.respond-header {
    font-size: 20px;
    padding: 12px 0px !important
}

.respond-body {
    display: inline-block;
    padding: 15px !important;
    font-size: 18px;
    border-style: groove
}

.card-body {
    padding: 0 !important;
    word-break: break-all !important
}

.respond-btn {
    width: 100% !important;
    max-width: 360px !important;
    display: inline-block !important;
    background: #00d1ff !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    color: #fff !important;
    margin: 20px 0 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    padding: 10px 0 !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    transition: .3s all ease-in-out !important;
    transform-origin: 50% 50% 50% !important;
    backface-visibility: hidden !important
}

@media(min-width: 576px) {
    .respond-btn {
        width: auto !important;
        padding: 10px 65px !important
    }
}

@media(min-width: 992px) {
    .respond-card {
        min-height: 480px
    }
    .respond-btn {
        width: 100% !important;
        padding: 10px 0px !important
    }
}

.focusForm {
    animation: focusForm .7s ease-in-out 2
}

@keyframes focusForm {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.03)
    }
    100% {
        transform: scale(1)
    }
}

@media screen and (min-width: 768px) {
    .desktopForm-ctr.container {
        max-width: initial;
        padding: 0 1.5rem;
        overflow: hidden
    }
}

@media screen and (min-width: 1200px) {
    .desktopForm-ctr.container {
        position: relative;
        max-width: 1140px;
        padding: 0 1.5rem;
        overflow: visible
    }
}

body:not(.iti-mobile) .iti__country-list {
    white-space: normal;
    width: 315px;
    right: 0
}

.open-popUpForm {
    cursor: pointer
}

.overlay-1 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(53, 59, 66, .9);
    padding: 15px;
    display: none;
    text-align: center;
    z-index: 9999;
    overflow: auto
}

.overlay-1 .form-container,
.overlay-1 .form-wrapper {
    max-width: none
}

.overlay-1 .form-container .invalid-feedback,
.overlay-1 .form-wrapper .invalid-feedback {
    text-align: left
}

.overlay-1 .form-container-popUp {
    position: relative;
    margin: 0 auto;
    right: 0;
    max-width: 340px
}

.overlay-1 .close-popUpForm {
    border-radius: 50%;
    border: none;
    font-size: 0;
    line-height: 0;
    color: #fff;
    background: #fff;
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: -15px;
    height: 30px;
    width: 30px;
    z-index: 2;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.overlay-1 .close-popUpForm img {
    margin: 0
}

.overlay-1 .close-popUpForm:hover {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #fff
}

.iti-mobile .iti--container {
    z-index: 9999
}

.bubble {
    position: relative;
    width: 228px;
    height: 53px;
    text-align: center;
    padding: 9px;
    background: #008cdb;
    border-radius: 6.30952px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22.7143px;
    color: #fff;
    left: 36.5rem;
    top: -13.5rem
}

.bubble:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 17px 23px 0px;
    border-color: #008cdb rgba(0, 0, 0, 0);
    display: block;
    z-index: 1;
    bottom: -15px;
    left: 88px
}

.payment-method-footer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1.2rem;
    column-gap: 1.2rem;
    row-gap: 1rem;
    margin: 2rem auto;
    max-width: 748px;
    padding: 0 1rem
}

.payment-method-footer img {
    margin: 0
}

/*# sourceMappingURL=style.min.css.map */