@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap');
body{
    font-size: 16px;
}
body,
button,
input,
optgroup,
select,
textarea {
  font-family: BlinkMacSystemFont, -apple-system, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
    'Droid Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
input, select{
    font-family: BlinkMacSystemFont, -apple-system, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
    'Droid Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif!important;  
}
b, strong {
    font-weight: bold;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
select:-moz-placeholder,
textarea:-moz-placeholder,
input:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}
.topbar {
  text-align: center;
  background: #0073ad;
  color: #fff;
  padding: 4px 10px;
  font-weight: bold;
  margin-top: 10px;
}
.topbar span {
  color: #f9c433;
}
.topbar p{
    margin: 0;
    font-size: 16px;
}
.text-under-banner {
    font-size: 16px;
}
.desk-prt{
    display:-ms-flexbox;
    display: flex;
    -ms-flex-direction:row;
    flex-direction:row;
    justify-content: space-between;
    align-items: center;
    max-width:100%;
    width:100%
}
.tab-prt
{
    display:-ms-flexbox;
    display: flex;
    -ms-flex-direction:column;
    flex-direction:column;
    justify-content: space-between;
    align-items: center;
}
.columns.is-mobile {
    display: flex;
}
.product-features-banner
{
    display:-ms-flexbox;
    display: flex;
    justify-content:center;
    align-items: center;
    width: 50%;
}
.icon.is-large {
    height: 3rem;
    width: 3rem;
}
.icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
}
.is-size-3
{
    font-size: 2rem;
    color: #fff;
}
.is-size-6 {
    font-size: 1rem !important;
}

     .checkout-steps {
                        position: relative;
                        margin: 0 auto;
                        width: 480px;
                        height: 48px;
                            margin-bottom: 30px;
                    }

                    .checkout-step {
                        position: absolute;
                        height: 48px;
                        line-height: 48px;
                        font-weight: 500;
                        text-align: center;
                    }

                    .checkout-step-active {
                        background-color: #0073ad;
                        color: white;
                    }

                    .checkout-step-inactive {
                        background-color: #eaeaea;
                        color: #8c8c8c;
                    }

                    .checkout-step-1 {
                        width: 140px;
                        border-top-left-radius: 4px;
                        border-bottom-left-radius: 4px;
                    }

                    .checkout-step-1::after {
                        content: '';
                        position: absolute;
                        right: -24px;
                        border-left: 24px solid #0073ad;
                        border-top: 24px solid transparent;
                        border-bottom: 24px solid transparent;
                    }

                    .checkout-step-2 {
                        left: 176px;
                        width: 128px;
                    }

                    .checkout-step-2::before {
                        content: '';
                        position: absolute;
                        left: -24px;
                        border-left: 24px solid transparent;
                        border-top: 24px solid #eaeaea;
                        border-bottom: 24px solid #eaeaea;
                    }

                    .checkout-step-2::after {
                        content: '';
                        position: absolute;
                        right: -24px;
                        border-left: 24px solid #eaeaea;
                        border-top: 24px solid transparent;
                        border-bottom: 24px solid transparent;
                    }

                    .checkout-step-3 {
                        left: 340px;
                        width: 140px;
                        border-top-right-radius: 4px;
                        border-bottom-right-radius: 4px;
                    }

                    .checkout-step-3::before {
                        content: '';
                        position: absolute;
                        left: -24px;
                        border-left: 24px solid transparent;
                        border-top: 24px solid #eaeaea;
                        border-bottom: 24px solid #eaeaea;
                    }
                    .arrow-prt
                    {
                            padding-right: 55px;
    min-width: 165px;
                    }

       .arrow {
                                            position: relative;
                                            background: #0073ad;
                                            height: 32px;
                                            width: 100%;
                                            line-height: 32px;
                                            text-align: center;
                                            color: #fff;
                                            font-size: 12px;
                                            border-radius: 0 10px 10px 0;
                                            padding-right: 5px;
                                            z-index: 2;
                                            white-space: nowrap;
                                        }


                                        .arrow-left:before {
                                            content: "";
                                            position: absolute;
                                            left: -11px;
                                            top: 4px;
                                            width: 24px;
                                            height: 24px;
                                            background: #0073ad;
                                            border-radius: 4px;
                                            z-index: -1;
                                            transform: rotate(45deg);
                                        }

.pay-prt
{
    position: relative;
    display: flex;
    align-items: center;
    padding: 0.75rem !important;
}
#click-credit-card
{
    position: relative; 
        padding: 0.75rem !important;
        display: flex;
    align-items: center;
}
.card-container__outline {
  border: 1px solid #e1e1e1!important;
  box-shadow: none!important;
}
.cc-logos {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cc-logos img {
  width: 35px;
}
.label {
    color: #363636;
    display: block;
    font-size: 1rem;
    font-weight: 700;
}
.lock-prt
{
    display: flex;
    align-items: center;
    font-size: 16px;
}
.lock-prt figure{margin:0;}
.lock-prt .transaction-secure p{
  font-size: 14px;
  line-height: 16px;
  margin:0;
}
#payment-select-form > label:not(:last-child) {
  border-bottom: 1px solid #b9c4c9;
}
input[type=radio] {
  background-color: #fff;
  border: 1px solid #b9c4c9;
  border-radius: 50%;
  height: 20px;
  transition: border-color .2s ease-out,box-shadow .2s ease-out;
  width: 20px;
}
#payment-select-form {
  display: flex;
  flex-direction: column;
  border: 1px solid #b9c4c9;
  border-radius: 5px;
}
#payment-select-form .input-payment-logo {
  position: absolute;
  right: 0;
  top: 1em;
}

