.hero-section {
    background: linear-gradient(to right, rgba(39, 70, 133, 0) 0, rgba(61, 179, 197, 0) 100%), url(https://d2zogq81rfgh3u.cloudfront.net/cirkledin/images/ci-pricing-background.png) center/cover no-repeat;
    position: relative;
}

.hero-section h1 {
    font-size: 40px;
    color: #fff;
    line-height: 71px;
    font-weight: 900;
    margin-bottom: -10px;
}

.hero-section span {
    font-size: 60px;
    font-weight: 900;
    color: #ffbc00;
}

.pricing-top-section ul li {
    color: #fff;
    font-size: 21px;
    line-height: 40px;
}

.pricing-top-section {
    justify-content: center;
    align-items: center;
    display: flex;
}

body {
    font-family: Helvetica;
}

.left-section {
    padding-top: 30px;
}

header {
    color: #212529;
    margin: 3.3rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.toggle {
    margin-top: 2rem;
    color: #212529;
    display: flex;
    align-items: center;
}

.toggle-btn {
    margin: 0 1rem;
}

.checkbox {
    display: none;
}

.sub {
    background: #fff;
    border: 1px solid #bfbfbf;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 1.6rem;
    width: 3.3rem;
    border-radius: 1.6rem;
    padding: 0.3rem;
}

.circle {
    background-color: #189ad4;
    height: 1.2rem;
    width: 1.2rem;
    border-radius: 50%;
}

.checkbox:checked+.sub {
    justify-content: flex-end;
}

.cards {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pricing-section .card {
    background: #fff;
    color: hsl(233, 13%, 49%);
    border-radius: 0.8rem;
}

.cards .card.active {
    background: linear-gradient(135deg, rgb(0 148 211) 0%, #001839 100%);
    color: #fff;
    display: flex;
    align-items: center;
    transform: scale(1.1);
    z-index: 1;
}

.pricing-section ul {
    margin: 0.6rem 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding:0 10px;
}

.pricing-section ul li {
    list-style-type: none;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0.8rem 0;
}

.pricing-section ul li.price {
    font-size: 2.3rem;
    color: hsl(232, 13%, 33%);
    padding-bottom: 1rem;
}

.shadow {
    box-shadow: -5px 5px 15px 1px rgba(0, 0, 0, 0.1);
}

.pricing-section .card.active .price {
    color: #fff;
}

.pricing-section .btn {
    margin-top: 1rem;
    height: 2.6rem;
    width: 13.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: linear-gradient(135deg, rgb(0 148 211) 0%, #001839 100%);
    color: #fff;
    outline: none;
    border: 0;
    font-weight: bold;
}

.active-btn {
    background: #fff;
    color: hsl(237, 63%, 64%);
}

.bottom-bar {
    border-bottom: 2px solid hsla(240, 8%, 85%, 0.582);
}

.pricing-section .card.active .bottom-bar {
    border-bottom: 2px solid hsla(240, 8%, 85%, 0.253);
}

.pack {
    font-size: 1.1rem;
}

@media (max-width: 280px) {
    .pricing-section ul {
        margin: 1rem;
    }

    h1 {
        font-size: 1.2rem;
    }

    .toggle {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        height: 80px;
    }

    .cards {
        margin: 0;
        display: flex;
        flex-direction: column;
    }

    .pricing-section .card {
        transform: scale(0.8);
        margin-bottom: 1rem;
    }

    .cards .card.active {
        transform: scale(0.8);
    }
}

@media (min-width: 280px) and (max-width: 320px) {
    .pricing-section ul {
        margin: 20px;
    }

    .cards {
        display: flex;
        flex-direction: column;
    }

    .pricing-section .card {
        margin-bottom: 1rem;
    }

    .cards .card.active {
        transform: scale(1);
    }
}

@media (min-width: 320px) and (max-width: 414px) {
    .cards {
        display: flex;
        flex-direction: column;
    }

    .pricing-section  .card {
        margin-bottom: 1rem;
    }

    .cards .card.active {
        transform: scale(1);
    }
}

@media (min-width: 414px) and (max-width: 768px) {
    .pricing-section .card {
        margin-bottom: 1rem;
        margin-right: 1rem;
        width: 80%;
    }

    .cards .card.active {
        transform: scale(1);
    }
    .right-section {
        text-align: center;
        margin: auto;
        display: none;
    }

}

@media (min-width: 768px) and (max-width: 1060px) {
    .cards {
        display: flex;
    }

    .pricing-section .card {
        margin-bottom: 1rem;
        margin-right: 1rem;
        flex: 0 0 45.333333%;
        max-width: 45.333333%;
    }

    .cards .card.active {
        transform: scale(1);
    }
}
.cards i{
    font-weight: 900;
    margin-right: 8px;
    font-size: 13px;
    margin-top: 5px;
}
.cards sub {
    bottom: -2.1em;
    font-size: 16px;
    margin-left: 6px;
}
@media (min-width:992px) {
    .pricing-section .card {
        height: 560px;
        width: 23%;
    }
}
@media (min-width:1340px) {
    .pricing-section .card {
        height: 560px;
        width: 21%;
    }
}


@media (min-width: 1121px) and (max-width: 1300px) {
    .pricing-section ul {
        margin: 0.6rem 1.5rem;
    }
}
@media (min-width: 1046px) and (max-width: 1120px) {
    .pricing-section ul {
        margin: 0.6rem 1rem;
    }
}
.enterprize-li{
    line-height: 1.7rem;
    text-align: center;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.mandate {
    font-size: 20px;
    color: red!important;
}

.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    width: 100%;
}
.toggle-btn .sub{
    cursor: pointer;
}
.btn-goto-button, .btn-goto-button:hover{
    text-decoration: none;
    color: #fff;
}

  .ribbon .inner {
    transform: rotate(45deg);
    background-color: #ffbc00;
    width: 125px;
    height: 113px;
    top: 9px;
    left: -72px;
    position: relative;
    border-radius: 10px;
  }
  
  .ribbon .outer {
    position: absolute;
    top: -43px;
    left: -9px;
    width: 70px;
    height: 140px;
    overflow: hidden;
    rotate: -135deg;
  }
  .ribbon .text{
    transform: rotate(91deg);
    top: -64px;
    left: -17px;
    position: relative;
    border-radius: 10px;
    font-size: 14px;
    width: 81px;
    text-align: center;
    color: #fff!important;
  }
  .bg-yellow {
    background: #ffbc00;
    color: #fff;
    width: 25%;
    text-align: center;
    border: 1px solid #bb8d0c;
    padding: 6px;
    margin: 20px 0;
    font-size: 17px;
    font-weight: 600;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #60656a;
}
.pricing-section .btn.cancel-subscription-btn{
    display: inline-block;
    color: #007bff;
    border-color: #007bff;
    border: 2px solid;
    background: 0;
}
.pricing-section .btn.cancel-subscription-btn:hover{
    display: inline-block;
    color: #fff;
    border-color: #007bff;
    border: 2px solid;
    background: #007bff;
}
.custom-modal .modal-title{
    display: none;
}
.custom-modal .modal-content {
    border: 4px solid #0094d3;
}
.custom-modal .modal-content p {
    color: #000;
}
.modal {
    background: #000000c2;
}
@media (min-width: 576px){
    .modal-dialog.modal-md {
        max-width: 600px;
        margin: 1.75rem auto;
    }
}
#payment-form #card-errors, .error-class{
    color: red;
}
#subscription-faild-modal img{
    max-width: 18%;
}
.round-loader-animation-sign-in {
    width: 17px;
    height: 17px;
}


.tooltip-container {
    position: relative;
    display: inline-block;
  }
  .tooltip {
    visibility: hidden;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    width: 350px;
    bottom: 97%;
    left: 41%;
  }
  .tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    transform: translateX(-50%);
  }
  .tooltip-container:hover .tooltip {
    visibility: visible;
    opacity: 1;
  }

 #upgrade-success-modal h6 {
    font-size: 16px;
  }
  .contactForms {
    overflow: hidden;
    box-shadow: 10px 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px -10px 5px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 10px -10px 5px rgba(0, 0, 0, 0.6);
    border-radius: 16px;
}
.colorDarkOrange {
    color: #ff7600 !important;
}
.contactForms .modal-body {
    padding: 1rem 1.5rem;
}
.contactForms button.colorDarkOrange {
    background: #ff7600 !important;
    color: #fff !important;
    padding: .375rem 1.75rem;
}

#conatct-us-form #request-demo-form3 .form-control{
    border-radius: 1.25rem;
}
.msg-box-high {
    height: 150px !important;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 1.25rem;
    border: 1px solid #dedede;
    width: 100%;
}
.contact-title {
    font-size: 3rem;
    font-weight: 700;
    color: #ff7c0b;
    padding: 10px 0;
    margin-bottom: 0px;
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    line-height: 34px;
}
.form-error{
    color: #FF0000;
    margin-top: 6px;
}