@media screen and (max-width: 991px){
    header {
        min-height: 50px;
    }
}
header {
        min-height: 125px;
    }
.h1-size {
    font-size: 2.5rem;
    font-weight: 500;
}
.h2-font-size{
    font-size: 2rem !important;
}
.txt-center{
    text-align: center;
}
.mrg-t-b-40{
    margin-top: 110px;
    margin-bottom: 40px;
}
.mrg-t-20{
    margin-top: 20px;
}
.mrg-t-100{
    margin-top: 100px;
}
.mrg-t-b-100{
    margin-top: 100px;
    margin-bottom: 100px;
}
.banner-section{
    background-color: #343399;
    margin-bottom: 100px;
    padding: 30px;
}
#banner-badge{
    background-color: #fff;
    color: #000;
    padding: 40px;
    margin: 40px 50px 40px 20px;
    border-radius: 5px;
    margin-left: 165px;
}
#banner-badge ul{
    margin: 20px;
}
#banner-badge ul li{
    margin-top: 0.75rem;
    font-size: 20px;
}
.banner-left{
    padding: 50px 50px 50px 100px;
}
.banner-left h6{
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    color: #fff;
}
.banner-left h1{
    color: #fff;
    
        font-size: clamp(2.027rem,calc(.6366rem + 2.9004vw),3.247rem);
    letter-spacing: -.01em;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 50px;
}

.banner-img-holder{
    padding: 50px;
}
.banner-img-holder img{
    margin-top: 30px;
}
.plan-pricing-btn{
        color: #343399;
    background-color: #fff;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    padding: 15px 40px;
    font-weight: 800;
}
.plan-pricing-btn:hover{
    text-decoration: none;
}
.wt-prcNew2_sec:hover{
    transform: scale(1.03);
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 15%);
}
@media screen and (max-width: 991px){
    .banner-left,.banner-badge {
        text-align: center;
    }
    .newPrc_switcher2_wrap .dropdown{
            float: none !important;
    }
    .icon-holder{
        display: none;
    }
}
.nav-scrolled {
  --text: #333;
  --text-inverse: #f4f4f4;
  --background: #f4f4f4;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
}

.fade-in {
  opacity: 0;
  transition: opacity 250ms ease-in;
}

.fade-in.appear {
  opacity: 1;
}

.more-stuff-grid {
  background: #f4f4f4;
  padding: 4em 0;
  display: grid;
  grid-gap: 2em;
  align-items: center;
  grid-template-columns: minmax(1em, 1fr) repeat(2, minmax(200px, 400px)) minmax(
      1em,
      1fr
    );
}

