/**
 * @tableofcontents
 *
 * 1. Feature banner
 * 2. Feature Menus Anchores
 * 3. Feature Section
 * 4. Feature Section 4
 * 5. Feature Section 5
 * 6. Feature sticky Strip
 * 7. Feature Migration Section
 * 8. New Feature Design 2020
 */


/* @section 1. Feature banner */

#nyr-page-tab-wrapper {
    display: none;
}

.nyr-page-tab-wrap .navbar-default {
    background-color: transparent !important;
    border: 0 !important;
    margin-bottom: 0 !important;
}

.ftr-bnr-wrap {
    background: #2e39bf;
    position: relative;
    padding: 130px 0 170px 0;
    overflow: hidden;
}

.ftr-bnr-wrap .glb-bnr-strp {
    height: 500px;
}

.ftr-bnr-wrap:before {
    content: '';
}

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

.ftr-bnr-wrap .ftr-bnr>h1 {
    margin-bottom: 15px;
    font-size: 54px;
    line-height: 62px;
    color: #fff;
    font-weight: 700;
}

.ftr-bnr>p {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 30px;
}

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


/* @section 2. Feature Menus Anchores */

.nfeat-menu-anch-wrap {
    background: #f8f9fb;
}

.nfeat-menu-anch-sec {
    background: #fff;
    padding: 50px 50px 10px 50px;
    box-shadow: 5px 1px 32px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 5px 1px 32px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 1px 32px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-top: -135px;
    position: relative;
}

.nfeat-menu-anch-box {
    margin-bottom: 20px;
    text-align: left;
}

.nfeat-menu-anch-box h4 {
    color: #091e42;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.nfeat-menu-anch-box p {
    color: #42526e;
    font-size: 16px;
    font-weight: 300;
    margin: 10px 0;
}

.nfeat-menu-anch-box a {
    color: #1c2cf7;
    font-size: 14px;
    visibility: hidden;
    transition: all 0.1s ease-in-out;
}

.nfeat-menu-anch-box:hover a {
    visibility: visible;
}

.nfeat-menu-anch-box a i {
    color: #1b6ffd;
    margin-left: 5px;
}


/* @section 3. Feature Section */

.nfeat-wrap {
    padding: 100px 0 50px;
}

.nfeat-ttl-box {
    text-align: center;
    margin-bottom: 80px;
}

.nfeat-ttl-box h2 {
    color: #091e42;
    font-size: 36px;
    font-weight: 500;
    margin: 0 0 15px;
}

.nfeat-ttl-box p {
    color: #42526e;
    font-size: 20px;
}

.nfeat-list-box {
    margin-bottom: 30px;
    padding-left: 25px;
}

.nfeat-list-box h3 {
    color: #091e42;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    margin: 0 0 10px;
}

.nfeat-list-box h3:before {
    content: "\f00c";
    color: #feb155;
    font: normal normal normal 18px/1 FontAwesome;
    position: absolute;
    left: -25px;
    top: 0;
}

.nfeat-list-box p {
    color: #42526e;
    font-size: 14px;
}

.nfeat-list-box h3>span {
    color: #fff;
    background: #feb155;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    display: inline-block;
    margin-left: 10px;
}

.nfeat-list-box h3 span:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 10px solid #feb155;
    border-bottom: 8px solid transparent;
    position: absolute;
    left: -6px;
    top: 0px;
}

.nfeat-cstr-tstml {
    color: #fff;
    font-size: 20px;
    background-color: #feb155;
    padding: 40px;
    position: relative;
    width: 95%;
    border-radius: 8px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
}

.nfeat-cstr-tstml sup {
    font-size: 60px;
    position: absolute;
    top: 55px;
    left: 3.5%;
    color: #ca812b;
}

.nfeat-cstr-tstml sub {
    font-size: 60px;
    position: relative;
    right: 0;
    color: #ca812b;
    bottom: 10px;
}

.nfeat-cstr-tstml:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #feb155;
    position: absolute;
    bottom: -12px;
    left: 5%;
}

.nfeat-cstr-tstml-box {
    margin: 25px 0;
}

.nfeat-cstr-tstml-img {
    margin-right: 20px;
}

