/*
*Max Settlement CSS
*/

@media (min-width: 1250px) {
	.settlement-page .container {
		max-width: 1200px !important;
	}
}

html,
body {
	width: 100%;
	height: 100%;
	min-height: 100vh;
}

.one-liner-radios li {
	display: inline;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*=== Header CSS ===*/

a.logo {
	max-width: 192px;
	display: inline-block;
	padding-top: 10px;
}

a.logo img {
	width: 100%;
}

.top-header {
	background: #e6dbeb;
	padding: 7px 0;
}

.top-header ul li a {
	display: block;
	padding: 7px 15px;
	color: #623586;
}

.top-header ul li {
	padding-right: 20px;
}
.top-header ul li:last-child {
	padding-right: 0;
}

.top-header ul li a.call-btn {
	background: rgba(61, 49, 74, 1);
	color: #fbd218;
	font-weight: 700;
	border-radius: 5px;
	font-size: 16px;
	padding: 7px 33px;
}

.top-header ul li a.call-btn:hover {
	background: rgba(77, 16, 101, 1);
	color: #fff;
}

.header-bg {
	padding: 22px 0 0;
	background: #fff;
}

.menu {
	padding: 10px 0;
}

.menu ul li a {
	display: block;
	color: #623586;
	font-weight: 700 !important;
	font-size: 21px;
	padding: 10px 25px !important;
}

.menu ul li:last-child {
	padding-right: 0;
}

.logo-bg {
	position: relative;
}

.trigger {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 15px;
	z-index: 10;
}

.trigger span {
	display: block;
	width: 100%;
	height: 3px;
	background: #613587;
	margin: 8px 0;
}

.back_arrow {
	padding: 8px 20px;
	font-size: 30px;
	line-height: 1;
	border-bottom: 1px solid #9662bf;
	background-color: #000;
	margin: 0;
	color: #fff;
	cursor: pointer;
	text-align: right;
	height: 40px;
	position: relative;
}

.back_arrow span {
	display: block;
	position: absolute;
	width: 30px;
	height: 2px;
	background: #9662bf;
	top: 17px;
	right: 15px;
}

.back_arrow span:before {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #9662bf;
	border-left: 2px solid #9662bf;
	position: absolute;
	top: -4px;
	right: 21px;
	transform: rotate(-45deg);
}

/*=== Ed Header CSS ===*/

.calculator-bg {
	/*background: url(../images/settlement-calc-bg.png) no-repeat center;*/
	background-size: cover;
	position: relative;
	/* 	padding: 50px 0; */
	min-height: calc(100vh - 54px);
}

.calculator-bg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* 	background: rgba(98, 53, 134, 0.7); */
}

.calculator-bg .container {
	position: relative;
	z-index: 10;
}

.calculator-text h2 {
	color: #facf21;
}

.calculator-text p {
	color: #ffffff;
}

.calculator-form {
	background: #fff;
	padding: 30px;
	border-radius: 20px;
	margin-bottom: 80px;
	position: relative;
	min-height: 500px;
}

.calculator-form .gform_wrapper {
	margin: 0;
}

.calculator-form .gform_wrapper .gfield_required {
	display: none;
}

.custom-step {
	position: absolute;
	padding: 47px 30px 0;
	width: 100%;
	top: 0;
	left: 0;
}

.custom-step ul {
	display: flex;
}

.custom-step ul li {
	width: 10%;
	margin: 0 !important;
	padding: 0 5px;
	height: auto;
	opacity: 1;
	font-size: 0;
	display: inline-block;
}

.custom-step ul li span {
	width: 100%;
	font-size: 0;
	height: 15px;
	background: #e6dbeb;
	opacity: 1 !important;
	display: block;
}

.custom-step ul li:first-child span,
.custom-step ul li:nth-child(2) span,
.custom-step ul li:nth-child(3) span,
.custom-step ul li:nth-child(4) span {
	background: #facf20;
}

.second-form .gf_page_steps {
	text-align: right;
}

/*=== Form Title CSS ===*/

.calculator-form .gform_heading {
	position: absolute;
	top: 40px;
	left: 0;
	margin: 0 !important;
	padding: 0 0 5px;
	border-bottom: 1px solid #facf1f;
	display: none;
}

.calculator-form h3.gform_title {
	margin: 0 !important;
	font-size: 28px !important;
	color: #623586;
}

.calculator-form span.gform_description {
	display: none !important;
}

/*=== End Form Title CSS ===*/

/*=== Progress Bar CSS ===*/

.gform_wrapper .gf_page_steps {
	margin: -1px 0 0 !important;
	padding: 0px !important;
	border-bottom: 0 !important;
	position: relative;
}
.gform_wrapper .gf_page_steps#gf_page_steps_10 {
	margin: -1px 0 0 -10% !important;
}