.from-left {
  grid-column: 2 / 3;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.from-right {
  grid-column: 3 / 4;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.from-left,
.from-right {
  transition: opacity 250ms ease-in, -webkit-transform 400ms ease-in;
  transition: opacity 250ms ease-in, transform 400ms ease-in;
  transition: opacity 250ms ease-in, transform 400ms ease-in,
    -webkit-transform 400ms ease-in;
  opacity: 0;
}

.from-left.appear,
.from-right.appear {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}


.movetop{
    transform: translateY(-4.55472px) translateZ(0px) scale(1);
}

@media (max-width: 992px){
    .feature-section-para{
        margin-top: 30px;
    }
}
@media (min-width: 992px){
    .position-up{
        position: relative;
        top: -50px;
    }
}
.padding-side-5{
    padding: 0 5%;
}


#products-section{

}

.product-box{
    box-shadow: rgb(0 0 0 / 4%) 0px 1px 0px, rgb(0 0 0 / 5%) 0px 2px 7px, rgb(0 0 0 / 6%) 0px 12px 22px;
    overflow: hidden;
    opacity: 1;
    pointer-events: none;
    z-index: 0;
    height: 100%;
    width: 100%;
    content: ' ';
    display: block;
    text-align: center;
    border-radius: 10px;
    padding: 15px;
    background-color: #fff;
    position: relative;
    top: 0;
}
.product-box-outer:hover .product-box{
        transform: translateY(-4px);
    box-shadow: 0 17px 25px rgb(0 0 0 / 13%);
    -webkit-box-shadow: 0 17px 25px rgb(0 0 0 / 13%);
}
.product-box-outer{
    margin-bottom: 20px;
}
.product-box h4{
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #000000;
    letter-spacing: 0;
    overflow-wrap: break-word;
        text-align: center;
}
.product-box img{
    opacity: 1;
        box-shadow: none;
        margin-left: auto;
    margin-right: auto;

padding: 0 15px;
max-width: 100%;
    height: auto;
    aspect-ratio: auto 175 / 175;
    width: 100px;
    transform: none;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}
.plan-section-head{
     color: #091e42;
    font-weight: 700;
    text-align: center;
    font-size: 36px;
        margin-top: 20px;
    margin-bottom: 10px;
}
.plan-section-p{
    color: #42526e;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
}
.dropdown-toggle::after{
    display: none;
}


.wt-prc-tooltip {
    color: #091e42;
    font-size: 11px !important;
    z-index: 999;
    position: relative;
    width: 100%;
    text-align: left;
    margin: 20px 0;
}
.wt-prcNew2_prvd-tab-wrap .wt-prcNew2_sec1 {
    padding-top: 70px;
}
.wt-prcNew2_sec {
    margin-top: 45px;
    border: 1px solid rgba(10,30,67,.2);
    box-sizing: border-box;
    border-radius: 6px;
    position: relative;
    padding: 25px;
    background-color: #fff;
    transition: .3s all ease-in-out;
    overflow: hidden;
}
@media (min-width: 992px){
    .col-md-pull-3 {
        right: 25%;
    }
}

.wt-prcNew2_prc_hr b, .wt-prcNew2_prc b {
    color: #091e42;
    font-size: 44px;
    display: inline-block;
    font-weight: 500;
    line-height: 40px;
}

#glb-nfaq-wrap{padding:30px 0 50px 0}
.glb-nfaq-ttl{text-align:center;margin-bottom:50px}
.glb-nfaq-ttl h3{font-size:36px;font-weight:700;color:#091e42}
.glb-nfaq-ttl p{font-size:24px;color:#878989}
#glb-nfaq-wrap .wt-faq-que{
    border:0 !important;
border-bottom:1px solid #d4d8dd !important;
margin-bottom:20px
}
#glb-nfaq-wrap .wt-faq-que .btn{
font-size:16px;line-height:24px;color:#1f2d3d;
padding:15px 15px 15px 60px;
background:url(../img/affiliates/sprite-faq-icons.png) no-repeat 4px -192px;
background-color:#f7f9fb;min-height:85px;float:left;width:100%;
white-space:normal;outline:0 !important;
text-align:left;border:0 !important;
box-shadow:none !important
}
#glb-nfaq-wrap .wt-faq-que .collapsed{
background-color:transparent;background-position:4px 12px
}
#glb-nfaq-wrap .wt-faq-que>h2
{
margin:0 !important
}
#glb-nfaq-wrap .wt-faq-que .wt-faq-ans{
padding:15px 15px 15px 60px
}
#glb-nfaq-wrap .wt-faq-que .wt-faq-ans p
{
color:#565859;font-size:16px
}
#glb-nfaq-wrap .wt-faq-que .wt-faq-ans p a,#glb-nfaq-wrap .wt-faq-que .wt-faq-ans ul li a{
color:#3d90ed;font-size:16px;text-decoration:none !important;
outline:0 !important
}
#glb-nfaq-wrap .wt-faq-que .wt-faq-ans ul{
padding-left:15px;margin-bottom:15px
}
#glb-nfaq-wrap .wt-faq-que .wt-faq-ans ul li{
color:#565859;font-size:16px;margin-bottom:5px
}
.wt-faq-perma{display:none}
.page_faq .wt-faq-perma{
display:block
}
@media(max-width:767px)
{#glb-nfaq-wrap{padding:20px 0}
.glb-nfaq-ttl h3{font-size:28px}
.glb-nfaq-ttl p{font-size:18px}
}
.pull-wide {
     float: left; 
     width: 100%; 
}

