@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro:400,500,600,700|Source+Sans+Pro:400,600,700&display=swap);
@font-face {
    font-family: 'Inter';
    src: url('../../fonts/Inter/Inter-VariableFont_opsz,wght.ttf') format('truetype');
}
  .divider {
    width: 100%;
    height: 1px;
    border-top: 3px dashed #346aae;
    margin: 10px 0; /* Adjust margin as needed */
}
.bg-blue-skin .lead-card__button,.lead-card__button {
    height:55px;
    box-shadow:3px 10px 20px 0 rgba(0,128,0,.3);
    font-weight:700;
    width:100%;
    font-family:"Source Sans Pro",sans-serif;
    cursor:pointer
}
.bg-blue-skin .lead-card__button,.lead-card__button,.lead-card__input,body {
    font-family:"Source Sans Pro",sans-serif
}
.fp-right-arrow,.ui-ribbon-container,.x_content {
    position:relative
}
* {
    box-sizing:border-box;
    margin:0
}
.desk-compact{
    margin: auto;
    width: 90%;
}
@media (min-width: 1024px) {
    .desk-compact {
        width: 80%;
    }
}

body.bg-yellow-skin {
    background:#fcfb00;
    color:#000000db
}
body.bg-blue-skin {
    background:#006ac3;
    color:#fff
}
.yellow {
    background:#fcfb00!important
}
.blue {
    background:#006ac3!important
}
button.blue {
    color:#fff
}
.bg-yellow-skin {
    background:#fcfb00
}
.bg-blue-skin .site-footer ul li a,.bg-yellow-skin a.dark-link {
    color:#fff!important
}
.bg-yellow-skin a.light-link {
    color:#000!important
}
.bg-blue-skin {
    background:#006ac3
}
.bg-p-1 {
    background-color:#fab935
}
.bg-p-2 {
    background-color:#fddb5b
}
.bg-p-3 {
    background-color:#f1e1c5
}
.bg-blue-skin .lead-card {
    background:#fcfb00;
    border-radius:10px;
    color:#000
}
.bg-blue-skin .lead-card__label {
    font-size:20px;
    margin-bottom:5px;
    font-weight:700;
    color:#000;
    width:100%;
    display:block;
    user-select:none
}
.bg-blue-skin .lead-card__button {
    background:#006ac3;
    border:none;
    border-radius:5px;
    font-size:30px;
    margin-top:20px;
    color:#fff
}
.bg-blue-skin a.dark-link {
    color:#000
}
.hidden {
    display:none
}
input:focus {
    outline:0
}
img#opt-gif {
    cursor: pointer;
}
.full-row,.full-width {
    width:100%
}
.wrapper {
    padding:25px;
    width:100%
}
.modal {
    z-index:100000
}
.money {
    color:#0161e7
}
.main-title h1,
.main-title h2,
.main-title h3
{
    font-family: "Inter", sans-serif;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -0.05rem;
    text-align: center;
}

.main-title h1
{
    line-height: 108% !important;
}

.main-title h1 {
    font-size: 2.5rem;
}

.main-title h2 {
    font-size: 2rem;
}

.main-title h3 {
    font-size: 1.3rem;
}

.main-title h1.h1-main-title {
    font-size: 3.5rem;
    font-weight: 900;
}

.main-title h2.i-main-title {
    font-size: 2.5rem;
    font-weight: 900;
    font-style: italic;
}