.gform_wrapper .gf_page_steps .gf_step {
	width: 10%;
	margin: 0 !important;
	padding: 0 5px;
	height: auto;
	opacity: 1;
	font-size: 0;
	display: inline-block;
}

.gform_wrapper .gf_page_steps .gf_step .gf_step_number {
	width: 100%;
	font-size: 0;
	height: 15px;
	background: #e6dbeb;
	opacity: 1 !important;
	display: block;
}

.gform_wrapper .gf_page_steps .gf_step_active .gf_step_number,
.gform_wrapper .gf_page_steps .gf_step_completed .gf_step_number {
	background: #facf20;
}

.gform_wrapper .gf_page_steps .gf_step .gf_step_label {
	display: none;
}

/*=== End Progress Bar CSS ===*/

.calculator-form ul.gform_fields li.gfield_html,
.gform_confirmation_message {
	color: #623586;
}

.gform_wrapper ul.gform_fields li.gfield {
	margin: 40px 0 0 !important;
	padding: 0 !important;
}

.calculator-form label.gfield_label {
	font-size: 18px !important;
	color: #623586;
	padding-top: 0;
}
.calculator-form ul.gform_fields li.gfield_html a,
.gform_confirmation_message a {
	color: #623586;
	text-decoration: underline;
}
#gform_12 #gform_submit_button_12 {
	display: none;
}

.calculator-form .gform_legacy_markup_wrapper div.validation_error {
	display: none;
}

.complete_step.custom-step ul li span {
	background: #facf20;
}

.calculator-form .gform_wrapper .gform_page_fields input,
.calculator-form .gform_wrapper .gform_page_fields select,
.calculator-form .gform_wrapper .gform_page_fields textarea {
	width: 100% !important;
	min-height: 46px !important;
	display: block;
	font-size: 16px !important;
	line-height: normal !important;
	color: #9e78ce;
	background: #fff;
	border: 1px solid #c9aeea;
	padding: 10px 15px !important;
	margin: 0 !important;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.calculator-form .gform_wrapper .gform_page_fields select {
	padding-right: 30px !important;
}

.gform_wrapper ul.gfield_checkbox,
.gform_wrapper ul.gfield_radio,
body .gform_wrapper ul li.field_description_below div.ginput_container_radio,
body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox {
	margin: 0 !important;
}

.gform_wrapper ul.gfield_radio li label,
.gform_wrapper ul.gfield_checkbox li label {
	font-weight: normal !important;
}

/*==Start Get Hurt CSS==*/

.get-hurt .ginput_container {
	margin: 0 !important;
}

.get-hurt .ginput_container .gfield_radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100% !important;
}

.get-hurt .ginput_container .gfield_radio li {
	width: 20%;
	text-align: center;
	margin: 0 auto !important;
	padding: 5px 3px 0 !important;
}

.get-hurt .ginput_container .gfield_radio li input[type="radio"] {
	display: block;
	margin: 0 auto !important;
	width: 100% !important;
	height: 100px;
	border: 1px solid transparent;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
	cursor: pointer;
}

.get-hurt .ginput_container .gfield_radio li label {
	display: block;
	font-size: 11px;
	margin: 0 !important;
	max-width: 100%;
	width: 100%;
}

.get-hurt .ginput_container .gfield_radio li label::before {
	content: "";
	width: 100%;
	height: 100px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	border: 1px solid #ecdefd;
	margin-bottom: 7px;
	cursor: pointer;
}

.get-hurt .ginput_container .gfield_radio li input[type="radio"]:checked + label::before {
	border: 1px solid #9e78ce;
}

.get-hurt .ginput_container .gfield_radio li:hover label:before {
	box-shadow: 0 0 5px #d3b8f5;
}

.get-hurt .ginput_container .gfield_radio li:first-child label::before {
	background-image: url(../images/car.jpg);
}

.get-hurt .ginput_container .gfield_radio li:nth-child(2) label::before {
	background-image: url(../images/truck.jpg);
}

.get-hurt .ginput_container .gfield_radio li:nth-child(3) label::before {
	background-image: url(../images/bike.jpg);
}

.get-hurt .ginput_container .gfield_radio li:nth-child(4) label::before {
	background-image: url(../images/acc.jpg);
}

.get-hurt .ginput_container .gfield_radio li:nth-child(5) label::before {
	background-image: url(../images/acc1.jpg);
}

/*.get-hurt .ginput_container .gfield_radio li:last-child label::before{
background-image: url(../images/acc1.jpg);
}*/

/*==End Get Hurt CSS==*/

.gform_wrapper ul.gform_fields li.input-inline {
	padding-right: 0 !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.gform_wrapper ul.gform_fields li.input-inline label {
	margin: 0;
}

.gform_wrapper .top_label .input-inline div.ginput_container {
	width: calc(100% - 80px) !important;
	margin: 0;
}

.gform_wrapper .top_label .input-inline input {
	width: 100% !important;
	margin: 0 !important;
}

/*==Start Fault CSS==*/

.gform_wrapper .custom-radio ul.gfield_radio li,
.gform_wrapper .custom-checkbox ul.gfield_checkbox li {
	position: relative;
	margin-right: 25px;
}

.gform_wrapper .custom-radio ul.gfield_radio li input[type="radio"],
.gform_wrapper .custom-checkbox ul.gfield_checkbox li input[type="checkbox"] {
	position: absolute;
	width: 20px !important;
	height: 100%;
	opacity: 0;
	margin: 0;
	padding: 0 !important;
	min-height: auto;
}

.gform_wrapper .custom-radio ul.gfield_radio li label,
.gform_wrapper .custom-checkbox ul.gfield_checkbox li label {
	position: relative;
	margin: 0 !important;
	padding: 2px 0 2px 30px;
	color: #bd89fb;
}

.gform_wrapper .custom-radio ul.gfield_radio li label::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 18px;
	height: 18px;
	border: 4px solid #ddd;
	border-radius: 50%;
}

.gform_wrapper .custom-radio ul.gfield_radio li label::after {
	content: "";
	position: absolute;
	top: 9px;
	left: 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #9b77b5;
	opacity: 0;
}

.gform_wrapper .custom-radio ul.gfield_radio li input[type="radio"]:checked + label::after {
	opacity: 1;
}

/*== Checkbox CSS ==*/

.gform_wrapper .custom-checkbox ul.gfield_checkbox li label::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #fff;
	border: 1px solid #cdb6ea;
}

.gform_wrapper
.custom-checkbox
ul.gfield_checkbox
li
input[type="checkbox"]:checked
+ label::before {
	background-color: #9b77b5;
}