#package_selection{
    
    padding: 80px 0;
}
#package_cart_div{
    background-color: #F8F9FA;
    padding:  30px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.package_box{
    border: 3px solid #337AB7;
    border-radius: 5px;
    padding: 20px;
}
#package_cart_div .iradio_blue_sq{
width: 20px;height: 20px;
    position: relative;
    top: 5px;
}
.billing_cycle_select {
    display: flex;
    flex-flow: row wrap;
    margin-top: 0px;
    padding-top: 0px;
}
.block_on_mob {
    font-size: 16px;
    margin-right: 20px;
}
@media only screen and (max-width: 767px)
{
    .billing_cycle_select > div {
        margin-top: 20px;
    }
    #billing_cycle_select_shoutCast_centova .first {
        margin-top: 0px !important;
    }
    #SC_Price{
        text-align: center;
        border: none !important;
    }
    .display_block{
        display: block;
    }
}
.billing_cycle_select input[type="radio"] {
    display: none;
}
#loc-action label {
    font-weight: 400;
    line-height: 1.5;
    color: #444;
    margin-bottom: 0px;
    text-transform: none;
    font-size: 13px;
    letter-spacing: 0.03em;
    margin-left: 4px;
    margin-right: 4px;
    font-size: 16px;
}
.billing_cycle_select input[type="radio"]:checked + label, .billing_cycle_select input[type="radio"]:checked + label h5 {
    background: #462C8F;
    color: white !important;
}
.billing_cycle_select input[type="radio"]:not(:disabled) ~ label {
    cursor: pointer;
}
.billing_cycle_select label {
    height: 100%;
    display: block;
    background: white;
    border: 3px solid #462C8F;
    border-radius: 8px;
    padding: 0.6rem;
    margin-bottom: 1rem;
    text-align: center;
    position: relative;
}
.billing_cycle_select input[type="radio"]:checked + label h5 {
    background: #462C8F;
    color: white !important;
}
.billing_cycle_select h5:first-child {
    margin-top: 36px;
}
.billing_cycle_select h5 {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 0px;
    font-weight: 600;
}
.billing_cycle_select p {
    line-height: 1.8;
}
.billing_cycle_select p {
    font-weight: 400;
    margin-bottom: 0px;
}
.billing_cycle_select p.permo {
    font-size: 16px;
    line-height: 6px !important;
    margin-bottom: 10px;
}
.billing_cycle_select p {
    font-weight: 400;
    margin-bottom: 0px;
}
.billing_cycle_select input[type="radio"]:checked + label::after {
    color: #462C8F;
    font-family: FontAwesome;
    border: 2px solid #462C8F;
    content: "\f00c";
    font-size: 18px;
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    height: 40px;
    width: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    background: white;
}
.estimated_cost_label{
    padding-top: 20px; 
    color: #555555;
}
.bolder_font{
    font-weight: 600;
}
.billing_cycle_select p.savestrip {
    padding: 1px;
    background: #00821e;
    width: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 13px;
    min-height: 20px;
    text-transform: uppercase;
}
.billing_cycle_select_div:nth-child(2) h5 {
    color: #daa300;
}
.billing_cycle_select_div:nth-child(3) h5 {
    color: #d27e00;
}
.billing_cycle_select_div:nth-child(4) h5 {
    color: #ea4a4a;
}
.billing_cycle_select_div:last-child h5 {
    color: #e60000;
}
.billing_cycle_select_div:first-child h5 {
    color: #dea700;
}
.billing_cycle_select p span {
    font-size: 23px;
}
.select-fullwidth {
    width: 100%;
}
.sm-form-control {
    height: auto;
}
.sm-form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 14px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 2px solid #ddd;
    border-radius: 0 !important;
    -webkit-transition: border-color ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s;
}
#pricetext h5 {
    margin-bottom: 0;
}
.modalhead-cycle {
    text-align: center;
    padding-top: 10px;
    margin-bottom: 50px;
}
.modalhead {
    font-size: 18px;
    font-weight: 600;
    color: #555;
    margin-bottom: 10px;
}
#SC_Price {
    border: 1px solid #d5d7d8;
    border-width: 0 0 0 1px;
    padding-left: 30px;
}
.wt-prcNew2_sec ul::before {
    position: absolute;
    content: '';
    left: -17px;
    right: -17px;
    top: 0;
    height: 1px;
    background-color: #eee;
}
.wt-prcNew2_sec ul {
    list-style: none;
    font-size: 16px;
    color: #000;
    padding-left: 0;
    text-align: center;
    margin-top: 20px;
    padding-top: 30px;
    position: relative;
}
.wt-prcNew2_sec ul li {
    padding-bottom: 5px;
    font-size: 0;
}
.wt-prcNew2_sec ul li span {
    display: inline-block;
    width: 60%;
    text-align: left;
    padding-right: 4%;
    color: #42526e;
    font-size: 14px;
}
.wt-prcNew2_sec ul li b {
    color: #091e42;
    font-size: 14px;
    font-weight: 500;
    padding-left: 4%;
    width: 40%;
    display: inline-block;
    text-align: left;
}
.wt-prcNew2_prc_btn {
    text-align: center;
    padding: 5px 0 20px;
}
.wt-prcNew2_sec:hover .wt-prcNew2_prc_btn a {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #35115A, #A273CC) repeat scroll 0 0;
    box-shadow: 2px 4px 8px 0 rgb(0 0 0 / 20%) !important;
}
.wt-prcNew2_prc_btn a {
    border: 0;
    color: #9769C1;
    font-size: 15px;
    font-weight: 600;
    background-color: transparent;
    border-radius: 6px !important;
    padding: 8px 20px !important;
    border: 2px solid #9769C1;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    display: block;
}
.wt-prcNew2_prc_btn a:hover,.wt-prcNew2_sec:hover a{
    color: #fff;
    border-color: #fff;
}
.pricing-new-card-ftrs-wrap {
    margin-top: 20px;
}
.pricing-new-card-ftrs-wrap h4 {
    font-size: 16px;
    line-height: 16px;
    color: #42526e;
    font-weight: 600;
}
.pricing-new-card-ftrs-wrap ul {
    padding: 0;
    margin: 20px 0 0;
    position: initial;
}
.wt-prcNew2_sec ul {
    list-style: none;
    font-size: 16px;
    color: #000;
    padding-left: 0;
    text-align: center;
    margin-top: 20px;
    padding-top: 30px;
    position: relative;
}
@media (min-width: 600px){
    .pricing-features-mbl-wrap {
        display: block;
        height: auto !important;
        visibility: visible;
    }
}
.pricing-new-card-ftrs-wrap ul li {
    font-size: 14px;
    line-height: 20px;
    color: #42526e;
    position: relative;
    padding: 0 0 0 15px;
    text-align: left;
    margin-bottom: 10px;
}
.pricing-new-card-ftrs-wrap ul li i{
    position: absolute;
    top: 7px;
    left: -2px;
    color: #42526e;
    font-size: 8px;
}
.wt-prcNew2_prc_btn a:hover{
    text-decoration: none;
}
.pricing-new-card-ftrs-wrap ul {
    padding: 0;
    margin: 20px 0 0;
    position: initial;
}
.wt-prcNew2_sec ul {
    list-style: none;
    font-size: 16px;
    color: #000;
    text-align: center;
}
@media (min-width: 600px){
    .pricing-features-mbl-wrap {
    display: block;
    height: auto !important;
    visibility: visible;
}
}
.newPrc_switcher2_wrap .dropdown {
    float: right;
    position: relative;
    z-index: 99;
}
.button {
    color: #ffffff;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: 700;
    border: none;
    position: relative;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #35115A, #A273CC) repeat scroll 0 0;
    display: inline-block;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 10px;
    padding: 0!important;
}
.button:hover, .button:focus {
    color: #ffffff;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #0E0E9C, #0050d7) repeat scroll 0 0;
    outline: none;
    border-color: #1b0e3d;
    text-decoration: none;
}
.button:hover {
    box-shadow: 0 7px 14px rgb(50 50 93 / 10%), 0 3px 6px rgb(0 0 0 / 8%);
    background-color: #7795f8;
    transform: translateY(-1px);
    text-decoration: none;
}
.slide-button {
    display: inline-block;
    height: 35px;
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
    text-align: center;
    z-index: 4;
    max-width: 125px;
    min-width: 125px;
}
.first, .second {
    padding: 0 30px;
    line-height: 35px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#show_time_period {
    font-size: 20px;
    font-weight: 600;
}
.package_price_holder {
    margin-right: 20px;
    font-size: 55px !important;
    color: #555;
}
.modalhead-cycle {
    text-align: center;
    padding-top: 10px;
    margin-bottom: 50px;
}
.newPrc_switcher2_wrap button {
    color: #0e134f;
    font-size: 14px;
    background-color: transparent;
    border: 1px solid rgba(66,82,110,.7);
    outline: 0 !important;
    box-shadow: none !important;
    width: 110px;
    padding: 5px 10px;
    text-align: left;
    position: relative;
}
.newPrc_switcher2_wrap button .fa-angle-down {
    position: absolute;
    right: 10px;
    top: calc(50% - 7px);
}
.fa-angle-down:before {
    content: "\f107";
}
.newPrc_switcher2_wrap .dropdown-menu>li>p {
    color: #0e134f;
    font-size: 14px;
}

