/* General Resets */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
html {
    box-sizing: border-box;
    height: 100%;
}

*, *:before, *:after {
    box-sizing: inherit;
}

.form-control:focus {
    box-shadow: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, option, textarea, figure {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /* font-size: 100%;list-style:none; */
    box-sizing: border-box;
}
.btn-primary.focus, .btn-primary:focus,.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus{
    box-shadow:none;
    outline: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    color: inherit;
    background-color: inherit;
    border-color: inherit;
    box-shadow:none;
}
body {
    font-family: 'open sans' !important;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    color: #333;
    height: 100%;
}

:focus {
    outline: 0 none;
}

textarea {
    resize: vertical;
}

img {
    max-width: 100%;
}

a:hover, a:focus {
    text-decoration: none;
}

.month-counter {
    font-size: 0;
    margin: 10px 0;
}

.month-counter a {
    display: inline-block;
    border-color: #333;
    padding: 0px 8px;
    cursor: pointer;
    font-size: 18px;
    position: relative;
    color: #333;
    font-weight: 600;
}

.month-counter a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 4px;
    height: 18px;
    width: 1px;
    background: #000;
}

.month-counter a:last-child:after {
    display: none;
}

.month-counter a:last-child {
    border-right: 0;
}

.month-counter a:hover, .month-counter a:focus, .month-counter a.selected {
    color: #00a1de;
}

.pricing-count-container {
    display: flex;
    /* justify-content: space-evenly; */
    width: 100%;
    margin-bottom: 42px !important;
    border: 1px solid;
    border-color: #c4c4c4;
    border-radius: 2px;
    font-size: 0;
    display: none;
}

.pricing-count-container a {
    color: white;
    position: relative;
    flex: 1;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #333;
    padding: 10px 0;
    border-right: 1px solid #c4c4c4;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.pricing-count-container a:hover, .pricing-count-container a.selected, .pricing-count-container a:focus {
    background: #00a1de;
    color: #fff;
}

.pricing-count-container a:last-child {
    border-right: 0;
}

/* table css start */

.main-table {
    box-shadow: 0 0 16px 0 rgba(55, 55, 55, 0.12);
    margin-bottom: 50px;
    /* transform: translateZ(0); */
}

.header-table, .bottom-table {
    display: flex;
    border: 1px solid #f1f1f1;
}

.column {
    display: flex;
    width: 25%;
    flex-direction: column;
    border-right: 1px solid;
    border-color: #f1f1f1;
}

.column .table-td {
    min-height: 40px;
    text-align: center;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    font-family: "open sans" !important;
    flex-direction: column;
    font-weight: 300;
}

.header-table .column .table-td.header {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    padding: 12px 0;
}

.header-table .column .table-td.header.red {
    background-color: #ffa600;
}

.header-table .column .table-td.header.green {
    background-color: #a05195
}

.header-table .column .table-td.header.purple {
    background-color: #2f4b7c ;
}

.features-title-text {
    justify-content: left !important;
    height: 100%;
}

.features-title-text label {
    font-size: 28px;
    text-align: left;
    font-weight: 600;
    padding: 40px 25px;
    height: 100%;
    align-items: center;
    display: flex;
    line-height: 35px;
}
.pricing-count-container a:first-child{
    flex: 2;
    cursor: text;
}
.pricing-count-container a:first-child:hover,.pricing-count-container a:first-child:focus{
    background: transparent;
    color: #333;
}

.table-td .amount {
    font-size: 30px;
    font-weight: 600;
    display: block;
    width: 100%;
    padding: 20px 0 8px 0;
}

.table-td .small-text {
    font-size: 12px;
    font-weight: 600;
    display: block;
    width: 100%;
    line-height: 20px;
    /* padding: 20px 0; */
}

.text-red {
    color: #ffa600;
}

.text-green {
    color: #a05195;
}

