body{
    font-family: 'Roboto', sans-serif;
}
.flip-card-btn {
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    margin: 5px auto 0;
    color: #3fd4d4 !important;
    text-decoration-line: underline;
}
.flip-card-btn:hover{
    text-decoration-line: none;
}
.pricing-plan{
    background-color: #eeeeee; 
}
.pricing-box {
    background-color: #fff;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    padding-bottom: 120px;
}
.h2{
    text-align: center;
    margin-bottom: 50px; 
}
.h2 h2{
    font-size: 40px;
    font-weight: 600;
    color: #405052;
}
.h2 span{
    font-size: 18px;
    line-height: 2px;
    text-transform: uppercase;    
    color: #405052;
    letter-spacing: 2px;
}

.pricing-box .title h3{
    display: block;
    text-align: center;
    color: #fff;
    background-color: #34aabf;
    margin: 0; 
    padding-top: 25px;
    font-size: 26px;
    padding-bottom: 25px; 
}
.up-section{
    padding: 30px;
    text-align: center;
}
.pricing-box .product-box {
    text-align: center;
    border: 1px solid #ededed;
    border-radius: 5px;
    padding: 35px 15px;
    margin-bottom: 35px; 
}
.pricing-box .product-box img{
    margin: 0 auto;
    max-width: 280px; 
}
.pricing-box .small-dis{
    text-align: center;
    padding: 0 30px;
    margin-bottom: 20px; 
}
.pricing-box .small-dis span{
    color: #405052;
    font-size: 20px;
    font-weight: 500; 
    
}
.pricing-box .price-round{
    text-align: center;
}
.row-flex .pricing-plan .pricing-box:first-child{
    margin-top: 80px;
}
.pricing-box .price-round h2{
    font-size: 36px;
    font-weight: 600;
    width: 150px;
    height: 150px;
    margin: auto;
    background-color: #34aabf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    color: #fff;
}
span.enterprise-text-title {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 200;
}
.billing-type-text {
    font-size: 15px !important;
    font-weight: 200;
    margin-top: 10px;
}
.pricing-box .price-round h2 div {
    font-size: 26px;
    font-weight: 600;
}

.pricing-box .price-round h2 div span.billing-amount-text{
    font-size: 22px !important;
    font-weight: 400;
    vertical-align: middle;
}

.billing-on-request{
    font-size: 22px !important;
    font-weight: 600;
    vertical-align: middle;
}

.discription .diff-func {
    padding: 40px 30px;
    border-top: 1px solid #d9d9d9;
}
.discription .diff-func:last-child{
    border-bottom: 1px solid #d9d9d9;
}
.discription .diff-func h3{
    font-size: 24px;
    color: #405052;
    font-weight: 600;
}
.discription .diff-func ul {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0;
}
.discription .diff-func ul li{
    list-style: none;
    margin-bottom: 30px;
    position: relative;
    padding-left: 30px;
}
.discription .diff-func h3{
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #405052;
}
.discription .diff-func ul li:last-child{
    margin-bottom: 0;
}
.discription .diff-func ul li span{
    font-size: 18px;
    line-height: 26px;
    color: #405052;
}
.discription .diff-func ul li i{
    position: absolute;
    left: 0;
    top: 5px;
    color: #00d4d4;
    font-size: 16px;
}
.select-plan-btn {
    /*position: absolute;*/
    bottom: 30px;
    left: 0;
    right: 0;
    padding: 20px 30px 0 30px;
}
.select-plan-btn .btn-primary{
    font-size: 22px;
    /* font-weight: 500; */
    background-color: #00d4d4;
    border-color: #00d4d4;
    padding: 15px;
    display: block;
    width: 100%;
    color: #fff !important;
}
.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pricing-plan .pric-plan:first-child, .pricing-plan .pric-plan:last-child {
    margin-top: 80px;
}
.pricing-plan .pric-plan:nth-child(2) {
    -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
            transform: translateY(40px);
}
.pricing-plan .pric-plan:nth-child(2) .pricing-box {
    -webkit-box-shadow: 0 0 40px rgb(0 0 0 / 20%);
            box-shadow: 0 0 40px rgb(0 0 0 / 20%);
}
.pricing-plan .pricing-box {
  height: 100%;
}
.pricing-plan .pric-plan .pricing-box:nth-child(2){
    box-shadow: 0 0 5px rgba(0,0,0,0.2)
}
.contract-duration {
    background-color: #fff;
    border-radius: 5px;
    margin-top: 120px;
    margin-bottom: 70px;
}