#billing_cycle_selection {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    height: 30px !important;
    padding: 0 10px !important;
    max-width: 125px;
    min-width: 125px;
    float: right;
}




















.trial-section-head{
    font-size: 36px;
    color: #0a1e43;
    font-weight: 700;
    margin: 10px 0;
    line-height: 1.1;
}
.trial-section-head-para{
    font-size: 18px;
    color: #42526e;
    font-weight: 400;
    margin-bottom: 50px;    
}
.blured-para{
    opacity: .5;
    font-size: 12px;
}


.hm-new-feat-wrap {
    padding: 45px 60px;
    background: #fff;
    box-shadow: 0 0 44px rgb(0 0 0 / 15%);
    border-radius: 10px;
}
.hm-new-feat-wrap .col-sm-4:nth-of-type(2):before {
    left: -45px;
}
.hm-new-feat-wrap .col-sm-4:nth-of-type(2):before, .hm-new-feat-wrap .col-sm-4:nth-of-type(2):after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: rgba(196,196,196,.3);
    border-radius: 100%;
    top: 0;
}
.hm-new-feat-wrap .col-sm-4:nth-of-type(2):after {
    right: 42px;
}
.hm-new-feat-wrap .col-sm-4:nth-of-type(2):after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: rgba(196,196,196,.3);
    border-radius: 100%;
    top: 0;
}
.hm-new-feat-ttl {
    position: relative;
}
.hm-new-feat-ttl h3 {
    font-size: 20px;
    line-height: 20px;
    color: #0a1e43;
    font-weight: 400;
    margin: 0;
}
.glbNew-strp_sprt {
    position: relative;
    margin: 16px 0 25px;
    display: inline-block;
    width: 100%;
}
.glbNew-strp_sprt::before {
    width: 40px;
    background-color: #2f39bf;
}
.glbNew-strp_sprt::before, .glbNew-strp_sprt::after {
    content: '';
    height: 5px;
    display: inline-block;
    border-radius: 50px;
}
.glbNew-strp_sprt::after {
    width: 10px;
    margin-left: 5px;
    background-color: #09ebaf;
}
.glbNew-strp_sprt::after {
    content: '';
    height: 5px;
    display: inline-block;
    border-radius: 50px;
}
.hm-new-feats {
    margin: 0;
    list-style: none;
    padding: 0;
}
.hm-new-feats li {
    font-size: 16px;
    color: #42526e;
    font-weight: 300;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}