.text-purple {
    color: #2f4b7c;
}
.btn-pre{     
    background: #ffa600;
    border: 1px solid #ffa600;
    color: #fff;
}
.btn-pre:hover,.btn-pre:focus,.btn-pre:active,.btn-pre:focus.active,.btn-pre:not(:disabled):not(.disabled):active{  
    background: transparent;
    border: 1px solid #ffa600;
    color: #ffa600;
}
.table-title {
    text-align: center
}
.btn-primary {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0 !important;
}
.btn-grey{
    background: #a05195;
    border: 1px solid #a05195;
    color: #fff;
}
.btn-grey:hover,.btn-grey:focus,.btn-grey:active,.btn-grey:focus.active,.btn-grey:not(:disabled):not(.disabled):active{  
    background: transparent;
    border: 1px solid #a05195;
    color: #a05195;
}
.btn-orange{
    background: #2f4b7c;
    border: 1px solid #2f4b7c;
    color: #fff;
}
.btn-orange:hover,.btn-orange:focus,.btn-orange:active,.btn-orange:focus.active,.btn-orange:not(:disabled):not(.disabled):active{  
    background: transparent;
    border: 1px solid #2f4b7c;
    color: #2f4b7c;
}
.header-table {
    /* position: fixed;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 240px;
    background: #fff;
    z-index: 1; */
}

.ac-header {
    display: flex;
    background: #f5f5f5;
    border-bottom: 1px solid #ffffff;
}
.tool-left{
    width:100%;
}
#accordion {
    width: 100%;
}

#accordion .btn-link {
    width: 100%;
    text-align: left;
    /* background: #d8d8d8; */
    border-radius: 0;
    color: #333;
    font-weight: 500;
    text-decoration: none;
    padding: 0;
    padding-left: 5px;
    /*text-decoration: underline;*/
    font-size: 15px;
    font-weight: 600;
}
#accordion .btn.collapsed {
    text-decoration: none;
}

#accordion .btn span {
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
}

#accordion .btn.collapsed .plus {
    display: inline-block;
}

#accordion .btn.collapsed .minus {
    display: none;
}

#accordion .btn .minus {
    display: inline-block;
    margin-right: 15px;
}

#accordion .btn:focus {
    outline: none;
    box-shadow: none;
}

#accordion .btn .plus {
    display: none;
}

.collapse, .collapsing {
    /* display: flex; */
}

.ac-row {
    /* width: 100%; */
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #f1f1f1;
}

.tool-left p {
    position: relative;
    text-align: left;
    font-size: 14px;
    padding: 10px 30px 10px 5px;
}

.tool-left p .btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 20px;
    width: 20px !important;
    text-align: center !important;
    border: 1px solid #a1a0a0;
    background: transparent !important;
    line-height: 19px;
    border-radius: 100% !important;
    padding: 0 !important;
    color: #a1a0a0 !important;
    text-decoration: none !important;
}
.tool-left p .btn:hover,.tool-left p .btn:focus {
    color:#000 !important;
    border: 1px solid #000 !important;
}
.tool-left p img {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);

    height: 20px;
    width: 20px !important;
    text-align: center !important;
    line-height: 19px;
}

#accordion .table-td {
    height: 100%;
    font-weight: 500;
}

.small-text .fa {
    font-size: 20px;
}

.btn.btn-full.btn-action {
    width: 100%;
    display: block;
    border: 2px solid;
    color: inherit;
    font-weight: 600;
}
.btn.btn-full.btn-action span {
    color: black;
    font-size: 1rem !important;
}
.small-text br  {
    display: block !important;
}

.add-product-form .form-group {
    margin-bottom: 10px;
}
.add-product-form .form-group .form-control {
    min-height: 35px;
}
.add-product-form .form-group label {
    font-weight: 500;
    font-size: 14px;
}
.add-product-form .form-group abbr {
    text-decoration: none;
}
.help-block {
    font-weight: normal;
    font-size: 11px;
    color: red;
    line-height: 1;
    display: inline-block;
}
.av_checkout input::placeholder {
 color: #a9a8a8!important;

  opacity: 1; /* Firefox */
}

.av_checkout input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #a9a8a8!important;
}

.av_checkout input::-ms-input-placeholder { /* Microsoft Edge */
 color: #a9a8a8 !important;
}

.launch {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
}
.drop_down .narrow .second .inner ul li a {
    padding-bottom: 4px !important;
}
.entity-tool {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 4px;
}
.answer {
    font-weight: 500;
}

.plan_data p {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 14px;
}

.plan_data ul {
    font-weight: 500;
    margin-bottom: 10px;
}