#form-summary {
  border: 1px solid #b9c4c9;
  border-radius: 5px;
}
#form-summary span {
  position: absolute;
  right: 10px;
  top: 0;
}
#BluesnapForm span.input {
  background: #fff;
}
.credit-card {
  margin: 0 2px;
}
.finish-upsell-button {
  display: table-cell;
  vertical-align: middle;
}

.small-txt
{
    padding: 0 0 5px 10px;
    margin: 0;
}
 section.reviews {
  margin-top: 2rem;
}
 section.reviews .review {
  padding: 20px;
  position: relative;
  display: flex;
  border: 1px solid #ddd;
  height: 100%;
  border-radius: 10px;
}
 section.reviews .review .has-image {
  flex: 1;
  padding-right: 5px;
}
 section.reviews .review .has-image img.author {
  width: 50px;
  border-radius: 5px;
}
 section.reviews .review .inner {
  flex: 5;
  padding-left: 5px;
}
 section.reviews .review .inner p + p {
  margin-top: 10px;
}
 section.reviews .review .inner img.stars {
  max-width: 150px;
}
 section.reviews .review .inner .actions span {
  color: #3658a6;
  font-size: 12px;
}
 section.reviews .review .inner .actions span + span {
  margin-left: 10px;
  padding-left: 5px;
  position: relative;
}
 section.reviews .review .inner .actions span + span:before {
  content: '.';
  color: #3658a6;
  position: absolute;
  left: -5px;
  top: -12px;
  font-size: 20px;
}
 section.reviews .review .inner div.author {
  color: #3658a6;
  font-weight: bold;
  font-size: 12px;
}
 section.reviews .review .inner div.author span {
  margin-left: 10px;
  padding-left: 5px;
  color: gray;
  font-size: 10px;
  font-weight: normal;
  position: relative;
}
 section.reviews .review .inner div.author span:before {
  content: '.';
  color: #3658a6;
  position: absolute;
  left: -5px;
  top: -14px;
  font-size: 20px;
}
 section.reviews .review .inner div.author + p {
  font-size: 13px;
  margin-top: 2px;
}



section.faq {
  background: #eee;
  margin-top: 2rem;
}
section.faq > p {
  padding: 20px;
  text-align: center;
  font-size: 1.2rem;
  color: black;
  cursor: pointer;
  margin: 0;
}
section.faq > p span {
  text-decoration: underline;
}
section.faq h2 {
  padding: 10px;
  text-align: center;
  font-weight: bold;
  background: #3273dc;
  color: white;
}
section.faq .questions {
  padding-bottom: 2rem;
}
section.faq .questions .faq-item {
  border: 1px solid lightgray;
  border-radius: 3px;
}
section.faq .questions .faq-item + .faq-item {
  border-top: 1px solid #ddd;
  margin-top: 1rem;
}
section.faq .questions .faq-item.is-active .answer {
  display: block;
}
section.faq .questions .faq-item.is-active .question {
  border-bottom: 1px solid #ddd;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
section.faq .questions .faq-item.is-active .question svg {
  transform: rotate(270deg);
}
section.faq .questions .faq-item .question {
  font-weight: bold;
  padding: 20px;
  padding-right: 40px;
  position: relative;
  background: white;
  cursor: pointer;
  border-radius: 3px;
}
section.faq .questions .faq-item .question svg {
  position: absolute;
  right: 20px;
  top: 24px;
}
section.faq .questions .faq-item .answer {
  padding: 20px;
  display: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.is-hidden {
    display: none !important;
}

.new-order-summary h4{
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
  .contain-prt
  {
      width:100%;
      max-width:100%;
      padding: 0;
  }
   .columns.is-mobile {
    flex-wrap: wrap;
    padding: 0;
}
.product-features-banner
{
   justify-content: center;
}
.icon.is-large {
   height:2rem;
    width: auto;
 
}
.icon.is-large .fas{
    font-size: 16px;
            margin-right: 3px;
}
.product-features-banner .is-size-6
{
font-size: 12px!important;
}
body .package-wrapper .package-container{
    margin-bottom: 25px!important;
}
}                    
@media(max-width:1000px) and (min-width:768px)
{
    .para.d-flex.bg-white {
      font-size: 10px;
}
.shipping-txt p {
  font-size: 10px!important;
}
.order-summary-item p {
    font-size: 10px!important;
}
}
@media (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
  .arrow-prt {
    margin-left: 0;
    position: absolute;
    bottom: -30px;
    right: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}

@media(max-width:767px)
{
    .columns.is-mobile {
    flex-wrap: wrap;
    padding: 0;
}
.product-features-banner
{
   justify-content: flex-start;
}
.icon.is-large {
   height:2rem;
    width: auto;
 
}
.icon.is-large .fas{
    font-size: 16px;
}
.product-features-banner .is-size-6
{
font-size: 12px!important;
}
body .package-wrapper .package-container{
    margin-bottom: 25px!important;
}
section.reviews .col-md-4{
    margin-bottom: 20px;
}
}

@media(max-width:450px)
{
    .chiller_cb label {
    font-size: 13px !important;
}
.para.d-flex.bg-white {
      font-size: 11px;
}
.shipping-txt p {
  font-size: 11px!important;
}
.order-summary-item p {
    font-size: 11px!important;
}
}
/* Terms css starts */
.termSec p {
    font-size: 15px;
    text-align: center;
    color: #000;
    float: left;
    width: 100%;
    margin: 1rem 0;
}

.termSec p a{color: #003487;font-weight: 600;text-decoration: underline;}
.termSec #checkout_button{position: relative;}
@media (max-width:767px){
    .termSec p{font-size: 13px;}
}
/* Terms css ends */

.form-wrapper .form-control {padding-right: 26px !important;}