@charset "utf-8";
/* CSS Document */

.appt-setting-content p {
    font-family: "Open Sans", Arial, sans-serif;
}
.appt_setting_box p {
    color: black;
    font-family: "Open Sans", Arial, sans-serif;
    position: relative;
    margin-bottom: 30px;
}
.appt_setting_box h1 {
    font-size: 24px;
    margin-bottom: 30px;
}
.appt_setting_box img {
    margin-bottom: 30px;
}
.free-tgt-call-box {
    float: right;
}

#quoteBtn {
    margin: 0 auto; 
    display: block;
    width: 100%;
}

.container hr {
    border-top: 3px solid #f2f2f2;
}

@media (max-width: 992px) {
    .appt_setting_box {
        padding-top: 30px;
    }
	.free-tgt-call-box {
		width: 100%;
	}
    
    .container hr {
        display: none;
    }
}

@media (max-width: 720px) {    
    .appt_setting_box:after {
        background: #eee;
        bottom: -3em;
        content: '';
        display: block;
        height: 2px;
        position: absolute;
        right: 0;
        width: 100%;
    }
}
@media (max-width: 768px) {
    .appt-setting-content p {
    font-size: 17px;
    line-height: 28px;
    }
}