.flex-wrap-center{
    display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align:center;
    -ms-flex-align:center;
        align-items:center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
        /* background-image: url(../resources/bg-pattern.png); */
        background-position: left center; 
        background-repeat: no-repeat;
        background-size: contain;  
}

.contract-duration{
    background-color: #fff;
    border-radius: 5px;
}
.contract-duration .pricing-box{
    padding: 0;
}
.contract-duration .discription .diff-func{
    border: 0;
}

.contract-duration .discription .diff-func ul li h6{
    font-weight: 600;
    font-size: 24px;
    color: #009cb3;
}
.contract-duration .discription .diff-func ul li:last-child{
    padding: 0;
}
.arrcodian .panel-default>.panel-heading {
    color: #00d4d4;
    background-color: #fff;
    border-color: #fff;
}
.arrcodian .panel-group .panel .panel-title a{
    font-size: 40px;
    text-decoration: none;
    padding: 30px; 
    display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    
}
.arrcodian .panel-group .panel .panel-title .glyphicon {
    width: 40px;
    height: 40px;
    display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    background-color: #00d4d4;
        margin-right: 15px;
    top: -1px;
    line-height: 40px;
}
.arrcodian .panel-group .panel{
    border: 0;
    border-radius: 5px;
    box-shadow: none;
}
.arrcodian .panel-group .panel .panel-title .glyphicon-plus:before{
    color: #fff;
    content: '';
    width: 18px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.arrcodian .panel-group .panel .panel-title .glyphicon-plus:after{
    color: #fff;
    content: '';
    height: 18px;
    width: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.arrcodian .panel-group .panel .panel-title .glyphicon-minus:before {
    color: #fff;
    content: '';
    width: 18px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.arrcodian .panel-group .panel .panel-collapse {
    padding: 0 30px;
    border: 0;
}
.arrcodian .panel-group .panel .panel-body{
    border-top: 0;
    padding-bottom: 30px; 
}
.arrcodian{
    margin-bottom: 50px; 
}


.panel-body table tr td:last-child,
.panel-body table tr th:last-child,
.panel-body table tr th:nth-child(2),
.panel-body table tr th:nth-child(3), 
.panel-body table tr td:nth-child(2),
.panel-body table tr td:nth-child(3){
    text-align: center;
        width: 150px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    font-size: 20px;
}

.fa-check-circle{
    color: #00d4d4;
    font-size: 36px;
}
.fa-times-circle{
    color: #a3a3a3;
    font-size: 36px;
}


.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 25px 15px;
    vertical-align: middle;
    border-top: 0px solid #ddd;
    color: #405052;
}
.panel-body .table>thead>tr>th{
    border-bottom: 0;
}
.panel-body table thead tr{
    background-color: #e5fbfb;
    border-bottom: 0;
}
.panel-body table tr:nth-child(even) {background-color: #f9f9f9;}

.panel-body table tr td a img {
    width: 20px;
    margin-left: 3px;
}


@media(max-width: 1400px){
    .h2 {
        margin-bottom: 20px;
    }
    .h2 h2 {
        font-size: 34px;
    }
    .h2 span {
        font-size: 14px;
    }
    .pricing-box .title h3{
        font-size: 20px;
    }
    .up-section {
        padding: 20px;
    }
    .pricing-box .product-box img {
        max-width: 160px;
    }
    .pricing-box .small-dis span {
        font-size: 16px;
    }
    .pricing-box .small-dis {
        padding: 0 15px;
    }
    .discription .diff-func {
        padding: 30px 20px;
    }
    .discription .diff-func h3 {
        font-size: 20px;
    }
    .discription .diff-func ul li {
        padding-left: 20px;
        margin-bottom: 20px; 
    }
    .discription .diff-func ul li span {
        font-size: 14px;
        line-height: 20px;
    }
    .discription .diff-func ul li i {
        font-size: 12px;
        top: 4px;
    }
    .select-plan-btn .btn-primary {
        font-size: 18px;
        padding: 10px;
    }
    .contract-duration .discription .diff-func ul li h6 {
        font-size: 18px;
    }
    .arrcodian .panel-group .panel .panel-title a {
        font-size: 30px;
    }
    .arrcodian .panel-group .panel .panel-title .glyphicon {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .arrcodian .panel-group .panel .panel-title .glyphicon-plus:before{
        width: 16px;
    }
    .arrcodian .panel-group .panel .panel-title .glyphicon-plus:after{
        height: 16px;
    }
    .arrcodian .panel-group .panel .panel-title .glyphicon-minus:before {
        width: 16px;
    }
    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
        font-size: 16px;
    }
    .fa-check-circle, .fa-times-circle {
        font-size: 26px;
    }


}
@media(max-width: 991px){
    .h2 h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .pricing-box .title h3 {
        font-size: 16px;
        padding: 15px;
    }
    .pricing-plan .pric-plan:first-child, .pricing-plan .pric-plan:last-child {
        margin-top: 30px;
    }
    .pricing-plan .pricing-box {
        height: auto !important;
    }
    .pricing-plan .pric-plan:nth-child(2) {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
    .pric-plan {
        margin-top: 30px;
        width: 100%;
    }
    .pricing-box .price-round h2 {
        font-size: 26px;
    }
    .pricing-box .price-round h2 span {
        font-size: 16px;
    }
    .pricing-box .product-box {
        margin-bottom: 25px;
    }
    .discription .diff-func h3 {
        font-size: 16px;
        line-height: 22px;
    }
    .pricing-box .price-round h2 {
        width: 120px;
        height: 120px;
    }
    .pricing-plan .pric-plan{
        width: 100%;
    }
    .pricing-plan .pric-plan:first-child, .pricing-plan .pric-plan:last-child {
        width: 100%;
    }
    .pricing-box .product-box img {
        max-width: 140px;
    }
    .arrcodian .panel-group .panel .panel-title a {
        font-size: 16px;
        padding: 5px;
    }
    .arrcodian .panel-group .panel .panel-title .glyphicon {
        width: 20px;
        height: 20px;
        margin-right: 10px; 
        line-height: 20px;
    }

    .arrcodian .panel-group .panel .panel-title .glyphicon-plus:before{
        width: 8px;
    }
    .arrcodian .panel-group .panel .panel-title .glyphicon-plus:after{
        height: 8px;
    }
    .arrcodian .panel-group .panel .panel-title .glyphicon-minus:before {
        width: 8px;
    }

    .arrcodian .panel-group .panel .panel-collapse {
        padding: 0 5px;
    }
    .table-responsive{
        border: 0; 
    }
    .discription .diff-func ul li {
        margin-bottom: 15px;
    }
    .pricing-box .small-dis {
        padding: 0;
    }
    .contract-duration .discription .diff-func ul li h6 {
        font-size: 16px;
        line-height: 22px;
    }
    .discription .diff-func {
        padding: 20px;
    }
    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
        padding: 20px 10px;
    }

}


#plan-loader #overlayer {
    width:100%;
    height:100%;  
    position:fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    z-index: 2;
    background:#4a4a4a;
    opacity: 0.7;
  }
  
  #plan-loader .preloader p{
      position: absolute;
      top: 60%;
      width: 100%;
      height: 90px;
      
      text-align: center;
      color: #fff;
      font-size: 24px;
      z-index: 3;
  }
  
  #plan-loader .loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index:3;
    border: 4px solid #Fff;
    top: 50%;
    animation: loader 2s infinite ease;
    left: 50%;
  }
  
  #plan-loader .loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in;
  }
  
  @keyframes loader {
    0% {
      transform: rotate(0deg);
    }
    25% {
      transform: rotate(180deg);
    }
    50% {
      transform: rotate(180deg);
    }
    75% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @-webkit-keyframes loader {
    0% {
      transform: rotate(0deg);
    }
    25% {
      transform: rotate(180deg);
    }
    50% {
      transform: rotate(180deg);
    }
    75% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }