/*
Theme Name:   Starter 1
Author:       DentalQore
Author URI: https://dentalqore.com/
Template:     charlie
Description:  Child theme for DentalQore Website Platform - can be edited 
Version: 2.0
*/
@import url('css/footer.css');



.contact-us .container {
    max-width: 100%;
    padding: 0;
}

.no-webp .contact-us .photo-side {
    /*background-image: url('./images/contact-office-photo.jpg');*/
    background-image: url('./images/office.jpg');
}

.webp .contact-us .photo-side {
    background-image: url('./images/office.webp');
}

.contact-us .photo-side {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.contact-us .content-side {
    padding: 39px 24px 45px 24px;
}

.content-box {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
}

.contact-us h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 58px;
    line-height: 120%;
    color: #1F7C84;
    margin: 0;
    padding: 0;
}

.contact-us p:first-of-type {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 150%;
    color: #000000;
    margin: 0;
    padding: 33px 0;
}

.contact-us .contact-info {
    padding: 0;
    margin: 0;
}

.contact-us .phone svg,
.contact-us .address svg {
    margin-right: 12px;
    clear: both;
    min-width: 25px;
}

.contact-us .phone,
.contact-us .address {
    display: inline-flex;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 1.15px;
    text-transform: uppercase;
    color: #000000;
}

.contact-us .phone {
    align-items: center;
}

.contact-us .external-link {
    display: none;
}


@media (max-width: 991px) {
	.content-box {
	    margin: 0 auto;
	}
}

@media (max-width: 600px) {
	.contact-us h2 {
		font-size: 38px;
	}

	.contact-us p:first-of-type {
		font-size: 16px;
	}

	.contact-us .phone, .contact-us .address {
		font-size: 20px;
	}
}