     /*
Theme Name: Hub Child
Theme URI: https://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.4.0.2
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/
/******REusable content**/
.blue{
    color:#2967C4 !important;
}
.purple{ 
    color: #939;
    font-weight:600;
}
.bg-purple{ 
    background-color: #939 !important;
    border: 1px solid #939 !important;
}

.btn-purple {
    background: #939 !important;
    color: white !important;
    border-radius:25px !important;
    padding: 10px 25px !important;
}
.btn-white {
    color: #939 !important;
    background-color: white !important;
    border-radius:25px !important;
    padding: 10px 25px !important;
}
.btn-white:hover{
    background: #939 !important;
    color: white !important;
}
.btn-select {
    background: #a9a9a9 !important;
    color: white !important;
    border-radius:0px !important;
    padding: 5px 39px !important;
}
.btn-active {
    background: #a9a9a9 !important;
    color: white !important;
    border-radius:0px !important;
    padding: 5px 39px !important;
}
.btn-select:hover {
    background: #939 !important;
}
.text-left {
    text-align: left;
    padding-left: 20px !important;
}
.text-underline{text-decoration: underline;}
.sactive{
    background: #939 !important;
}
.snactive{
    background: #939 !important;
}
#connect,.help-box .btn-select{
    background: #939 !important;
}
#serial{
    display: none;
}
/*******************/
/***MENU STYLE*****/
/*****************/
.menu-links{
    display: inline;
    padding: 12px 15px;
}
.menu-links h{
   font-weight: bold;
}
.navbar{padding: 1.5rem !important;}
/*******************/
/***BANNER STYLE***/
/*****************/
.banner{
    background: url(img/banner-main.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.banner .overlay{
    background-color: #939;
    background-image: url(img/banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.3;
    mix-blend-mode: overlay;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.banner{
    padding: 100px 0 100px !important;
}

.banner .text-block{
    color: white;
    width: 550px;
    margin: auto;
}
/*******************/
/***SECTION UPDATE***/
/*****************/
.update .text-block,.update h1{
    color: #939;
    font-weight: 300;
}
.update{
    
}
/*******************/
/***SECTION TABS***/
/*****************/
.tabs h2{ color: #939;font-weight:700;margin-left: 20px;}
#myTab {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 0 4.5rem 0px;
    border-bottom: 1px solid #555;
    padding-bottom: 1px;
}
#myTab .btn-purple.active {
    background-color: #939 !important;
    color: white !important;
}
#myTab .btn-purple {
    background-color: white !important;
    color: #939 !important;
}
#myTab .btn.btn-white.active {
    background-color: #939 !important;
    color: white !important;
}
#myTab .btn.btn-white{
    background-color: white !important;
    color: #939 !important;
}
#myTab .btn.btn-white.idustrial.active {
    background-color: #939 !important;
    color: white !important;
}
#myTab .btn.btn-white.idustrial{
    background-color: white !important;
    color: #939 !important;
}
.table-area .icon-list li {
    position:relative;
    display:block;
    width: auto !important;
}
.table-area .icon-list li::before {
    content: '';
    background: url('img/tick-gray.png');
    position: absolute;   
    left: -27px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    top: 5px;
}
.text-left.spacing {
    position:relative;
}
.text-left.spacing::before {
  content: '';
  background: url('img/tick-gray.png');
    background-repeat: repeat;
  background-repeat: repeat;
  position: absolute;
  left: 20px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  top: 23px;
}

.capture .table-area .icon-list li::before {
    content: '';
    background: url('img/tick.png');
    position: absolute;   
    left: 25px;
    width: 17px;
    height: 12px;
    background-repeat: no-repeat;
    top: 5px;
}
.Licensing .table-area .icon-list li::before {
    content: '';
    background: url('img/tick.png');
    position: absolute;   
    left: 25px;
    width: 17px;
    height: 12px;
    background-repeat: no-repeat;
    top: 5px;
}