.hm-new-feats li i{
color: #39dcb1;
position: absolute;
    left: 0;
    top: 3px;
}
.wt-prcNew2_sec2 {
    margin-top: 0;
}

.wt-prc-free-grey {
    display: none;
}
.wt-prc-free {
    height: 100px;
    width: 102px;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}
.wt-prcNew2_sec2 .wt-prcNew2_prc_text {
    background: #0e134f;
    padding: 12px 20px;
    text-align: center;
    border-radius: 0;
    margin: -25px -25px 20px;
}
.wt-prcNew2_prc_text>span {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
}
.wt-prcNew2_sec2 .OCPserviceWrap {
    margin-top: 25px;
}
.OCPserviceWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -15px 25px;
}
.OCPserviceWrap img {
    width: auto !important;
}
.OCPserviceWrap p {
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: -.02em;
    color: #697793;
    margin: 0 5px;
}
.OCPserviceWrap .saving {
    padding: 4px 6px;
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: -.02em;
    color: #fff;
    background: #2f39bf;
    border-radius: 6px;
}
.OCPserviceWrap .saving span {
    display: inline-block;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.wt-prcNew2_sec2 .wt-nprc-box {
    position: relative;
    border-radius: 8px 8px 0 0;
}
.wt-nprc-box {
    animation: changePrice2 .8s;
}
.wt-nprc-box {
    padding: 10px 0 0;
    background: #fff;
}
.wt-prcNew2_prc_cut {
    padding: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 10px;
    font-size: 17px;
    text-decoration: line-through;
    color: #e55353;
    display: none;
}
.wt-prcNew2_prc, .wt-prcNew2_prc_hr {
    font-size: 36px;
    color: #091e42;
    word-spacing: -10px;
    letter-spacing: -1px;
    text-align: left;
    transition: all .5s ease-in-out;
}
.wt-prcNew2_prc b {
    color: #091e42;
    font-size: 44px;
    display: inline-block;
    font-weight: 500;
    line-height: 40px;
}
.wt-prcNew2_prc, .wt-prcNew2_prc_hr {
    font-size: 36px;
    color: #091e42;
    word-spacing: -10px;
    letter-spacing: -1px;
    text-align: left;
    transition: all .5s ease-in-out;
}
.wt-prcNew2_prc_hr sup, .wt-prcNew2_prc sup {
    color: #091e42;
    font-size: 48px;
    display: inline-block;
    font-weight: 500;
    position: initial;
    top: auto;
}
.wt-prcNew2_prc_hr b, .wt-prcNew2_prc b {
    color: #091e42;
    font-size: 35px;
    display: inline-block;
    font-weight: 500;
    line-height: 40px;
}
.wt-prcNew2_prc_hr span, .wt-prcNew2_prc span {
    font-size: 27px;
    color: #0a1e43;
    font-weight: 500;
    display: inline-block;
}
.migration-box{
    animation: fadeInAnimation ease 3s;
            animation-iteration-count: 1;
            animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }

.migration-head{
    padding-top: 26px;
    margin-top: 50px;
    color: #363636;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    text-align: center !important;
    margin-bottom: 50px !important;
}

@media (max-width: 992px){
    .migration-box{
        min-height: 805px;
    }
}
@media (max-width: 483px){
    .btn-caption-holder{
        margin-top: 20px;
    }
}
@media (max-width: 767px){
    .migration-box{
        min-height: 630px;
    }
    .btn-caption-holder p{
        display: none;
    }
    .conclusion-btn-part{
        padding-top: 30px;
    }
}
@media (min-width: 992px) and (max-width: 1200px){
    .migration-box{
        min-height: 582px;
    }
}
@media (max-width: 767px){
    .green,.blue{
        margin-top: 40px;
    }
}
@media (min-width: 1200px){
    .migration-box{

        min-height: 555px;
    }

}
.migration-box{
    border-radius: 3px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 15%);
    justify-content: flex-end;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 60px;
    color: #666;
}
.migration-box h6{
    color: #666;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
}
.migration-box h4{
    color: #363636;
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    padding-bottom: 30px;
    text-transform: capitalize;
}
.migration-box p{
        color: #363636;
        font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px !important;
    margin: 0 0 10px;
}
.migration-box .lern_more{
    border: 1px solid #6c6d6d;
    color: #2e2d2d;
    opacity: .7;
    margin-top: 50px;
    background: 0;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .15s linear;
    font-size: 14px;
}
.icon-holder{
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
}
.yellow{
    background-color: #7CE2F7;
    background-size: cover;
    background-image: url(../img/new-plan/yellow.png);
}
.blue{
    background-color: #61B3EB;
    background-size: cover;
    background-image: url(../img/new-plan/blue.png);
}
.violet{
    background-color: #AF8CDE;
    background-size: cover;
    background-image: url(../img/new-plan/violet.png);
}
.green{
    background-color: #7FEDA4;
    background-size: cover;
    background-image: url(../img/new-plan/green.png);
}
.feature-section-head{
        color: #2f1c6a!important;
    margin-bottom: 30px!important;
    margin-top: 25px!important;
    font-weight: 800;
    line-height: 1.2;
}
.feature-section-para{
    color: #727586!important;
    font-weight: 500;
    line-height: 1.6;
}
.feature-section-img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;

  width: 450px;
    height: auto;
    border-radius: 21px;
}
.feature-section-img-holder:hover .feature-section-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#conclusion-section{
    background-color: #173CAF;
        padding: 80px 0;
}
.conclusion-section-head{
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #fff;
    text-align: left;
}
.conclusion-section-para{
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
    margin: 0 0 10px;
        text-align: left;
}
.btn-caption-holder{
        display: inline-block;
    vertical-align: top;
    font-weight: 400;
    color: #42526e;
    font-size: 15px;
    line-height: 1.42857143;
}