.nfeat-cstr-tstml-img {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: 2px solid #1f2d3d;
    background-color: #1f2d3d;
    overflow: hidden;
}

.nfeat-cstr-tstml-img img {
    width: 100%;
    height: 100%;
}

.nfeat-cstr-tstml-img,
.nfeat-cstr-tstml-info {
    display: inline-block;
    vertical-align: middle;
}

.nfeat-cstr-tstml-info b {
    color: #091e42;
    font-size: 16px;
    font-weight: 500;
}

.nfeat-cstr-tstml-info i {
    color: #42526e;
    font-size: 12px;
    font-style: normal;
    display: block;
}

.nfeat-mark-bg {
    background: #f8f9fb;
}

.newFeat_spynav_wrap ul .featuresbadgeTag {
    display: flex;
    align-items: center;
}

.featuresbadgeTag:not(.active) .newFeatureTag {
    animation: pulse .8s linear infinite both;
}

.featuresbadgeTag .newFeatureTag {
    background-color: #2f39bf;
    color: #ffffff;
    padding: 3px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 400;
    max-width: max-content;
}

.newFeat_list_mainBox .newFeatureTag {
    background-color: #2f39bf;
    color: #ffffff;
    padding: 3px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 400;
    max-width: max-content;
    position: relative;
    top: 8px;
}


/* Feature Wrap 2*/

.nfeat-wrap2 .nfeat-cstr-tstml,
.nfeat-wrap2 .nfeat-list-box h3>span {
    background-color: #2e39bf;
}

.nfeat-wrap2 .nfeat-list-box h3:before {
    color: #2e39bf;
}

.nfeat-wrap2 .nfeat-list-box h3 span:before {
    border-right-color: #2e39bf;
}

.nfeat-wrap2 .nfeat-cstr-tstml:after {
    border-top-color: #2e39bf;
}

.nfeat-wrap2 .nfeat-cstr-tstml sup,
.nfeat-wrap2 .nfeat-cstr-tstml sub {
    color: #18207f;
}

/* Feature Wrap 4*/

.nfeat-wrap4 .nfeat-cstr-tstml,
.nfeat-wrap4 .nfeat-list-box h3>span {
    background-color: #b764d8;
}

.nfeat-wrap4 .nfeat-list-box h3:before {
    color: #b764d8;
}

.nfeat-wrap4 .nfeat-list-box h3 span:before {
    border-right-color: #b764d8;
}

.nfeat-wrap4 .nfeat-cstr-tstml:after {
    border-top-color: #b764d8;
}

.nfeat-wrap4 .nfeat-cstr-tstml sup,
.nfeat-wrap4 .nfeat-cstr-tstml sub {
    color: #813c9c;
}


/* Feature Wrap 5*/

.nfeat-wrap5 .nfeat-cstr-tstml,
.nfeat-wrap5 .nfeat-list-box h3>span {
    background-color: #39dcb1;
}

.nfeat-wrap5 .nfeat-list-box h3:before {
    color: #39dcb1;
}

.nfeat-wrap5 .nfeat-list-box h3 span:before {
    border-right-color: #39dcb1;
}

.nfeat-wrap5 .nfeat-cstr-tstml:after {
    border-top-color: #39dcb1;
}

.nfeat-wrap5 .nfeat-cstr-tstml sup,
.nfeat-wrap5 .nfeat-cstr-tstml sub {
    color: #259e7e;
}


/* @section 4. Feature Section 4 */

.nf-sec4 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#001caa+0,001caa+50,004ddb+100 */
    background-color: #001caa;
    /* Old browsers */
    background: -moz-linear-gradient(top, #001caa 0%, #001caa 50%, #004ddb 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #001caa 0%, #001caa 50%, #004ddb 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #001caa 0%, #001caa 50%, #004ddb 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#001caa', endColorstr='#004ddb', GradientType=0);
    /* IE6-9 */
    text-align: center;
    color: #fff!important;
    font-size: 16px
}

.nf-sec4 .glb-texture {
    padding: 50px 0;
}

.nf-sec4 div,
.nf-sec4 p,
.nf-sec4 h2 {
    color: #fff!important;
}

.nf-sec4-title h2 {
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: 500;
}

.nf-sec4-title p {
    font-size: 20px;
}