.gform_wrapper .custom-checkbox ul.gfield_checkbox li label::after {
	content: "";
	position: absolute;
	display: none;
	left: 7px;
	top: 7px;
	width: 5px;
	height: 9px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.gform_wrapper
.custom-checkbox
ul.gfield_checkbox
li
input[type="checkbox"]:checked
+ label::after {
	display: block;
}

/*==End Fault CSS ==*/

.gform_wrapper .top_label div.ginput_container_select,
.gform_wrapper .top_label div.ginput_container_date,
.gform_wrapper .top_label .ginput_container_address .address_state {
	position: relative;
}

.gform_wrapper .top_label div.ginput_container_select:before,
.gform_wrapper .top_label div.gfield_date_dropdown_month:before,
.gform_wrapper .top_label div.gfield_date_dropdown_day:before,
.gform_wrapper .top_label div.gfield_date_dropdown_year:before,
.gform_wrapper .top_label .ginput_container_address .address_state:before {
	content: "";
	position: absolute;
	border: 6px solid transparent;
	border-top-color: #b18fda;
	top: 50%;
	right: 10px;
	margin-top: -3px;
}

.gform_wrapper .top_label .ginput_container_address .address_state:before {
	top: 25px;
	right: 20px;
}

/*=== Form Button CSS ===*/

.calculator-form .gform_wrapper .gform_page_footer {
	margin: 0;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: 0;
	width: 100%;
	top: 100%;
	padding-top: 20px;
}

.gform_page_footer:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.gform_wrapper .gform_page_footer .button {
	border: 0;
	background: #e4dbec;
	padding: 10px 25px;
	border-radius: 10px;
	min-width: 150px;
	margin: 0 !important;
	color: #603586;
	font-size: 20px !important;
	font-weight: 600;
	text-transform: uppercase;
	outline: none;
	width: auto !important;
	cursor: pointer;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button {
	float: left;
}

.gform_wrapper .gform_page_footer .button.gform_next_button,
.gform_wrapper .gform_page_footer .button.gform_button {
	float: right;
	background: #facf20;
}

.gform_wrapper .custom-checkbox .ginput_container_checkbox ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.gform_wrapper .custom-checkbox-three .ginput_container_checkbox ul li {
	width: 33.33%;
	float: left;
	margin-right: 0;
}

.gform_wrapper .custom-checkbox-two .ginput_container_checkbox ul li {
	width: 50%;
	float: left;
	margin-right: 0;
}

.calculator-form .gform_wrapper h2 {
	margin: 0 !important;
	font-size: 28px !important;
	color: #623586;
	font-weight: 700;
	padding: 0 0 5px;
	border-bottom: 1px solid #facf1f;
}

.gform_wrapper ul.gform_fields li.year-mod-make {
	margin: 0 !important;
	width: 30%;
	display: inline-block;
	padding-right: 1% !important;
}

.gform_wrapper ul.gform_fields li.two-column-div {
	margin: 0 !important;
	width: 48%;
	display: inline-block;
}

.gform_wrapper ul.gform_fields li.two-column-first {
	margin-right: 3% !important;
}

.gform_wrapper ul.gform_fields li.two-column-div .gfield_label {
	display: none !important;
}

.gform_wrapper ul.gform_fields li.year-mod-make label.gfield_label {
	display: none;
}

/*=== Footer CSS ===*/

.footer-bg {
	background: #603585;
	padding: 15px 0;
	text-align: center;
}

.footer-bg p {
	color: #fff;
	margin: 0;
}

/*=== End Footer CSS ===*/

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #9e78ce;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #9e78ce;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #9e78ce;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #9e78ce;
}

.calculator-form .gform_confirmation_message {
	background: #fff;
	position: relative;
	padding: 10px 0;
	margin-top: -8px;
}

/*== Start Media Query ===*/

@media screen and (max-width: 1199px) {
	.menu ul li a {
		font-size: 20px;
		padding: 10px 20px;
	}
}

@media screen and (max-width: 991px) {
	.menu ul li a {
		padding: 10px 15px;
	}
	a.logo img {
		width: 100%;
		max-width: 140px;
	}
	.menu {
		padding: 1px 0;
	}
}

@media screen and (min-width: 992px) {
	.trigger,
	.back_arrow,
	.show-mob {
		display: none !important;
	}
}

@media screen and (max-width: 992px) {
	a.logo img {
		max-width: 120px;
	}
	.header-bg {
		border-top: none;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 99;
		background: #fff;
		padding: 30px 0;
	}
	.call-icon {
		position: absolute;
		top: 5px;
		right: 70px;
	}
	.call-icon img {
		width: 100%;
		max-width: 32px;
	}
	.top-header {
		display: none;
	}
	.menu {
		padding: 0;
		position: fixed;
		width: 280px;
		height: 100%;
		top: 0;
		left: -285px;
		background: #623586;
		z-index: 1001;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.menu.shw {
		left: 0;
	}
	.menu ul.nav {
		display: block;
	}
	.menu ul li a {
		border-bottom: 1px solid #9662bf;
	}
	.calculator-form {
		padding: 20px 15px;
		border-radius: 20px;
	}
	.get-hurt .ginput_container .gfield_radio {
		flex-wrap: wrap;
	}
	.get-hurt .ginput_container .gfield_radio li {
		width: 50%;
		padding: 0 0 15px !important;
	}
	.get-hurt .ginput_container .gfield_radio li input[type="radio"] {
		width: 80px !important;
		height: 80px;
	}
	.get-hurt .ginput_container .gfield_radio li label::before {
		content: "";
		width: 80px;
		height: 80px;
		margin: 0 auto 5px;
	}
	.gform_wrapper .gform_page_footer .button {
		padding: 5px 15px;
		min-width: 120px;
		font-size: 18px !important;
	}
	.calculator-bg {
		padding: 0;
	}
	.gform_wrapper .custom-checkbox-three .ginput_container_checkbox ul li {
		width: 50%;
		margin-bottom: 5px;
	}
	.gform_wrapper .custom-checkbox-two .ginput_container_checkbox ul li {
		width: 100%;
		margin-bottom: 5px;
	}
	.calculator-form .gform_wrapper h2 {
		font-size: 24px !important;
	}
	.custom-step {
		padding: 23px 15px 0;
	}
}

.mobile-nav {
	padding-top: 10px;
}

.mobile-nav,
.mob-dropdown-menu,
.desktop-dropdown-menu,
.up-caret {
	display: none;
	margin: 0;
}

#lp-code-690 {
	height: auto;
	width: 339px;
}

/* *********** GRAY BOX CSS START ************** */

@media only screen and (max-width: 600px) {
	.navbar-container {
		display: block;
	}
}

/* *********** GRAY BOX CSS END ************** */

.mobile-nav-container {
	height: auto !important;
	background: rgba(33, 33, 33, 1) !important;
	left: 0 !important;
	width: 100% !important;
}

.mobile-nav .nav-items a {
	display: block;
	border-style: none;
	border-radius: 3px;
	width: 280px;
	height: 33px;
	background: rgba(133, 133, 133, 1);
	box-shadow: none;
	text-shadow: none;
	color: #fff;
	font-size: 17px;
	line-height: 17px;
	font-weight: 400;
	font-family: Roboto;
	font-style: normal;
	text-align: center;
	background-repeat: no-repeat;
	margin: 0 auto 10px;
	padding: 17px 8px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mobile-nav .nav-items a:hover {
	background: rgba(133, 133, 133, 0.7);
}

ul.dropdown-menu li a {
	background: rgba(177, 173, 173, 1) !important;
}

ul.dropdown-menu li a:hover {
	background: rgba(177, 173, 173, 0.7) !important;
}

/* @media only screen and (max-width: 600px) {
.toggle-position {
left: 255px !important;
top: 85px !important;
}
} */

/* ******** MOBILE NAVBAR CSS END ********* */

/* ******** DESKTOP DROPDOWN CSS START ********* */

.desktop-dropdown-container {
	height: auto !important;
	top: 65px !important;
}

.carousel-control-next,
.carousel-control-prev {
	background: transparent;
}

/* ***************** */

#dropdown-item:hover .desktop-dropdown-menu {
	display: block;
	box-shadow: -4px 8px 15px #000000ab;
	background-color: #ffffff;
}

.desktop-dropdown-menu li {
	padding: 6px 10px;
}

.desktop-dropdown-menu li:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.desktop-dropdown-menu li:hover a {
	color: #ffffff;
}

.desktop-dropdown-menu li a {
	line-height: 27.1px;
}

.desktop-dropdown li a {
	font-family: Roboto;
	font-weight: 700;
	font-style: normal;
	color: rgb(111, 111, 111);
}

.up-caret {
	font-size: 21px;
}

.navbar-container {
	margin-left: auto;
	margin-right: auto;
	width: 320px;
	height: 186px;
}

#navbar-toggler {
	font-size: 40px;
	border: 0;
	background: transparent;
	padding: 0;
	color: rgba(61, 49, 74, 1);
}

.navbar-toggle-icon:after {
	content: " \2630";
}

/* ******** DESKTOP DROPDOWN CSS END ********* */

.video-carousel-container {
	left: 0 !important;
	height: 350px !important;
}

@media (min-width: 992px) {
	.video-carousel-container {
		width: 100% !important;
	}
}

@media only screen and (max-width: 992px) {
	.lp-pom-body {
		overflow-x: hidden;
	}
}

@media (min-width: 992px) {
	.navbar-toggle {
		display: none;
	}
	#lp-pom-button-684 {
		display: none !important;
	}
}

#lp-code-686 {
	display: block;
	left: 337px;
	top: 4146px;
	z-index: 170;
	width: auto;
	height: auto;
	position: absolute;
}

/* ********** SLIDER ********** */

.testimonial__text p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
}

.testimonial__text {
	padding-left: 90px;
}

.testimonial__meta {
	text-align: center;
}

.testimonial__meta img {
	width: auto;
	border-radius: 50%;
	display: block;
}

.carousel-control-next,
.carousel-control-prev {
	width: 50px;
	font-size: 36px;
	color: #ffffff;
	background: none;
	opacity: 1;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	top: 10%;
	bottom: 0;
}

.carousel-inner {
	position: relative;
	width: 83%;
	overflow: hidden;
	margin: 0 auto;
	height: 200px;
	padding-top: 0;
}

.carousel-control-next:focus,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-prev:hover {
	color: #000;
}

#carouselExampleCaptions {
	width: 98%;
}

#carouselExampleCaptions iframe {
	width: 100%;
	height: 500px;
}

@media only screen and (max-width: 600px) {
	#lp-pom-text-310 {
		top: 7982px;
	}
	#lp-code-694 {
		left: 0;
		top: 8038px;
	}
	.testimonial__text {
		padding-left: 0;
	}
	#carouselExampleCaptions {
		height: 470px;
		width: 100%;
	}
	#carouselExampleCaptions iframe {
		height: 270px;
		margin-top: 90px;
	}
	.carousel-control-next,
	.carousel-control-prev {
		top: 10px;
		box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
	}
	.carousel-control-prev {
		left: 80px;
	}
	.carousel-control-next {
		right: 80px;
	}
	.carousel-inner {
		width: 100%;
		padding-top: 15px;
		height: 553px;
	}
	.carousel-control-next i {
		position: absolute;
		left: 0;
		right: 0;
		text-align: center;
		margin-left: -5px;
	}
}

/* ****** SLIDER ****************** */

.testimonial__details {
	position: relative;
	padding-bottom: 56.4%;
}

.testimonial__details iframe {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
}

@media only screen and (max-width: 600px) {
	.testimonial__details {
		top: 58px;
	}
	.video-carousel-container {
		height: auto !important;
	}
}

.carousel-heading {
	color: #fff;
	text-align: center;
	font-weight: 800;
}

@media (max-width: 992px) {
	.carousel-heading {
		font-size: 20px;
		padding-top: 20px;
	}
	.carousel-indicators {
		bottom: -23px !important;
	}
}

button:focus,
button:active {
	outline: 0;
	box-shadow: none;
}

