/* =================== */
/*   Pricing Wrapper   */
/* =================== */
.pricing-wrapper {
    font-family: roboto, serif;
    min-width: 1560px;
    /*max-width: 1700px;*/
    /*width: 1560px;*/
}

.pricing-wrapper:hover .current {
    top: 0;
    padding-bottom: 20px;
    padding-top: 20px;
}

.pricing-wrapper:hover .current .pricing-card {
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    box-shadow: none;
}

.pricing-wrapper:hover .current .pricing-footer {
    height: 80px;
}

.pricing-wrapper:hover .current .pricing-footer a {
    bottom: 0;
    position: relative;
}

.pricing-wrapper:hover .current:hover {
    top: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.pricing-wrapper:hover .current:hover .pricing-card {
    box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.25);
}

.pricing-wrapper:hover .current:hover .pricing-footer {
    height: 120px;
}

.pricing-wrapper:hover .current:hover .pricing-footer a {
    bottom: -20px;
    position: relative;
}

.stripped-table [class*=col-] {
    padding: 0;
    margin: -1px;
}

.stripped-table .pricing-col {
    padding: 20px 0;
}

.stripped-table.current {
    padding-left: 0;
    padding-right: 0;
}

.stripped-table .ribbon {
    left: calc(100% - 124px);
}

.product_price {
    border: 2px dashed #26b99a;
}

.close {
    font-size: 2em;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 24px;
    padding: 12px 10px;
    opacity: .7;
    transform: translate(0%, -50%);
    color: #19b395;
}

.order_button {
    font-weight: bolder;
    font-size: large;
}

.fa-arrow-right {
    top: 13px;
}


/* =================== */
/*   Pricing Cards     */
/* =================== */
.pricing-card {
    position: relative;
    border: 1px solid #ddd;
    width: 100%;
    top: 0;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    z-index: 99;
}

/* =================== */
/*   Pricing Header    */
/* =================== */
.pricing-header {
    background: #fff;
    position: relative;
    /*height: 200px;*/
    border-bottom: 1px solid #1976d2;
    margin: -1px;
    margin-bottom: 0;
    text-align: center;
}

.pricing-header h5 {
    background: #2196f3;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    margin: 0 auto;
    padding: 15px 20px;
    text-transform: uppercase;
}

.pricing-header p {
    margin: 0 auto;
    color: #fff;
    display: inline-block;
    font-style: italic;
}

/* =================== */
/*   Pricing Box       */
/* =================== */
.price-box {
    border-radius: 100px;
    display: block;
    margin-top: 25px;
    position: relative;
    /*line-height: 100px;*/
    height: 100px;
    width: 100px;
}

