@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;600&family=Oswald&family=Roboto:wght@300;700&family=Source+Sans+Pro:wght@300;400;600&display=swap";
body {
      font-family: 'Source Sans Pro',sans-serif !important;
  overflow-x: hidden !important;
  /*color: #3f3a64;*/
}
/*common css*/
.no-margin{
    margin: 0;  
}
.no-padding{
    padding: 0;
}
.text-center{
    text-align: center;
}
.p-20{
    padding: 20px;
}
.p-right-60{
    padding-right:60px;
}
.p-left-60{
    padding-left:60px;
}
.p-t-150{
    padding-top: 150px;
}
.p-t-100{
    padding-top: 100px;
}
.p-t-70{
    padding-top: 70px;
}
.p-t-50{
    padding-top: 50px;
}
.p-t-30{
    padding-top: 30px;
}
.p-25{
    padding: 25px;
}
.p-b-100{
    padding-bottom: 100px;
}
.p-b-70{
    padding-bottom: 70px;
}
.p-b-50{
    padding-bottom: 50px;
}
.p-b-30{
    padding-bottom: 30px;
}
.m-t-100{
    margin-top: 100px;
}
.m-t-70{
    margin-top: 70px;
}
.m-t-50{
    margin-top: 50px;
}
.m-t-30{
    margin-top: 30px;
}
/*common css*/

/*bg css start */
.nectar-shape-divider {
    width: 100%;
    left: 0;
    height: 100%;
    position: relative;
}
.nectar-shape-divider-wrap[data-style="curve_opacity"] svg path:nth-child(1), .nectar-shape-divider-wrap[data-style="waves_opacity_alt"] svg path:nth-child(1) {
    opacity: 0.15;
}
.nectar-shape-divider-wrap[data-style="curve_opacity"] svg path:nth-child(2), .nectar-shape-divider-wrap[data-style="waves_opacity_alt"] svg path:nth-child(2) {
    opacity: 0.3;
}
/*bg css end */

/*set img vertical center*/
.frame {
   
    white-space: nowrap;
    
    text-align: center; margin: 1em 0;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.vertical-center-img {
    vertical-align: middle;
}
/*set img vertical center*/
/* Plan section 1 start */
#sec1-plan ul li{
    margin-bottom: 5px;
}
#sec1-plan ul li i{
    margin-right: 10px;
    color: #000;
}
#sec2-plan{
   /* background-color: #F5F7F8;*/
    padding-top: 100px;
}
.banner-h1{
        font-weight: 700;
}
.banner-des{

}
/* Plan section 1 end */
/* Plan section 2 start */
.server-section-box:hover{
    box-shadow: 0 0 44px rgb(0 0 0 / 15%);
    /*padding: 30px;*/
}
/* Plan section 2 end */
/* Plan section 3 start */
#plan-pricing-tbl{
    border: 1px solid #ddd;
}
#plan-pricing-tbl tr th,#plan-pricing-tbl tr td{
    color: #6f6f70;
    min-width: 100px;
    max-width: 110px;
}
#plan-pricing-tbl tr th{
        font-size: .813rem;
        text-transform: uppercase;
        /*padding-right: 0.5rem;
        padding-left: 3rem;
        width: 13rem;
        text-align: center;*/
            font-weight: 400;

}

.plan-name{
    font-size: .875rem;
    justify-content: flex-start;
    opacity: 1;
    color: #000d24;
    font-weight: 600;
    margin-top: 0.577rem;
}
.plan-sub-name{
    font-size: .75rem;
    text-transform: capitalize;
     opacity: 1;
    color: #8c929c;
        line-height: 1.5;
}
.td-caption1{
    font-size: .75rem;
    white-space: nowrap;
    opacity: 1;
}
.td-caption2{
    font-size: .625rem;
     opacity: 1;
    color: #8c929c;
    position: relative;
    opacity: 1;
}
.plan-price{
    font-size: .875rem;
    font-weight: 600;
    opacity: 1;
    color: #263145;
    text-align: left;
    opacity: 1;
    line-height: 1.5;
}
.new-blue{
    padding: 0.3rem 0.75rem;
    margin-left: 0.25rem;
    font-size: .625rem;
    height: 1rem;
    border-radius: 4px;
    background-color: #0054FF;
    text-transform: uppercase;
    opacity: 1;
    color: #fff;
    font-weight: 600;
    opacity: 1;
    line-height: 1.5;
}
.td-btn{
    width: 100px;
        padding: 0.65em 0.995em;

}
.mob-td-btn{
    width: 100%;
    background-color: #000;
    border-color: #000;
}

.more-details-btn{
    background-color: #F6F8FF;
    border: none;
    color: #0069D9;
    font-weight: 500;
}
.td-first{
    width: 16%;
}