*,
:after,
:before {
	box-sizing: border-box;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a,
a:hover,
a.active,
a:active,
a:visited,
a:focus {
	color: #fefefe;
	text-decoration: none;
}

.exo-menu {
	width: 100%;
	list-style: none;
	position: relative;
	z-index: 999;
}

.exo-menu > li {
	display: inline-block;
	float: left;
}

.exo-menu .drop-down {
	position: relative;
}

.exo-menu .drop-down:first-child {
	position: static;
}

.exo-menu > li > a {
	color: #613587;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}

.exo-menu > li > a.active,
.exo-menu > li > a:hover,
li.drop-down ul > li > a:hover {
	background: #613587;
	color: #facf1f;
}

li.drop-down .mega-menu-dropdown ul > li:first-child > a {
	pointer-events: none;
}

li.drop-down .mega-menu-dropdown ul > li:first-child > a:hover {
	pointer-events: none;
	background: transparent;
	color: #613587;
}

.exo-menu i {
	float: left;
	font-size: 18px;
	margin-right: 6px;
	line-height: 20px !important;
}

li.drop-down:before {
	content: "\f103";
	color: #fff;
	font-family: FontAwesome;
	font-style: normal;
	display: inline;
	position: absolute;
	right: 6px;
	top: 20px;
	font-size: 14px;
}

li.drop-down > ul {
	left: 0px;
	min-width: 209px;
	border-bottom: 6px solid #facf1f;
}

.drop-down-ul {
	display: none;
}

li.drop-down > ul > li > a,
.mega-menu-dropdown > ul > li > a {
	color: #613587;
	display: block;
	padding: 10px 22px;
	font-size: 16px;
	font-weight: 600;
	line-height: 25px;
	text-decoration: none;
	background-color: rgba(228, 219, 236, 1);
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
	border-bottom: 1px solid #613587;
}

.mega-menu-dropdown > ul {
	border-bottom: 0;
	padding-bottom: 50px;
	background: rgba(228, 219, 236, 1);
}

.mega-menu-dropdown > ul > li > a {
	border-bottom: 0;
}

.mega-menu-dropdown > ul > li:first-child > a {
	background: #f2edf4;
	margin-top: 15px;
	font-size: 22px;
}

li.drop-down > ul > li > a {
	border-bottom: 1px solid rgba(97, 53, 135, 1);
}

li.drop-down > ul > li:last-child > a,
.mega-menu-dropdown .drop-down-ul > li > a {
	border-bottom: 0;
}

.mega-menu-dropdown .drop-down-ul::before {
	right: 0;
	content: "";
	border-right: 1px solid rgba(97, 53, 135, 0.4);
	position: absolute;
	height: 100%;
	top: 60px;
}

.mega-menu-dropdown .drop-down-ul:last-child::before {
	border-right: 0;
}

/*hover*/

li.drop-down:hover > a {
	background-color: #613587;
	color: #facf1f;
	border-bottom: 5px solid #facf1f;
}

li.drop-down:hover .drop-down-ul {
	display: block;
}

li.drop-down:hover .mega-menu-dropdown {
	display: flex;
	width: 100%;
	position: absolute;
	box-shadow: 0px 15px 8px -5px rgba(0, 0, 0, 0.4);
}

li.drop-down:hover .mega-menu-dropdown .drop-down-ul {
	min-width: 25%;
	position: relative;
	overflow: hidden;
}

li.drop-down:hover .mega-menu-dropdown {
	border-bottom: 6px solid #facf1f;
}

/* dropdown icons style*/

.down-arrow {
	position: absolute;
	right: 8px;
	background: transparent;
	border: 0;
	top: 0;
	width: 35px;
	height: 39px;
	text-align: center;
}

.down-arrow i.fa {
	text-align: center;
	margin: auto;
	float: none;
	line-height: normal !important;
	margin-top: -5px;
}

/*responsive*/

@media (min-width: 992px) {
	.exo-menu > li > a {
		display: block;
		padding: 20px 22px;
	}
	.mega-menu,
	li.drop-down > ul {
		position: absolute;
	}
	.down-arrow {
		display: none;
	}
}

@media (max-width: 992px) {
	li.drop-down:before {
		content: "";
	}
	li.drop-down:hover .drop-down-ul {
		display: none;
	}
	.mega-menu-dropdown .drop-down-ul::before {
		height: 0;
	}
	.mega-menu-dropdown .drop-down-ul li a {
		border-bottom: 1px solid #613587;
	}
	li.drop-down:hover > a {
		background-color: transparent;
		color: #613587;
		border-bottom: 1px solid #9662bf;
	}
	.mega-menu-dropdown .drop-down-ul li:first-child a,
	.mega-menu-dropdown .drop-down-ul li:last-child a {
		border-bottom: none;
	}
	.exo-menu {
		background-color: rgba(228, 219, 236, 1);
		width: 100%;
		position: absolute;
		display: none;
		z-index: 999;
		height: 100vh;
		overflow: scroll;
		padding-bottom: 200px;
	}
	.exo-menu > li > a {
		width: 100%;
	}
	li.drop-down:hover .mega-menu-dropdown {
		position: relative;
		flex-direction: column;
		box-shadow: none;
	}
	.exo-menu > li {
		width: 100%;
		padding: 0 10px 0;
	}
	.exo-menu > li:first-child {
		width: 100%;
		padding: 10px 10px 0;
	}
	li.drop-down:before {
		top: 0;
	}
	.display.exo-menu > li > a {
		display: block;
		padding: 20px 22px;
	}
	.mega-menu,
	.Images,
	.Blog,
	.flyout-right > ul,
	.flyout-left > ul,
	li.drop-down > ul {
		position: relative;
	}
	.mega__menu-container {
		position: absolute;
		top: 31px;
		left: 0;
		height: 0;
		/* margin-top: 170px !important; */
		width: 100% !important;
	}
	.mega-menu-dropdown > ul {
		padding: 0;
	}
}

@media (max-width: 767px) {
	.mega__menu-container {
		top: 10px;
	}
}

a.toggle-menu {
	position: absolute;
	right: 0px;
	padding: 20px;
	font-size: 27px;
	background-color: #ccc;
	color: #23364b;
	top: 0px;
}

.drop-down a {
	text-transform: capitalize !important;
}

.location-menu {
	position: relative;
}

.location-menu::before {
	content: "\f103" !important;
	position: absolute;
	right: 0;
	color: #fff;
	font-family: FontAwesome;
	right: 6px;
	font-size: 14px;
}

@media (max-width: 992px) {
	.location-menu::before {
		display: none;
	}
}

.doctor-menu::before {
	content: "" !important;
}

@media (max-width: 992px) {
	.exo-menu li.doctor-menu {
		display: none;
	}
}

.mobile-block .call-btn {
	background: rgba(61, 49, 74, 1);
	width: 100%;
	display: block;
	text-align: center;
	font-size: 30px;
	line-height: 29px;
	font-weight: 600;
	padding: 20px 15px;
	font-family: Prompt, sans-serif;
	color: #fbd433;
}
#field_10_74 a,
#field_10_74 a:hover,
#field_10_43 a,
#field_10_43 a:hover {
	color: #007bff !important;
}

/* cal */

.phone-number-cls .call-btn {
	display: inline-flex;
	flex-direction: column;
}

.phone-number-cls .call-btn span {
	font-weight: 700;
	color: rgb(61, 49, 74);
	font-size: 20px;
	text-align: right;
}

.phone-number-cls .call-btn strong {
	font-size: 26px;
	font-weight: 700;
	font-style: normal;
	color: rgb(113, 48, 145);
}

.call-btn {
	border-bottom: 5px solid transparent;
}

.call-btn:hover span,
.call-btn:hover strong {
	color: #facf1f;
}

li.drop-down:hover .mega-menu-dropdown {
	z-index: 9;
}

@media (max-width: 992px) {
	.phone-number-cls .call-btn span {
		text-align: left;
	}
	.mega__menu-container {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.exo-menu {
		display: flex;
		justify-content: space-between;
	}
	.phone-number-cls {
		top: -17px;
	}
}

@media (min-width: 992px) and (max-width: 1185px) {
	.logo {
		padding-top: 20px;
	}
	.logo img {
		width: 100%;
	}
	.menu ul li a {
		padding: 10px 14px !important;
	}
}

/* map */

.inner__banner .banner-block {
	position: relative;
	padding: 71px 0;
}
@media screen and (max-width: 768px) {
	.inner__banner .banner-block {
		margin-right: -15px;
		margin-left: -15px;
	}
}
.inner__banner .banner-block:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(244, 237, 238, 0.5);
}
.inner__banner .banner-block strong {
	font-size: 28px;
	line-height: 38px;
	color: #3d314a;
	font-weight: 600;
	text-transform: uppercase;
	z-index: 1;
	position: relative;
}

@media screen and (min-width: 768px) {
	.inner__banner .banner-block strong {
		font-size: 48px;
		line-height: 72px;
	}
}

.search-form-wrapper {
	background-color: #3d314a;
	padding: 20px 4%;

	display: flex;
}

.search-form-wrapper h2 {
	margin: 0;
	font-size: 25px;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.6px;
	color: #fff;
	padding-right: 17px;
}

.form_wrapper {
	display: flex;
}

.form_wrapper input {
	font-size: 20px !important;
	border-radius: 8px;
	color: #3d314a !important;
	line-height: normal;
	border: 1px solid #fff;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	padding: 10px;
}

.form_wrapper button {
	font-size: 18px !important;
	border-radius: 8px;
	color: #3d314a;
	line-height: normal;
	border: 1px solid #fff;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	width: 275px;
	display: block;
	cursor: pointer;
}

.section-title h3 {
	text-align: center;
	margin: 0;
	line-height: 1.1;
	font-size: 45px;
	letter-spacing: 0.5px;
}

.section-title {
	padding: 5% 15px;
}

#map_canvas {
	/* 	border-radius: 12px; */
	height: 100% !important;
}

