.content-sec
{
	margin-top: 40px;
}

.home-banner
{
  background-image: url(../images/home_banner_1.png);
    min-height: 450px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    height: 100vh;
}		

.home-content, .contact-content
{	
    position: relative;
    margin: 0 auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    width: 70%;
    text-align: justify;
    margin-left: 15%
}	

.med-charge-banner
{
	background-image: url(../images/med_charges_banner.png);
    min-height: 450px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    height: 100vh;
    margin-top: -20px;
}

.medcharges-content
{	
    position: relative;
    margin: 0 auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    width: 32%;
    text-align: justify;
    margin-left: 5%;
}	

.tetra-banner
{
	background-image: url(../images/telecom_banner.png);
    min-height: 450px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    height: 100vh;
}

.tetra-content
{
	position: relative;
    margin: 0 auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    width: 42%;
    text-align: justify;
    margin-right: 5%;
    float: right;
}

.contact-banner
{
	background-image: url(../images/contactus_banner.png);
    min-height: 450px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    height: 100vh;
}

.product-links
{
	color: #fff;
	text-decoration: none;
}

.telephone
{
    color: #fff;
}

.telephone:hover
{
    color: #68a4ff;
}

.telephone:focus, .telephone:visited, .telephone:active
{
    color: #fff;
}

.product-links:hover, .product-links:active, .product-links:visited
{
	color: #fff;
}

.tetra-web-link {
    background-color: #f0b754;
    padding: 14px 30px;
    border-radius: 8px;
    color: #000;
    position: relative;
    top: 20px;
    text-decoration:none;
    font-weight:500;
    font-size:16px;
}

.med-charges-web-link {
    background-color: #f6ff23;
    padding: 14px 30px;
    border-radius: 8px;
    color: #000;
    position: relative;
    top: 20px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}

.about-parent {
    font-weight: 600;
    margin-top: 40px;
    font-size: 18px;
    color: #fbb02c;
}

.product-web-link:hover, .product-web-link:active, .product-web-link:visited, .product-web-link:link
{
    color:#000;
    text-decoration:none;
    font-weight:500;
}

.error_sec {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.error {
    color: #e93f34;
    text-align: center;
    font-weight: 600;
    font-size: 45px;
    margin-top: 25px;
}

.page_not_found {
    color: #126ABC;
    text-align: center;
    font-weight: 500;
    font-size: 35px;
    margin-top: 50px;
}

@media screen and (max-width: 768px) {
    .home-content, .medcharges-content, .tetra-content, .contact-content
	{
		width:90%;
		margin-left: 5%
	}

	.med-charge-banner
	{
		background-image: url(../images/med_charges_banner_mobile.png);
	}

	.tetra-banner
	{
		background-image: url(../images/telecom_banner_mobile.png);
	}
}