.nf-sec4-box {
    position: relative;
    margin: 30px 0;
    font-size: 20px;
    line-height: 28px
}

.nf-sec4-box p {
    font-size: 14px;
    line-height: 22px;
}

.nf-sec4-box span {
    display: inline-block;
    width: 100px;
    margin-bottom: 5px;
}

.nf-sec4-box:after {
    content: '';
    height: 9px;
    width: 61px;
    position: absolute;
    top: 59px;
    background: url("../../img/feature/new-feature-sec4-dots.png") no-repeat left 0;
    right: -11%;
}

.nf-sec4-box:last-child:after {
    display: none
}

.nf-sec4 .wt-signup-wrapper {
    padding: 0;
}


/* @section 5. Feature Section 5 */

.nf-sec5-wrap {
    text-align: center;
    padding: 35px 0 50px 0;
    background: #f4f3f9;
}

.nf-sec5-art-titl {
    margin-bottom: 50px;
    text-align: center;
}

.nf-sec5-art-titl>h2 {
    color: #091e42;
    font-size: 36px;
    font-weight: 500;
}

.nf-sec5-art-titl>p {
    color: #42526e;
    font-size: 20px;
}

.nf-sec5-box-wrap {
    float: none;
    display: inline-block;
    margin-bottom: 25px;
    vertical-align: top;
}

.nf-sec5-box {
    padding: 30px 25px 20px 25px;
    text-align: left;
    float: left;
    width: 100%;
    min-height: 186px;
    box-shadow: 5px 1px 32px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 5px 1px 32px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 1px 32px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    background: #fff;
    min-height: 270px;
}

.nf-sec5-box strong {
    color: #091e42;
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0;
    display: block;
}

.nf-sec5-box p {
    font-size: 16px;
    line-height: 24px;
}

.nf-sec5-box-lft {
    width: 50px;
    display: inline-block;
}


/* @section 6. Feature sticky Strip */

.nyr-page-header_hide {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all 1s ease-in-out;
}

.nyr-page-tab-wrap {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    display: none;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    z-index: 99;
    background: #fff;
    border-top: solid 1px #e4e4e4;
    border-bottom: solid 1px #e4e4e4;
}

.nyr-page-tab_active {
    display: block;
    opacity: 1;
    animation-duration: .5s;
    animation-name: cw_hdrnav_slide;
    animation-timing-function: ease-out;
}

.stick-bar {
    margin-top: 0 !important;
    position: fixed !important;
    top: 0px;
    z-index: 9999;
    margin: auto;
    height: 60px;
}

.nyr-page-tab-wrap .nyr-page-tab-act {
    border-bottom-color: #fff !important;
}

.nyr-page-tab-wrap a#tab_target-01:hover,
.nyr-page-tab-wrap a#tab_target-01.nyr-page-tab-act,
.nyr-page-tab-wrap a#tab_target-03:hover,
.nyr-page-tab-wrap a#tab_target-03.nyr-page-tab-act {
    color: #feb155 !important;
}

.nyr-page-tab-wrap a#tab_target-01:hover:after,
.nyr-page-tab-wrap a#tab_target-01.nyr-page-tab-act:after,
.nyr-page-tab-wrap a#tab_target-03:hover:after,
.nyr-page-tab-wrap a#tab_target-03.nyr-page-tab-act:after {
    background-color: #feb155;
}

.nyr-page-tab-wrap a#tab_target-02:hover,
.nyr-page-tab-wrap a#tab_target-02.nyr-page-tab-act,
.nyr-page-tab-wrap a#tab_target-05:hover,
.nyr-page-tab-wrap a#tab_target-05.nyr-page-tab-act,
.nyr-page-tab-wrap a#tab_target-07:hover,
.nyr-page-tab-wrap a#tab_target-07.nyr-page-tab-act {
    color: #2e39bf !important;
}

.nyr-page-tab-wrap a#tab_target-02:hover:after,
.nyr-page-tab-wrap a#tab_target-02.nyr-page-tab-act:after,
.nyr-page-tab-wrap a#tab_target-05:hover:after,
.nyr-page-tab-wrap a#tab_target-05.nyr-page-tab-act:after,
.nyr-page-tab-wrap a#tab_target-07:hover:after,
.nyr-page-tab-wrap a#tab_target-07.nyr-page-tab-act:after {
    background-color: #2e39bf;
}

