﻿.bName {
    display: none;
}

.click-to-chat {
    position: fixed;
    z-index: 10000;
    bottom: 10px;
    right: 10px;
}

    .click-to-chat img {
        width: 150px;
    }

@media (min-width: 0px) and (max-width: 425px) {
    .click-to-chat img {
        width: 100px;
    }
}


@media (min-width: 0px) and (max-width: 767px) {
    .text-right,
    .text-left {
        text-align: center !important;
    }
	
	a.nav-link.scrollto.btn-nav {
		margin-bottom: 10px;
	}
}

.request-quote-bg {
    background: #f1f1f1;
    padding: 30px;
}

a.nav-link.scrollto.btn-nav {
    background: #01016f;
    color: #fff;
    padding: 1px 10px 2px 10px;
	border-radius: 5px;
}

a.btn.btn-primary {
    background: #01016f !important;
}

.page-banner {
    background-image: url('../assets/img/pagebanner.jpg');
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    color:white;
}

    .page-banner h2 {
        font-size: 13px;
        letter-spacing: 1px;
        font-weight: 700;
        padding: 8px 20px;
        margin: 0;
        background: #e7f1fd;
        color: #27347d;
        display: inline-block;
        text-transform: uppercase;
        border-radius: 50px;
        margin-top: 25px;
    }

.footer-sagga-logo
{
	height:100px;
}

.m-only {
	display: none !important;
}

.d-only {
	display: inline;
}

@media (min-width: 0px) and (max-width: 768px) {
	.m-only {
		display: inline !important;
	}

	.d-only {
		display: none !important;
	}
	
	.footer-sagga-logo
	{
		height:auto;
	}
}