.table-area{
    background-color: #fff;
    padding: 1.5rem 3rem 3rem;
    border-radius: 10px;
    margin-bottom: 100px;
}
.table{
    background: white;
}
.table-area li{
    display: inline-block;
    margin: 12px 0 0 3px;
    padding-left: 5px;
/*  width: 247px !important;  */
    width: auto !important; 
}
.icon-tick h5{
    margin-bottom: 15px;
}
.icon-tick ul {
    padding-left: 22px;
    margin: 15px 0;
}
.tabs .table-bordered>:not(caption)>*>* {
    border-width: 0 1px;
    width: 10px;
    background-color: #fff;
}
td{
font-size: 14px;
}
td.text-left.spacing {
    padding-left: 50px !important;
}
.table h5 {
    font-size: 1rem;
    font-weight: bold;
    color: #000;
}
/*******************/
/***SECTION HELP***/
/*****************/
section.help .container-fluid {
    padding-right: 60px!important;
    padding-left: 60px!important;
}
.ul-padding {
    padding-bottom:0px !important;
    margin-bottom:0px !important;
}
.help-box {
    display: flex;
    justify-content: space-between;
    border: 1px solid gainsboro;
    padding: 20px 40px;
    height: 103px;
    align-items: center;
    flex-direction: row;
    border-radius: 10px;
}
.help-box h3{
    color:#2967C4;
}
a.btn.btn-select.unique {
    padding: 5px 20px !important;
}
th.rwidth{
    width: 40% !important;
}
/*******************/
/***SECTION CAPTURE***/
/*****************/
.capture table.table.table-bordered,
.Licensing table.table.table-bordered {
    outline: 0;
    border: 1px solid transparent;
}
.capture-left h5.purple, .capture-right h5.purple {
    margin-bottom: 25px;
}
.capture-right .table-bordered {
    margin-bottom: 30px;
}
.bg-grey{
    background-color: #F7F7F7;
    margin-top: 100px;
    border-radius: 10px;
}
.capture-left {
    padding: 0px 50px 20px 50px;
}
.capture-right {
    padding: 50px 50px 20px 50px;
}
th.text-left {
    vertical-align: middle;
}
/*******************/
/***SECTION FORM***/
/*****************/
.custom-form-input-design,.form-select {
    background: #f0f0f0 !important;
    color: #616362 !important;
    border-radius: 0 !important;
    margin: 2px 0;
    border: 1px solid #f0f0f0 !important;
}
label.form-check-label {
    font-size: 13px;
}
.sechdule .row {
    margin-top: 5px;
}
.sechdule .row-partition {
    margin-top: 0;
}
.sechdule .row-partition .col-lg,
.sechdule .row-partition .col,
.sechdule .included .col {
    padding: 0;
}
.sechdule .row-partition {
    padding-top: 10px;
    padding-bottom: 10px;
}
.sechdule .row.included {
    margin-bottom: 12px;
}
.sechdule .row h5{
    margin-top: 105px;
    color: #2967C4;
    position: relative;
    max-width: 400px !important;
    display: block;
    width: 100% !important;
    margin-bottom: 30px;
}
/* .sechdule .row h5::after {    
    content: '';
    width: 45%;
    height: 1px;
    background: #939;   
    right: 0;
    top: 12px;
    bottom: 0;
    position: absolute;
} */
.sechdule .row h3{
    font-family: "Open Sans", Sans-serif;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.2em;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='2' fill='grey'/></svg>") !important;
}
.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='2' fill='grey'/></svg>") !important;
}
.form-check-input:checked {
    background-color: white !important;
    border-color: #939 !important;
}
.form-check-input[type=checkbox] {
    border-radius:50px !important;
}
.col.annual-maintenance {
    margin-top: 20px;
}
.connect.btn.btn-select {
    margin-top: 30px;
    text-align: center;
    padding: 10px 15px !important;
}
.nav-tabs .nav-link {
    border-color:transparent !important;
}
.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label,.form-check-input:disabled {
  opacity: 1 !important;fas fa-check 
}
.ui-selectmenu-button.ui-button {
  width: 100% !important;
}
.form-check-input:focus {
  border-color: rgba(0,0,0,.25) !important;
  box-shadow: none !important;
}
.form-check-input:active {
  filter: none !important;
}
#radioLicenseServer:focus,#annual-maintenance:focus,#radioMultiChannelCapture:focus,#radioRealTimeDeconvolution:focus {
  border-color: #86b7fe !important;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25) !important;
}
.fas.fa-info-circle{
    color: #808080;
    padding-left: 3px;
    font-size: 12px;
    top: -3px;
    position: relative;
}
.fa.fa-asterisk{
    color: red;
    font-size: 10px;
    margin-left: -14px;
}
.fas.fa-check-circle{
    color: #2967C4;
    font-size: 22px;
}
.fas.fa-external-link-alt{  
    color: grey;
    font-size: 12px;
    position: relative;
    top: -1px;
}
.fas.fa-external-link-alt:hover {
  color: #939;
}
.tooltip-inner {
    background-color: #fff !important;
    color: #000 !important;
    font-size: 12px !important;
    line-height: 18px !important;
    box-shadow: 0px 0px 4px #ddd !important;
    border-radius: 10px !important;
    padding: 10px !important;
    opacity: 1 !important;
}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
    display: none;
}
.tooltip.show {
  opacity: 1 !important;
}
#myTabContent th{
    font-weight: bold;
    background-color: #fff;
}
.capture th,.capture td{
    background-color: #fff !important;
}
#myTabContent a{
    font-size: 1rem;
}
#myTabContent a:hover,a.product:hover{
    text-decoration: underline;
}
#myTabContent a:hover {
    text-decoration: none !important;
}
#myTabContent a.btn:hover {
    text-decoration: none;
    background: #939 !important;
}
a.product{
    font-size: 1rem;
    font-weight: bold;
}
#myTabContent span{
    padding-left: 30px !important;
}
.btn-min {
    min-width: 145px;
}
.select-display-m{
    display: none;
}
#ui-id-1{
    display: block !important;
}
#ui-id-1-button{
    display: none !important;
}
select{
    -webkit-appearance: menulist !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
}
#ui-id-1 {
  padding: 10px;
  padding-right: 30px;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  background-image: url('img/arrow.png') !important;
    background-repeat: no-repeat, repeat !important;
    background-position: right .7em top 50%, 0 0 !important;
    background-size: 1.5em auto, 100% !important;
}
form label {
  display: inline;
}
.error {
  border: 1px solid red;
}
.bg-grey td {
    padding: 25px !important;
}
/*************************************/
/***Bundle & Plans Timeline STYLE***/
/***********************************/