.btn-caption-holder a{
    min-width: 220px;
    
    font-size: 15px;
    display: inline-block;
    font-weight: 700;
    
    border-radius: 6px !important;
    padding: 10px 24px;
    border: 2px solid #173CAF;
    text-transform: uppercase;
    box-shadow: 2px 4px 8px 0 rgb(0 0 0 / 20%) !important;
    transition: all .3s ease-in-out;
    outline: 0 !important;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    margin-bottom: 0;
    min-width: 220px;
}
.free-trail-btn{
    color: #173CAF !important;
    background-color: #fff;
}
.free-trail-btn:hover{
    background-color: #74ffda !important;
    border-color: #74ffda !important;
    text-decoration: none;
}
.btn-caption-holder p{
    color: #fff;
    font-size: 13px;
    margin-top: 8px !important;
    text-align: center;
    margin-bottom: 0;
    margin: 0 0 10px;
    font-weight: 400;

    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
.plan-btn{
    color: #fff !important;
    border-color: #fff !important;
    background-color: transparent !important;
        margin-left: 10px;
}
.plan-btn:hover{
        background-color: #fff !important;
    color: #1f2d3d !important;
    text-decoration: none;
}
@media screen and (max-width: 473px)  {
    .plan-btn{
        margin-left: 0px;
    }
}
.close-btn{
    position: absolute;
    right: 20px;
    top: 15px;
}
.modal-body{
    padding: 0;
}
.btn-close {
    position: absolute;
    top: 10px;
    right: 20px;
}
.model-header-content{
    
    padding: 40px 60px 0;
    border-radius: 3px 3px 0 0;
    min-height: 130px;
    text-align: left;
        justify-content: flex-end;
        flex-direction: column;
        display: flex;
    flex-wrap: wrap;
        width: 100%;
    margin: 0;
}
.model-yellow{
    background-color: #7CE2F7;
}
.model-blue{
    background-color: #61B3EB;
}
.model-violet{
    background-color: #AF8CDE;
}
.model-green{
    background-color: #7FEDA4;
}
.model-header-content h3{
    color: #363636;
        font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    padding: 10px 0;
    text-transform: uppercase;
        min-width: 0;
    max-width: 100%;
}
.models-body{
        background-color: #fff;
        border-radius: 0 0 3px 3px;
    padding: 40px 60px;
    text-align: left;
}
.model-section-banner-img{
    max-width: 100%;
    height: 250px;
}
.model-section-icons{
    margin: 25px auto;
    display: table;
    border: 0;
    max-width: 100%;
    height: 85px;
    object-fit: scale-down;
}
.models-body p{
    color: #363636;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}
@media (max-width: 768px)  {
.popup-head{
    text-align: center;
}
}
@media (min-width: 1200px) and (max-width: 1660px) {
    #banner-badge{
        margin-left: 0px !important;
    }
    
}
@media (max-width: 990px)  {
    header {
        min-height: 50px !important;
    }
    
}

@media screen and (max-width: 990px)  {
    .migration-box a{
        margin-top:40px;
    }
    .icon-holder{
        margin-top: 30px;
    }
}

@media (max-width: 1199px)  {
    .banner-left{
        text-align: center !important;
        padding: 21px !important
    }
    #banner-badge{
        margin-left: 0px;
        margin: 0 25%;
    }
}
@media (max-width: 792px)  {
    #banner-badge{
        margin-left: 0px;
        margin: 0 5%;
        padding: 10px;
    }
}

