.pricebg .radio label.priceamt {font-size: 18px;}
.subscription-page-wrapper{

    margin: 30px auto;

}

.responsive-table table{

	width: 100%;

}

.responsive-table table th:first-child{

	width: 35%;

}

.responsive-table table th{

    width: 32.5%;
	    vertical-align: middle;


}

.blue-bg th{

	background: #242a31;

	position: relative;

	

}

.responsive-table th{

    position: relative;

}

.responsive-table th:after{

	content:"";

	position: absolute;

	right: 0;

	top: 0;

	bottom: 0;

	width: 1px;

	background: #fff;

}

.responsive-table th:last-child:after{

	display: none;

}

.green-bg th{

	background-color: #393939 ;

}

.planname {

    font-size: 20px;

    font-weight: 700;

    color: #fff;

    text-align: center;

    text-transform: uppercase;

    padding: 15px 0;

}

.planname img{

	max-width: 50px;

}

.pricebg {

    background-color: #393939 ;

    padding-bottom: 10px;
    padding-top: 10px;

}

.pricebg .checkbox, .pricebg .radio {

    position: relative;

    display: block;

}

.pricebg .radiobtn{

    margin-top: 5px !important;

}

.nomargin {

    margin: 0!important;

}

label.priceamt {

    min-height: 20px;

    margin-bottom:0;

    font-size: 23px;

    cursor:pointer;

    font-weight: 700;

    color: #fff;

    padding: 5px 5px 0 5px;

    display: inline-block;

    width: 100%;
    text-align: center;

}

.radiobtn {

    margin-top: 15px!important;

    position: absolute;

    margin: 4px 0 0 -20px;

    margin-top: 1px\9;

    line-height: normal;

    padding: 0;

}

.priceunt {

    font-size: 18px;

    font-weight: 500;

    color: #fff;

    margin-right: 5px;

}

.priceper {

    font-size: 18px;

    font-weight: 500;

    color: #fd6900 ;

    position: relative;

}

.nocon {

    font-size: 12px;

    color: #fff;

    padding: 0 15px 0 36px;

    float: left;

    width: 100%;

    margin-bottom: 15px;

}

.savebtn {

    font-size: 18px;

    font-weight: 500;

    color: #fff;

    background-color: #fd6900 ;

    padding: 3px 8px;

    text-align: center;

    float: right;

    margin: 2px 15px;

    -webkit-border-radius: 3px;

    -moz-border-radius: 3px;

    border-radius: 3px;

}

.savebtn span {

    font-size: 16px;

}

.pricing-table{

	padding: 50px 0;

}

.responsive-table table{

	border: 1px solid #dddddd;

	border-collapse: collapse;

}

.responsive-table th{

	border: 1px solid #dddddd;

}

.responsive-table td{

	font-size: 14px;

	font-weight: 400;

	padding: 7px 10px;

	border: 1px solid #dddddd;

}

.internal-link {

    cursor: pointer;

    border-bottom: 0.0625rem dotted #000;

    transition: border-color 0.45s ease-out;

    color: #000;

}

.display-none{

	display: none;

}

.comparison-toggle-link{

	margin-bottom: 10px;

}

.green{

	color:#56b64f;

}

.yes {

    background-image: url("../images/yes-no-sprite.png");

    background-position: 0 -16px;

    display: inline-block;

    width: 16px;

    height: 16px;

}

.no {

    background-image: url("../images/yes-no-sprite.png");

    background-position: 0 0;

    display: inline-block;

    width: 16px;

    height: 16px;    

}


/*****10/11/2020*****/
.table-logo {
    padding-top: 15px;
}
.table-logo img{
    max-width: 80px;
}
.subscribe-btn .btn-block{
    background-color: #22b14c;
    color: #fff;
    padding: 10px 30px;
    display:block;
    text-align: center;
    margin: 0 15px 15px;
    width: auto;
    border-radius: 3px;
}
.subscribe-btn .btn-block:hover{
    background: #ff6d00;
}

.show-on-mobile{
        display: none;
    }
.subscribe-btn .active-membership-btn, .subscribe-btn .active-membership-btn:hover{ background-color: gray; }

#confirmOverlay .yes, #confirmOverlay .no{
    background-image: none;
    width: auto;
    height: auto;
}

@media screen and (max-width:1199px){

    .savebtn{

        float: none;

        margin: 10px 35px 0 0;

    }

}

@media screen and (max-width:1023px){

    label.priceamt{

        font-size: 20px;

    }

    .priceper{

        font-size: 14px;

    }

    .planname{

        font-size: 16px;

    }

    .planname img{

        max-width: 40px;

    }
    .show-on-mobile{
        display: block;
    }
    .hide-on-mobile{
        display: none;
    }
    .savebtn{

        float: right;

        margin:2px 15px;

    }
    table.mt-3{
        margin-top:30px;
    }

}

@media screen and (max-width:767px){

    .responsive-table{

        /*width: 767px;*/

        padding: 0 15px 0 0;

        overflow: auto;

    }
    .show-on-mobile table th:first-child, .show-on-mobile table th{
        width: auto;
    }
    .show-on-mobile{
        padding:0;
    }
    
    
    .show-on-mobile td:last-child{
        width: 110px;
    }
    label.priceamt{
        font-size: 18px;
    }
    .pricebg .radiobtn {
    margin-top: 4px !important;
}

}