.lead-card {
    background:#006ac3;
    border-radius:10px;
    color:#fff;
    padding:25px
}
.lead-card-title {
    text-align:center;
    margin-bottom:20px;
    font-size:35px;
    font-weight:700
}
.lead-card__label,p.badges-list {
    font-size:20px;
    color:#fff;
    display:block
}
.lead-card__label {
    margin-bottom:5px;
    font-weight:700;
    width:100%;
    user-select:none
}
.clock,.required {
    display:inline-block
}
.lead-card__button {
    line-height:normal;
    background:#fcfb00;
    border:none;
    border-radius:5px;
    font-size:30px;
    margin-top:20px;
    color:#000
}
.lead-card__input {
    width:100%;
    height:50px;
    border-radius:5px;
    box-shadow:none;
    border:1px solid rgba(0,128,0,.3);
    transition:.3s ease-in-out;
    font-size:18px;
    padding:5px 15px;
    background:#fff
}
::placeholder {
    color:#000000db;
    opacity:1
}
:-ms-input-placeholder {
    color:color: #000000db
}
::-ms-input-placeholder {
    color:color: #000000db
}
p.badges-list {
    line-height:32px;
    max-width:520px;
    text-align:center;
    margin:0 auto
}
.py-4 span,img.cta-img {
    margin-left:20px
}
p.badges-list img {
    border-radius:5px;
    width:24%
}
.unmute-button-overlay {
    background:#ffffff2e;
    width:85.1%;
    height:520px;
    position:relative;
    top:-526px;
    z-index:9999;
    right:-83px
}
.required {
    margin-left:3px;
    padding:2px 6px;
    border-left:2px solid #000;
    border-radius:0 2px 2px 0;
    background-color:#fcfb00;
    color:#000;
    font-size:11px;
    line-height:15px;
    font-weight:400;
    text-align:center
}
.h1,.h2 {
    color:#0161e7
}
.h1 {
    font-weight:700
}
.h2 {
    font-weight:600
}
.bg-blue-skin .h1 {
    font-weight:700;
    color:#fff!important
}
.bg-blue-skin .h2 {
    font-weight:600;
    color:#fff!important
}
.clock {
    margin:0 auto;
    width:auto
}
.site-footer ul li>a {
    text-decoration:none;
    padding:2px 4px
}
.footer-wrapper {
    margin-top:50px
}

#optinModal h5, label{
    color: #000;
    font-weight: bold;
}

#optinModal button.lead-card__button {
    border: 2px solid #000;
    margin-bottom: 10px;
}

#optinModal .modal-content {
    border-radius: 0 !important;
    border: 3px solid #000;
}
/* Opt fd code */

.opt-wrapper {
    background-color: #FFFFFF;
    border: 2px solid red;
    width: 255px;
    height: 100px;
    margin: auto;
}

.opt-wrapper .opt-field {
	display: inline-block;
    width: 2.7rem;
    height: 3.2rem;
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
    border: none;
	border-bottom: 2px solid #000000a1;
    outline: none;
    background: #80808033;
}

.opt-label {
    font-weight: bold;
    font-size: 1.2rem;
}

.opt-wrapper .opt-field:focus {
	border-bottom-color: black;
}

/* END Opt fd Code */

.optin__button {
    background-color: #10C117; /* Green */
    border: none;
    color: #FFFFFF;
    padding: 10px 14px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    position: relative;
    overflow: hidden;
    margin-top: 5px;
}

.optin__button:hover
{
    background-color: #3e8e41; /* Darker green on hover */
    color: #000;
}

.opt-right {
    margin: auto 0;
}

.top-three-sections {
    position: relative;
    width: 100%;
}

#postcard-wrapper {
    position: absolute;
    z-index: 10000;
    background-color: transparent;
    width: 50px;
    height: 55px;
    top: 37.5%;
    right: 35px;
}

@keyframes glow {
    0% {
      box-shadow: 0 0 0 0 $crimson;
    }

    50% {
      box-shadow: 0 0 30px 0 $crimson;
    }
}

.lb-glow {
    box-shadow: 0 0 0 0 #fd7e14;
    animation: glow 1.4s ease-out infinite;
}


.closeOptModal
{
    position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer;
}

.btn-join-cta-one {
    font-size:35px;
    height:100px;
    font-weight:700;
    background:#138a26;
    border:1px solid #138a26;
    color:#fff;
    transition:.3s;
    line-height:55px
}
#productsModal .modal-body,.join-form-card {
    background:#e8f6fc
}
img.cta-img {
    width:60px
}
.btn-join-cta-one:hover {
    box-shadow:0 15px 20px rgba(33,37,41,.4);
    transform:scale(1.08)
}
.join-form-card {
    border:1px solid #000
}
.join-form-card label {
    color:#000;
    font-size:16px;
    font-weight:700;
    text-align:right
}
.join-form-card input,.join-form-card textarea {
    border:1px solid #00000059
}
.cursor,.cursor input {
    cursor:pointer
}
img.w-css-reset {
    z-index:9999!important
}
.shadow-header {
    box-shadow:0 1px 6px 0 rgba(32,33,36,.28)
}
.fp-right-arrow {
    width:80px;
    -webkit-transform:scaleX(-1);
    transform:scaleX(-1);
    top:-55px;
    left:320px
}
.font-16 {
    font-size:16px
}
.x_content {
    width:100%;
    float:left;
    clear:both;
    margin-top:0
}
.pricing {
    background:#fff
}
.pricing .title {
    /* height:130px; */
    color:#000;
    padding:20px 0;
    text-align:center
}
.pricing .title h2 {
    text-transform:capitalize;
    font-size:25px;
    border-radius:5px 5px 0 0;
    margin:0;
    font-weight:700
}
.pricing .title h1 {
    font-size:35px;
    margin:12px;
    font-weight:700
}
.pricing .title h3 {
    font-size:25px;
    font-weight:700
}
.pricing .title span {
    background:rgba(51,51,51,.28);
    padding:2px 5px
}
.pricing_features {
    background:#fafafa;
    padding:20px 15px;
    min-height:230px;
    color:#000;
    font-size:16px
}
.pricing_features ul li {
    margin-top:10px
}