.nyr-page-tab-wrap a#tab_target-04:hover,
.nyr-page-tab-wrap a#tab_target-04.nyr-page-tab-act,
.nyr-page-tab-wrap a#tab_target-08:hover,
.nyr-page-tab-wrap a#tab_target-08.nyr-page-tab-act {
    color: #b764d8 !important;
}

.nyr-page-tab-wrap a#tab_target-04:hover:after,
.nyr-page-tab-wrap a#tab_target-04.nyr-page-tab-act:after,
.nyr-page-tab-wrap a#tab_target-08:hover:after,
.nyr-page-tab-wrap a#tab_target-08.nyr-page-tab-act:after {
    background-color: #b764d8;
}

.nyr-page-tab-wrap a#tab_target-06:hover,
.nyr-page-tab-wrap a#tab_target-06.nyr-page-tab-act {
    color: #39dcb1 !important;
}

.nyr-page-tab-wrap a#tab_target-06:hover:after,
.nyr-page-tab-wrap a#tab_target-06.nyr-page-tab-act:after {
    background-color: #39dcb1;
}


/* @section 7. Feature Migration Section */

.nfeat-mgr-wrap {
    background: #feb155;
    padding: 80px 0;
}

.nfeat-mgr-img-box {
    min-height: 245px;
}

.nfeat-mgr-img-box img {
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
}

.nfeat-mgr-ttl-box h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
}

.nfeat-mgr-ttl-box p {
    color: #fff;
    font-size: 20px;
    margin: 20px 0;
}

.nfeat-mgr-ttl-box .wt-signup-wrapper {
    padding: 0 !important;
}

.nfeat-mgr-ttl-box .wt-signup-btn {
    text-align: left;
}

.nfeat-mgr-ttl-box .wt-signup-btn a,
.nfeat-mgr-ttl-box .wt-signup-btn a:hover,
.nfeat-mgr-ttl-box .wt-signup-btn a:focus,
.nfeat-mgr-ttl-box .wt-signup-btn a:active {
    margin: 0 !important;
}


/* @section 8. New Feature Design 2020 */


/* New Feature 2019 */

.newFeat_bnr_sec {
    position: relative;
    padding: 170px 0;
    text-align: center;
    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);
}

.newFeat_bnr_ttlBox h1 {
    color: #FFF;
    font-size: 54px;
    font-weight: 700;
}

.newFeat_bnr_ttlBox p {
    color: #FFF;
    font-size: 20px;
    margin-bottom: 25px;
}

.newFeat_topFtr_sec {
    margin-top: -120px;
    position: relative;
}

