@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
html{
    scroll-behavior: smooth;
}
h1, h2, h3, input, input::placeholder {
    font-family: 'Poppins';
}
b, strong {
    font-weight:900 !important;
}

p, blockquote, label, li {
    font-family: 'Source Sans 3';
}

.timer-text {
    font-family: 'Poppins' !important;
}

.top-header {
    background-image: url('https://s3.amazonaws.com/assets.manwardpress.com/promo/RBF/Mega/images/header-bkgd.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-top:1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

#ccpa-footer{
    background:#EDEDED !important;
}

.isSticky{
	position:sticky;
	bottom:0;
}

.bg-form {
    opacity: 1;
    
}

.signup-button {
    background: linear-gradient(90deg, #1da48e 0%, #1dc18e 100%);
}

.calendar-btn {
    transition: transform 175ms ease-in-out;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important;
}

.calendar-btn:hover {
    transform: translateY(0.1rem) scale(1.05);
}

#qa-submit {
    transition: transform 175ms ease-in-out;
}

#qa-submit:hover {
    transform: translateY(0.125rem) scale(1.07);
}

#clockLive {
    display: none;
}

li.rbf-list::before {
    content:'';
    display: inline-block;
    margin-top:3px;
    margin-right: 10px;
    height: 27px;
    width: 27px;
    flex-shrink: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('https://s3.amazonaws.com/assets.manwardpress.com/promo/RBF/Mega/images/left-arrow.png');

}

label.qa-labels::before {
    content: url('https://s3.amazonaws.com/assets.manwardpress.com/promo/RBF/Mega/images/left-arrow.png');
    display: inline-block;
    margin-right: 10px;
    height: 27px;
    width: 27px;
}

.block-title {
    display: flex !important;
    align-items: center; 
}

.block-title::before {
    content: url('https://s3.amazonaws.com/assets.manwardpress.com/promo/RBF/Mega/images/left-arrow.png');
    display: inline-block;
    margin-right: 10px;
    height: 27px;
    width: 27px;
}

.form-actions {
    display: flex;
    justify-content: flex-start;
}

.mopinion-survey-content label {
    margin-bottom: 0 !important;
}

.arrows{
    width: 68px;
    margin-top: 15px;
    flex-shrink:0;
    
}

.arrow1{
    -webkit-animation: .75s ease-in-out infinite alternate arrow_bounce1;
    animation: .75s ease-in-out infinite alternate arrow_bounce1;
}
.arrow2{
    -webkit-animation: .75s ease-in-out infinite alternate arrow_bounce2;
    animation: .75s ease-in-out infinite alternate arrow_bounce2;
}


@-webkit-keyframes arrow_bounce1 {
    from {
        left: 5px;
        position: relative;
    }
    to {
      left: -25px;
      position:relative;
    }
  }
  
  @keyframes arrow_bounce1 {
    from {
        left: 5px;
        position: relative;
    }
    to {
      left: -25px;
      position:relative;
    }
  }


  @-webkit-keyframes arrow_bounce2 {
    from {
      right: 5px;
      position:relative;
    }
    to {
      right: -25px;
      position:relative;
    }
  }
  
  @keyframes arrow_bounce2 {
    from {
        right: 5px;
        position:relative;
      }
      to {
        right: -25px;
        position:relative;
      }
  }



.confirm .arrows{
    width:41px;
}

.arrow-text::after {
    content: url('https://s3.amazonaws.com/assets.manwardpress.com/promo/RBF/signup/img/down-arrow-icon.png');
    position: absolute;
    transform: scale(0.5) translateY(-60px) translateX(-45px);
}

@media (max-width: 800px) {
    .arrow-text::after {
        content: url('https://s3.amazonaws.com/assets.manwardpress.com/promo/RBF/signup/img/down-arrow-icon.png');
        position: absolute;
        transform: scale(0.5) translateY(-100px) translateX(-110px);
    }
}

@media (max-width: 660px) {
    .arrow-text::after {
        content: ''
    }
}
 

.rbf-button {
    font-family: 'Poppins';
    text-align: center;
    overflow: hidden;
    display: inline-block;
    position: relative;
    transition: all 0.2s;
}

.rbf-button:before {									/* Adds a glow on the HOVER effect */
    content: "";
    width: 200%;
    height: 200%;
    position: absolute;
    top: -200%;
    left: -225%;
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
}

.rbf-button:hover {
    text-decoration: none;
    transition: all .5s;
}

.rbf-button:hover::before {
    top: 200%;
    left: 200%;
}

.rbf-button:active {									/* This is the ACTIVE state when user clicks */
    transform: scale(.98) translate(0, 2px);				/* Creates a CLICK effect */
    transition: all .2s;
}

.crypto-table div{
    font-family: 'Source Sans 3';
}

.crypto-table>div:nth-child(1),
.crypto-table>div:nth-child(2),
.crypto-table>div:nth-child(3),
.crypto-table>div:nth-child(4){
    background:#002757 !important;
    color:#fff;
}

.crypto-table>div:nth-child(8n+1),
.crypto-table>div:nth-child(8n+2),
.crypto-table>div:nth-child(8n+3),
.crypto-table>div:nth-child(8n+4){
    background:#F2F2F2;
}
.experts h1{
    font-family: 'Poppins';
}
.experts h2{
    font-family: 'Source Sans 3';
}

.reserve-now{
    font-family: 'Poppins';
    font-weight:900;
    text-transform: uppercase;
}