.compare-plan{
    padding: 50px 0;
    margin-top: 62px;
 
    /* background: -webkit-gradient(linear,left top,left bottom,color-stop(11.91%,rgba(247,251,253,0)),color-stop(40.16%,#f7fbfd),color-stop(81.2%,#f7fbfd),to(rgba(247,250,253,0)));
    background: -webkit-linear-gradient(top,rgba(247,251,253,0) 11.91%,#f7fbfd 40.16%,#f7fbfd 81.2%,rgba(247,250,253,0));
    background: -moz-linear-gradient(top,rgba(247,251,253,0) 11.91%,#f7fbfd 40.16%,#f7fbfd 81.2%,rgba(247,250,253,0) 100%);
    background: linear-gradient(180deg,rgba(247,251,253,0) 11.91%,#f7fbfd 40.16%,#f7fbfd 81.2%,rgba(247,250,253,0)); */
    background: #f6f7fc;

}
.compare-pan-title h1{
    font-size: 44px;
    line-height: 50px;
    font-weight: 800;
    color: #191a1b;
    margin-bottom: 12px;
    text-align: center;
}
.compare-pan-title p{
    color: #7988a3;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;

}

.plan-section{
    padding: 0px 0;
    position: relative;
    padding-bottom: 100px;
  
}
.bg_light_blue{
    background: #f6f7fc;
}
.compare-pan-title h1 span{
    color: rgb(105 188 88);
}
.pricing-table{

}
.pricing-head{

}

.pricing_tabel-new-form thead tr th {
    padding: 15px 5px;
    background: #fff!important;
    font-size: 13px;
    color: #333;
    border: 1px solid #ddd;
    vertical-align: middle;
    text-align: center;
    border-left: 1px solid transparent;
}
.pricing_tabel-new-form thead tr th:last-child{
    border-right: 1px solid transparent;

}
.pricing_tabel-new-form thead tr th:nth-child(1) {
    width: 25%;
    background: #fff;
    color: #000;
    padding: 15px 15px;
}
.TblMainHdTxt_new {
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px !important;
    color: #3eb910 !important;
}
.pricing_tabel-new-form thead tr th:nth-child(3) {
    width: 15%;
    text-align: center;
    background: #fff;
}
.pricing_tabel-new-form thead tr th {
    width: 15%;
    text-align: center;
}
.contnt-table{
    width: 100%;
    float: left;
    height: calc(100% - 70px);
    overflow: auto;
}
.pricing_tabel_content{
    margin-bottom: 0;
}

/* compared plans stsrt */
.btn_bndld{
     padding: 5px 12px;
    background-color: #ffffff;
    color: #004cff;
    border-radius: 6px;
    font-weight: 600;
    display: inline-flex;
    cursor: pointer;
}
.btn_bndld:hover{
        color: #0040d6;
}

.pricing_tabel_content tbody tr td:nth-child(1) {
    width: 25%;
    background: #f8f8f8;
    color: #1c1c1c;
    padding: 15px 25px;
    /* font-weight: 600; */
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
.pricing_tabel_content tbody tr td {
    padding: 15px 5px;
    font-size: 13px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #444444;
    width: 15%;
    text-align: center;
    border-left: 1px solid transparent;
    /* border-left: none; */

}
.pricing_tabel_content tbody tr td a{
    color: #1185ff;
}
.pricing_tabel_content tbody tr td a:hover{
    color: #1184ffd0;
}
.pricing_tabel_content tbody tr td i:first-child{

    color:#7988a3;
}
.pricing_tabel_content tbody tr td:last-child{
    border-right: 1px solid transparent;
    /* border-right:none */
    

}
.pricing_tabel-new-form thead tr th{
    border-bottom: none;
}
.tbl_sub_hd_bgwhite{
    background-color: #fff!important;
    font-weight: 500!important;
    font-size: 16px!important;
    color: #69bc58!important;
    
}


.shadow-scroll
{
    -webkit-box-shadow: 0 5px 20px -5px rgb(0 0 0 / 12%);
    box-shadow: 0 5px 20px -5px rgb(0 0 0 / 12%);
}
.pricing_tabel_new{
    margin-top: 0px;
    width: 100%;
    float: left!important;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 12px 44px 0 rgb(119 146 179 / 17%);
    margin-bottom: 20px;
}
.note_txt_new{
    font-size: 16px;
    padding: 10px;
    line-height: 22px;
}
.pricing-head{
    left: unset;
    width: 1140px;
}
.trstd-title h1{
    font-size: 30px;
    line-height: 50px;
    font-weight: 600;
    color: #191a1b;
    margin-bottom: 12px;
    text-align: center;

}
.trust_logo{
    background-color: #fdfdfd;
    width: 165px;
    border-radius: 4px;
    padding: 20px;
}
.trust_logo img{
    max-width: 100%;
}
.bold-400{
    font-weight: 400;
}
.pricing_tabel_new .popover {
    opacity: 1 !important;
    background-color: #00102c;
    color: #FFF;
}
.pricing_tabel_new .popover.top>.arrow {
    border-top-color: rgb(0 0 0 / 0%);
}
.pricing_tabel_new .popover.top>.arrow:after{
    border-top-color: #00102c00;
}
.mobileshow{
    display: none;
}
.desk_top{
    display: block;
}
.add_prc_b{
    display: flex;
    justify-content: center;
}
@media only screen and (min-width: 1200px) {
    .fixed-header_price {
        position: fixed;
        top: 0px;
    }
    .fixed-header_price_down {
        position: fixed;
        top: 62px;
    }
  }
@media only screen and (max-width: 600px) {
    html{
        width: 100%;
        overflow-x: hidden;
    }
    .pricing-head{
        width: 612px;
    }
    .tbl_content{
        overflow-y: auto;
        overflow-x: hidden;
        /* height: calc(100vh - 70px); */
        height: 500px;
    }
    .note_txt_new {
        font-size: 14px;
        padding: 10px;
        line-height: 22px;
    }
    .pricing-head{
        -webkit-box-shadow: 0 5px 20px -5px rgb(0 0 0 / 12%);
        box-shadow: 0 5px 20px -5px rgb(0 0 0 / 12%);
        border-bottom: 1px solid #ddd;
    }
  .mobileshow{
    display: show;
}
.desk_top{
    display: none;
}
}