@media (max-width: 1199px)  {
    #mob-banner-section,#products-section{
        display: block;
    }
    #banner-section,#products-section{
        display: none;
    }
    
}

@media (min-width: 1200px)  {
    #mob-banner-section,#products-section{
        display: none;
    }
    #banner-section,#products-section{
        display: block;
    } 
}
.pricing-features-mbl-btn{
    color: #9769C1;
    background-color: #fff;
    font-weight: 600;
    text-align: left;
}
.pricing-features-mbl-btn .fa{
    margin-left: 10px;
}
.monthly-savings{
    background-color: #8F62B8;
    color: #fff;
    padding: 3px;
    border-radius: 5px;
}
@media (min-width: 792px)  {
    .sm-plan-view{
        display: none;
    }
    .pricing-new-card-ftrs-wrap .collapse:not(.show) {
        display: block;
    }
    .lg-plan-view{
        display: block;
    }
}
@media (max-width: 791px)  {
    .sm-plan-view{
        display: block;
    }
    .lg-plan-view{
        display: none;
    }
    .wt-prcNew2_prc,.wt-prc-tooltip{
        text-align: center;
    }
}
.OCPserviceWrap p{
    font-weight: 600;
    font-size: 20px;
}
#mob-banner-section{
        color: #fff;
        padding: 30px 10px;
    }