#clinics-list {
	height: calc(100vh - 144px);
	margin: 0;
	overflow-y: auto;
	background: #f7f7f7;
	padding: 10px 0;
}

#clinics-list::-webkit-scrollbar {
	width: 12px;
	background-color: #f5f5f5;
}

#clinics-list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #3d314a;
}

#clinics-list strong {
	font-size: 20px;
	font-weight: 700;
	/* display: block; */
	display: inline-block;
	color: #3d314a;
}

#clinics-list p {
	font-size: 18px;
	padding-left: 0;
	margin: 0 0 20px 0;
}

#clinics-list li {
	padding: 15px 20px 0;
	/* 	border-radius: 10px; */
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border: none;
	border-top: 4px solid #fff;
}

#clinics-list li:first-child {
	border-top: 0;
}

li.clinicChoice a p {
	color: #212529 !important;
}

#directionsPanel {
	display: none !important;
}

li.clinicChoice span {
/* 	float: right; */
	color: #703090;
	font-weight: bold;
/* 	text-align: right; */
}

.clinics-list-meta-data-wrap {
	display: flex;
	gap: 20px;
}

@media (max-width: 767px) {
	#clinics-list {
		height: 280px;
	}
	#map_canvas {
		height: 500px !important;
	}
}

.map-info {
	max-width: 250px;
	font-size: 0;
}