.newFeat_topFtr_wrap {
    padding: 55px;
    background: #FFFFFF;
    box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.newFeat_topFtr_imgBox {
    width: 60px;
}

.newFeat_topFtr_inrBox h3 {
    color: #0A1E43;
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0 10px;
}

.newFeat_topFtr_inrBox p {
    color: #42526E;
    font-size: 16px;
    font-weight: 300;
}


/* New Feature Spy Nav */

.newFeat_spynav_mblBtn {
    display: none;
    width: 100%;
    background-color: #f3f3f3;
    border: none;
    padding: 10px;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.newFeat_spynav_mblBtn span {
    color: #0A1E43;
    font-size: 20px;
    font-weight: 500;
    margin-left: 20px;
}

.newFeat_spynav_mblBtn i {
    font-size: 20px;
    float: right;
    position: relative;
    top: 4px;
}

.newFeat_spynav_wrap {
    margin-top: 80px;
}

.newFeat_spynav_wrap ul {
    border: 0 !important;
}

.newFeat_spynav_wrap ul li {
    margin: 0;
    border-left: 2px solid #C4C4C4;
}

.newFeat_spynav_wrap ul li.active {
    border-left-color: #2F39BF !important;
}

.newFeat_spynav_wrap ul li.active a {
    color: #0A1E43;
    font-weight: 500;
}

.newFeat_spynav_wrap ul li a,
.newFeat_spynav_wrap ul li a:hover,
.newFeat_spynav_wrap ul li a:focus,
.newFeat_spynav_wrap ul li a:active {
    color: #0A1E43;
    font-size: 16px;
    cursor: pointer;
    background-color: transparent !important;
    outline: none !important;
    border: none !important;
}

.newFeat_spynav_ctaBox {
    margin-top: 40px;
}

.newFeat_spynav_ctaBox a {
    white-space: nowrap;
}

.newFeat_list_mainWrap {
    padding: 60px 0 40px;
}

.newFeat_glb_ttlBox {
    margin-bottom: 20px;
    padding-left: 20px;
}

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

.newFeat_glb_ttlBox p {
    color: #42526E;
    font-size: 18px;
    font-weight: 300;
}

.newFeat_list_mainBox {
    padding: 10px 20px;
    background: #FFFFFF;
    border-radius: 6px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}

.newFeat_list_mainBox:hover {
    /*transform: scale(1.02);*/
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.newFeat_list_mainBox h3 {
    color: #0A1E43;
    font-size: 20px;
    font-weight: 500;
    position: relative;
}

.glbNew-strp_sprt {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}

.glbNew-strp_sprt::before,
.glbNew-strp_sprt::after {
    content: '';
    height: 5px;
    display: inline-block;
    border-radius: 50px;
    vertical-align: middle;
}

.glbNew-strp_sprt::before {
    width: 40px;
    background-color: #2f39bf;
}

.glbNew-strp_sprt::after {
    width: 10px;
    margin-left: 5px;
    background-color: #09ebaf;
    left: 45px;
}

.newFeat_list_mainBox p {
    color: #42526E;
    font-size: 16px;
    font-weight: 300;
}

.newFeat_spy-nav_fixed {
    position: fixed;
    top: 100px;
}


/* New Feature Testimonial */

.newFeat_cstmr_tstml_sec {
    padding: 60px 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#feb155+0,dd7a04+100 */
    background: #feb155;
    /* Old browsers */
    background: -moz-linear-gradient(top, #feb155 0%, #dd7a04 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #feb155 0%, #dd7a04 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #feb155 0%, #dd7a04 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#feb155', endColorstr='#dd7a04', GradientType=0);
    /* IE6-9 */
}

.newFeat_cstmr_tstml_sec .container {
    position: relative;
}

.newFeat_cstmr_tstml_imgBox {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 400px;
    height: 400px;
    border-radius: 50%;
    padding: 20px;
    border: 2px solid #DBDBDB;
}

.newFeat_cstmr_tstml_imgBox img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.newFeat_cstmr_tstml_txtBox>i.fa {
    color: #fff;
    font-size: 30px;
}

.newFeat_cstmr_tstml_txtBox>p {
    color: #fff;
    font-size: 22px;
    line-height: 36px;
    margin: 20px 0;
    width: 80%;
}

.newFeat_cstmr_tstml_infoBox>h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.newFeat_cstmr_tstml_infoBox>p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}


/* New Feature Migration */

.newFeat_mgr_sec {
    background: #B764D8;
    padding: 100px 0;
}

.newFeat_mgr_sec .container {
    position: relative;
}

.newFeat_mgr_imgBox {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.newFeat_mgr_txtBox h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}

.newFeat_mgr_txtBox p {
    color: #fff;
    font-size: 18px;
}

.newFeat_mgr_ctaBox {
    margin-top: 30px;
}


/* New Feature Missing */

.newFeat_misng_sec {
    text-align: center;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#061c59+0,1c2bf7+100 */
    background: #061c59;
    /* Old browsers */
    background: -moz-linear-gradient(top, #061c59 0%, #1c2bf7 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #061c59 0%, #1c2bf7 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #061c59 0%, #1c2bf7 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#061c59', endColorstr='#1c2bf7', GradientType=0);
    /* IE6-9 */
}

.newFeat_misng_wrap {
    padding: 50px 0;
    background: url(../../img/feature/new_feat_missing_bg.png) no-repeat left center;
    background-size: cover;
}

.newFeat_misng_txtBox>a {
    display: inline-block;
    outline: none !important;
    text-decoration: none !important;
}

.newFeat_misng_txtBox i.fa {
    color: #fff;
    font-size: 80px;
}

.newFeat_misng_txtBox h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}

.newFeat_misng_txtBox p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}


/* @reset styling for large screen except screen size */

@media (max-width: 1200px) {
    /* New Feature List */
    .nfeat-cstr-tstml {
        padding: 25px;
        width: 100%;
    }
    .nfeat-cstr-tstml sup {
        top: 45px;
        left: 0.5%;
    }
    /* Feature banner */
    .ftr-bnr-wrap .ftr-bnr>h1 {
        font-size: 50px;
        line-height: 55px;
    }
    .ftr-bnr>p {
        font-size: 17px;
    }
    /* Feature sticky Strip */
    .nyr-page-tab-wrap .navbar-brand {
        margin-top: 1px;
    }
    .nyr-page-tab-wrap nav.navbar-default {
        padding-top: 19px !important;
    }
    .nyr-page-tab-wrap .navbar-default .navbar-nav>li>a {
        padding: 15px 5px !important;
        margin: 0 5px !important;
    }
    /* New Feature Design 2020 */
    .newFeat_cstmr_tstml_imgBox {
        width: 300px;
        height: 300px;
        left: 10%;
    }
    .newFeat_cstmr_tstml_txtBox>p {
        line-height: 30px;
        width: 100%;
    }
}


/* @reset styling for medium screen size */

@media (max-width: 992px) {
    /* Banner */
    .ftr-bnr-wrap {
        padding: 60px 0;
    }
    .nfeat-menu-anch-wrap {
        display: none;
    }
    #nfeat-wrap1,
    .nfeat-wrap {
        padding: 30px 0;
    }
    /* Features List */
    .nfeat-ttl-box h2 {
        font-size: 28px;
    }
    .nfeat-ttl-box p {
        font-size: 18px;
    }
    .nfeat-cstr-tstml {
        font-size: 18px;
        padding: 20px;
    }
    .nfeat-cstr-tstml sup,
    .nfeat-cstr-tstml sub {
        font-size: 45px;
    }
    .nfeat-cstr-tstml-img {
        margin-right: 5px;
    }
    .nfeat-list-box h3 {
        font-size: 16px;
    }
    /* Feature Migration Section */
    .nfeat-mgr-wrap {
        padding: 40px 0;
    }
    .nfeat-mgr-img-box {
        min-height: 185px;
    }
    .nfeat-mgr-ttl-box h3 {
        font-size: 28px;
    }
    .nfeat-mgr-ttl-box p {
        margin: 10px 0;
    }
    /* Feature banner */
    .ftr-bnr-wrap .ftr-bnr>h1 {
        font-size: 30px;
        line-height: 38px;
    }
    .ftr-bnr>p {
        font-size: 15px;
    }
    /* Feature Section 4, 5 */
    .nf-sec4-title h2,
    .nf-sec5-art-titl>h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .nf-sec4-box:after {
        width: 60px;
        right: -30px;
    }
    /* Feature sticky Strip */
    .nyr-page-tab-wrap .navbar-brand {
        height: 35px;
        background-size: cover;
        width: 46px !important;
    }
    .nyr-page-tab-wrap .navbar-default .navbar-nav>li>a {
        padding: 14px 8px !important;
        font-size: 12px !important;
    }
    .nf-sec5-box {
        padding: 20px;
    }
    /* New Feature Design 2020 */
    .newFeat_bnr_ttlBox h1 {
        font-size: 40px;
    }
    .newFeat_bnr_ttlBox p,
    .newFeat_list_mainBox h3 {
        font-size: 18px;
    }
    .newFeat_topFtr_wrap {
        padding: 30px;
    }
    .newFeat_topFtr_inrBox p,
    .newFeat_list_mainBox p {
        font-size: 14px;
    }
    .newFeat_list_mainWrap {
        padding: 40px 0;
    }
    .newFeat_glb_ttlBox {
        padding: 0;
    }
    .newFeat_glb_ttlBox h2 {
        font-size: 28px;
    }
    .newFeat_glb_ttlBox p {
        font-size: 16px;
    }
    .newFeat_list_mainBox {
        padding: 0;
    }
    .newFeat_list_mainBox:hover {
        transform: none !important;
        box-shadow: none !important;
    }
    .newFeat_spynav_wrap ul li a,
    .newFeat_spynav_wrap ul li a:hover,
    .newFeat_spynav_wrap ul li a:focus,
    .newFeat_spynav_wrap ul li a:active {
        font-size: 14px;
    }
    .newFeat_spynav_ctaBox a {
        font-size: 13px;
    }
    /* Feature Testimonial Slider */
    .newFeat_cstmr_tstml_imgBox {
        left: 5%;
    }
    .newFeat_cstmr_tstml_txtBox>i.fa {
        font-size: 26px;
    }
    .newFeat_cstmr_tstml_txtBox>p {
        font-size: 20px;
        margin: 10px 0;
    }
    .newFeat_cstmr_tstml_infoBox>h3 {
        font-size: 16px;
    }
    .newFeat_cstmr_tstml_infoBox>p {
        font-size: 14px;
    }
    /* New Feature Migration */
    .newFeat_mgr_sec {
        padding: 30px 0 40px;
    }
    .newFeat_mgr_imgBox {
        max-width: 400px;
    }
    .newFeat_mgr_txtBox h3 {
        font-size: 26px;
    }
    .newFeat_mgr_txtBox p {
        font-size: 16px;
    }
    /* New Feature Missing */
    .newFeat_misng_txtBox h3 {
        font-size: 28px;
    }
    .newFeat_misng_txtBox p {
        font-size: 18px;
    }
}

@media (min-width: 767px) {
    /* Feature sticky Strip */
    .nyr-page-tab-wrap nav.navbar-default {
        padding: 0px !important;
        margin: 0px !important;
    }
    .nyr-page-tab-wrap #bs-example-navbar-collapse-1 {
        text-align: center;
        font-size: 0;
    }
    .nyr-page-tab-wrap .navbar-default .navbar-nav>li>a {
        color: #091e42 !important;
        padding: 15px 12px;
        border-bottom: 2px solid transparent;
        font-size: 16px;
        font-weight: 500;
        margin: 0 10px;
    }
    .nyr-page-tab-wrap .navbar-default .navbar-nav>li>a:after {
        position: absolute;
        height: 3px;
        bottom: -3px;
        content: "";
        display: inline-block;
        transition: all .3s ease;
        left: 0;
        right: 0;
        transform-origin: center;
        width: 0;
    }
    .nyr-page-tab-wrap .navbar-default .navbar-nav>li>a:hover:after,
    .nyr-page-tab-wrap a.nyr-page-tab-act:after {
        width: 100% !important;
    }
    .nyr-page-tab-wrap .navbar-nav {
        float: none;
        display: inline-block;
    }
    .nfeat-list-box p {
        min-height: 100px;
    }
}


/* @reset styling for small screen size */

@media (max-width: 767px) {
    .nfeat-wrap {
        padding: 30px 0 10px;
    }
    .nfeat-ttl-box {
        margin-bottom: 20px;
    }
    .nfeat-cstr-tstml sup {
        top: 35px;
        left: 1%;
    }
    /* Feature Migration Section */
    .nfeat-mgr-wrap {
        text-align: center;
        padding: 30px 0;
    }
    .nfeat-mgr-img-box {
        min-height: auto;
        margin-bottom: 20px;
    }
    .nfeat-mgr-img-box img {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        display: inline-block;
    }
    .nfeat-mgr-ttl-box .wt-signup-btn {
        text-align: center;
    }
    /* Feature banner */
    .ftr-bnr-wrap {
        min-height: 200px;
    }
    .ftr-bnr {
        text-align: center;
    }
    .ftr-bnr-wrap-texture {
        padding-top: 75px;
    }
    .ftr-bnr-wrap .ftr-bnr>h1 {
        margin-bottom: 10px;
    }
    /* Feature Section 4*/
    .nf-sec4 .glb-texture {
        padding: 30px 0 18px 0;
    }
    .nf-sec4-box {
        margin: 20px 0 0 0;
    }
    .nf-sec4-box:after {
        display: none
    }
    /* Feature Section 5 */
    .nf-sec5-wrap {
        padding: 25px 0 18px 0;
    }
    .nf-sec5-box-row {
        font-size: 0;
    }
    .nf-sec5-box {
        min-height: auto;
        text-align: center;
    }
    .nfeat-list-box {
        margin-bottom: 20px;
    }
    /* Feature sticky Strip */
    .nyr-page-tab-wrap nav.navbar-default {
        padding: 60px 0px 0px 0px !important;
        z-index: 9;
        border-bottom: solid 1px #e4e4e4;
    }
    .nyr-page-tab {
        height: 60px;
    }
    .nyr-page-tab-wrap .navbar-nav {
        margin: 0 -15px;
        background: #fff;
    }
    .nyr-page-tab-wrap .navbar-default .navbar-toggle .icon-bar {
        background-color: #1f2d3d !important;
    }
    .mob-strip ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
        position: absolute;
        left: 0;
        top: 0;
        text-align: center;
        transform: translateY(19px);
        bottom: 0;
        right: 0;
        z-index: 9;
    }
    .mob-strip ul a {
        display: none;
    }
    .mob-strip ul a.nyr-page-tab-act {
        display: block;
    }
    /* New Feature Design 2020 */
    .newFeat_spynav_wrap {
        margin-top: 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        transform: translateY(-100%);
        transition: all 0.3s ease-in-out;
    }
    .newFeat_spynav_wrap_actv {
        transform: translateY(0);
    }
    .newFeat_spynav_mblBtn {
        display: block;
    }
    .newFeat_spy-nav {
        width: 100%;
        background-color: #fff;
        box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
        padding: 10px;
        display: none;
    }
    .newFeat_spynav_wrap ul li {
        border: 0 !important;
    }
    .newFeat_spynav_wrap ul li.active a {
        color: #2f39bf;
    }
    .newFeat_spynav_ctaBox {
        display: none;
    }
    .newFeat_bnr_sec {
        padding-top: 90px;
    }
    .newFeat_bnr_ttlBox h1 {
        font-size: 30px;
    }
    .newFeat_bnr_ttlBox p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .newFeat_list_mainWrap {
        padding: 20px 0;
    }
    .newFeat_list_mainWrap {
        text-align: center;
    }
    .newFeat_glb_ttlBox h2 {
        font-size: 26px;
    }
    /* New Feature Testimonial */
    .newFeat_cstmr_tstml_sec {
        padding: 40px 0;
    }
    .newFeat_cstmr_tstml_imgBox {
        left: 0;
        top: 0;
        width: 250px;
        height: 250px;
        padding: 10px;
        position: relative;
        transform: none !important;
        margin: 0 auto;
    }
    .newFeat_cstmr_tstml_txtBox {
        text-align: center;
        margin-top: 25px;
    }
    /* New Feature Migration */
    .newFeat_mgr_sec {
        text-align: center;
    }
    .newFeat_mgr_imgBox {
        max-width: initial;
        position: relative;
        transform: none !important;
        top: 0;
        width: 100%;
    }
    .newFeat_mgr_imgBox img {
        display: inline-block;
    }
    /* New Feature Missing */
    .newFeat_misng_txtBox h3 {
        font-size: 26px;
    }
    .newFeat_misng_txtBox p {
        font-size: 16px;
    }
    .newFeat_list_mainBox .newFeatureTag{
        margin: auto;
    }
}


/* @reset styling for iPhone screen size */

@media (max-width: 600px) {
    .newFeat_topFtr_wrap {
        padding: 0;
        background-color: transparent;
        box-shadow: none !important;
        border-radius: 0 !important;
    }
    .newFeat_topFtr_wrap .col-xs-6 {
        width: 100%;
    }
    .newFeat_topFtr_inrBox {
        text-align: center;
        padding: 25px;
        background: #FFFFFF;
        box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
        margin-bottom: 20px;
    }
    .newFeat_topFtr_imgBox {
        margin: 0 auto;
    }
    .newFeat_topFtr_imgBox img {
        display: inline-block;
    }
}

@media (max-width: 500px) {
    /* Feature banner */
    .ftr-bnr-wrap .ftr-bnr>h1 {
        font-size: 30px;
        line-height: 35px;
    }
    /* Feature Section 4 & 5 */
    .nf-sec4-title h2,
    .nf-sec5-art-titl>h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .nf-sec4-title p,
    .nf-sec5-art-titl>p {
        font-size: 18px;
    }
    /* Feature Section 5 */
    .nf-sec5-box-wrap {
        width: 100%;
    }
}