.hidden {
    visibility: hidden;
    opacity: 0;
}

.btn {
    transition: all 0.25s ease-in-out;
}

.btn-teal {
    color: #012C56;
    background: #ffffff;
    border: 1px solid #F87936;
    border-radius: 30px;
    font-size: 15px;
    line-height: normal;
    padding: 0 0;
    min-height: 55px;
    line-height: 55px;
    display: block;
    width: 100%;
}

.btn-teal:hover {
    color: #ffffff;
    background: #F87936;
}

.pricing-table h2 {
    color: #0A5AA8;
    font-weight: bold;
    font-size: 22px;
    line-height: normal;
    margin: 0;
}

h3.cost {
    font-weight: bold;
}

/* .pricing-table .sub-title {
    color: #111F2B;
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
} */
.pricing-table .sub-title {
	color: #F87936;
	font-size: 18px;
	line-height: normal;
	font-weight: 500;
	margin-top: 0;
}
.col-pricing:hover {
    z-index: 1;
}

.pricing-single {
    border-radius: 15px;
    transition: all 0.25s ease-in-out;
    border: 2px solid transparent;
    position: relative;
    z-index: 2;
}

.pricing-single:hover:not(.pricing-compare), .pricing-single:not(.pricing-compare).active {
    border-radius: 15px;
    border: 2px solid #F87936;
}

.title-row {
    min-height: 183px;
    background: #f2f2f2;
    border: 1px solid #ECECEC;
    border-bottom: none;
    border-radius: 15px 15px 0px 0px;
    padding: 20px 0 15px 0;
    flex-direction: column;
    margin-bottom: 15px;
}
.get-started {
    min-height: 55px;
    display: flex;
    align-items: center;
}
.pricing-single:not(.pricing-compare) .compare-item-row:last-child {
    border-radius: 0 0 15px 15px;
}

/*.title-row { min-height: 100px; background: #f2f2f2; border: 1px solid #ECECEC; border-bottom: none; border-radius: 15px 15px 0px 0px; padding: 20px 0 0; }*/
.title-row svg {
    width: 28px;
    height: 28px;
}

.cost-row {
    min-height: auto;
    background: #f2f2f2;
    border: 1px solid #ECECEC;
    border-top: none;
    padding: 0 0 20px;
}

.col-compare .title-row,
.col-compare .cost-row {
    background: none;
    border: none;
}

.cost-row .cost {
    color: #111F2B;
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
    margin: 0;
}

.cost-row .cost svg {
    width: 25px;
    height: 25px;
}

.compare-item-row {
    height: 60px;
}

.compare-item-row .compare-title,
.compare-item-row .compare-text {
    color: #757575;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    word-break: break-word;
}

.pricing-single .compare-item-row:nth-child(odd) {
    background: #EBF2F8;
}

.pricing-single:not(.pricing-compare) .compare-item-row:nth-child(even) {
    background: #EBF2F8;
}

.pricing-single:not(.pricing-compare) .compare-item-row:nth-child(odd) {
    background: #fff;
}

.pricing-table .active-plan {
    display: block !important;
}

.pricing-plan h4 {
    color: #012C56;
    background: #ffffff;
    border: 1px solid #F87936;
    border-radius: 30px;
    font-size: 18px;
    line-height: normal;
    padding: 10px 20px;
}

.pricing-plan h4 svg {
    width: 24px;
    height: 24px;
}

.pricing-plan.active-btn h4 {
    color: #ffffff;
    background: #F87936;
}

.pricing-plan.active-btn h4 svg {
    stroke: rgb(255, 255, 255);
}

.radio-box {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 20px 0;
}

.plan-flex label {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 !important;
}

.plan-flex label {
    color: #0A5AA8 !important;
}

.plan-flex {
    width: 100%;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 5px 10px;
    gap: 5px;
}
p.more-user {
    background: #ffeb3b;
    padding: 5px;
    font-size: 15px;
    margin: 0;
}
@media(min-width: 1401px) and (max-width:1700px){
    .get-started {
        min-height: 78px;
       
    }
    .pricing-table h2 {
        font-size: 16px;
       
    }
    h3.cost {
        font-weight: bold;
        font-size: 1.5rem;
    }
}
@media(min-width: 1200px) and (max-width:1400px){
    .pricing-table .sub-title {
         font-size: 16px;
       
    }
	.get-started {
    min-height: 78px;
  
}
	.title-row {
        min-height: 202px;

    }
    .pricing-table h2 {
        font-size: 18px;
       
    }
    h3.cost {
        font-weight: bold;
        font-size: 1.5rem;
    }
}
@media (min-width:992px) and (max-width: 1199px) {
    .pricing-table .sub-title {
        font-size: 16px;
      
   }
    .get-started {
    min-height: 78px;
  
}
	.title-row {
        min-height: 201px;

    }

    .pricing-single:not(.pricing-compare) .compare-item-row .compare-title,
    .pricing-single:not(.pricing-compare) .compare-item-row .compare-text {

        text-align: center;
    }

    .pricing-table .sub-title {
        font-size: 16px;
    }
}

@media (min-width:768px) and (max-width: 991px) {
    .pricing-table .sub-title {
        font-size: 13px;
    }
.get-started {
    min-height: 123px;
   
}
.pricing-table h2 {
    font-size: 14px;
    }
    .btn-teal {
        font-size: 14px;
    }

    .title-row {
        min-height: 236px;

    }

    h3.cost {
        font-size: 22px;
    }

    .compare-item-row .compare-title,
    .compare-item-row .compare-text {
        font-size: 14px;

    }
    .pricing-single:not(.pricing-compare) .compare-item-row .compare-title,
    .pricing-single:not(.pricing-compare) .compare-item-row .compare-text {
        text-align: center;
    }
}


@media screen and (max-width: 767px) {
    .pricing-single:hover {
        box-shadow: none !important;
        transform: none !important;
    }
}

@media screen and (max-width: 460px) {
    .compare-item-row {
        height: 80px;
    }
}

.recurring-plan {
    position: absolute;
    top: -28px;
    background: #ff0;
    padding: 5px 10px 18px 10px;
    display: flex;
    width: 100%;
    border-radius: 0;
    text-transform: capitalize;
    z-index: 1;
    justify-content: space-between;
}

.payment-loader{
    background :rgba(0,0,0,0.5) ;
}