.price-box:before {
    border-radius: 50%;
    box-shadow: 0 0 0 5px white inset, 0 1px 2px transparent;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.price-box .price {
    color: #fff;
    display: inline-block;
    font-family: roboto;
    font-size: 34px;
    font-weight: 600;
    position: relative;
    letter-spacing: -2px;
}

.price-box .currency {
    font-size: 50%;
    font-weight: 600;
    left: -10px;
    line-height: inherit;
    position: absolute;
    top: -6px;
    letter-spacing: 0;
}

.price-box .plan {
    bottom: -26px;
    font-family: roboto;
    font-size: 36%;
    font-weight: 400;
    left: 0;
    letter-spacing: 0px !important;
    margin: 0 auto;
    position: absolute;
    right: 0;
    /*text-transform: capitalize;*/
}

/* ============================ */
/*   Pricing Feature(Content)   */
/* ============================ */
.pricing-feature {
    color: black;
    position: relative;
    text-align: left;
}

.pricing-feature li {
    list-style: none;
    padding: 13px 0;
    border-bottom: 1px solid #ddd;
    /*background: #eee;*/
}

.pricing-feature li:last-child {
    border-bottom: none;
}

.pricing-feature li span {
    /*text-transform: capitalize;*/
    font-weight: bold;
}

.pricing-feature li span, .pricing-feature li i {
    float: right;
}

.pricing-feature li p {
    margin: 0;
    font: 20px "Avenir Next", Roboto, Helvetica, Arial, sans-serif;
    /*text-transform: capitalize;*/
    padding: 0 20px;
    line-height: normal;

}

/* ============================ */
/*   Pricing Footer             */
/* ============================ */
.pricing-footer {
    border-top: 1px solid #ddd;
    padding: 0 20px;
    height: 80px;
    -webkit-transition: height 0.2s linear 0s;
    transition: height 0.2s linear 0s;
    text-align: center;
}

.pricing-footer a {
    bottom: 0;
    margin-top: 20px;
    position: relative;
}

/* =================== */
/*   Pricing Ribbons     */
/* =================== */
.ribbon {
    background: #222;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.23), 0 1px 5px rgba(0, 0, 0, 0.16);
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    position: absolute;
    left: calc(100% - 110px);
    top: 70px;
    width: 35px;
    z-index: 10;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 100px;
    float: right;
    cursor: pointer;
}

.ribbon:hover {
    width: 130px;
}

.ribbon:hover span {
    visibility: visible;
    -webkit-transition: all 0.2s linear 0.18s;
    transition: all 0.2s linear 0.18s;
}

.ribbon span {
    top: 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    float: left;
    visibility: hidden;
    /*position: absolute;*/
}

.ribbon i {
    color: #FFC61B;
    font-weight: 800;
    font-size: 14px;
    margin: 11px;
    z-index: 10;
    float: left;
}

/* ======================= */
/*   Pricing Comparison    */
/* ======================= */
.comparison-table [class*=col-] {
    padding: 0;
    margin: -1px;
}

.comparison-table .pricing-col {
    padding: 20px 0;
}

.comparison-table.current {
    padding-left: 0;
    padding-right: 0;
}

.comparison-table [class*=col-]:first-child {
    margin: 0;
}

.comparison-table [class*=col-]:first-child:hover {
    top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.comparison-table [class*=col-]:first-child:hover .pricing-card {
    margin: 0;
    box-shadow: none;
}

.comparison-table .pricing-feature li {
    background: #fff;
    text-align: center;
}


.comparison-table .pricing-feature li i {
    line-height: normal;
}

.comparison-table .pricing-feature li span, .comparison-table .pricing-feature li i {
    float: none;
}

/*.comparison-table .pricing-feature li:nth-child(2n+1) {*/
/*  background: #eee;*/
/*}*/

.comparison-table .ribbon {
    left: calc(100% - 124px);
}

.list-feature {
    z-index: 0;
}

.list-feature .pricing-header {
    background: #fff !important;
    padding: 30px 15px;
    border-bottom-color: #ddd !important;
    text-align: center;
    margin-top: -2px;
}

.list-feature .pricing-header h5 {
    background: #fff !important;
    color: #424242;
    font-weight: 500;
    font-size: 39px;
    padding: 0;
    margin-top: 30px;
}

.list-feature .pricing-header p {
    color: #444;
    margin-top: 5px;
}

.list-feature .pricing-feature {
    text-align: left;
}

.pricing-col {
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pricing-col:hover {
    padding-bottom: 0;
    padding-top: 0;
}

.pricing-col:hover > .pricing-card {
    top: 0px;
    box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    z-index: 101;
}

.pricing-col:hover > .pricing-card .pricing-footer {
    height: 120px;
}

.pricing-col:hover > .pricing-card .pricing-footer a {
    bottom: -20px;
    position: relative;
}

.pricing-col.current {
    /*padding-top: 0;*/
    padding-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.prod_price {
    text-align: center;
}

.tax_tag {
    text-align: center;
    font-size: 20px;
}

.current {
    top: 0;
}

.current .pricing-card {
    z-index: 100;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.25);
}

.current .pricing-footer {
    height: 120px;
}

.current .pricing-footer a {
    bottom: -20px;
    position: relative;
}

.current:hover {
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    top: -20px;
}

.current:hover .pricing-footer {
    height: 120px;
}

.current:hover .pricing-footer a {
    bottom: -20px;
    position: relative;
}

/*!* ======================== *!*/
/*!*   Tooltips               *!*/
/*!* ======================== *!*/
/*.tooltip {*/
/*    outline: none;*/
/*    color: inherit;*/
/*    position: relative;*/
/*    -webkit-font-smoothing: antialiased;*/
/*    !* webkit text rendering fix *!*/
/*    cursor: help;*/
/*    border-bottom: 1px dotted;*/
/*    font-weight: normal !important;*/
/*}*/

/*.tooltip .tooltip-content {*/
/*    border-radius: 4px;*/
/*    position: absolute;*/
/*    color: #111;*/
/*    border: 1px solid #ddd;*/
/*    background: #f9f9f9;*/
/*    line-height: 1.6;*/
/*    font-weight: normal;*/
/*    font-size: 12px;*/
/*    font-family: Roboto;*/
/*    padding: 15px;*/
/*    bottom: 36px;*/
/*    left: -10px;*/
/*    margin: 0 auto;*/
/*    z-index: 9999;*/
/*    width: 200px;*/
/*    -webkit-transform: translateY(10px);*/
/*    -ms-transform: translateY(10px);*/
/*    transform: translateY(10px);*/
/*    -webkit-transition: all 0.25s ease-in;*/
/*    transition: all 0.25s ease-in;*/
/*    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);*/
/*    visibility: hidden;*/
/*    opacity: 0;*/
/*    display: block;*/
/*}*/

/*.tooltip .tooltip-content:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: -10px;*/
/*    left: 10%;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    background: #f9f9f9;*/
/*    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);*/
/*    -webkit-transform: rotate(45deg);*/
/*    -ms-transform: rotate(45deg);*/
/*    transform: rotate(45deg);*/
/*    z-index: 0;*/
/*}*/

/*.tooltip:hover span {*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*    -webkit-transform: translateY(0px);*/
/*    -ms-transform: translateY(0px);*/
/*    transform: translateY(0px);*/
/*}*/

/* ======================== */
/*   Button Color       */
/* ======================== */
.btn-act {
    font-family: Roboto;
    line-height: normal;
    padding: 9px 26px;
    border: 2px solid;
    font-size: 14px;
    font-weight: 500;
    /*text-transform: capitalize;*/
    color: #666;
    vertical-align: middle;
    will-change: opacity, transform;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.btn-act.rounded {
    border-radius: 50px;
}

.btn-act.boxed {
    border-radius: 0;
}

.btn-act.btn-uppercase {
    text-transform: uppercase;
    font-size: 13px;
}

/*.btn-act.btn-capitalize {*/
/*    !*text-transform: capitalize;*!*/
/*}*/

.btn-act span {
    position: relative;
    left: 0;
    -webkit-transition: left 0.2s linear;
    transition: left 0.2s linear;
}

.btn-act i {
    -webkit-transition: margin-left 0.2s linear;
    transition: margin-left 0.2s linear;
    opacity: 0;
    margin-left: 0;
    position: absolute;
    line-height: inherit;
}

.btn-act:hover {
    border-color: initial;
    background: initial;
}

.btn-act:hover span {
    left: -0.3em;
}

.btn-act:hover i {
    opacity: 1;
    margin-left: 0.25em;
}

.btn-act.btn-line {
    background: #fff;
    border-color: #616161;
    color: #616161;
}

.btn-act.btn-line:hover {
    border-color: #212121;
    background: #212121;
    color: #fff;
}

.btn-act.btn-bg {
    background: #616161;
    border-color: #616161;
    color: #fff;
}

.btn-act.btn-bg:hover {
    background: #212121;
    border-color: #212121;
}

.title-page {
    margin-bottom: 60px;
    color: #484848;
    font-size: 30px;
}

.content {
    /*padding: 60px;*/
    padding-bottom: 100px;
}

.style-2 .pricing-card,
.style-2 .pricing-footer {
    border: none;
}

.style-2 .pricing-header {
    margin: 0;
    border: none;
    height: 160px;
}

.style-2 .pricing-feature li {
    background: none;
    border-color: #42a5f5;
}

.style-2 .pricing-feature li p {
    color: #e3f2fd;
}

.style-2 .pricing-feature li p span, .style-2 .pricing-feature li p i {
    float: right;
    color: #fff;
}

.style-2 .pricing-feature li p .tooltip-content {
    color: #444;
}

.style-2 .pricing-feature li:last-child {
    border-bottom: 1px solid transparent;
}

.style-2 .price-box {
    margin: 20px auto;
    border-radius: 0;
    width: auto;
    height: auto;
    line-height: normal;
}

.style-2 .price-box:before {
    display: none;
    position: relative;
}

.style-2 .plan {
    bottom: 12px;
    left: auto;
    margin: 0;
    left: calc(100% + 5px);
    font-weight: 400;
    font-size: 12px;
    width: 50px;
    text-align: left;
}

.style-2 .currency {
    top: auto;
    font-size: 30px;
    left: -20px;
    line-height: inherit;
    position: absolute;
    bottom: 10px;
    letter-spacing: 0;
    font-weight: 300;
}

.style-2 .price {
    font-size: 60px;
    font-weight: 400;
}

.style-2 .ribbon {
    top: 35%;
    right: -10px;
    left: auto;
    border-radius: 0;
}

.style-2 .ribbon:after {
    border-right: 10px solid transparent;
    border-top: 7px solid rgba(0, 0, 0, 0.5);
    bottom: -7px;
    content: "";
    position: absolute;
    right: 0;
}

.style-2 .pricing-footer a:before {
    background: inherit;
}

.style-2.comparison-table .pricing-feature li:nth-child(2n+1) {
    background: inherit;
}

.style-2.comparison-table .pricing-feature li p {
    color: #fff;
}

.style-2.comparison-table .pricing-feature li p span, .style-2.comparison-table .pricing-feature li p i {
    float: none;
}

.style-2.comparison-table .list-feature .pricing-header {
    margin: 0;
    margin-bottom: -1px;
}

.style-2.comparison-table .list-feature .pricing-header h5 {
    margin-top: 0;
    font-size: 38px;
}

.style-2 .btn-act.btn-line {
    background: none;
    border-color: #fff;
    color: #fff;
}

.style-2 .btn-act.btn-bg:hover {
    background: #212121;
    border-color: #212121;
}


.style-3 .pricing-card {
    border: 1px solid #ddd;
}

.style-3 .pricing-header {
    border-bottom: none;
    margin: 0;
    height: 240px;
}

.style-3 .pricing-header h5 {
    background: #1bc4a3a6;
    color: #424242;
    border-bottom: 1px solid #ddd;
    /*font-size: min(max(20px), .9vw);*/
    font-size: 19px;
}

.style-3 .price-box {
    border-radius: 0;
    width: 100%;
    height: auto;
    /*border-bottom: 1px solid #ddd;*/
}

.style-3 .price {
    color: #616161;
    font-size: 60px;
    font-weight: 400;
    line-height: normal;
}

.style-3 .currency {
    top: 0px;
    font-size: 22px;
    left: -16px;
    font-weight: 300;
}

.style-3 .plan {
    bottom: 12px;
    left: auto;
    margin: 0;
    left: calc(100% + 5px);
    font-weight: 400;
    font-size: 12px;
    width: 50px;
    text-align: left;
    line-height: normal;
}

/*.style-3 .pricing-feature li {*/
/*  background: #f5f5f5;*/
/*}*/

.style-3 .pricing-feature li:first-child {
    border-top: 1px solid #ddd;
}

.style-3 .pricing-feature li span, .style-3 .pricing-feature li i {
    float: right;
}

/*.style-3 .pricing-feature li:nth-child(2n+1) {*/
/*  background: #eee;*/
/*}*/

.style-3 .ribbon {
    top: 15%;
    right: 0;
    left: auto;
    border-radius: 10px 0 0 10px;
}

.request_model {
    width: 1000px;
    top: 10%;
    left: 30%;
}

.subscribe_model {
    width: 620px;
    height: 530px;
    top: 25%;
    left: 40%;
}

.modalBackdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1010;
    display: none;
}

/*.style-3 .ribbon:after {*/
/*    border-right: 10px solid transparent;*/
/*    border-top: 7px solid rgba(0, 0, 0, 0.5);*/
/*    bottom: -7px;*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: 0;*/
/*}*/

.col-md-3 {
    width: 15%;
    min-width: 200px;
}

.col-md-4 {
    width: 17%;
    min-width: 345px;
}

.style-3 .person .price {
    color: #2196f3;
}

.style-3 .person .plan {
    color: #757575;
}

.style-3 .corp .price {
    color: #4caf50;
}

.style-3 .corp .plan {
    color: #757575;
}

.style-3 .unlim .price {
    color: #f44336;
}

.style-3 .unlim .plan {
    color: #757575;
}

.style-3 .business .price {
    color: #ffc107;
}

.style-3 .business .plan {
    color: #757575;
}

.style-3 .pricing-footer {
    background: #fff;
}

.style-3.comparison-table [class*=col-]:first-child {
    z-index: 999;
    margin: -1px;
    width: 275px;
}

.style-3.comparison-table .list-feature .pricing-header h5 {
    margin-top: 0;
    border-bottom: none;
}

.style-3.comparison-table .pricing-feature li p, .style-3.comparison-table .pricing-feature li i, .style-3.comparison-table .pricing-feature li span {
    float: none;
}

.style-3 .pricing-footer .btn-act.btn-line {
    background: none;
    border-color: #72d1bd;
    color: #72d1bd;
}

.style-3 .pricing-footer .btn-act.btn-line:hover {
    background: #72d1bd;
    border-color: #72d1bd;
    color: #2a3f53;
}

.style-3 .pricing-footer .btn-act.btn-bg {
    background-color: #2196f3;
    border-color: #2196f3;
}

.style-3 .pricing-footer .btn-act.btn-bg:hover {
    background: #212121;
    border-color: #212121;
}

section.footer {
    background: #F5F5F5;
    text-align: center;
    font-size: 20px;
}

.fa-check {
    color: #048383;
    font-size: 20px;
}

.fa-remove {
    color: #ff0000;
    font-size: 20px;
}

/*@media (max-width: 425px) {*/
/*    #choose-plan-cta[data-abbr]::after {*/
/*        content: attr(data-abbr);*/
/*    }*/

/*    #choose-plan-cta > span {*/
/*        display: none;*/
/*    }*/
/*}*/

.tooltip {
    width: 16px;
    height: 16px;
    border-radius: 10px;
    border: 2px solid #fff;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
}

.fa-info-circle:hover {
    -webkit-animation-play-state: paused;
}

.fa-info-circle:hover .tooltip-info {
    visibility: visible;
}

.fa-info-circle:active {
    -webkit-animation-play-state: paused;
}

.fa-info-circle:active .tooltip-info {
    visibility: visible;
}

.tooltip-info {
    width: 300px;
    padding: 10px;
    background: rgba(255, 255, 255, 1);
    border-radius: 3px;
    position: absolute;
    visibility: hidden;
    /*margin: -110px 0 0 -100px;*/
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
    margin-left: 10px;
}

.tooltip-title {
    font-family: "Avenir Next Demi", Roboto, Helvetica, Arial, sans-serif;
    color: #4b4b4b;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    margin: 0 0 5px 0;
}

.tooltip-text {
    font-family: "Avenir Next", Roboto, Helvetica, Arial, sans-serif;
    color: #4b4b4b;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
}

.fa-info-circle {
    color: #1fa28e;
    font-size: 20px;
}

.price-now {
    font-size: 15px;
}

.prod_billed_text {
    font-size: 25px;
    text-align: center;
}

.new_prod_title {
    border-bottom: 1px solid #1aba9b;
    padding-bottom: 5px;
    /*margin: 30px 0;*/
    margin-bottom: 30px;
}

.prod_desc {
    font-size: 15px;
}

.purchase_service_button {
    background: none;
    border-color: #72d1bd;
    color: #72d1bd;
    width: 100%;
}

/* common */
.discount_ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}

.discount_ribbon::before,
.discount_ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #1d5a83;
}

.discount_ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #2195f1;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font: 700 15px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
}

/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}

.ribbon-top-left::before {
    top: 0;
    right: 0;
}

.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}

.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
    top: -30px;
    right: -31px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}

.ribbon-top-right::before {
    top: 0;
    left: 0;
}

.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}

.ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
    bottom: -10px;
    left: -10px;
}

.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.ribbon-bottom-left::before {
    bottom: 0;
    right: 0;
}

.ribbon-bottom-left::after {
    top: 0;
    left: 0;
}

.ribbon-bottom-left span {
    right: -25px;
    bottom: 30px;
    transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
    bottom: -10px;
    right: -10px;
}

.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.ribbon-bottom-right::before {
    bottom: 0;
    left: 0;
}

.ribbon-bottom-right::after {
    top: 0;
    right: 0;
}

.ribbon-bottom-right span {
    left: -25px;
    bottom: 30px;
    transform: rotate(-225deg);
}

.price-save {
    color: red;
    font-size: 19px;
}