#mob-banner-section h6{
    margin-top: 20px;
    margin-bottom: 20px;
}
#mob-banner-section h1{
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}
@media (max-width: 992px){
    .plan-holder{
        padding-top: 45px;
    }
    .single-plan{
        padding-top: 0px !important;
    }
    #feature-section .mrg-t-b-100{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #feature-section{
        text-align: center;
    }
    .feature-section-head{
        text-align: center !important;
    }
    #feature-section{
        text-align: center;
    }
    .conclusion-section-head,.conclusion-section-para,.conclusion-btn-part{
        text-align: center !important;
    }
}
@media (max-width: 1200px){
    .feature-section-head{
        text-align: center !important;
    }
}
.no-display{
    display: none;
}
@media (max-width: 1199px) {
	.mob-banner-left ul{
		display: block; max-width: 300px; width: 90%; margin: 0 auto; background-color: #fff; color: #000; padding: 20px 10px; border-radius: 15px; margin-top: 30px; list-style-type: none;
	}
	.mob-banner-left ul li{padding: 5px 0;}
}
@media (max-width: 768px) {
	.banner-section{margin-bottom: 40px;}
	.migration-box{padding: 30px;}
	.green, .blue{margin-top: 0!important;}
	.migration-box .lern_more{margin-top: 0!important;}
	.migration-head{margin-top: 0!important; margin-bottom: 30px!important;}
	.mrg-t-b-100{margin-bottom: 50px; margin-top: 50px;}
	.feature-section-head{margin-bottom: 10px!important;}
	.mrg-t-b-40{margin-bottom: 20px; margin-top: 20px;}
	#glb-nfaq-wrap .wt-faq-que .btn{min-height: auto;}
	#glb-nfaq-wrap .wt-faq-que{margin-bottom: 0;}
	#glb-nfaq-wrap .wt-faq-que .collapsed{background-position: 4px 8px;}
	#glb-nfaq-wrap .wt-faq-que .btn.collapsed{background-position: 4px 8px;}
    #glb-nfaq-wrap .wt-faq-que .btn{background-position: 4px -197px;}
	.glb-nfaq-ttl{margin-bottom: 25px;}
	.migration-box{min-height:auto;}
	.icon-holder{margin-top: 0;}
	.wt-prc-tooltip{margin-top: 0;}
	.wt-prc-tooltip br{display: none;}
	.OCPserviceWrap{margin-bottom: 0;}
	.feature-section-para{margin-top: 0;}
}
@media (max-width: 576px) {
	.green, .blue{margin-top: 30px!important;}
	.conclusion-section-head, .migration-head{font-size: 30px; line-height: 40px;}
	.plan-holder .wt-prcNew2_sec{margin-top: 0;}
	.single-plan{padding-top: 45px!important;}
	.h1-size{font-size: 1.8rem;}
	.banner-section{margin-bottom: 15px;}
	.plan-section-head{font-size: 30px;}
	.migration-box h4{padding-bottom: 10px; margin: 0;}
	.migration-box h6{font-size: 20px; margin-bottom: 0;}
	.feature-section-img-holder{margin-bottom: 15px;}
	#conclusion-section{padding: 50px 0;}
}

@media(max-width:575px){
    #section2 .boxes, .sec2box_content {
    
     min-height:160px !important; 
}
}


/*new css here  for linux page */
.banner-left .linux-head {
   
    margin-bottom: 15px !important;
    font-size: 39px !important;
}

.banner-left .linux-p{
    margin-bottom: 3rem;
    color: white;
font-size: 18px;
  
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif

}
.migrate{
    margin-bottom:18px !important;
}
.migration-box {
        min-height: 492px;
    }
.feature-section-head {
   
    margin-bottom: 21px !important;
  
}
.faeture{
    text-align:center;
    margin-top:2.5rem;
}
.faeture p{
    padding:0px 5%;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    color:#727586!important;
}

.best-head p{
    text-align:center;
     font-size: 18px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    color:#727586!important;
}
.best-head h2{
    font-size: 36px;
    font-weight: 700;
    color: #091e42;
     text-align:center;
}



@media(max-width:1366.5px){
    .banner-left .linux-head {
    
    font-size: 39px !important;
}
}


@media(max-width:575px){
    .feature-section-img {
   
    width: 336px;
   
}
/*.vps-h {*/
/*    display: flex;*/
/*    flex-direction: column-reverse;*/
/*}*/
/*.dedicated-h {*/
/*    display: flex;*/
/*    flex-direction: column-reverse;*/
/*}*/
}




