.map-info h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
	margin: 0;
}


.map-info p {
	font-size: 14px;
	margin-top: 7px;
	font-weight: 500;
}
/* Headshot style */
#clinics-list li{
	display: flex;
	justify-content: space-between;
}

.clinics-list-img-wrap {
	text-align: center;
}

.clinics-list-img-wrap img {
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	object-fit: cover;
	object-position: center;
}
/* Headshot style */

#clinics-list li.clinicChoice a {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
}

.brands-pills-wrapper {
    display: flex;
    gap: 6px;
}

.brands-pills-wrapper span {
    font-size: 14px;
    padding: 2px 8px;
    border-radius: 9px;
    color: #fff !important;
    font-weight: bold;
	text-transform: uppercase;
}

[data-tooltip] {
    cursor: help;                /* Changes cursor to a question mark/help icon */
    border-bottom: 1px dotted #999; /* subtle underline to indicate interaction */
    position: relative;          /* Good practice, though not strictly needed for fixed tooltips */
    color: #0073aa;              /* Optional: Link color */
}

[data-tooltip]:hover {
    color: #005177;
    border-bottom-style: solid;
}

#smart-tooltip {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #333;      /* Dark background */
    color: #fff;                 /* White text */
    padding: 12px 16px;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.5;
    width: max-content;
    max-width: 320px;            /* Prevents it from getting too wide */
    z-index: 10000;              /* Ensures it sits on top of everything */
    box-shadow: 0 4px 12px rgba(0,0,0,0.2); /* Nice shadow for depth */
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out, visibility 0.2s;
    pointer-events: none;
}

#smart-tooltip ul {
    margin: 0;
    padding-left: 18px;
}

#smart-tooltip li {
    margin-bottom: 4px;
    list-style-type: disc;
}

#smart-tooltip.is-visible {
    opacity: 1;
    visibility: visible;
}

/* Modal Overlay */
.custom-modal {
    display: none; 
    position: fixed; 
    z-index: 10000; 
    left: 0; top: 0; 
    width: 100%; height: 100%; 
    background: rgba(15, 23, 42, 0.6); /* Modern slate overlay */
    backdrop-filter: blur(4px); /* Blur effect */
    transition: all 0.3s ease;
}

/* Modal Box */
.modal-content {
    background: #ffffff;
    margin: 10% auto;
    padding: 30px;
    width: 90%;
    max-width: 450px;
    border-radius: 16px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    position: relative;
    font-family: 'Inter', -apple-system, sans-serif;
}

/* Close Button */
.close-modal {
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
    font-size: 28px;
    color: #94a3b8;
    line-height: 1;
}
.close-modal:hover { color: #1e293b; }

/* Content Styling */
#modalBodyContent h3 {
    margin-top: 0;
    font-size: 22px;
    color: #1e293b;
    border-bottom: 2px solid #f1f5f9;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.modal-info-row {
    display: flex;
    margin-bottom: 10px;
    font-size: 15px;
}

.modal-label {
    width: 70px;
    font-weight: 600;
    color: #64748b;
}

.modal-value {
    color: #1e293b;
    flex: 1;
}

.modal-hours-title {
    margin-top: 20px;
    font-weight: 600;
    color: #1e293b;
    display: block;
    margin-bottom: 10px;
}

.modal-hours-row {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid #f8fafc;
    font-size: 14px;
}

.modal-hours-row:last-child { border-bottom: none; }

.location-title-trigger {
	cursor:pointer;
}

#clinics-list strong {
	text-decoration: underline;
}

#clinics-list strong:hover {
	color: #9D119A;
}