/* Style the custom file input label */
/* Hide the real file input */
input[type=file] {
  display: none;
}

.entry-title {
  text-align: center;
}


@media(max-width: 991px) {
	.contentCon {
		display: block;
	}
	.headerInn .logoCon .logo img {
		width: 100px;
	}
    .container {
        padding: 0 25px;
    }
    .contentCon .leftCon {
        font-size: 24px;
        padding-right: 0px;
        line-height: 40px;
    }
    .contentCon .leftCon h1 {
        font-size: 35px;
        line-height: 45px;
    }
    .contentCon .leftCon h2 {
        font-size: 29px;
    }
    .contentCon .rightCon {
        width: 100%;
        max-width:unset;
    }
    .siteBtn1 {
        font-size: 19px;
        height: 53px;
        line-height: 25px;
    }
}


@media(max-width: 767px) {
    .mobile-container{
        display:block;
    }
    .contentCon{
        margin-bottom: 20px;
    }
    .headerInn .logoCon .tagLine {
        height: 41px;
        font-size: 15px;
        line-height: 29px;
        margin-left: 17px;
        padding-left: 13px;
    }
    .contentCon .leftCon a.siteBtn2 {
    font-size: 16px;
        width: auto;
        height: 60px;
    }
.contentCon .rightCon .blueBoxCon {
    padding: 35px;
    font-size: 16px;
    line-height: 30px;
}
.contentCon .leftCon h1 {
    font-size: 24px;
    line-height: 34px;
}
.contentCon .leftCon {
    font-size: 16px;
    padding-right: 0px;
    line-height: 26px;
}
.contentCon .leftCon h2 {
    font-size: 20px;
}
.contentCon .leftCon a.siteBtn2 small {
    font-size: 16px;
}

.headerInn .navCon ul {
    padding: 0;
}
.headerInn .navCon {
    justify-content: space-between;
}

}



/*CSS */

.price-table .heading_label {
    background-color: #fbfbfb;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;
}
.price-table tbody tr td:last-child {
    border-right: 1px solid #efefef;
}


.mobile-container table td {
    border-left: 1px solid #efefef;
    padding: 11px 11px;
}
.mobile-container tbody tr td {
    border-top: 1px solid #efefef;
}  

.price_table_slick .heading, .noplans .heading, .noplans .subheading {
    font-size: clamp(1.25rem, 1.4vw, 26px);
     text-align: center;
}
 .noplans .heading, .noplans .subheading {
    font-weight: 700;
}
.price_table_slick .info {
    text-align: center;
}
.price_table_slick .subheading.amount {
    text-align: center;
}
.price_table_slick button.slick-next.slick-arrow {
    position: absolute;
    top: 0;
    right: 0;
}

.mobileVer{
    display: none;
}

@media(max-width:767px){
    .page-template-plans .table-wrapper.pricing_table{
        display: none;
    }
    .mobileVer{
        display: block;
        font-size: 20px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 70px;
        margin-top: 50px;
    }
}