﻿.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: 425px) {
	.first-button
	{
		margin-bottom: 10px;
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	.text-right,
	.text-left {
		text-align: center !important;
	}
	
	footer ul {
		width:100%;
		margin-left: 0;
		margin-bottom: 0
	} 

	footer ul li { 
		list-style-type: none;
		display: block !important;
		margin-right: 20px;
	}
}


section#booking {
	background: #f1f7fd;
}


.about-img
{
	margin-top: 100px;
}

@media (min-width: 0px) and (max-width: 425px) {
	.about-img
	{
		margin-top: 0px;
	}
	
	#hero .btn-get-started
	{
		font-size: 12px;
		padding: 4px 10px;
	}
	
	#hero img
	{
		width: 80px;
	}
	
	
}

.bg-free-diagnostics {
    background: url(../img/free-banner.jpg) center center;
    background-size: cover;
    position: relative;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
    margin-top: 70px;
}

.overlay {
    background: rgb(0, 0, 0, 50%);
    padding: 15px;
    color: #fff;
    margin-bottom: -60px;
    margin-top: -20px;
    padding-top: 40px;
    padding-bottom: 50px;
}
@media (min-width: 0px) and (max-width: 425px) {
    .overlay {
        margin-top: -60px;
    }
}

    .free-diagnostics-left {
        padding: 15px;
        color: #fff;
        font-weight: 700;
    }

        .free-diagnostics-left h4 {
            font-weight: 700;
            color: #fff;
        }

    .free-diagnostics-right {
    }

    .FreeDiagnosticsInput, .FreeDiagnosticsInput:hover, .FreeDiagnosticsInput:active, .FreeDiagnosticsInput:focus {
        background: none;
        color: #fff;
        border: 1px solid #fff;
    }

    .free-diagnostics-right ::placeholder {
        color: grey;
    }

    .free-nav-link {
        background: #198754;
        padding: 5px 10px 5px 10px !important;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
		color:#fff;
    }

    @media (min-width: 0px) and (max-width: 425px) {
        .free-nav-link {
            background: none;
            padding: 10px 20px !important;
        }

        .bg-free-diagnostics {
            height: auto;
        }
    }

    .m-only {
        display: none;
    }

    .d-only {
        display: inline;
    }

    @media (min-width: 0px) and (max-width: 425px) {
        .m-only {
            display: inline;
        }

        .d-only {
            display: none;
        }
    }

video {
	width: 100%;
	clip-path: inset(1px 1px);
	    margin-top: 76px;
    margin-bottom: -67px;
}