.pricing_features_custom ul li {
    display: flex;
    align-items: baseline;
}

.pricing_features_custom ul li.block {
    display: block;
}

.pricing_features_custom ul li span {
    margin-left: 5px;
}

.pricing_footer {
    padding:10px 15px;
    border-top:1px solid #ddd;
    text-align:center;
    border-bottom-right-radius:3px;
    border-bottom-left-radius:3px
}
#productsModal {
    z-index:200000
}
#productsModal .pricing {
    border:1px solid
}
#productsModal .x_content {
    float:none
}
@media (min-width:576px) and (max-width:1024px) {
    #productsModal .modal-dialog {
        max-width:100%
    }
}
.product-img {
    text-align:center
}
.product-img img {
    width:100%;
    text-align:center
}
.pricing_footer p {
    font-size:13px;
    padding:10px 0 2px;
    display:block
}
.pricing_footer a {
    font-weight:700
}
.pricing_footer a:hover {
    color:#000;
    font-size:18px
}
.ui-ribbon-container .ui-ribbon-wrapper {
    position:absolute;
    overflow:hidden;
    width:85px;
    height:88px;
    top:-3px;
    right:-3px
}
.ui-ribbon-container.ui-ribbon-primary .ui-ribbon {
    background-color:#5b90bf
}
.ui-ribbon-container .ui-ribbon {
    position:relative;
    display:block;
    text-align:center;
    font-size:15px;
    font-weight:700;
    color:#fff;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    padding:7px 0;
    left:-5px;
    top:15px;
    width:120px;
    line-height:20px;
    background-color:#555;
    -webkit-box-shadow:0 0 3px rgba(0,0,0,.3);
    box-shadow:0 0 3px rgba(0,0,0,.3)
}
.ui-ribbon-container.ui-ribbon-primary .ui-ribbon:after,.ui-ribbon-container.ui-ribbon-primary .ui-ribbon:before {
    border-top:2px solid #5b90bf
}
.ui-ribbon-container .ui-ribbon:before {
    left:0;
    bottom:-1px;
    right:0
}
.ui-ribbon-container .ui-ribbon:after,.ui-ribbon-container .ui-ribbon:before {
    position:absolute;
    content:" ";
    line-height:0;
    border-top:2px solid #555;
    border-left:2px solid transparent;
    border-right:2px solid transparent
}
ul.guest_messages {
    padding:0;
    list-style:none
}
.tasks li,ul.guest_messages li {
    border-bottom:1px dotted #e6e6e6;
    padding:8px 0
}
img.avatar,ul.guest_messages li img.avatar {
    height:32px;
    width:32px;
    float:left;
    display:inline-block;
    border-radius:2px;
    padding:2px;
    background:#f7f7f7;
    border:1px solid #e6e6e6
}
ul.guest_messages li .message_date {
    float:right;
    text-align:right
}
ul.guest_messages li .message_wrapper {
    margin-left:50px;
    margin-right:40px
}
ul.guest_messages li .message_wrapper h4.heading {
    font-weight:600;
    margin:0 0 10px;
    cursor:pointer;
    line-height:100%
}
ul.guest_messages li .message_wrapper blockquote {
    padding:0 10px;
    margin:0;
    border-left:5px solid #006ac3
}

