/* CSS updates/changes by Devs */
.hide, .hidden { display: none !important; }
.content .our-services-body { padding-top: 10px; }
.footer-links .sub-menu { display: none; }

.pb-sub-box p strong { color: #d13b3b; }

.accordion-container{
    position: relative;
    height: auto;
    margin: 10px auto;
}
.accordion-container > h2{
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.accordion-container .set{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
}
.accordion-container .set > a{
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #555;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    transition:all 0.2s linear;
}
.accordion-container .set > a i{
    float: right;
    margin-top: 2px;
}
.accordion-container .set > a.active{
    background-color:#d13b3b;
    color: #fff;
}
.accordion-container .content{
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display:none;
    margin-top: 0;
    padding-top: 15px;
    background-image: none !important;
}
.accordion-container .content p{
    padding: 10px 15px;
    margin: 0;
    color: #333;
}


.current-menu-item a{ background: #244968; }

.footer-links .current-menu-item a { background: none; color:#d13b3b; }

.ci-box { width:50%; }

.hp-map-container { 
	overflow: hidden;
	padding-bottom:62%;
	position:relative;
	height:0;
}

.hp-map-container iframe {
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}

.pb-sub-box p span { font-weight: 700; }

#primary-menu .navfooter-only { display: none; }

.normal-font { font-weight: normal !important; }
.no-decoration { text-decoration: none !important; }

.none { display: none; }


.rating-star ul li.active a:before {
    font-weight: 700;
}


.nocircle.op-content-img {     display: flex;flex-wrap: wrap; }
.nocircle .op-box-img.op1, .nocircle .op-box-img.op10 { transform: none; }
.nocircle .op-box-img {  
    margin: 10px 0;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
}
.nocircle .op-box-img {  
    position: static;
    transform: none;
}

.contact-us-inner p { color: #244968; }
.content .practice-filters li { padding-left: 0; }
input[name=chkfilters] { -webkit-appearance: auto; margin-right: 10px; }

.rating-section .rating-col {   }
.gform_description { padding-bottom: 25px; color:#d13b3b; font-size: 30px; text-transform: uppercase; }
.gform_heading { padding-bottom: 25px; }

.inner .content h2 {
	font-size: 27px;
	letter-spacing: 1.5px;
}
.inner .content h3 {
	font-size: 23px;
	letter-spacing: 0.3px;
}

/* Top bar edits */
.header-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ci-txt-body { padding: 0 30px; }

@media screen and (max-width: 767px) {
	.header-right {
		flex-direction: row;
	}
	.header-right .header-phone {
		text-align: center;
	}
	.header-buttons .btn-rectangular {
		text-align: center;
	}
	.header-buttons {
		margin-bottom: 15px;
	}
	.header-buttons .flex-block {
		align-items: baseline;
	}
}
@media screen and (max-width: 325px) {
	.header-buttons .flex-block {
		flex-wrap: wrap;
	}
	.header-buttons .btn-rectangular {
		text-align: center;
		border-radius: 0;
		width: 100%;
		margin: 0 auto 10px;
	}
}


/* Media Queries
================================================== */
/* ## min width ## */
@media only screen and (min-width: 481px) {
}

@media only screen and (min-width: 576px) { /* .col-sm- */
}

@media only screen and (min-width: 768px) { /* .col-md- */
}

@media only screen and (min-width: 992px) { /* .col-lg- */
}

@media only screen and (min-width: 1200px) { /* .col-xl- */
}

/* ## max width & min+max width ## */
@media only screen and (max-width: 1199px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {

    .op-content-img.circled { padding-top: 0px; }
    .op-content-img.circled.orig-cont h5 { font-size: 2vw; }
    /* .op-box-img { height: 25%; } */
    .op-box-img { height: 100% !important; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
}

@media only screen and (max-width: 575px) { /* .col- */
}

@media only screen and (min-width: 481px) and (max-width: 575px) {
}

@media only screen and (max-width: 480px){
}

/* ## for print ## */
@media print {
}

/* no CSS beyond this point */