.page-template-template-bundles-plans .sechdule .col-lg-6.col-md-12:first-child {
    padding-left: 40px;
    padding-right: 25px;
    border-right: 1px solid #dee2e6;
}
.page-template-template-bundles-plans .sechdule .col-lg-6.col-md-12:nth-child(2) {
    padding-left: 30px;
}

.page-template-template-bundles-plans .tabs .container,
.page-template-template-bundles-plans .capture .container,
.page-template-template-bundles-plans .sechdule .container{
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
}
.page-template-template-bundles-plans .tabs .main-data,
.page-template-template-bundles-plans .capture .main-data,
.page-template-template-bundles-plans .sechdule .main-data {
    flex-grow: 1;
}

.page-template-template-bundles-plans .tabs .container .icon-check:after,
.page-template-template-bundles-plans .capture .icon-check:after,
.page-template-template-bundles-plans .Licensing .icon-check:after,
.page-template-template-bundles-plans .sechdule .icon-check:after {
    content: "";
    position: absolute;
    top: 2px;
    margin-left: -16px;
    bottom: 0px;
    width: 1px;
    background: #cacaca;
}

.page-template-template-bundles-plans .tabs .container .icon-check:before {
    content: "1";
    position: absolute;
    top: -2px;
    text-align: center;
    z-index: 999;
    padding-top: 6px;
    margin-left: -42px;
    width: 52px;
    border-radius: 50%;
    height: 52px;
    color: #fff;
    background: #2967C4;
    font-size: 25px;
}
.page-template-template-bundles-plans .capture .container .icon-check:before {
    content: "2";
    position: absolute;
    top: -2px;
    text-align: center;
    z-index: 999;
    padding-top: 6px;
    margin-left: -42px;
    width: 52px;
    border-radius: 50%;
    height: 52px;
    color: #fff;
    background: #2967C4;
    font-size: 25px;
}
.page-template-template-bundles-plans .Licensing .container .icon-check:before {
    content: "3";
    position: absolute;
    top: -7px;
    text-align: center;
    z-index: 999;
    padding-top: 6px;
    margin-left: -42px;
    width: 52px;
    border-radius: 50%;
    height: 52px;
    color: #fff;
    background: #2967C4;
    font-size: 25px;
}