.filter{
    color: #fff;
    background-color: #6941F9;
    padding: 10px 25px;
    text-decoration: none;
    border-radius: 20px;
    width: 100%;
    font-weight: 600;
}
.filter:hover{
    text-decoration: none;
    background-color: #F0F0F0;
    color: #000;
}
.filter-head{
    text-transform: uppercase;
    color: #6F6F70;
}
.filter-caption{
    color: #6F6F70;
    font-size: 12px
}
.server-section-box p{
    min-height:110px !important;
}
.server-sec-btn{
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
}
.server-sec-btn:hover{
    text-decoration: none;
}
/*toggle tn*/
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
    content: "";
    height: 20px;
    width: 19px;
    left: -5px;
    bottom: 0px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/*toggle tn*/

/* Plan section 2 end */
/*plan sec trial*/




.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;
    /*margin-top: -120px;*/
}
.hm-new-feat-wrap:hover{
    transform: translateY(-20px) translateX(-20px);
    transition: .5s ease;
}
.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;
}

/* section 6 start */
#sec6-img-des .right-img{
    -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#sec6-img-des .right-img:hover{
/*transform: translateY(-40px) translateX(40px);

    transition: .5s ease;*/
     -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#sec6-img-des .left-img:hover{
    -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
   /* transform: translateY(-40px) translateX(-40px);

    transition: .5s ease;*/
     -webkit-transform: scale(1.1);
  transform: scale(1.1);
    }
.img-des-p{
    color: #7E7D87;
    color: #7E7D87;
    font-weight: 500;
}
.img-des-head{
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}
/* section 6 end */
/* section 7 start */
#more-solution-sec{
    background-color: #ECF0FC;
}
.more-solution-sec-head{
    font-weight: 700;
    margin-bottom: 50px;
}
.solution-box:hover{
    -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    transition: .5s ease;
    box-shadow: 0 0 0 10px #000;
    transition: .5s ease;
}
.solution-box{
    background-color: #fff;
    color: #000;
    border-radius: 10px;
    padding: 20px;
    min-height: 350px;
    text-align: center;
    margin-bottom: 30px;
}
.save-span{
    font-weight: 600;
    background-color: #F4EA86;
    border: 1px solid #FBF7CF;
    padding: 5px 10px;
    text-transform: uppercase;
}
.solution-box-head{
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
}
.solution-box-img-holder{
    max-width: 200px;
    max-height: 200px;
    margin: auto;
}
/* section 7 end */
/* section 8 start */
.bottom-blue-part{
    background-color: #191354;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    padding: 50px;
    font-weight: 600;
}
.config-btn{
    text-decoration: none;
    border-radius: 5px;
    background-color: #4637F8;
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
    margin-top: 10px;
}
.config-btn:hover{
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.bottom-sec-head{
    font-weight: 700;
}
#plan-pricing-tbl .btn, #plan-pricing-tbl .btn:hover{
    color: #fff;
    background-color: #007BFF;
    border-color: #007BFF;
}
/* section 8 end */

@media (max-width: 1199px){
    /*.table-view-pricing{
        display: none;
    }
    .card-view-pricing{
        display: block;
    }*/
}
@media (min-width: 1200px){
    /*.table-view-pricing{
        display: block;
    }
    .card-view-pricing{
        display: none;
    }*/
}
@media (max-width: 992px){
    .banner-left-col{
        padding-top: 0 !important;
        text-align: center;
    }
    .banner-img{
        display: none;
    }
    .nectar-shape-divider-wrap{
        height: 50px !important;
    }
    #server-section,#sec6-img-des{
        text-align: center;
    }
    .hm-new-feat-wrap{
        padding-left: 25%;
    }
    .position-up{
        top: 0 !important;
    }
    .img-des-p{
        margin-top: 50px;
    }
    .p-right-60{
        padding-right:0px;
    }
    .p-left-60{
        padding-left:0px;
    }

}
.position-up{
        position: relative;
        top: -40%
    }

    .each-mobile-boxes{
        border: 1px solid #eff1f4;
        border-radius: 5px;
        padding: 25px;
        margin: 15px 0;
            min-height: 465px;
    }
    .save-money{
        margin-left: 10px;
        color: red;
    }
#mobile-view-table{
    display: none;
}
    @media (min-width: 1200px){
        #large-view-table{
            display: block;
        }
        #mobile-view-table{
            display: none;
        }
    }
    
    @media (max-width: 1200px){
        #large-view-table{
            display: none;
        }
        #mobile-view-table{
            display: block;
        }
    }
    @media (max-width: 767px){
        #sec2-plan{
            padding-top: 75px !important;
        }
        .banner-h1{
                margin-top: 15px !important;
        }
    }

    .bgf2f4f5{
        background-color:#f2f4f5;
    }
    .pad-t-50{
        padding-top: 50px;
    }
    .white-bg{
        background-color: #ffffff;
    }
    .shape-divider{
        height:200px;
        background-color:#f2f4f5;
    }
    .minwidth-250{
        min-width: 250px;
    }
    .mrg-bottom20{
        margin-bottom: 20px;
    }
    .big-head{
        font-size: 2.68675rem;
    }