/* Small Devices */
@media only screen and (min-device-width:320px) and (max-device-width:480px) {

    .sm-2rm {
        font-size: 2rem !important;
    }
    
    #postcard-wrapper {
        width: 50px;
        height: 31px;
        top: 37.5%;
        right: 27px;
    }

    .wrapper {
        padding:0
    }
    .lead-card__button {
        font-size:20px!important
    }
    .card-form__inner {
        padding:25px
    }
    .lead-card,
    .lead-card-body {
        padding:7px
    }
    .join-form-card label {
        text-align:left
    }

    .lead-card-title,
    .main-title h1
    {
        font-size:25px
    }
    
    .main-title h2
    {
        font-size:20px
    }

    .main-title h3
    {
        font-size:18px
    }

    .main-title h2.i-main-title
    {
        display: block;
        font-size: 1.8rem;
    }

    .main-title h1.h1-main-title {
        display: block;
        font-size: 2.24rem;
    }

    .opt-left {
        padding-right: 0;
    }

    .opt-wrapper {
        background-color: #FFFFFF;
        width: 100%;
        height: auto;
    }

    .opt-wrapper .opt-field {
        /* Old iOS fix (fallback width) */
        width: 1.3rem;

        /* Modern browsers (iOS 12+) override */
        width: min(15%, 3rem);

        height: 2rem;
        font-size: clamp(15px, 4vw, 20px);
        line-height: clamp(15px, 4vw, 20px);
    }

    .opt-label {
        font-size: 1rem;
    }

    .optin__button {
        font-size: clamp(13px, 4vw, 20px); /* 4% of Viewport Width, min13 and max 20 */
    }
    .hand-icon {
        display: none;
    }
    .btn-join-cta-one {
        height:70px
    }
    img.cta-img {
        width:55px
    }
    .fp-right-arrow {
        width:50px;
        top:-90px;
        left:260px;
        transform:rotate(155deg)
    }
    td,th {
        word-wrap:break-word;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:unset
    }
    .table th,
    table td {
        padding:.2rem!important
    }
    table {
        font-size:12px
    }
    .modal-body {
        padding:4px!important
    }




}
/* Mid Devices */
@media only screen and (max-width:768px) {
    .wrapper {
        padding:0
    }
    .lead-card__button {
        font-size:20px!important
    }
    .card-form__inner {
        padding:25px
    }
    .lead-card,.lead-card-body {
        padding:7px
    }
    .join-form-card label {
        text-align:left
    }
    .btn-join-cta-one {
        font-size:17px;
        height:110px
    }

      .lead-card-title,
    .main-title h1
    {
        font-size:25px
    }

    .main-title h2
    {
        font-size:20px
    }

    .main-title h2.i-main-title {
        font-size: 1.8rem;
    }

    img.cta-img {
        width:55px
    }

}
.forget-password-sent-row .page-heading {
    font-size:36px;
    font-weight:600;
    line-height:50px;
    color:#f00c;
    margin-bottom:1em;
    text-align:center
}
.forget-password-sent-row h5 {
    line-height:35px
}
.site-navbar {
    z-index:99999;
    max-width: 100%;
    width: 100%;
}
.site-wrapper-container {
    padding-top:65px;
    padding-bottom:10px;
    min-height:100vh
}
.site-footer ul {
    margin-top:15px;
    list-style:none
}
.leads-faq-h2-section p{
    margin-left: 25px;
    line-height: 1;

}

.leads-faq-h2-section{
    margin-bottom: 40px;
}

.faq-tab a {
    text-align: left;
}

@media (max-width: 768px) {
    .leads-faq-h2-section p {
      line-height: 1.7;
    }
  }

  @media (max-width: 760px) and (min-width: 570px) {
    .opt-wrapper .opt-field {

    width: 2.6rem;
    height: 3.2rem;
    font-size: 2.4rem;

}

.opt-wrapper {

    width: 230px;
    height: 100px;

}
    }

    @media (max-width: 570px) and (min-width: 480px) {
    .opt-wrapper .opt-field {
    width: 2rem;
    height: 3.2rem;
    font-size: 2rem;

}
.opt-wrapper {

    width: 100%;
    height: 100px;
}
    }
    @media (max-width: 340px) and (min-width: 310px) {
    .opt-wrapper .opt-field {
        width: min(15%, 1.1rem);
        height: 1.8rem;
    }
    .col-6.col-md-5.col-lg-3.text-center.opt-right {
    padding-right: 11px;
    padding-left: 11px;
}
.optin__button{
     padding-right: 11px;
    padding-left: 11px;
}
}
/* Hide navbar on mobile & tablet */
@media screen and (max-width: 1024px) {
    .site-navbar {
        padding: 0rem 0rem;
    }
    .navbar-brand img{
        width: 60px;
        height: 60px;
    }
  .navbar-brand  {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }
    .site-wrapper-container {
    padding-top: 57px;
    }
    .nav-link{

        display:none;
    }
    .wrapper {
        padding: 12px;
    }

}