.page-template-template-bundles-plans .sechdule .container .icon-check:before {
    content: "4";
    position: absolute;
    top:149px;
    text-align: center;
    z-index: 999;
    padding-top: 6px;
    margin-left: -42px;
    width: 52px;
    border-radius: 50%;
    height: 52px;
    color: #fff;
    background: #2967C4;
    font-size: 25px;
}

.page-template-template-bundles-plans .tabs,
.page-template-template-bundles-plans .help.py-5,
.page-template-template-bundles-plans .capture,
.page-template-template-bundles-plans .Licensing,
.page-template-template-bundles-plans .sechdule.py-5 {
    position: relative;
}

.sechdule.py-5 {
  padding-top: 9.3rem !important;
}
.sechdule.py-5 p{
  margin-left: 25px !important;
}
.bundleFlyBox .bundleFlyBoxMain:first-child {
    margin-bottom: 31px;
}
.bundleFlyBoxMain {
    background-color: #f2f2f2;
    text-align: center;
    padding: 12px 20px;
    border-radius: 15px;
    width: 156px;
    position: relative;
}
.bundleFlyBox .bundleFlyBoxMain p {
    font-size: 14px;
    margin-bottom: 0.7rem;
}
.bundleFlyBox .bundleFlyBoxMain a {
    font-size: 12px;
    width: 100%;
    padding: 5px 10px !important;
}
.bundleFlyBoxMain:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 74%;
    border-right: 19px solid #f2f2f2;
    border-bottom: 38px solid transparent;
    top: 93%;
    transform: rotate(-12deg);
}
/* Clear All Button */
.custom-clear-main {
    text-align: right;
}
.custom-clear-main .btn {
    background-color: transparent !important;
    color:grey !important;  
}
.custom-clear-main .btn:hover {
    color:#2967C4 !important;
}
.custom-clear-main a.btn:hover {
/*     background: #2967C4 !important; */
}
/* Plan Summary Heading */
.form-check.plan-heading {
    display: none;
}
.form-check.plan-heading .form-check-label {
    display: none;
}
.form-check.plan-heading.planActive {
    display: block;
}
.form-check.plan-heading.planActive .form-check-label.sactive {
    display: block;
    background-color: transparent!important;
}
.page-template-template-bundles-plans.modal-open #lqd-site-content{
    z-index: unset;
}

.page-template-template-bundles-plans #myTabContent .table{
    border:1px solid transparent;
    border-collapse: separate;
    border-spacing: 1px;
}

.page-template-template-bundles-plans #myTabContent .table tr {
    position: relative;
}

.tabs .table-bordered>:not(caption)>*>* {
    border: 0;
}


.page-template-template-bundles-plans #myTabContent .table .grey {
    vertical-align: middle;
    padding: 0.7rem .5rem 1.5rem;
    height: 55px;
}

