/**
 * @tableofcontents
 *
 * 1. Pricing Banner
 * 2. pricing top Feature
 * 3. Comparison Table
 * 4. Campaign
 */

/* @section 1. Pricing Banner */
.page_plans.modal-open
{
padding-right:  0px !important;   
}

.prc-bnr-wrap {
    background: #1c2bf7;
    background: -moz-linear-gradient(45deg, #1c2bf7 0%, #061c59 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #1c2bf7), color-stop(100%, #061c59));
    background: -webkit-linear-gradient(45deg, #1c2bf7 0%, #061c59 100%);
    background: -o-linear-gradient(45deg, #1c2bf7 0%, #061c59 100%);
    background: -ms-linear-gradient(45deg, #1c2bf7 0%, #061c59 100%);
    background: linear-gradient(45deg, #1c2bf7 0%, #061c59 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c2bf7', endColorstr='#061c59', GradientType=1 );
    position: relative;
    padding: 170px 0;
    margin-bottom: -105px;
    overflow: hidden;
}

.prc-bnr-wrap .glb-bnr-strp
{
    height: 500px;
    display: none;
}

.prc-bnr{
    padding-top: 20px;
    position: relative;
    z-index: 9;
}

.prc-bnr-wrap .prc-bnr h1 {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
}

.prc-bnr p{
    font-size: 20px; 
    line-height: 28px;
    color: #fff;
    margin-bottom: 30px;
}

.prc-bnr-wrap .wt-signup-wrapper{
    padding: 0;
}

/* @section 2. pricing top Feature */

.prc-top-ftr-sec
{
    max-width: 1110px;
    background: #fff;
    padding: 25px 50px 10px 50px;
    box-shadow: 1px 1px 8px rgba(0,0,0,0.1);
    -webkit-box-shadow: 1px 1px 8px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 8px rgba(0,0,0,0.1);
    border-radius: 4px;
    position: relative;
}

.prc-top-ftr-box
{
    margin-bottom: 25px;
    text-align:left;
}

.prc-top-ftr-box h4
{
    color: #091e42;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.prc-top-ftr-box p
{
    color: #42526e;
    font-size: 16px;
    margin: 10px 0;
}

.prc-top-ftr-img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

/* @section 3. Comparison Table */
#prc-cmpr-tbl-wrap
{
    padding: 40px 0;
    background-color: #f8f9fb;
}

.prc-ftr-txt+.table-responsive
{
    margin-top: 40px !important;
    margin-bottom: 50px !important;
    background-color: #fff;
    /* border-radius: 9px; */
    -ms-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.10);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.10);
}

.prc-tbl-fold 
{
    margin: 0;
}

.prc-comp-table-2 .prc-comp-table-2-head>thead
{
    max-width: 1100px;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 0;
    background-color: #F8F9FB;
    z-index: 9999;
}

.prc-comp-table-2-head.fixed-table-header>thead
{
    display: block;
    position: fixed;
    opacity: 1;
    visibility: visible;
}

.prc-comp-table-2-head>thead
{
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: all .3s ease-in-out;
}

.prc-comp-table-2-head>thead>tr>th:first-child
{
    width: 440px;
}
.prc-comp-table-2-head>thead>tr>th
{
    width: 220px;
}

.prc-tbl-link
{
    margin-bottom: 15px;
}

.prc-tbl-link a
{
    min-width: 215px;
}

#prc-cmpr-tbl-wrap .wt-signup-wrapper 
{
padding: 0 0 10px!important;
}

.prc-tbl-fold td, .prc-tbl-fold th{padding: 15px 0 !important; border: #ebebeb 1px solid; }
.prc-tbl-fold tr td{text-align: center;}
.prc-tbl-fold tr td{width: 20%;}
.prc-tbl-fold tr td:last-child i {
    color: #10dd69;
    position: relative;
    z-index: 99;
}
.prc-tbl-fold tr td:last-child {
    background-color: #fff;
    position: relative;
    /*box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
    bottom: -6px;*/
}
/*.prc-tbl-fold tr td:last-child:after {
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 5px;
    border-bottom: 1px solid #ebebeb;
}*/
.prc-tbl-fold tr:last-child td:last-child:after
{
    border-bottom: 0px !important;
}
.prc-tbl-fold thead tr{ border-top: #bdbec0 3px solid;}
.prc-tbl-fold thead th:first-child{ border-top: transparent 3px solid !important;}
.prc-tbl-fold .cw-row{ border-top: #004ddb 3px solid !important; position: relative;/*box-shadow: 0px 2px 10px rgba(0,0,0,0.3); bottom: -6px;*/}

/*.prc-tbl-fold .cw-row:before {
    content: '';
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -6px;
}

.prc-tbl-fold .cw-row:after {
    content: '';
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 5px;
    border-bottom: 1px solid #ebebeb;
}*/
.prc-tbl-fold tr td i{color: #bdbec0;}
.prc-tbl-fold tr th{text-align: center;}
.prc-tbl-fold tbody td{background-color: #f8f9fb; color: #bdbec0;}
.prc-tbl-fold thead th:nth-child(2){background-color: #f8f9fb;}
.prc-tbl-fold tbody td:nth-child(3){background-color: #f4f3f9;}
.prc-tbl-fold thead th:nth-child(3){background-color: #f4f3f9;}
.prc-tbl-fold tr td:first-child{text-align: left;}
.prc-tbl-fold thead tr th:first-child{font-size: 18px !important;}
.prc-tbl-fold tr th:first-child{font-size: 14px !important;text-align: left; padding-left: 30px !important;color: #091e42;}
.prc-tbl-fold thead th{color: #1f2d3d; font-size: 18px; font-weight: 500;}
.prc-tbl-fold tr th span{padding-left: 10px !important;}
.prc-tbl-fold tr th span i
{
    color: #abb0b6;
}
.prc-tbl-fold thead th{color: #091e42; font-size: 16px; font-weight: 500;}
.prc-tbl-fold th, .prc-tbl-fold td{vertical-align: middle !important;}
.prc-ftr-txt{
    text-align: center;
}

.prc-ftr-txt h2{
    font-size: 36px;
    font-weight: 500;
    color: #091e42;
}
.prc-ftr-txt p{
    font-size: 20px;
    color: #768092;
}

.prc-tbl-fold tr th span .tooltip-inner {
    background: #000;
    white-space: normal;
}

.prc-tbl-fold .tooltip.top .tooltip-arrow {
    border-top-color: #000;
}

#prc-cmpr-tbl-wrap .table>thead>tr>th {
    border-bottom: 1px solid #ebebeb;
}

.prc_noteList_wrap
{
    text-align: left;
}

.prc_noteList_wrap h4
{
    color: #091e42;
    font-size: 14px;
}

.prc_noteList_wrap ul
{
    padding-left: 15px;
}

.prc_noteList_wrap ul li
{
    color: #42526e;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 3px;
}

/* New Pricing Comparison Table */

.prc-ftr-txt h2 {
    font-size: 36px;
    font-weight: 700;
    color: #091e42;
}

.prc-ftr-txt+.table-responsive
{
    margin-top: 60px !important;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.prc-tbl-fold thead tr, #prc-cmpr-tbl-wrap .table>thead>tr>th, .prc-tbl-fold .cw-row, .prc-tbl-fold td, .prc-tbl-fold th
{
    border: 0 !important;
}

#prc-cmpr-tbl-wrap, .prc-tbl-fold thead th:nth-child(3), .prc-tbl-fold thead th:nth-child(2), .prc-tbl-fold tbody td:nth-child(3), .prc-tbl-fold tbody td:nth-child(2), .prc-ftr-txt+.table-responsive, .prc-tbl-fold tr td:last-child
{
    background-color: #F8F9FB;
}

.prc-tbl-fold tbody tr
{
    border-bottom: 1px solid rgba(66, 82, 110, 0.15);
}

.prc-tbl-fold tr th:first-child
{
    padding-left: 0 !important
}

.prc-tbl-fold thead tr th:first-child
{
    visibility: hidden;
}

.prc-tbl-fold thead tr th
{
    margin-bottom: 40px;
}

.prc-tbl-fold tr td:last-child i
{
    color: #39DCB1;
}

.prc-tbl-fold tr td i {
    color: rgba(66, 82, 110, 0.3);
}

.prc-tbl-fold tr th:first-child
{
    font-size: 16px !important;
    color: #42526E;
    font-weight: 400;
}

.prc-tbl-fold thead th
{
    font-weight: 700;
    padding-bottom: 10px !important;
}

.prc-tbl-fold tbody tr:last-child
{
    border-bottom: 0;
}

.prc-tbl-fold tbody tr td, .prc-tbl-fold tbody tr th
{
    padding: 25px 0 !important;
}

/* Pricing Comparision Table Version 2 */
.cw_prcCmpr_tbl_v2 .prc-ftr-txt+.table-responsive
{
    margin-bottom: 0 !important;
}

.cw_prcCmpr_tbl_v2#prc-cmpr-tbl-wrap .table>thead>tr>th:not(:first-child)
{
    background-color: #ECECEC;
}

.cw_prcCmpr_tbl_v2#prc-cmpr-tbl-wrap .table>thead>tr>th:nth-of-type(2)
{
    border-right: 0.5px solid rgba(66, 82, 110, 0.3) !important;
    border-radius: 6px 0 0 0;
}

.cw_prcCmpr_tbl_v2#prc-cmpr-tbl-wrap .table>thead>tr>th:nth-of-type(3),
.cw_prcCmpr_tbl_v2 .prc-tbl-fold tbody tr td:nth-of-type(2),
.cw_prcCmpr_tbl_v2 .prc-tbl-fold tbody tr td:last-child
{
    -webkit-box-shadow: inset -4px 0 4px -2px rgba(0, 0, 0, 0.07);
    box-shadow: inset -4px 0 4px -2px rgba(0, 0, 0, 0.07);
}

.cw_prcCmpr_tbl_v2#prc-cmpr-tbl-wrap .table>thead>tr>th:last-child
{
    color: #fff;
    background: #2F39BF;
    border-radius: 6px 6px 0px 0px;
    -webkit-box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.1), inset -4px 0 4px -2px rgba(0, 0, 0, 0.07);
    box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.1), inset -4px 0 4px -2px rgba(0, 0, 0, 0.07);
}

.cw_prcCmpr_tbl_v2 .prc-tbl-fold tbody tr th,
.cw_prcCmpr_tbl_v2 .prc-tbl-fold tbody tr td
{
    padding: 18px 0 !important;
    border-left: 0.5px solid rgba(66, 82, 110, 0.3) !important;
}

.cw_prcCmpr_tbl_v2 .prc-tbl-fold tbody tr th
{
    padding-left: 40px !important;
    padding-right: 15px !important;
}

.cw_prcCmpr_tbl_v2 .prc-tbl-fold thead tr,
.cw_prcCmpr_tbl_v2 .prc-tbl-fold tbody tr
{
    border-bottom: 0.5px solid rgba(66, 82, 110, 0.3) !important;
    background-color: #fff !important;
}

.cw_prcCmpr_tbl_moreFeat
{
    background: rgba(66, 82, 110, 0.1);
    border-radius: 0px 0px 6px 6px;
    padding: 12px 0;
    text-align: center;
    border: 0.5px solid rgba(66, 82, 110, 0.3);
    border-top: 0 !important;
    cursor: pointer;
    margin-bottom: 40px;
    display: none;
}

.cw_prcCmpr_tbl_moreFeat span,
.cw_prcCmpr_tbl_moreFeat i
{
    color: #0E134F;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}

.cw_prcCmpr_tbl_moreFeat i
{
    font-size: 26px;
    margin-right: 5px;
}

.cw_prcCmpr_tbl_v2 .cw_prcCmpr_tbl_moreFeat
{
    display: block;
}

.cw_prcCmpr_tbl_v2 .prc-tbl-fold tbody tr:nth-child(n+10) {
    display: none;
}

/* Campaign Css */
.smr_cmpg.prc-bnr-mainSec
{
    background-color: #004f78 !important;
    background: url(../../img/campaign/smrcmpg_prc_bg.png) repeat-x left bottom;
}

.smr_cmpg .prc-bnr-wrap
{
    background-color: transparent !important;
    background:  url(../../img/campaign/smrcmpg_prc_img1.png) no-repeat left 90%, url(../../img/campaign/smrcmpg_prc_img2.png) no-repeat right 75%;
}

.smr_cmpg .prc-bnr-wrap:before {
    content: '';
    background: url(../../img/campaign/smrcmpg_prc_img3.png) no-repeat left top;
    height: 220px;
    width: 220px;
    position: absolute;
    right: 10%;
    top: 130px;
}

.smr_cmpg .glb-bnr-strp
{
    display: none;
}

/* @Section 5. Pricing New Support Section */
.hm-new-spprt-wrap
{
    padding: 80px 0;
    background-color: #fff;
}

.hm-new_mgr_wrap
{
    background-color: #F8F9FB;
}

.hm-new-spprt-txt-wrap
{
    margin-top: 15px;
}

.hm-new-spprt-txt-wrap h2
{
    color: #0A1E43;
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    margin: 0 0 25px;
}

.hm-new-spprt-txt-wrap p
{
    color: #42526E;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin: 0 0 30px;
}

.hm-new-spprt-txt-wrap a.cw-glb-btn3
{
    color: #0E134F;
    min-width: 170px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}

.spprt-img-right img
{
    margin-right: 0;
    margin-left: auto;
}

/* Video Testimonial CSS*/
.newTstml_video_mainSec
{
    padding: 60px 0 80px;
}

.newTstml_video_mainSec .container
{
    position: relative;
}

.newTstml_video_ttlBox
{
    text-align: center;
    margin-bottom: 60px;
}

.newTstml_video_quoteBox {
    margin-top: 80px;
}

.newTstml_video_ttlBox h2
{
    color: #0A1E43;
    font-size: 36px;
    font-weight: 700;
}

.newTstml_video_quoteBox i.fa
{
    color: #2F39BF;
    font-size: 32px;
}

.newTstml_video_quoteBox > p
{
    color: #42526E;
    font-size: 26px;
    line-height: 36px;
    font-weight: 300;
    font-style: italic;
    margin: 20px 0;
}

.newTstml_video_infoBox h4
{
    color: #2F39BF;
    font-size: 18px;
    font-weight: 700;
}

.newTstml_video_infoBox p
{
    color: #5A6880;
    font-size: 14px;
    font-weight: 300;
}

.newTstml_video_imgBox
{
    position: relative;
    text-align: center;
}

.newTstml_video_imgBox
{
    display: inline-block;
}

.newTstml_video_btnBox {
    position: absolute;
    left: 20px;
    top: 25px;
    padding: 2px 6px 3px 12px;
    background-color: #fff;
    color: #5A6880;
    font-size: 16px;
    font-weight: 300;
    border-radius: 6px;
    cursor: pointer;
    white-space: nowrap;
}

.newTstml_video_btnBox i
{
    color: #5A6880;
    font-size: 14px;
    margin-left: 3px;
    display: none;
}

.newTstml_video_btnBox svg {
    height: 30px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: -3px;
}

.newTstml_video_btnBox .play_btn {
    stroke: #5A6880;
    stroke-dasharray: 240;
    animation: nudge 1.5s ease-in-out infinite;
}

body.modal-open
{
    padding: 0 !important;
}

@keyframes nudge{
    0% {
        stroke-dashoffset: 480;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.newTstml_video_playBox .modal
{
    text-align: center;
    padding: 0!important;
}

.newTstml_video_playBox .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.newTstml_video_playBox .modal-dialog {
    display: inline-block;
    vertical-align: middle;
}

.newTstml_video_playBox .modal-backdrop.in {
    background-color: rgba(0,0,0,0.9);
}

.newTstml_video_playBox .modal-dialog
{
    width: 800px;
    height: auto;
}

.newTstml_video_playBox .modal-body
{
    padding: 0;
}

.newTstml_video_playBox .modal-content
{
    background-color: #000;
}

.modal-content
{
    box-shadow: none !important;
    border: 0 !important;
}

.opacity-animate3{
    animation:opt-animation3 1s ;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes opt-animation3 {
    0%   { opacity: 0; transform: scale(0.75);}
    100% { opacity: 1; transform: scale(1);}
}
@-moz-keyframes opt-animation3 {
    0%   { opacity: 0; transform: scale(0.75);}
    100% { opacity: 1; transform: scale(1);}
}
@-o-keyframes opt-animation3{
    0%   { opacity: 0; transform: scale(0.75);}
    100% { opacity: 1; transform: scale(1);}
}
@keyframes opt-animation3 {
    0%   { opacity: 0; transform: scale(0.75);}
    100% { opacity: 1; transform: scale(1);}
}


/* New Partners Section */

.hm-new-prtnr-wrap
{
    padding: 50px 0 60px;
}

.hm-new-prtnr-wrap h2
{
    font-size: 36px;
    line-height: 36px;
    color: #0A1E43;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}

.hm-new-prtnr-logo-box
{
    width: 100%;
    height: 40px;
    background: url(../../img/home/hm-new-partners-sprite.png) no-repeat top center transparent;
    filter: grayscale(100%);
    transition: all .3s ease-in-out;
}

.hm-new-prtnr-logo-box:hover
{
    filter: grayscale(0);
}

.hm-new-prtnr-logo-box.prt-logo2
{
    background-position-y: -80px;
}

.hm-new-prtnr-logo-box.prt-logo3
{
    background-position-y: -160px;
}

.hm-new-prtnr-logo-box.prt-logo4
{
    background-position-y: -240px;
}

.hm-new-prtnr-logo-box.prt-logo5
{
    background-position-y: -320px;
}

.hm-new-prtnr-logo-box.prt-logo6
{
    background-position-y: -400px;
}

/* Home New Signup Cta Section */

.hm-new-sgnup-cta-wrap
{
    background: url(../../img/home/bottom-cta-right.png) no-repeat bottom right, url(../../img/home/bottom-cta-left.png) no-repeat top left #0A0D35;
    padding: 80px 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.hm-new-sgnup-cta-txt
{
    text-align: left;
    margin-bottom: 60px;
}

.hm-new-sgnup-cta-txt h2
{
    font-size: 56px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #fff;
}

.hm-new-sgnup-cta-txt p
{
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: #fff;
}

.hm-new-sgnup-prc-ctas
{
    margin-top: 15px;
}

.hm-new-sgnup-prc-ctas a
{
    min-width: 220px;
}

.hm-new-sgnup-prc-ctas a:last-child
{
    margin-left: 10px;
}

/* Pricing FAQS */
.newPrc_faq_wrap
{
    background-color: #F8F9FB;
}

.newPrc_faq_wrap .glb-nfaq-ttl h3 {
    font-weight: 700;
    color: #0A1E43;
}


.prc-bnr_ttl-box span {
    color: #fff;
    font-size: 12px;
    display: block !important;
    text-align: center;
    margin-top: 10px;
}

/* .prc-bnr-wrap{
    margin-bottom: 0;
} */

.prc-bnr_ttl-box ul{
    display: flex;
    align-items: center;
    justify-content: space-around;
padding: 0;
    transform: translateY(100%);
}

.wt-prcNew2_prvd-tab-wrap h2{
margin-top: 0;
}

.prc-bnr_ttl-box ul li{
display: flex;
    align-items: center;
}

.prc-bnr_ttl-box ul li span{
    font-size: 16px;
    margin-left: 8px;
    margin-top: 0;
}

/* Pricing Page */
.pricingPgB .prc-bnr-wrap {
    background: #fff;
}

.pricingPgB .prc-bnr-wrap * {color: #42526E;}

.pricingPgB .prc-bnr-wrap .prc-bnr h1 {
    color: #0E134F;
    font-weight: 800;
    line-height: 56px;
}

.pricingPgB .prc-bnr-wrap ul {
    margin: 100px 0 0 0;
    padding: 0;
    list-style-type: none;
}

.pricingPgB .prc-bnr-wrap ul li {
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: left;
    margin: 0 0 46px;
}

/* .page_pricing .cd-morph-dropdown .main-nav>ul>li>a {
    color: #0E134F;
}

.page_pricing .cd-morph-dropdown .main-nav>ul>li>a>i {
    color: #0E134F;
} 

.page_pricing .cw-navbar-brand {
    background-position: left -90px;
}*/

.pricingPgB  .prc-bnr p {
    margin: 0;
}

.pricingPgB .prc-bnr-wrap .cw-glb-btn {
    margin: 55px 0 20px;
}

.pricingPgB .prc-bnr-wrap ul li svg {
    margin: 0 24px 0 0;
}

.pricingPgB .prc-bnr-wrap ul li:last-child {
    margin: 0;
}

.pricingPgB .prc-bnr-wrap ul li span {
    font-size: 24px;
    font-weight: 600;
}

.pricingPgB .prc-bnr-wrap .prc-bnr_ttl-box {
    padding: 0 100px 0 0;
}

/* Pricing New Hero Sec Design Styling || Begins */

.pricingPgB .pricingHeroSec{
    background: #fff;
    padding: 110px 0 0;
    position: relative;
}

.pricingPgB .pricingHeroSec .priHeroHeadWrap{
    text-align: center;
    position: relative;
}

.pricingPgB .pricingHeroSec .priHeroHeadWrap h1{
    font-weight: 800;
    font-size: 54px;
    color: #0E134F;
    margin: 0 0 25px;
}

.pricingPgB .pricingHeroSec .priHeroHeadWrap h1 span{
    color:#2E39BF;
    font-size: inherit;
    font-weight: inherit;
}

.pricingPgB .pricingHeroSec .priHeroFeatsMainWrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 750px;
    margin: 0 auto;
    position: relative;
}

.pricingPgB .pricingHeroSec .priHeroFeatsMainWrap .featsWrap{
    display: flex;
}

.pricingPgB .pricingHeroSec .priHeroFeatsMainWrap .featsWrap i{
    margin-right: 10px;
}

.pricingPgB .pricingHeroSec .priHeroFeatsMainWrap .featsWrap p{
    font-weight: 500;
    font-size: 16px;
    color: #42526E;
    margin: 0;
}

.pricingPgB .pricingHeroSec .priHeroCtaSec{
    text-align: center;
    margin-top: 45px;
}

/* Pricing Widget New Design Styling || Begins */

.pricingPgB .wt-prcNew2_prvd-tab{
    margin-top: 80px;
}

.pricingPgB .wt-prcNew2_prvd-tab .nav-tabs{
    border: none !important;
    background: #FFFFFF;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
    border-radius: 0px 6px 6px 6px;
}

.pricingPgB .wt-prcNew2_prvd-tab .nav-tabs li.active a.wt_prc2_doTab, .pricingPgB .wt-prcNew2_prvd-tab .nav-tabs li.active a.wt_prc2_vultrTab, .pricingPgB .wt-prcNew2_prvd-tab .nav-tabs li.active a.wt_prc2_lndTab, .pricingPgB .wt-prcNew2_prvd-tab .nav-tabs li.active a.wt_prc2_awsTab, .pricingPgB .wt-prcNew2_prvd-tab .nav-tabs li.active a.wt_prc2_gceTab{
    background-color: #2F39BF;
    margin-top: -20px !important;
    padding-bottom: 32px;
    border-radius: 6px 6px 0 0 !important;
}

.pricingPgB .wt-prcNew2_prvd-tab .nav-tabs li a+b{
    visibility: hidden;
}

.pricingPgB .wt-prcNew2_prvd-tab .nav-tabs li.active a+b{
    visibility: visible;
}

.pricingPgB .wt-prcNew2_prvd-tab-wrap:not(#wt-prcNew-v2) .wt-prcNew2_prvd-tab .nav-tabs li a+b:hover{
    color: #fff;
}

.pricingPgB .wt-prcNew2_prvd-tab .nav-tabs li a+b{
    bottom: 15px;
    color: #fff;
    text-decoration: none;
}

.pricingPgB .wt-prcNew2_prvd-tab-wrap h2, .pricingPgB .wt-prcNew2_prvd-tab-wrap h2+p{
    display: none;
}

.pricingPgB .wt-prcNew2_prvd-tab-wrap{
    padding-top: 0;
}

.pricingPgB .vultrPlansTabsWrap .nav-tabs li a{
    z-index: 99;
}

.pricingPgB .vultrPlansTabsWrap .nav-tabs li.active a{
    z-index: 0;
}

.pricingPgB #vultr .vultrPlansTabsWrap .nav-tabs li:first-child a{
    padding-right: 45px !important;
}

.pricingPgB .vultrPlansTabsWrap .nav-tabs li.active{
    border-color: transparent;
}

.pricingPgB .vultrPlansTabsWrap .nav-tabs li:nth-of-type(2){
    left: -20px;
}
.pricingPgB .vultrPlansTabsWrap .nav-tabs li:nth-of-type(1){
    right: -30px;
}

.pricingPgB .vultrPlansTabsWrap .nav-tabs li{
    box-shadow: none;
    background-color: transparent;
}

.pricingPgB .vultrPlansTabsWrap .nav-tabs li img{
    display: none;
}
.pricingPgB .wt-prcNew2_prvd-tab .wt-prcNew2_prvd-tab-data .vultrPlansTabsWrap ul{
    position: relative;
    margin-top: 30px;
}
.pricingPgB .wt-prcNew2_prvd-tab .wt-prcNew2_prvd-tab-data .vultrPlansTabsWrap ul::before{
    content: '';
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #212AA6 -18.29%, #1F2EFF 100%);
    -webkit-transition: .4s;
    transition: .4s;
    height: 24px;
    width: 50px;
    border-radius: 20px;
    top: 10px;
    left: 45%;
}

.pricingPgB .wt-prcNew2_prvd-tab .wt-prcNew2_prvd-tab-data .vultrPlansTabsWrap ul li::after{
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 150px;
    top: 10px;
    border-radius: 50%;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    transform: translateX(26px);
}

.pricingPgB .wt-prcNew2_prvd-tab .wt-prcNew2_prvd-tab-data .vultrPlansTabsWrap ul li.active::after{
    transform: translateX(0);
}

.pricingPgB .wt-prcNew2_prvd-tab .wt-prcNew2_prvd-tab-data .vultrPlansTabsWrap ul li:last-child:after{
    display: none;
}

.pricingPgB .wt-prcNew2_prvd-tab .nav-tabs{
    background: transparent;
}

.pricingPgB .shapeCircle{
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    right: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    background: linear-gradient(180deg, rgba(183, 100, 216, 0.1) 0%, rgba(183, 100, 216, 0) 100%);
    backdrop-filter: blur(4px);
}

.pricingPgB .shapeTriangle{
    position: absolute;
    top: 10%;
    left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    filter: blur(4px);
}

.pricingPgB .newTstml_video_ttlBox h2, .pricingPgB .hm-new-spprt-txt-wrap h2, .pricingPgB .hm-new-spprt-txt-wrap h2, .pricingPgB .hm-new-spprt-txt-wrap h2, .pricingPgB .prc-ftr-txt h2, .pricingPgB .newPrc_faq_wrap .glb-nfaq-ttl h3, .pricingPgB .hm-new-prtnr-wrap h2{
    font-weight: 800;
}

.pricingPgB .newPrc_switcher2_wrap{
    margin: 30px 0 30px;
}

.pricingPgB .wt-prcNew2_sec2 .wt-prcNew2_prc_text{
    padding: 5px 20px;
}

.pricingPgB .wt-prcNew2_sec4{
    margin-top: 0;
}

.pricingPgB .wt-prcNew2_sec{
    margin-top: 32px;
}

.pricingPgB .wt-prcNew2_sec2{
    margin-top: 0;
}

/* Pricin Re Formatting 2023*/

.pricingFormatting23 .addOnsCardSec .addOnsCardBody .addOnsCardMainWrap .addOnsCard .addOnCardFooter a{
    color: #2F39BF;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricingFormatting23 .addOnsCardSec .addOnsCardBody .addOnsCardMainWrap .addOnsCard .addOnCardFooter a i{
    margin: 0 0 0 6px;
    transition: all 0.3s ease;
    height: 12px;
    line-height: 12px;
    width: 7px;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.pricingFormatting23 .addOnsCardSec .addOnsCardBody .addOnsCardMainWrap .addOnsCard .addOnCardFooter a i::before{
    content: "";
    position: absolute;
    width: 15px;
    background: #fcfcfc;
    top: 4px;
    right: 3px;
    height: 3px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.pricingFormatting23 .addOnsCardSec .addOnsCardBody .addOnsCardMainWrap .addOnsCard .addOnCardFooter a:hover i::before{
    opacity: 0;
}

.pricingFormatting23 .addOnsCardSec .addOnsCardBody .addOnsCardMainWrap .addOnsCard .addOnCardFooter a:hover i{
    width: 15px;
}

.pricingFormatting23 .addOnsCardSec .addOnsCardBody .addOnsCardMainWrap .addOnsCard .addOnCardBody h3, .pricingFormatting23 .pricingPgB .pricingHeroSec .priHeroHeadWrap h1, .pricingFormatting23 .priHeroHeadWrap, .pricingFormatting23 .pricingCtaContainerWithBg h3, .pricingFormatting23 .hm-new-spprt-txt-wrap h2, .pricingFormatting23 .addOnsCardSec .addOnsCardSecHeader h2, .pricingFormatting23 .newPrc_faq_wrap .glb-nfaq-ttl h3, .pricingFormatting23 .globleWidgetPartner2 h2{
    color: #000;
}
    
.pricingFormatting23 .addOnsCardSec .addOnsCardSecHeader p, .pricingFormatting23 .addOnsCardSec .addOnsCardBody .addOnsCardMainWrap .addOnsCard .addOnCardBody p, .pricingFormatting23 .CROtesting .prc-ftr-txt p, .pricingFormatting23 .hm-new-spprt-txt-wrap p, .pricingFormatting23 .pricingPgB .pricingHeroSec .priHeroFeatsMainWrap .featsWrap p{
    color: rgba(0, 0, 0, 0.8);
}
    
.pricingFormatting23 .newVidCarouselTestis .cw-agency-vid-testi p{
    color: rgba(0, 0, 0, 0.8);
    font-size: 22px;
}
    
.pricingFormatting23 .newVidCarouselTestis .cw-agency-vid-testi h4{
    font-size: 18px;
    color: rgba(0,0,0,0.8);
}
    
.pricingFormatting23 .hm-new-spprt-txt-wrap h2{
    font-size: 40px;
}
.pricingFormatting23 .hm-new-spprt-txt-wrap p{
    font-size: 18px;
    font-weight: 400;
}

.pricingFormatting23 .addOnsCardSec .addOnsCardBody .addOnsCardMainWrap .addOnsCard .addOnCardBody h3{
    font-size: 24px;
}

@media (min-width: 992px)
{
    /* Campaign Css */
    .smr_cmpg .prc-bnr-wrap
    {
        margin-bottom: -175px;
    }

    .smr_cmpg .cw-glb-btn
    {
        display: none;
    }
    .pricingPgB .wt-prcNew2_prvd-tab-wrap:not(#wt-prcNew-v2) .wt-prcNew2_prvd-tab>.nav-tabs li:first-child a{
        border-radius: 6px 6px 0 6px !important;
    }
    .pricingPgB .wt-prcNew2_prvd-tab-wrap:not(#wt-prcNew-v2) .wt-prcNew2_prvd-tab>.nav-tabs li:last-child a{
        border-radius: 6px 6px 6px 0 !important;
    }
}

@media (min-width: 1600px)
{
    .smr_cmpg .prc-bnr-wrap:before {
        right: 18%;
    }
}

@media (max-width: 1300px)
{
    /* Campaign Css */
    .smr_cmpg .prc-bnr-wrap:before {
        right: 50px;
        top: 110px;
    }
}


@media (max-width: 1200px) {
    /* Campaign Css */
    .smr_cmpg .prc-bnr-wrap
    {
        background: url(../../img/campaign/smrcmpg_prc_img1.png) no-repeat left 90%;
    }

    .smr_cmpg .prc-bnr-wrap:before {
        right: -30px;
    }

    /* Video Testimonial CSS*/
    .newTstml_video_quoteBox {
        margin-top: 30px;
    }

    /* Home New Signup Cta Section */
    .hm-new-sgnup-prc-ctas a {
        min-width: 210px;
    }
}

@media all and (max-width: 1199px) and (min-width: 991px) 
{
    .prc-comp-table-2-head>thead>tr>th:first-child {
        width: 475px;
    }
    
    .prc-comp-table-2 .prc-comp-table-2-head>thead
    {
        max-width: 940px;
    }
}

@media (max-width: 992px)
{
    .prc-tbl-fold thead th {
        color: #1f2d3d;
        font-size: 14px;
        font-weight: 500;
        padding: 10px !important;
    }

    .prc-comp-table-2 .prc-comp-table-2-head>thead
    {
        max-width: 720px;
    }
    
    .prc-comp-table-2-head>thead>tr>th:first-child
    {
        width: 288px;
    }
    .prc-comp-table-2-head>thead>tr>th
    {
        width: 144px;
    }

    /* Banner */
    .prc-bnr-wrap
    {
        padding: 100px 0 80px;
        margin-bottom: -30px;
    }

    .prc-bnr-wrap .prc-bnr h1{
        font-size: 40px;
    }
    .prc-bnr p{
        font-size: 18px;
        margin-bottom: 20px;
    }

    /* New Pricing Cart */
    .wt-prcNew2_prvd-tab {
        margin-top: 40px;
    }

    /* Campaign Css */
    .smr_cmpg.prc-bnr-mainSec,
    .smr_cmpg .prc-bnr-wrap {
        background-image: none !important;
    }

    .smr_cmpg .prc-bnr-wrap:before {
        right: -10px;
        top: 60px;
    }

    /* Support Fold Css */
    .hm-new-spprt-wrap {
        padding: 60px 0;
    }

    .hm-new-spprt-txt-wrap h2 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .hm-new-spprt-txt-wrap p {
        margin-bottom: 20px;
    }

    .hm-new-spprt-img-wrap {
        margin-top: 50px;
    }

    /* Video Testimonial CSS*/
    .newTstml_video_mainSec {
        padding: 40px 0 60px;
    }

    .newTstml_video_ttlBox {
        margin-bottom: 40px;
    }

    .newTstml_video_ttlBox h2 {
        font-size: 28px;
    }

    .newTstml_video_quoteBox {
        margin-top: 30px;
    }

    .newTstml_video_quoteBox > p {
        font-size: 20px;
        line-height: 30px;
        margin: 15px 0;
    }

    .newTstml_video_quoteBox i.fa {
        font-size: 26px;
    }

    .newTstml_video_infoBox h4 {
        margin-bottom: 5px;
    }

    /* New Partners Section */
    .hm-new-prtnr-wrap h2 {
        font-size: 28px;
    }

    /* Bottom Signup Section */
    .hm-new-sgnup-cta-wrap
    {
        padding: 60px 0;
        text-align: center;
    }

    .hm-new-sgnup-cta-txt
    {
        text-align: center;
        margin-bottom: 30px;
    }

    .hm-new-sgnup-cta-txt h2 {
        font-size: 40px;
    }

    .hm-new-sgnup-cta-txt p {
        font-size: 18px;
    }

    /* Home New Signup Cta Section */
    .hm-new-sgnup-prc-ctas a {
        min-width: 220px;
    }

    .pricingPgB .prc-bnr-wrap ul li span {
        font-size: 20px;
    }

    .pricingPgB .pricingHeroSec .priHeroHeadWrap h1{
        font-size: 36px;
    }

    .pricingPgB .wt-prcNew2_prvd-tab-wrap:not(#wt-prcNew-v2) .wt-prcNew2_prvd-tab .nav-tabs li a span{
        transform: translateY(0);
    }

    .pricingPgB .wt-prcNew2_prvd-tab-wrap:not(#wt-prcNew-v2) .wt-prcNew2_prvd-tab .nav-tabs li.active a span{
        transform: translateY(-8px);
    }

    .pricingPgB .wt-prcNew2_prvd-tab .nav-tabs li.active a.wt_prc2_doTab, .pricingPgB .wt-prcNew2_prvd-tab .nav-tabs li.active a.wt_prc2_vultrTab, .pricingPgB .wt-prcNew2_prvd-tab .nav-tabs li.active a.wt_prc2_lndTab, .pricingPgB .wt-prcNew2_prvd-tab .nav-tabs li.active a.wt_prc2_awsTab, .pricingPgB .wt-prcNew2_prvd-tab .nav-tabs li.active a.wt_prc2_gceTab{
        margin: 0 !important;
        border-radius: 0 !important;
    }
}

@media (max-width: 800px)
{
    /* Video Testimonial CSS */
    .newTstml_video_playBox .modal-dialog {
        width: 90%;
        height: auto;
        margin: 0 auto;
    }

    .pricingPgB .prc-bnr-wrap .prc-bnr_ttl-box {
        padding: 0 50px 0 0;
    }
}

@media (max-width: 767px)
{
    /* Comparison Table */
    #prc-cmpr-tbl-wrap {
        padding: 20px 0;
    }

    .prc-tbl-fold
    {
        margin: 0px !important;
    }

    /* New Pricing Comparison Table */
    .prc-ftr-txt+.table-responsive
    {
        padding: 15px;
        margin-top: 50px !important;
    }

    .prc-tbl-fold tr th:first-child
    {
        font-size: 14px !important;
        white-space: nowrap !important;
    }

    /* Pricing banner */

    .prc-bnr-wrap .prc-bnr h1{
        font-size: 30px;
    }
    .prc-bnr p{
        font-size: 16px;
    }

    .prc-bnr{
        text-align: center;
        padding: 0;
    }

    /*  pricing top Feature */
    .prc-top-ftr-sec{
        padding: 25px 20px 10px 20px;

    }

    /* Support Fold Css */
    .hm-new-spprt-wrap {
        padding: 40px 0;
    }
    .hm-new-spprt-img-wrap img {
        margin: 0 auto 30px;
    }

    .hm-new-spprt-img-wrap {
        margin-top: 0;
    }
    .hm-new-spprt-txt-wrap
    {
        text-align: center;
    }

    /* Campaign Css */
    .smr_cmpg .prc-bnr-wrap:before
    {
        display: none !important;
    }

    /* Video Testimonial CSS*/
    .newTstml_video_mainSec {
        padding: 20px 0 40px;
        text-align: center;
    }

    .newTstml_video_ttlBox {
        margin-bottom: 0px;
    }

    .newTstml_video_quoteBox {
        margin: 30px 0;
    }

    /* New Partners Section */
    .hm-new-prtnr-wrap h2 {
        font-size: 26px;
    }

    /* Bottom Signup Section */
    .hm-new-sgnup-cta-wrap {
        background-image: none !important;
    }

    .hm-new-sgnup-cta-txt h2 {
        font-size: 30px;
    }

    .hm-new-sgnup-cta-txt p {
        font-size: 16px;
        line-height: 26px;
    }

    .cw_prcCmpr_tbl_v2 .prc-ftr-txt+.table-responsive
    {
        padding: 0 !important;
        border: 0 !important;
    }

    .pricingPgB .pricingHeroSec .priHeroFeatsMainWrap{
        flex-direction: column;
    }

    .pricingPgB .pricingHeroSec .priHeroFeatsMainWrap .featsWrap{
        margin-top: 20px;
    }

    .pricingPgB .newPrc_switcher2_wrap{
        margin: 25px 0;
    }

    .pricingPgB .shapeCircle, .pricingPgB .shapeTriangle{
        display: none;
    }
}

@media (max-width: 500px)
{
    .prc-tbl-fold>thead>tr>th{
        white-space: normal !important;
        padding: 8px !important;
    }
    .prc-tbl-fold>tbody>tr>th{
        white-space: normal !important;
        padding-left: 8px !important;
    }

    .prc-tbl-fold tr th:first-child{
        padding-left: 15px !important;
        padding-right: 8px !important;
    }

    .prc-top-ftr-sec .col-xs-6
    {
        width: 100%;
    }

    /* Home New Signup Cta Section */
    .hm-new-sgnup-prc-ctas a {
        min-width: 220px;
    }

    .hm-new-sgnup-prc-ctas a {
        min-width: 100%;
    }

    .hm-new-sgnup-prc-ctas a:last-child
    {
        margin: 15px 0 0 !important;
    }

    .pricingPgB .prc-bnr-wrap .prc-bnr_ttl-box {
        padding: 0;
        text-align: center;
    }
    
    .pricingPgB .prc-bnr-wrap .cw-glb-btn {
        margin: 25px 0 20px;
    }
    
    .pricingPgB .prc-bnr-wrap ul {
        margin: 40px 0 0 0;
    }

    .pricingPgB .wt-prcNew2_prvd-tab .wt-prcNew2_prvd-tab-data .vultrPlansTabsWrap ul li::after{
        left: auto;
        right: 24px;
    }

    .pricingPgB .wt-prcNew2_prvd-tab #digitalocean .nav-tabs li:nth-child(1)::before, .pricingPgB .wt-prcNew2_prvd-tab #digitalocean .nav-tabs li:nth-child(3)::before, .pricingPgB .wt-prcNew2_prvd-tab #vultr .nav-tabs li:nth-child(1)::before, .pricingPgB .wt-prcNew2_prvd-tab #vultr .nav-tabs li:nth-child(3)::before{
        display: none;
    }

    .pricingPgB .wt-prcNew2_prvd-tab .wt-prcNew2_prvd-tab-data .vultrPlansTabsWrap ul::before{
        top: 5px;
    }

    .pricingPgB .wt-prcNew2_prvd-tab .wt-prcNew2_prvd-tab-data .vultrPlansTabsWrap ul li::after{
        top: 5px;
    }
}