/*
Theme Name:   Charlie Child
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');



.contentarea strong,
.contentarea b {
	font-weight: 700;
}

img {
	max-width: 100%;
}

p {
	margin: 0 0 15px;
}

.modal.choose-button header.title-container:after {
    display:none;
}

.modal header.title-container:after {
    content: 'Red indicates mandatory fields';
}

label.floating-label input[required] {
    border: 1px solid red;
}

select[name="Insurance Info"] {
    border: 1px solid red;
}

select[name="How Did You Hear About Us?"] {
    border: 1px solid red;
}

/* MAIN
------------------------------------- */
.row.contentsection {
	padding: 30px 0;
}

.page-header {
	margin: 5px 0;
	padding: 0;
	border: 0;
}

.choose-button .body-container div {
	height: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.choose-button .main-btn3 {
	max-width: 375px;
	width: 100%;
	border-radius: 40px;
	/*line-height: 20px;*/
	text-transform: uppercase;
	font-weight: 700;
	height: 60px;
	margin-top:30px;
}
.choose-button .main-btn2 {
	max-width: 375px;
	width: 100%;
	height: 60px;
	border-radius: 40px;
	text-transform: uppercase;
	font-weight: 700;
	/*line-height: 38px;*/
}

.choose-button a {
	width: 100%;
	max-width: 375px;
	text-align: center;
}

.modal-shadow, .alert.alert-panel + .overlay-panel {
	background: rgba(0, 41, 105, 0.8);
}

/* BOTTOM
------------------------------------- */

/* RESPONSIVE
---------------------------------------------------------- */

@media only screen and (min-width: 1026px) {
.show-mob {
        display: none;
    }
}

@media only screen and (min-width: 980px) {
	.container {
		max-width: 1240px;
		margin: 0 auto;
		padding: 0 20px;
	}
}

@media (max-width: 1025px) {
    .show-desk {
        display: none;
    }
}

@media (max-width: 600px) {
	.choose-button .main-btn3,
	.choose-button .main-btn.dark {
		width: 100%;
		max-width: 265px;
		font-size: 15px;
		line-height: 25px;
		height: auto;
		padding: 15px 8px;
	}
	.choose-button .main-btn2,
	.choose-button .main-btn.dark {
		width: 100%;
		max-width: 265px;
		height: auto;
		font-size: 15px;
	}
	.modal.choose-button {
		max-width: 90%;
		width: 100%;
	}
	.choose-button h3 {
		font-size: 32px;
	}
}

@media all and (min-width: 768px){
	.hidden-md-up {
		display: none !important;
	}
}