.page-template-template-bundles-plans .grey.button {
  padding: 1rem .5rem 1rem !important;
}

.page-template-template-bundles-plans #myTabContent .table tr:last-child td:after {
    display: none;
}

.capture-left.table-area .icon-list.icon-tick ul {
    padding: 0;
}

.page-template-template-bundles-plans #myTabContent .table tr td h5 {
    margin-bottom: 0;
}
.page-template-template-bundles-plans #myTabContent .table tr td {
    vertical-align: middle;
    border-bottom: 1px solid #dedede
}

.page-template-template-bundles-plans #myTabContent .table h5 {
    margin-bottom: 0;
}

/* Modal form  Style */
#studentModal .modal-header .btn-close,
#salesModal .modal-header .btn-close {
    background-color: transparent;
}

.bundleFlyBox.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.bundleFlyBox {
    bottom: 145px;
    right: 5px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transform: translateY(25px);
    transition: all .65s cubic-bezier(.23,1,.32,1);
}

.capture-left th.text-center {
    padding: 20px 0px 0px 0px;
}

@media only screen and (min-width: 480px){

} 

@media only screen and (max-width: 1230px){ 
    .help-box {
        height: 150px;
        max-height: 200px;
        justify-content: space-evenly;
        border: 1px solid gainsboro;
        padding: 20px 50px;
        align-items: center;
        flex-direction: column;
    }
}
@media only screen and (max-width: 768px){ 
    .help .col-lg-6.col-md-12 {
        margin-bottom: 20px;
    }
    .page-template-template-bundles-plans .tabs .container, .capture .container, .sechdule .container {
        display: block;
    }
    .page-template-template-bundles-plans .tabs .container .icon-check:before,
    .page-template-template-bundles-plans .capture .container .icon-check:before,
    .page-template-template-bundles-plans .sechdule .container .icon-check:before{
        padding-top: 9px;
    }
    .page-template-template-bundles-plans .sechdule .container .icon-check:before{
    top: 76px;
    }
    .sechdule.py-5 {
        padding-top: 0rem !important;
    }
}
@media only screen and (max-width: 600px){ 
.tabs .container, .capture .container, .sechdule .container {
    padding-left: 30px;
    padding-right: 30px;
}
}
@media only screen and (max-width: 767px){ 
.fa.fa-asterisk {
  font-size: 10px;
  margin-left: -9px;
}
.main-data {
    padding-bottom: 60px;
}
.bg-grey {
    margin-top: 60px;
}
.table-area {
    margin: 0;
    padding: 10px;
}
.banner {
    background-position-y: 0px;
}
section.help .container-fluid {
    padding-right: 20px!important;
    padding-left: 20px!important;
}
section.help .col-lg-6.col-md-12 {
    margin-bottom: 20px;
}
    
.help-box {
    display: flex;
    justify-content: space-between;
    padding: 20px 20px;
    height: auto;
    align-items: center;
    flex-direction: column;
}
}
@media only screen and (max-width: 767px){
    th.rwidth{
        width: 70% !important;
    }
    .update{
        margin-top: 0;
    }
    #myTab{
        display: inline-block;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        border: 0;
        margin: 0 0 1.5rem 0px;
    }
    .select-display-d{
        display: none;
    }
    .select-display-m{
        display: table-row;
    }
    .selectm{
        padding: 5px !important;
        font-size: 14px !important;
        font-weight: bold !important;
        background-color: #fff !important;
        color: #939 !important;
    }
    table th,table h5,table a,table td{
        font-size: 14px !important;
    }
    table li{
        font-size: 12px !important;
        margin: 5px 0 0 8px !important;
    }
    table .btn-min {
        min-width: 110px;
        padding: 5px 10px !important;
    }
    #myTabContent span {
        padding-left: 0px !important;
    }
    .icon-tick ul {
        padding-left: 10px;
    }
    .table-area .icon-list li::before {
        background: url('img/tick-m.png');
        background-repeat: no-repeat;
        left: -18px;
        width: 20px;
        height: 15px;
        top: 6px;
    }
    .banner .text-block {
        width: unset;
        padding: 0 20px;
    }
    .banner .row {
        min-height: 0;
    }
    .banner {
        padding: 100px 0 100px !important;
    }
    .page-template-template-bundles-plans .sechdule .col-lg-6.col-md-12:first-child {
        padding-left: 10px;
        padding-right: 25px;
    }
    .sechdule .row h3 {
        font-size: 24px;
        line-height: 36px;
    }
    .sechdule .row h5 {
        margin-top:0;
    }
    .sechdule .row h5::after {  
        width: 30%;     
    }
    .capture-right {
        padding: 10px;
    }
    .capture-left {
        padding: 10px;
    }
    td.text-left.spacing {
        padding-left: 25px !important;
    }
    .text-left.spacing::before { 
      left: 0px; 
      top: 23px;
    }
    .text-left {
        text-align: left;
        padding-left: 10px !important;
    }
    .page-template-template-bundles-plans .tabs .container .icon-check::before,.page-template-template-bundles-plans .capture .container .icon-check::before,.page-template-template-bundles-plans .sechdule .container .icon-check::before {
/*      top: -2px; */
        top: 0px;
        padding-top: 5px;
        margin-left: -27px;
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    
    .page-template-template-bundles-plans .Licensing .container .icon-check:before {
        top: -2px;
        padding-top: 5px;
/*      margin-left: -10px; */
        margin-left: -27px;
        width: 30px;
        height: 30px;
        font-size: 14px;
}
    
    .page-template-template-bundles-plans .tabs .container .icon-check::after, .page-template-template-bundles-plans .capture .icon-check::after, .page-template-template-bundles-plans .sechdule .icon-check::after {
        margin-left: -13px;
    }
    .page-template-template-bundles-plans .Licensing .icon-check:after {
/*      margin-left: 4px; */
        margin-left: -13px;
    }
    a.btn.btn-select.unique {
        padding: 5px 15px !important;
    }
    h3.get-started {
        margin-top: 0px !important;
    }
    .sechdule .row h3 { 
        margin-top: -10px;
    }
    h3.purple {
        margin-top: 0px !important;
    }
	.bundleFlyBox.pos-fix.is-visible {
  		display: none;
	}
}
@media only screen and (max-width: 600px){
    .page-template-template-bundles-plans .Licensing .icon-check:after {
        margin-left: 4px; 
}
.page-template-template-bundles-plans .Licensing .container .icon-check:before {        
        margin-left: -10px; 
}

}
.capture .main-data .icon-list.icon-tick {
/*   text-align: center; */
    text-align: center;
}
.capture .main-data .icon-list.icon-tick ul{
/*   text-align: center; */
    text-align: left;
}
.Licensing .main-data .icon-list.icon-tick {
/*   text-align: center; */
    text-align: left;
}
.Licensing .main-data .icon-list.icon-tick ul{
/*   text-align: center; */
    text-align: left;
}
h3.get-started {
    margin-left: 20px; 
}
.licensing-option .table-area .icon-list li {
  text-indent: 45px;
}
.image-pro .table-area .icon-list li {
  text-indent: 45px;
}
.licensing-option .btn.btn-select {
  display: block !important;
  margin: 0 auto !important;
  width: fit-content;
  text-align:center;
}
.image-pro .btn.btn-select {
  display: block !important;
  margin: 0 auto !important;
  width: fit-content;  
}
.choose-licensing-headeing {
    margin-left: 20px;
    margin-top: 7px;
}
h3.get-started {
    margin-top: 7px !important;
}
.table.table-bordered.table-sm {
  min-height: 254px;
}
@media only screen and (max-width: 992px) and (min-width: 768px)  {
    .page-template-template-bundles-plans .container {
      max-width: 680px; 
    }	
}
@media only screen and (max-width: 768px) and (min-width: 767px)  {
    .table-area {
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 840px) and (min-width: 800px)  {
    .page-template-template-bundles-plans .container {
        max-width: 710px;
    }
}

@media screen and (max-width: 768px) {
    .capture .main-data .icon-list.icon-tick {  
      text-align: center;
    }
    .licensing-option .capture-left {
        padding: 10px 30px;
    }
}

@media screen and (max-width: 992px) {
  .capture .table-area .icon-list li {  
  width: 50% !important;
  margin: 0 auto !important;
}
.Licensing .table-area .icon-list li {  
  width: 43% !important;
  margin: 0 auto !important;
}
    .capture .main-data .icon-list.icon-tick {  
      text-align: center;
    }
}
@media only screen and (max-width: 992px) and (min-width: 580px)  {
    .capture .table-area .icon-list li {
/*          width: 100% !important; */
        width: 36% !important;
    }
    .Licensing .table-area .icon-list li {
/*          width: 100% !important; */
        width: 35% !important;
    }
    

}
@media only screen and (max-width: 992px) and (min-width: 992px)  {
    .capture .table-area .icon-list li {
/*          width: 100% !important; */
        width: 100% !important;
    }
    .Licensing .table-area .icon-list li {
/*          width: 100% !important; */
        width: 100% !important;
    }
}
@media only screen and (max-width: 991px) and (min-width: 991px)  {
    .capture .table-area .icon-list li {
/*          width: 100% !important; */
        width: 33% !important;
    }
    .Licensing .table-area .icon-list li {
/*          width: 100% !important; */
        width: 33% !important;
    }
}
@media only screen and (max-width: 992px) and (min-width: 992px)  {
    .capture .table-area .icon-list li {
        width: 100% !important; 
    }
    .Licensing .table-area .icon-list li {
        width: 100% !important; 
    }
}

@media only screen and (max-width: 992px) and (min-width: 991px)  {
    
    .capture-left {
        padding: 0px;
    }
    .table.table-bordered.table-sm.computer-linking {
        min-height: 260px;
    }
}
@media only screen and (max-width: 1040px) and (min-width: 992px)  {
    .page-template-template-bundles-plans .container {
      max-width: 920px; 
    }
    .bg-grey td {
        padding: 18px !important;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 992px)  {
    .capture-left {
        padding: 0px 20px 20px 20px;
    }
    .table.table-bordered.table-sm {
        min-height: 260px;
    }
    
}
 
@media screen and (max-width: 460px) {
.capture .table-area .icon-list li {  
  width: 66% !important;
  margin: 0 auto !important;
}
.Licensing .table-area .icon-list li {  
  width: 82% !important;
  margin: 0 auto !important;
}
.choose-licensing-headeing {
    margin-left: 37px;  
}
h3.get-started {
  margin-top: 0px !important;
}
.capture .main-data .icon-list.icon-tick ul {
    padding-left: 12px;
}
}
@media only screen and (min-width: 360px) and (max-width: 767px)  {
h3.get-started {
  margin-top: 0px !important;
}
}
  @media screen and (max-width: 360px){
.capture .table-area .icon-list li {
    width: 77% !important;
    margin: 0 auto !important;
}

}
@media screen and (max-width: 400px) {
    .capture .main-data .icon-list.icon-tick ul {
    padding-left: 0;
}
}
@media screen and (min-width: 1400px)  {
    /*please paste your css here*/
    .capture .main-data .icon-list.icon-tick ul {
  padding-left: 30px;
}
}
 @media screen and (min-width: 1400px){
      .Licensing .main-data .icon-list.icon-tick ul {
         padding-left: 36px;
 }
  }

  @media screen and (max-width: 320px){
.capture .table-area .icon-list li {
  width: 100% !important;
  margin: 0 auto !important;
}
}

.elementor-widget-archive-posts