.plan_data ul li {
    margin-bottom: 10px;
    font-size: 14px;
}
.payment-method {
    margin-top: 20px;
    text-align: center;
    padding: 30px 0;
    border: 1px solid #eee;
}
.btn-coupon, .btn-coupon:hover {
    background: #00a1de;
    height: 100%;
    color: white;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.discount-message, .coupon-message {
    display: none;
    font-weight: normal;
}
.coupon-message.success {
    color: green;
}
.coupon-message.fail {
    color: red;
}
.discount-message {
    clear: both;
}
.subscription-checkout-form h4{
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}
.hide-web {
    display: none;
}
.mob-dropdown {
    margin-top: 20px;
    margin-bottom: 20px;
}
.mob-dropdown select {
    margin-bottom: 10px !important;
}
.hide_in {
    display: none;
}
@media(max-width: 767px) {
    .hide-web {
        display: block;
    }
    .hide-mobile {
        display: none;
    }
}
@media(max-width: 991px) {
    .av_page_header .key-hero-text {
        width: 75%;
    }
    .av_page_header .key-hero-text p{
        font-size: 40px;
    }
    .av_page_header .key-hero-text h2{
        font-size: 18px;
    }
    .pricing-count-container {
        display: none !important;
    }
}

@media(max-width: 767px) {
    .av_page_header .key-hero-text {
        width: 60%;
    }
    .av_page_header .key-hero-text p{
        font-size: 24px;
        letter-spacing: 1px;
    }

    .av_page_header .key-hero-text h2{
        font-size: 14px;
    }
}


@media(max-width: 576px) {
    .av_page_header .key-hero-text p{
        font-size: 20px;
    }
    .av_page_header .key-hero-text h2{
        font-size: 12px;
    }
}

/* Tabs view on Table 02-10-2020 av-pricing page */
.month-counter.monthTabs {
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
}
.month-counter.monthTabs .tab-data {
    display: inline-block;
    border: 3px solid rgba(49, 159, 217, 1);
    border-radius: 8px;
    margin: 8px;
    padding: 2px;
}

.month-counter.monthTabs a:hover,
.month-counter.monthTabs a.selected:hover,
.month-counter.monthTabs a.selected:focus,
.month-counter.monthTabs a.selected {
    background-color: #319fd9;
    background-color: rgba(49, 159, 217, 0.8);
    color: #fff;
}
.month-counter.monthTabs a {
    color: #444;
    padding: 14px 18px;
    line-height: 1.42857143;
    border-radius: 4px;
    transition: 0.3s;
    font-size: 16px;
    text-transform: capitalize;
    display: inline-block;
}
.month-counter.monthTabs .tab-data a:first-of-type {
    margin-right: 12px;
    position: relative;
}
.month-counter.monthTabs .tab-data a:last-of-type {
    margin-left: 12px;
}

.month-counter.monthTabs .tab-data a:first-of-type:after {
  position: absolute;
  content: '';
  height: 60%;
  border: none;
  background: #17a1de;
  right: -14px;
  width: 2px;
  top: 10px;
}
.month-counter.monthTabs a:after {
    content: none;
}
.month-counter.monthTabs {
    display: none;
}
.entity-meta-description {
    font-size: 12px;
    clear: both;
    display: block;
    font-weight: normal;
}
.pricing-count-container {
    align-items: stretch;
}
.pricing-count-container a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.pricing-count-container a span {
    flex-basis: 100%;
}
/* Tabs view on Table 02-10-2020 av-pricing page */

.av-checkout-table-wrapper table {
    width: 100%;
    font-weight: normal;
    border: 2px solid #e5e5e5;
}
.av-checkout-table-wrapper table tr th,
.av-checkout-table-wrapper table tr td {
    text-align: right;
    padding: 6px;
}
.av-checkout-table-wrapper table tr th:last-of-type,
.av-checkout-table-wrapper table tr td:last-of-type {
    min-width: 140px;
}

.av-checkout-table-wrapper table tr th:first-of-type,
.av-checkout-table-wrapper table tr td:first-of-type {
    text-align: left;
    padding: 6px;
}
.av-checkout-table-wrapper thead {
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
}
.av-checkout-table-wrapper tfoot {
    font-weight: 600;
    font-size: 17px;
}
.discount-message {
    font-size: 12px;
}
.av-checkout-table-wrapper tbody td {
    /*padding: 4px 0 !important;*/
    font-size: 14px;
}

.av-checkout-table-wrapper tfoot {
    border-top: 1px solid #e5e5e5;
}