/*
Theme Name: Silver Archibald
Author: Silver
Author URI: http://demo.com/
Description: The Troutman & Troutman theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Troutman & Troutman


*/
/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------

 */

/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');*/
 
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/


* { margin: 0px; padding: 0px; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-text-size-adjust: none; }
html, body { width: 100%; font-size: 16px; color: #000; font-family: "Poppins", sans-serif;letter-spacing: 0.025em; background: #fff; }
*::-webkit-input-placeholder { opacity:1; color: #999; }
*::-moz-placeholder {opacity:1;color: #999; }
*:-ms-input-placeholder {opacity:1;color: #999; }

input[type=checkbox]{ -webkit-appearance: checkbox; margin: 5px 0 0 5px; display: inline-block; vertical-align: top;}
button, input, textarea, select { -webkit-appearance: none; -webkit-border-radius: 0px; font-family: "Poppins", sans-serif; }

:focus,input:focus, textarea:focus { outline: none; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
:focus { outline: none; }

/* common */
p { line-height: 23px; padding-bottom: 23px; font-weight: 400; }
a { transition: all 0.3s; -webkit-transition: all 0.3s; -ms-transition: all 0.3s; text-decoration: none; outline: none; }
ul { list-style: none; }
.clear { clear: both; overflow: hidden; }
img { border: 0px; outline: none; display: block; max-width: 100%; }
strong { font-weight: 700; }

h1,h2,h3,h4,h5,h6 { padding-bottom: 20px; line-height: 1.1; color: #106eb4; letter-spacing: 0.025em; font-weight: 700; }
.the_heading h2,
h1 { font-size: 40px; line-height: 1.3; }
h2 { font-size: 35px; line-height: 1.3; }
h3 { font-size: 30px; }
h4 { font-size: 25px; }
h5 { font-size: 20px; }
h6 { font-size: 16px; }
a { color: #981b1e; text-decoration: underline; font-weight: 700; }
a:hover { color: #193967; }



.button, a.wp-block-button__link, .wpcf7-submit { padding: 15px; line-height: 21px; border: 0px; color: #fff; font-size: 18px; font-family: "Poppins", sans-serif; font-weight: 700; display: inline-block; border-radius: 0px; -webkit-border-radius: 0px; text-decoration: none; text-transform: uppercase; letter-spacing: 0.025em; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; background: #981b1e; }
.wpcf7-submit { color: #fff; background: none; margin: 0px; }
.bigger, a.wp-block-button__link { padding: 25px 25px; line-height: 30px; font-size: 24px; }

.wpcf7-submit { padding: 15px 16px 15px 25px; }


.button:after, a.wp-block-button__link:after { content: "\00BB"; display: inline-block; vertical-align: top; margin: 0 0 0 4px; }
.button:before, a.wp-block-button__link:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #1B3967; -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.button:hover, a.wp-block-button__link:hover { color: #fff; }
.button:hover:before, a.wp-block-button__link:hover:before { -webkit-transform: scaleY(1); transform: scaleY(1); }
.button.no_arrow:after { display: none; }



span.submitbtn { margin-top: 15px; position: relative; display: inline-block; z-index: 1; background: #981b1e; }
span.submitbtn .wpcf7-spinner { position: absolute; right: -20px; top: 20px; }
span.submitbtn:after { content: ""; position: absolute; right: 11px; top: 20px; width: 8px; height: 8px; background: url(images/arrow1.png) no-repeat; }
span.submitbtn:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #1B3967; -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transition-property: transform;    transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
span.submitbtn:hover { color: #fff; }
span.submitbtn:hover:before { -webkit-transform: scaleY(1); transform: scaleY(1); }

.wpcf7-submit { cursor: pointer; }
.wpcf7-submit:hover { }

#back-to-top { position: fixed; bottom: 5px; display: none; right: 15px; z-index: 9999; width: 34px; height: 34px; cursor: pointer; border-radius: 50%; -webkit-border-radius: 50%; transition: opacity 0.2s ease-out; -webkit-transition: opacity 0.2s ease-out; opacity: 0; background: #00abe0; border: 1px solid #fff; }
#back-to-top:after { width: 0px; height: 0px; content: ''; position: absolute; left: 50%; top: 50%; border: 10px solid transparent; border-bottom-color: #fff; margin: -15px 0 0 -10px; }
#back-to-top.show { opacity: 100; }
a.close, a.mobilemenu { display: none; }
a.textlink { color: #fa9300; font-size: 25px; }
a.textlink:hover { color: #000; }

.flex-wrap { display: flex; flex-wrap: wrap; }
.v-center { align-items: center; }
.h-center { justify-content: center; }


a.button.read_more_button { display: none; }


/* wrapper */
#wrapper { padding-top: 124px; width: 100%; min-height: 100%; margin: 0 auto; position: relative; }
.centering { max-width: 1185px; padding: 0 15px; margin: auto; position: relative; }



	/* header-part */
	#header-part {  min-height: 124px; position: fixed; left:0px; top:0px; width:100%; z-index: 101; background: #fff; }
	#header-part a.mobileshow { display: none; }
			
		/*menu-bar*/
		.menu-bar { padding: 15px 0; }
		.menu-bar .centering { max-width: 1280px; }
		.menu-bar .the_wrap { width: 100%; }
		.menu-bar .menubginner { }
		.menu-bar a.logo { transform: translate(0,10px); display: inline-block; margin: 7px 0px 0px 12px; max-width: 307px; }
		.menu-bar .menubg { transform: translate(0,20px); width:calc(100% - 670px); padding-left:25px; }
		.menu-bar .right { padding: 0 0px 0 0; width: 350px;  }
		.menu-bar .client_portal { font-size: 16px; text-transform: none; line-height: 1; padding: 7px 10px 4px; }
		/*
		.menu-bar .client_portal { display: inline-block; font-size: 16px; line-height: 21px; padding: 7px 10px 4px; text-align:  center; color: #fff; background: #990001; display: inline-block; font-weight: 700; text-decoration: none; }
		.menu-bar .client_portal:after { margin: 0 0 0 5px; content: ' Ã‚Â»'; display: inline-block; }
		.page-template-client-portal .menu-bar .client_portal,
		.menu-bar .client_portal:hover { color: #003468; }
		*/
		.menu-bar .phones { padding: 0 20px 0 0; margin: 10px -5px 0; }
		.menu-bar .phones .phone { text-decoration: none; width: 50%; padding: 0 5px; }
		.menu-bar .phones .phone span { display: block; font-size: 16px; line-height: 20px; color: #106eb4; font-weight: 700 }
		.menu-bar .phones .phone .tel { display: block; font-size: 20px; line-height: 1; color: #990001; font-weight: 700; }
		.menu-bar .phones .phone
		.menu-bar .phones .phone
		.menu-bar .phones .phone {  }
		.page-template-client-portal .testimonial-bar { display: none; }
		
		
		
		.menu-bar a.tel { margin: 10px 0px 0px 0px; float: right; color: #990001; font-size: 33px; line-height: 1; font-weight: 700; text-decoration: none; display: table; }

		.menu-bar .menus { padding: 0px 0px 0px 0px; }
		.menu-bar ul { list-style: none; }
		.menu-bar li { padding: 0px 12px 10px 12px; display: inline-block; vertical-align: top; position: relative; }
		.menu-bar li:not(:last-child):after { content: ""; position: absolute; right: -1px; top: 1px; width: 2px; height: 21px; transform: rotate(14deg); background: #000; }
		.menu-bar li a { color: #000000; font-weight: 700; text-decoration: none; text-transform: uppercase; font-size: 18px; line-height: 1.1; display: inline-block; letter-spacing: 0.02em; }
		.menu-bar li#menu-item-1535:after { display: none; }
		
		.menu-bar li:hover a,
		.menu-bar li a:hover, .menu-bar li.current-menu-item > a, .menu-bar li.current_page_parent > a { color: #106eb4; }
		.menu-bar li:hover li:hover li a,
		.menu-bar li:hover li a { color: #000; }
		.menu-bar li span { display: none; }
		.menu-bar li ul { padding: 12px 15px; display: none; position: absolute; left: 10px; top: 35px; width: 275px; background: #e7f0f7; }
		.menu-bar li li { float: none; padding: 0px; width: 100%; }
		.menu-bar li li a { padding: 0px 0px 11px; font-size: 16px; line-height: 26px; display: block; text-transform: uppercase; color: #000; }
		.menu-bar li li a:hover { color: #106eb4; }
		
		.menu-bar li:hover li:hover li.current-menu-item > a,
		.menu-bar li:hover li:hover li a:hover,
		.menu-bar li:hover li.current-page-ancestor > a,
		.menu-bar li.current-page-ancestor > a ,
		.menu-bar li:hover li:hover a,
		.menu-bar li:hover li a:hover,
		.menu-bar li li.current-menu-item > a { color: #990001; }
		
		.menu-bar li li:after { display: none; }
		.menu-bar .menu > li.menu-item-has-children > a:after  { content: "\203A "; margin-left: 5px; }
		.menu-bar li li ul { display: block; padding: 0; width: 100%; position: static; background:  none; }
		.menu-bar li li li a { font-weight: 400; }
		.menu-bar .mob_nav_tel { display: none !important; }
		.menu-bar .telmobile { display: none; }
		.menu-bar li.home { display: none; }
		.menu-bar a.mobilemenu, .menu-bar a.closebtn, .menu-bar a.backbutton { display: none; }
		.menu-bar li.mob_nav { display: none !important; }

	/*banner-bar*/
	.banner-bar { min-height: 539px; position: relative; background-repeat: no-repeat; background-size: cover; overflow: hidden; }
	.banner-bar .banner_img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
	.banner-bar:before { content: ""; position: absolute; left: 0px; top: 0px; width: 70%; height: 100%; opacity: 0; background: url(images/overlay-bg.png) no-repeat; background-size: cover; }
	.banner-bar .text { padding: 105px 0px 0px 20px; width: 100%; max-width: 800px; }
	.banner-bar h1 { padding-bottom: 57px; font-size: 35px; line-height: 1.35; color: #fff; letter-spacing: 0.025em; position: relative; z-index: 10; }
	.banner-bar h1 strong { font-size: 30px; }
	.banner-bar h2 { padding-bottom: 35px; color: #6cca98; font-size: 23px; font-style: italic; }
	.banner-bar ul.buttons { list-style: none; overflow: hidden; position: relative; z-index: 10; }
	.banner-bar ul.buttons li { padding-right: 22px; float: left; }
	.banner-bar ul.buttons li a { min-width: 205px; text-align: center; background: #990001; }
	.banner-bar ul.buttons li a:after { content: '\00BB'; }
	.banner-bar.innerpage { display: flex; justify-content: center; }
	.banner-bar .centering { width: 100%; }
	.banner-bar.innerpage { margin-top: 2px; min-height: 320px; overflow: hidden; background: #003467; }
	.banner-bar.innerpage .text { padding: 35px 20px 20px 78px; width: 50%; }
	.banner-bar.innerpage .centering { padding: 0px; width: 100%; max-width: 1280px; display: flex; flex-wrap: wrap; min-height: 320px; }
	.banner-bar.innerpage .bannerimg { width: 49%; position: relative; min-height: 320px; }
	.banner-bar.innerpage .bannerimg img { position: absolute; display: block; width: 100%; height: 100%; object-fit: cover; }
	.banner-bar.innerpage .bannerimg .mob_image { display: none; }
	
	
	.banner-bar.innerpage.blogpage .bannerimg img { object-position: top; }
	.banner-bar.innerpage .bannerimg .videobg { width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; }
	.banner-bar.innerpage .bannerimg .videobg iframe { width: 100%; height: 100%; object-fit: cover; }
	.banner-bar.innerpage .galleryimgs { padding-bottom: 25px; }
	.banner-bar.innerpage .galleryimgs ul { list-style: none; display: flex; flex-wrap: wrap; }
	.banner-bar.innerpage .galleryimgs li { padding-right: 15px; width: 25%; max-width: 106px;}
	.banner-bar.innerpage .galleryimgs li figure { width: 100%; height: 100%; padding-bottom: 100%; position: relative; }
	.banner-bar.innerpage .galleryimgs li img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover; object-position: top; }
	.banner-bar.innerpage .galleryimgs { }
	.banner-bar.innerpage h1 { letter-spacing: normal; padding: 0px 10px 7px 4px; }
	.banner-bar.innerpage .breadcrumbs { padding-left: 4px; color: #fff; font-size: 14px; font-family: "Poppins", sans-serif; font-weight: 400; font-style: italic; }
	.banner-bar.innerpage .breadcrumbs a { font-weight: 400; color: #fff; text-decoration: none; }
	.banner-bar.innerpage .breadcrumbs { }
	.banner-bar.innerpage .breadcrumbs { }
	.banner-bar.secondary { background: #461118; }
	.banner-bar.teampage { background-color: #003468; }
	.banner-bar.teampage h1 ,
	.banner-bar.teampage .breadcrumbs a,
	.banner-bar.teampage .breadcrumbs { color:#fff; }
	.banner-bar.teampage .bannerimg { position: absolute; right: 0px; top: 0px; width: 100%; display: flex; justify-content: flex-end; /*background: url(images/team-bg1.png) repeat-x;*/ }
	.banner-bar.teampage .bannerimg figure { width: 100%; max-width: 1280px; margin: 0 auto; position: relative; }




	.banner-bar.teampage .bannerimg img { width: 100%; max-width: 50%; right: 0; object-position: top; }
	.banner-bar.teampage .bannerimg:before { content: ""; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; /*background: url(images/team-bg.png) repeat-y;*/ }
	.banner-bar.teampage .centering { display: flex; align-items: center; }
	.banner-bar.teampage h1 { padding-bottom: 10px; }
	.banner-bar.testimonial .bannerimg img { width: 100%; max-width: 100%; object-position: center; }
	.banner-bar.testimonial .galleryimgs { padding-bottom: 15px; }
	.banner-bar.singlebio { height: 320px; display: flex; justify-content: center; background-position: right; }
	.banner-bar.singlebio:before { width: 60%; opacity: 0.7; }
	.banner-bar.singlebio img { position: absolute; right: 0px; top: 0px; }
	.banner-bar.singlebio .text { padding-top: 0px; padding-bottom: 0px; }
	.banner-bar.testimonial { height: 320px; background-position: right top; }
	.banner-bar.testimonial .text { padding: 0px 0px 0px 80px; }
	.banner-bar.testimonial .text img { margin-bottom: 0px; }
	.banner-bar.testimonial .text h1 { padding-bottom: 10px; }
	.banner-bar.testimonial:before { opacity: 0.7; }
	.banner-bar.primary { height: 320px; background-repeat: no-repeat; background-size: cover; background-position: right; }
	.banner-bar.primary .text img { margin-bottom: 15px; border-radius: 50%; max-width: 120px; }
	.banner-bar.primary .text { padding: 25px 0px 0px 20px; max-width: 670px; }
	.banner-bar.primary h1 { font-size: 48px; line-height: 47px; }
	.banner-bar.secondary1 .centering { padding: 0px; max-width: 1280px; }
	.banner-bar.secondary1 .text { padding: 25px 100px 0px 80px; position: relative; height: 320px; width: 50%; background: #006845; }
	.banner-bar.secondary1 .text:after { content: ""; position: absolute; right: 100%; top: 0px; width: 5000px; height: 100%; background: #006845; }
	.banner-bar.secondary1 .text h1 { font-size: 40px; }
	.banner-bar.secondary1 .text img { margin-bottom: 10px; }
	.banner-bar .bannermobile { display: none; }
	.banner-bar .videobg { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; }
	.banner-bar .videobg iframe { width: 100%; height: 100%; object-fit: cover; }
	.banner-bar .videobg video { width: 100%; height: 100%; object-fit: cover; object-position: top; }
	.banner-bar a.playbtn { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; font-size: 0px; z-index: 5; }
	.banner-bar .lighboxvideobox { display: none; }
	.banner-bar.faqs .banneimg { position: absolute; right: 0px; top: 0px; width: 50%; height: 100%; background-repeat: no-repeat; background-size: cover; }
	.banner-bar.secondary.faqs .text { padding: 25px 30px 0px 80px; }
	.banner-bar.contact { height: 540px; }
	.banner-bar.contact h1, .banner-bar.location h1 { padding-bottom: 20px; }
	.banner-bar.innerpage.thankyou { height: 320px; background-position: left; background-size: cover; }
	.banner-bar.innerpage.thankyou:before { content: ""; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; opacity: 0.7; background: #106eb4; }
	.banner-bar.innerpage.thankyou h1 { position: relative; z-index: 10; padding: 142px 0 0 83px; font-size: 48px; }
	.banner-bar.contact .bannerimg { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; }
	.banner-bar.contact .text { padding-top: 40px; }
	.banner-bar.contact .centering { height: 100%; }
	.banner-bar.contact .galleryimgs { padding-bottom: 60px; }
	.banner-bar.location { height:auto; min-height: 320px; padding-bottom:20px; }
	.banner-bar.location .bannerimg:before,
	.banner-bar.blogpage .bannerimg:before { content: ''; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: url("images/team-bg.png") left no-repeat; background-size:80% 100%; }
	.banner-bar.blogpage .bannerimg:before { background-size: auto 100%; }
	.banner-bar.location .galleryimgs { padding-bottom: 18px; }
	.banner-bar.blogpage .galleryimgs { padding-bottom: 18px; }
	.banner-bar .lighboxvideobox{position:fixed;left:0;top:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:-999999;opacity:0;visibility:hidden;transition:0.5s all}
	.banner-bar .lighboxvideobox.showvids{z-index:999999;opacity:1;visibility:visible}
	.banner-bar .lighboxvideobox .videomid{width:1200px;max-width:80%;position:relative}
	.banner-bar .lighboxvideobox .videomid1{padding-bottom:56.25%;position:relative}
	.banner-bar .lighboxvideobox .videomid1 video{width:100%;height:100%;position:absolute;left:0;top:0}
	.banner-bar .lighboxvideobox a.closebtn{position:absolute;right:-30px;top:-30px;font-size:28px;color:#fff;text-decoration:none;z-index:10}

	/* text_banner */
	.text_banner { padding: 30px 0 20px; display: flex; flex-wrap: wrap; align-items: center; color: #fff; text-align: center; width: 100%; position: relative; background: #003468; min-height: 225px; }
	.text_banner h1 { color: #fff; }

	/* client_portal_sec */
	.client_portal_sec { padding: 60px 0 40px; width: 100%; position: relative; }
	.client_portal_sec h2 { padding-bottom: 50px; text-align: center; }
	.client_portal_sec .the_row { align-items: flex-start; }
	.client_portal_sec .left_side { padding: 35px 22px 25px; width: 51.5%; background: #f1f2f2; } 
	.client_portal_sec .right_side { padding: 40px 20px 30px; text-align: center; background: #cfe2f0; width: calc(48.5% - 25px); margin-left: 25px; }
	.client_portal_sec .right_side .button { margin: auto; max-width: 270px; display:block; min-height: 77px; display: flex; flex-wrap:wrap; align-items:center; justify-content:center; font-size: 20px; text-transform:capitalize; }
	.client_portal_sec .right_side h4 { padding-bottom: 25px; color: #003368; }
	.client_portal_sec .right_side p { padding:0; }
	
	
	.client_portal_sec .centering { max-width: 1160px; /*transform: translate(12px,0);*/ }
	.client_portal_sec h3 { padding-bottom: 30px; font-size: 25px; line-height: 1.1; color: #003468; text-align: center; }
	.client_portal_sec label { display: block; font-size: 15px; line-height: 1.1; font-weight: 700; padding: 0 0 5px 0; }
	.client_portal_sec select.wpcf7-form-control,
	.client_portal_sec .wpcf7-text { width: 100%; font-size: 16px; padding: 10px 15px; height: 46px; border: 2px solid #000; border-radius: 0; margin:0 0 22px 0; background: #fff; }
	.client_portal_sec .nf-form-fields-required { display: none; }
	.client_portal_sec .nf-form-content label { font-size: 15px; line-height: 1.1; font-weight: 700; padding: 0 0 5px 0; }
	.client_portal_sec .nf-form-content .list-select-wrap .nf-field-element>div, 
	.client_portal_sec .nf-form-content input:not([type=button]):not([type=submit]), 
	.client_portal_sec .nf-form-content textarea { width: 100%; font-size: 16px; padding: 10px 15px; height: 46px; border: 2px solid #000; border-radius: 0; margin: 0 0 17px 0; background: #fff; }
	.client_portal_sec .nf-form-content .label-above .nf-field-label { margin-bottom: 0px; }
	.client_portal_sec .nf-form-content { padding: 0px; }
	.client_portal_sec .nf-field-container { margin-bottom: 0px; }
	.client_portal_sec .nf-field-container.file_upload-container { margin: 0px 0 0 0; border: 2px solid #000; border-radius: 0; background: #f9f9f9; }
	.client_portal_sec .nf-field-container.file_upload-container > .nf-field { padding: 10px; height: 300px; position: relative; background: url(images/drag-drop.png) center 40% no-repeat; }
	.client_portal_sec .nf-field-container.file_upload-container button.ninja-forms-field { font-size: 0px; color: #fff; background: #003468; line-height: 0px; padding: 10px 20px; display: inline-block; position: absolute; right: 0px; bottom: 0px; }
	.client_portal_sec .nf-field-container.file_upload-container button.ninja-forms-field:after { content: 'Choose Multiple Files >'; display: block;
    line-height: 20px; color: #fff; font-size: 16px; font-weight: 700; }
	.client_portal_sec .nf-field-container.file_upload-container .nf-field-element { height: 260px; }
	.client_portal_sec .nf-fu-progress { position: absolute; left: 0px; bottom: 28px; width: 100%; }
	.client_portal_sec .submit-wrap { padding-top: 15px; display: flex; justify-content: flex-end; overflow: hidden; }
	.client_portal_sec .submit-wrap .nf-field-element { float: right; position: relative; display: block; z-index: 1; background: #981b1e; width: auto; cursor: pointer; }
	.client_portal_sec .submit-wrap .nf-field-element:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #1B3967; -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
	.client_portal_sec .submit-wrap .nf-field-element input.ninja-forms-field { padding: 10px 16px 15px 25px; font-size: 18px; font-family: "Poppins", sans-serif; font-weight: 700; letter-spacing: 0.025em;  color: #fff !important; background: none !important; margin: 0px; cursor: pointer; }
	.client_portal_sec .submit-wrap .nf-field-element:hover:before { -webkit-transform: scaleY(1); transform: scaleY(1); }
	.client_portal_sec .submit-wrap .nf-field-element { }
	.client_portal_sec .submit-wrap .nf-field-element { }
	.client_portal_sec .submit-wrap .nf-field-element { }
	.client_portal_sec .nf-form-content .list-select-wrap>div select { background: #fff url(images/select-arrow.png) calc(100% - 15px) center no-repeat;  width: 100%; font-size: 16px; padding: 10px 15px; height: 46px; border: 2px solid #000; border-radius: 0; margin: 0 0 22px 0; }
	.client_portal_sec .nf-error-required-error { display: none !important; }
	.client_portal_sec .nf-response-msg p { font-size: 22px; color: #006633; text-align: center; }
	.client_portal_sec { }
	.client_portal_sec { }
	.client_portal_sec { }
	.client_portal_sec { }

	.client_portal_sec .wpcf7-form .codedropz-upload-wrapper.invalid .codedropz-upload-handler,
	.client_portal_sec select.wpcf7-form-control.error,
	.client_portal_sec .wpcf7-number.error,
	.client_portal_sec input.wpcf7-text.error,
	.client_portal_sec textarea.error { border: #be1e2d solid 2px; }

	.client_portal_sec .wpcf7-form .codedropz-upload-wrapper.valid .codedropz-upload-handler,
	.client_portal_sec select.wpcf7-form-control.valid,
	.client_portal_sec .wpcf7-number.valid, 
	.client_portal_sec input.wpcf7-text.valid, 
	.client_portal_sec textarea.valid { border: #093 solid 2px; }

	.formcontent-bar .form .wpcf7-number.error,
	.formcontent-bar .form input.wpcf7-text.valid, .formcontent-bar .form textarea.valid { border: #093 solid 2px; }


	.client_portal_sec select.wpcf7-form-control { background: #fff url(images/select-arrow.png) calc(100% - 15px) center no-repeat; }
	.client_portal_sec .codedropz-upload-handler { margin: 0px 0 0 0; border: 2px solid #000; border-radius: 0; background: #f9f9f9; }
	.client_portal_sec .codedropz-upload-container { padding: 10px; height: 300px; position: relative; background:  url(images/drag-drop.png) center 40% no-repeat; }
	.client_portal_sec .codedropz-upload-inner h3 { padding: 0; position: absolute; left: 10px; top: 5px;  font-size: 0; }
	.client_portal_sec .codedropz-upload-inner h3 + span { display: none; }
	.client_portal_sec .codedropz-upload-inner h3:after { content: 'File Upload*'; display: block; font-size: 15px; line-height: 1.1; font-weight: 700; color: #000; }
	.client_portal_sec form p { padding: 0; }
	.client_portal_sec .wpcf7-form label.error { display: none !important; }
	.client_portal_sec br { display: none; }
	.client_portal_sec .submitbtn { float: right; }
	.client_portal_sec .submitbtn .wpcf7-submit { text-transform: capitalize;  }
	.client_portal_sec .codedropz-btn-wrap { position: absolute;  right: 5px; bottom: 5px; }
	.client_portal_sec .codedropz-btn-wrap a { font-size: 0px; color: #fff; background: #003468; line-height: 0px; padding: 10px 20px; display: inline-block; }
	.client_portal_sec .codedropz-btn-wrap a:hover { background: #990001; }
	.client_portal_sec .codedropz-btn-wrap a:after { content: 'Choose Multiple Files >'; display: block; line-height: 20px; color: #fff; font-size: 16px; }

	.dnd-upload-counter { display: none; }

	/*formcontent-bar*/
	.formcontent-bar { padding-bottom: 50px; overflow: hidden; margin-top: -97px; position: relative; z-index: 10; }
	.formcontent-bar .centering { max-width: 1184px; }
	.formcontent-bar .form { margin-left: 22px; float: left; width: 31%; background: #f1f2f2; }
	.formcontent-bar .form .heading { padding: 18px 10px 0px 15px; text-align: center; height: 97px; background: #106eb4; }
	.formcontent-bar .form h4 { color: #fff; line-height: 1.25; }
	.formcontent-bar .form h4 a { color: #fff; }
	.formcontent-bar .form h4 span { display: block; border-bottom: 1px solid #fff; display: table; margin: auto; letter-spacing: 0.02em; }
	.formcontent-bar .form p { padding-bottom: 19px; }
	.formcontent-bar .form .formcf { padding: 26px 21px 8px 22px; }
	
	
	.formcontent-bar .disclaimer { font-size: 14px; line-height: 1.2; display: block; padding: 10px 0; display: none; }
	.formcontent-bar .required_fields_title { font-size: 14px; display: block; padding: 15px 0 0px 0;  }
	.formcontent-bar .required_fields_title cite { color: #f00; }
	.formcontent-bar .wpcf7-radio .wpcf7-list-item { position: relative; margin: 0 20px 0 0; padding: 0 0 0 30px; }
	.formcontent-bar .wpcf7-radio .wpcf7-list-item input[type="radio"] { cursor: pointer; position: absolute; left: 0; top: 0; width: 22px; height: 22px; opacity: 0; }
	.formcontent-bar .wpcf7-radio .wpcf7-list-item input[type="radio"] + span:before { cursor: pointer; box-sizing: border-box; position: absolute; left: 0; top: 0; width: 22px; height: 22px; content: ''; display: block; border: 2px solid #000; border-radius: 50%; }
	.formcontent-bar .wpcf7-radio .wpcf7-list-item input[type="radio"] + span:after { box-sizing: border-box; position: absolute; left: 4px; top: 4px; width: 14px; height: 14px; content: ''; display: block; background: #000; border-radius: 50%; transition: all 0.3s; opacity: 0; }
	.formcontent-bar .wpcf7-radio .wpcf7-list-item input[type="radio"] + span { cursor: pointer; line-height: 22px; font-weight: 400; }
	.formcontent-bar .wpcf7-radio .wpcf7-list-item input[type="radio"]:checked + span:after { opacity: 100; }
	.formcontent-bar .option p { padding: 0; }

	.formcontent-bar .form .fieldbg { float: left; width: 100%; }
	.formcontent-bar .form .fcity { width: 71%; padding-right: 21px; }
	.formcontent-bar .form .fstate { width: 29%; }
	.footerform-bar .wpcf7 .fcity.fmca { width: 47%; padding-right: 0px;}
	.formcontent-bar .form .fage { width: 29%; }
	.formcontent-bar .form .phonenum { width: 71%; padding-left: 21px; }
	.formcontent-bar .form .field { padding-bottom: 23px; }
	.formcontent-bar .form label { padding: 0 0 3px 0px; display: block; color: #000; letter-spacing: 0.01em; font-weight: 700; font-size: 15px; }
	
	.formcontent-bar input::-webkit-outer-spin-button,
	.formcontent-bar input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
	.formcontent-bar input[type=number] { -moz-appearance: textfield; }
	
	.formcontent-bar .form .wpcf7-number,
	.formcontent-bar .form input.wpcf7-text, .formcontent-bar .form textarea { padding: 5px 15px; width: 100%; height: 46px; border: #002856 solid 2px; border-radius: 0px; font-size: 16px; background: #fff; }
	
	.formcontent-bar .form .wpcf7-number.error,
	.formcontent-bar .form input.wpcf7-text.error, .formcontent-bar .form textarea.error { border: #be1e2d solid 2px; }

	.formcontent-bar .form .wpcf7-number.error,
	.formcontent-bar .form input.wpcf7-text.valid, .formcontent-bar .form textarea.valid { border: #093 solid 2px; }
	.formcontent-bar .form textarea { padding: 10px 15px; height: 78px; resize: none; }
	.formcontent-bar .form .textarea { padding-top: 5px; }
	.formcontent-bar .text { padding: 145px 0px 0px 0px; float: right; width: 62.07%; }
	.formcontent-bar .text a.button {  margin-top: 10px; }
	.formcontent-bar .text a.button.mobile_btn,
	.formcontent-bar .text a.button.mobile_link { display:none; }
	.formcontent-bar .text a.button.desktop_btn {  }
	.formcontent-bar .text a.button.mob_btn { display: none; }




	.formcontent-bar1 .text ul { list-style: disc; padding: 0px 0px 23px 20px; margin-left: 10px; }
	.formcontent-bar ul { padding: 4px 90px 0px 35px; list-style: none; }
	.formcontent-bar ul li { padding: 0px 0px 23px 12px; /*font-size: 18px;*/ line-height: 23px; position: relative; /*font-weight: 700;*/ }
	.formcontent-bar ul li strong { font-weight: 700; }
	.formcontent-bar ul li:before { content: ""; position: absolute; left: 2px; top: 8px; width: 5px; height: 5px; border-radius: 50%; -webkit-border-radius: 50%; background: #000; }
	.formcontent-bar.primary ul.line_space li,
	.formcontent-bar ul.line_space li { padding-bottom: 15px; }
	.formcontent-bar.innerpage { padding: 48px 0 81px; margin-top: 0px; }
	.formcontent-bar.innerpage p { padding-bottom: 17px; }
	.formcontent-bar.innerpage .text a.button { margin-top: 12px; }
	.formcontent-bar.innerpage .form { margin-top: 12px; }
	.formcontent-bar.innerpage .form .heading { padding: 16px 10px 0px 15px; }
	.formcontent-bar.innerpage .text { padding: 0px 0px 0px 0px; }
	.formcontent-bar.innerpage .text p { padding-bottom: 23px; }
	.formcontent-bar.innerpage .text h2 { padding-bottom: 10px; }
	.formcontent-bar.innerpage .text .button.desktop_btn {  }
	.formcontent-bar.innerpage .text .button.mobile_btn { display: none; }
	
	.formcontent-bar.biopage { padding-bottom: 82px; margin: 0px; }
	.formcontent-bar.biopage .form { margin-top: 60px; }
	.formcontent-bar.biopage .text { padding: 47px 0px 0px 0px; width: 62.2%; }
	.formcontent-bar.biopage h2 { padding-bottom: 34px; }
	.formcontent-bar.biopage .text p { padding-bottom:  15px; }
	.formcontent-bar.biopage .text a.button { margin-top: 8px; }
	.formcontent-bar.primary h2 { padding-bottom: 24px; }
	.formcontent-bar.primary .text a.button { margin-top: 0px; }
	.formcontent-bar.primary { padding-bottom: 47px; }
	.formcontent-bar.primary ul li { padding-bottom: 5px; }
	.formcontent-bar.primary ul { padding-bottom: 20px; }
	.formcontent-bar.secondary { padding-bottom: 78px; }
	.formcontent-bar.location { padding: 45px 0px 94px 0px; margin: 0px; }
	.formcontent-bar.location .text { padding: 14px 0px 0px 0px; margin-top: 0px; position: relative; }
	.formcontent-bar.location .text1:before { content: ""; position: absolute; left: -3px; top: 8px; width: 8px; height: 100%; background: #006845; }
	.formcontent-bar.primary .fieldbg.fcity.fmca { width: 100%; padding-right: 0px; }

	.formcontent-bar.location .text h2 { padding-bottom: 15px; }
	.formcontent-bar.location .text p { padding-bottom: 40px; font-size: 25px; line-height: 29px; }
	.formcontent-bar.location .text p strong { color: #006845; font-weight: 500; }
	.formcontent-bar.location .text p a { color: #009b77; font-weight: 700; text-decoration: none; }
	.formcontent-bar.location .text a.button { margin: 0px; }
	.formcontent-bar.location .form .formcf { padding-bottom: 0px; }
	.formcontent-bar.location .contactlist { display: flex; flex-wrap: wrap; }
	.formcontent-bar.location .contactlist .leftaddress { width: 61%; }
	.formcontent-bar.location .contactlist .rightaddress { width: 39%; }
	.formcontent-bar.location .contactlist p { padding-bottom: 10px; font-size: 20px; line-height: 28px; }
	.formcontent-bar.location .contactlist p span { padding-bottom: 4px; display: block; text-transform: uppercase; font-size: 20px; font-weight: 700; color: #666; }
	.formcontent-bar.location .contactlist p a.tel { color: #981b1e; font-weight: 700; font-size: 41px; }
	.formcontent-bar.location figure { width: 100%; padding: 45px 0 0 5px; }
	.formcontent-bar.location figure img { width: 100%; height: auto; display: block; max-height: 434px; object-fit: cover; }
	.formcontent-bar .leftvid { padding: 45px 0px 0px; background: #fff; }
	.formcontent-bar .leftvid iframe { width: 100%; height: 207px; }
	.formcontent-bar.teampage { padding-bottom: 51px; }
	.formcontent-bar.teampage .text h2 { font-size: 40px; line-height: 1.15; padding-bottom: 15px; }
	.formcontent-bar.teampage .text a.button { margin-top: 15px; }
	.formcontent-bar.teampage .text a.button.mob_btn { display: none; }
	
	
	.wpcf7-form label.error {  line-height: 1.1; padding: 5px; }  
	.formcontent-bar .form .wpcf7-form label.error { display: none !important; }

	/*medicare form */
	.page-id-2063 .disclaimer-container {
		max-height: 150px;
		overflow-y: auto;
		border: 1px solid #ddd;
		padding: 15px;
		margin: 15px 0;
		background: #f9f9f9;
		font-size: 13px;
		line-height: 1.5;
		border-radius: 4px;
	}

	.page-id-2063 .disclaimer-container h4 {
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 10px;
		color: #000000;
	}

	.page-id-2063 .disclaimer-container p {
		margin-bottom: 10px;
	}

	.page-id-2063 .disclaimer-container::-webkit-scrollbar {
		width: 6px;
	}

	.page-id-2063 .disclaimer-container::-webkit-scrollbar-track {
		background: #f1f1f1;
	}

	.page-id-2063 .disclaimer-container::-webkit-scrollbar-thumb {
		background: #888;
		border-radius: 3px;
	}

	.page-id-2063 .form_disclaimer {
		display: none;
	}


	/* imagecontent-bar */
	.imagecontent-bar { overflow: hidden; background: #e7f0f7; }
	.imagecontent-bar .centering { padding: 0px; max-width: 1280px; display: flex; flex-wrap: wrap; justify-content: space-between; }
	.imagecontent-bar .image { float: left; width: 33.83%; }
	.imagecontent-bar .image .imgbg { height: 100%; }
	.imagecontent-bar .image .imgbg img { width: 100%; min-height: 100%; height: auto; object-fit: cover; }
	.imagecontent-bar .text { padding: 45px 45px 50px 0px; float: right; width: 61.1%; }
	.imagecontent-bar h2 { padding-bottom: 20px; }
	.imagecontent-bar ol { padding-left:45px; }
	.imagecontent-bar ol li::marker { font-weight:700; }
	.imagecontent-bar ul { padding: 0px 0px 0px 35px; list-style: none; }
	.imagecontent-bar ul li { padding: 0px 0px 16px 12px; /*font-size: 18px;*/ line-height: 23px; position: relative; }
	.imagecontent-bar ul.narrow { padding-bottom: 15px; }
	.imagecontent-bar ul.narrow li { padding-bottom: 5px; }
	.imagecontent-bar ul.regular li { font-weight:400; }
	.imagecontent-bar ul.regular li strong { font-weight:700; }
	.imagecontent-bar ul li:before { content: ""; position: absolute; left: 2px; top: 8px; width: 5px; height: 5px; border-radius: 50%; -webkit-border-radius: 50%; background: #000; }
	.imagecontent-bar ul.nobold li { font-weight: 400; }
	.imagecontent-bar a.button { padding-right: 16px; padding-left: 16px; margin-top: 10px; }
	.imagecontent-bar a.button.mobile_btn { display:none; }

	.imagecontent-bar .imgbg { float: right; }
	.imagecontent-bar .imgbg img { width: 100%; }
	.imagecontent-bar .imgbg.mobileimg img.img-mobile { display: none; }
	.imagecontent-bar.right { }
	.imagecontent-bar.right .centering { flex-direction: row-reverse; }
	.imagecontent-bar.right .image { float: right; width: 39.5%; }
	.imagecontent-bar.right .text { padding: 40px 45px 50px 64px; float: left; width: 60%; }
	.imagecontent-bar.right .text a.button { margin-top: 10px; }
	.imagecontent-bar.innerpage { }
	.imagecontent-bar.innerpage .image { width: 34%; }
	.imagecontent-bar.innerpage h2 { padding-bottom: 18px; }
	.imagecontent-bar.innerpage { }
	.imagecontent-bar.innerpage { }
	.imagecontent-bar.innerpage .text { padding: 42px 55px 70px 2px; width: 60.1%; }
	.imagecontent-bar.innerpage ul li { padding: 0px 0px 0px 12px; }
	.imagecontent-bar.innerpage ul { padding-bottom: 15px; }
	.imagecontent-bar.innerpage p { padding-bottom: 23px; }
	.imagecontent-bar.type2 { padding: 25px 0px 28px 0px; }
	.imagecontent-bar.type2 .image { float: left; width: 47.28%; }
	.imagecontent-bar.type2 .text { padding: 25px 0px 0px 5px; float: right; width: 48.3%; }
	.imagecontent-bar.type2.right .image { float: right; }
	.imagecontent-bar.type2.right .text { float: left; }
	.imagecontent-bar.type2 .centering { padding: 0 15px; max-width: 1185px; }
	.imagecontent-bar.type2 .text p { padding-bottom: 23px; }
	.imagecontent-bar.type2 .text ul { padding: 0px 0px 0px 0px; }
	.imagecontent-bar.type2 .text li { padding-left: 0px; padding-bottom: 22px; font-weight: 300; text-indent: 13px; }
	.imagecontent-bar.type2.imgcont4 { padding: 66px 0px 65px 0px; }
	.imagecontent-bar.type2.imgcont4 .text { padding: 0px 0px 0px 0px; }
	.imagecontent-bar.type2.imgcont4 .text ul { padding: 0px 0px 20px 35px; }
	.imagecontent-bar.type2.imgcont4 .text li { padding-bottom: 0px; }
	.imagecontent-bar.option2 { padding: 48px 0px 77px 0px; overflow: hidden; }
	.imagecontent-bar.option2 .centering { padding: 0 15px; max-width: 1185px; }
	.imagecontent-bar.option2 .image { float: right; width: 32.1%; }
	.imagecontent-bar.option2 .text { padding: 55px 45px 30px 0px; float: left; width: 66%; }
	.imagecontent-bar.type3 { padding: 10px 0px 0px 0px; }
	.imagecontent-bar.type3 .text { padding: 40px 0px 78px 68px; width: 50%; }
	.imagecontent-bar.type3 ul li { padding-bottom: 0px; }
	.imagecontent-bar.type3.right .image { padding-top: 45px; width: 46.05%; }
	.imagecontent-bar.type3 ul li em { text-decoration: underline; }
	.imagecontent-bar.option3 { padding: 25px 0px 70px 0px; margin-top: 4px; background: #d1e7e0; }
	.imagecontent-bar.option3 .image { float: right; width: 47.50%; }
	.imagecontent-bar.option3 .text { float: left; width: 47%; padding: 27px 0 0 65px; }
	.imagecontent-bar.location .text ul li { }
	.imagecontent-bar.contentwithimg { padding: 50px 0px 50px 0px; background: #fff; }
	.imagecontent-bar.contentwithimg .imageright { margin: 10px 0px 40px 50px; float: right; width: 44%; }
	.imagecontent-bar.contentwithimg .leftcontent {  width: auto; }
	.imagecontent-bar.contentwithimg .centering { padding: 0px 30px 0px 18px; max-width: 1185px; display: block; }
	.imagecontent-bar.contentwithimg .imageright img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover; }
	.imagecontent-bar.contentwithimg .imageright figure { width: 100%; height: 0; position: relative; display: block; padding-bottom: 83%; }
	.imagecontent-bar.contentwithimg h2 { padding: 0px 0 10px 0; }
	.imagecontent-bar.contentwithimg p { padding-left: 0px; }
	.imagecontent-bar.contentwithimg ul,
	.imagecontent-bar.contentwithimg ol { padding-bottom: 23px; }
	.imagecontent-bar.contentwithimg .fullcontent { padding: 0px 0 0 3px; width: 100%; clear: both; }
	.imagecontent-bar.contentwithimg a.button { margin-top: 20px; }
	.imagecontent-bar.imgcontent2 { padding: 52px 0px 50px 0px; }
	.imagecontent-bar.imgcontent2 .centering { display: flex; align-items: center; flex-wrap: wrap; flex-direction: row-reverse; max-width: 1185px; padding: 0 15px; }
	.imagecontent-bar.imgcontent2 .imageright { padding: 0px 24px 0px 0px; width: 32.5%; margin: 0px; }
	.imagecontent-bar.imgcontent2 .imageright figure { width: 100%; height: 0; position: relative; display: block;padding-bottom: 100%; }
	.imagecontent-bar.imgcontent2 .imageright img { height: 100%; width: 100%; position: absolute; left: 0; top: 0; object-fit: cover; }
	.imagecontent-bar.imgcontent2 .text { padding: 0px 30px 0px 0px; width: 67.5%; }
	.imagecontent-bar.contentwithimg.secondary { padding: 75px 0px 70px 0px; }
	.imagecontent-bar.contentwithimg.secondary h2 { padding-top: 0px; }
	.imagecontent-bar.contentwithimg.secondary .imageright { margin-top: 11px; }
	.imagecontent-bar.contentwithimg.secondary .fullcontent { padding: 2px 0 0 0px; }
	.imagecontent-bar.contact { padding: 44px 0px 53px 0px; }
	.imagecontent-bar.contact .imageright { margin: 4px 0px 20px 70px; width: 47%; }
	.imagecontent-bar.contact h2 { padding-top: 0px; }
	.imagecontent-bar.contact .imageright img { height: 445px; }
	.imagecontent-bar.contact .fullcontent { padding-top: 0px; }

	/*ctalinks-bar*/
	.ctalinks-bar { padding: 80px 0px 50px 0px; background-repeat: no-repeat; background-size: cover; background-position: bottom; }
	.ctalinks-bar .text { padding: 0px 0px 0px 12px; }
	.ctalinks-bar .ctabuttons { }
	.ctalinks-bar .ctabuttons.mobileslider { display: none; }
	.ctalinks-bar .ctabuttons ul { display: flex; flex-wrap: wrap; justify-content: space-between; padding-left: 0px; list-style: none; overflow: hidden; }
	.ctalinks-bar .ctabuttons li { width: 29.65%; margin: 0px 0% 50px 0px; }
	.ctalinks-bar .ctabuttons li:nth-child(3n) { margin-right: 0px; }
	.ctalinks-bar .ctabuttons li img { margin: 0 auto 0px; max-width: 132px; object-fit:contain; }
	.ctalinks-bar .ctabuttons li img.img-mobile { display: none; }
	.ctalinks-bar .ctabuttons li:hover img { display: none; }
	.ctalinks-bar .ctabuttons li:hover img.img-mobile { display: block; }
	.ctalinks-bar .ctabuttons li .img { padding-bottom: 10px; min-height: 150px; }
	.ctalinks-bar .ctabuttons .button { max-width: 315px; width: 100%; min-height: 65px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding:10px; text-align: center; background-image: none; }
	.ctalinks-bar .ctabuttons .button span { padding-right: 10px; background: url(images/arrow1.png) right center no-repeat;  }
	.ctalinks-bar.ctabg { padding-bottom: 20px; }
	.ctalinks-bar.ctabg .ctabuttons li { margin-bottom: 50px; }
	
	.ctalinks-bar.innerpages { padding: 55px 0; background: #e7f0f7; }
	.ctalinks-bar.innerpages h2 { margin-right: -15px; }
	.ctalinks-bar.innerpages .text { padding: 0px 10px 10px 5px; }
	.ctalinks-bar.innerpages a.button { padding: 4px 10px; min-height: 51px; line-height: 23px; text-align: center; display: flex; align-items: center; /*max-width: 290px;*/ margin: 0 auto; justify-content: center; max-width: 100%; }
	.ctalinks-bar.innerpages a.button span { padding-right: 0px; }
	.ctalinks-bar.innerpages .img { min-height: 132px; padding-bottom: 10px; }
	.ctalinks-bar.innerpages li { margin: 0px 0% 40px 0px; width: 32%; }
	.ctalinks-bar.innerpages ul { margin-bottom: -40px; }
	
	/*attorneys-bar*/
	.attorneys-bar { padding: 60px 0px 48px 0px; }
	.attorneys-bar .text { padding: 0 0 18px 12px; }
	.attorneys-bar .attorneyslist { margin: 0 auto; max-width: 1140px; position: relative; }
	.attorneys-bar .attorneyslist ul { padding: 0px 0px 0px 0px; margin: 0 -10px; list-style: none; display: flex; flex-wrap: wrap; justify-content: center; }
	.attorneys-bar .attorneyslist ul.slick-slider { display: block; }
	.attorneys-bar .attorneyslist ul li { padding: 0 10px 32px; width: 25%; }
	.attorneys-bar .attorneyslist ul li img { display: block; height: 100%; position: absolute; left: 0; top: 0; width: 100%; object-fit: cover; }
	.attorneys-bar .attorneyslist.mobileslider { display: none; }
	.attorneys-bar .attorneyslist .img { padding-bottom: 31px; }
	.attorneys-bar .attorneyslist .img a { display: block; position: relative; width: 100%; height: 0; padding-bottom: 140%; }
	.attorneys-bar .attorneyslist .img a:after { content: ""; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; opacity: 0; transition: 0.3s all; background: #193967; }
	.attorneys-bar .attorneyslist .img a:hover:after { opacity: 0.6; }
	.attorneys-bar .attorneyslist .slick-arrow { position: absolute; left: 20px; top: 85px; font-size: 0px; width: 28px; height: 102px; border: 0px; cursor: pointer; z-index: 10; background: rgba(0,0,0,0.60) url(images/arrow-prev.png) center no-repeat; }
	.attorneys-bar .attorneyslist .slick-next { left: auto; right: 20px; background: rgba(0,0,0,0.60) url(images/arrow-next.png) center no-repeat; }
	.attorneys-bar .attorneyslist .slick-slide { padding: 0 10px; }
	
	
	.attorneys-bar .attorneyslist .slick-arrow:hover { background-color: #000; }
	.attorneys-bar .attorneyslist a.button { padding: 0 15px; height: 50px; font-size: 18px; line-height: 19px; display: flex; align-items: center; text-align: center; justify-content: center; background-image: none; width: 100%; }
	.attorneys-bar .attorneyslist a.button span { padding-right: 0px; display: inline-block; background: url(images/arrow1.png) right center no-repeat; }
	.attorneys-bar .attorneyslist a.button:after { display: none; }
	.attorneys-bar.innerpage { padding: 65px 0px 68px 0px; }
	.attorneys-bar.teamblock { padding: 65px 0px 40px 0px; }
	.attorneys-bar.teamblock .text h2 { padding-bottom: 15px; font-size: 40px; }
	/*.attorneys-bar.teamblock .attorneyslist ul li { padding: 0 16px 32px; width: 20%; }*/
	.attorneys-bar.teamblock .attorneyslist ul { padding: 3px 0px 0px; }
	.attorneys-bar.teamblock .attorneyslist { max-width: 100%; }
	.attorneys-bar .slick-dots li { padding: 0; }
	.attorneys-bar .slick-dots li button {  }

	.attorneys-bar ul.slick-dots { margin: 0 !important; display: flex; padding: 20px 0 0 0; align-items: center; justify-content: center; width: 100%; flex-wrap: wrap; }
	.attorneys-bar ul.slick-dots li { padding: 7px !important; width: auto !important; }
	.attorneys-bar ul.slick-dots li button { border: #981b1e solid 3px; width: 24px; height: 24px; cursor: pointer; border-radius: 50%; background: #fff; font-size: 0px; }
	.attorneys-bar ul.slick-dots li.slick-active button { background: #981b1e; }
	

	/*contentlinks-bar*/
	.contentlinks-bar { padding: 48px 0px 55px 0px; background: #e7f0f7; }
	/*.contentlinks-bar .centering { display: flex; flex-wrap: wrap; }*/
	.contentlinks-bar .leftlinks { padding-top: 5px; width: 43.7%; margin: 0 30px 30px 50px; float: right; }
	.contentlinks-bar .leftlinks figcaption { font-size: 14px; line-height: 1.3; display: block; padding: 10px 10px 0 10px; font-style: italic; text-align: center; }
	.contentlinks-bar .leftlinks .ctabuttons { padding: 21px 38px 56px 31px; background: #fff; }
	.contentlinks-bar .leftlinks .ctabuttons a.button { padding: 19px 16px; display: block; text-align: center; color: #981b1e; background: #fff; border: #981b1e solid 3px; }
	.contentlinks-bar .leftlinks .ctabuttons a.button:hover { color: #fff; border: #461118 solid 3px; }
	.contentlinks-bar .leftlinks .ctabuttons ul { padding: 12px 2px 0px 2px; list-style: none; list-style: none; }
	.contentlinks-bar .leftlinks .ctabuttons li { padding: 0 0 27px; }
	.contentlinks-bar .leftlinks h3 { line-height: 47px; color: #981b1e; }
	.contentlinks-bar .text { /*padding: 0px 10px 0px 76px; width: 56.3%;*/ padding: 0px 0px 0px 0px; }
	.contentlinks-bar h2 { padding-bottom: 10px; }
	.contentlinks-bar .text a.button { margin-top: 0px; }
	.contentlinks-bar ul { padding: 4px 0px 5px 35px; list-style: none; }
	.contentlinks-bar ul li { padding: 0px 0px 16px 12px; /*font-size: 18px;*/ line-height: 23px; position: relative; }
	.contentlinks-bar ul li:before { content: ""; position: absolute; left: 2px; top: 8px; width: 5px; height: 5px; border-radius: 50%; -webkit-border-radius: 50%; background: #000; }
	.contentlinks-bar ul.nobold li { font-weight: 400; }
	.contentlinks-bar p { line-height: 1.4; }
	.contentlinks-bar ul.narrow li { padding-bottom: 5px; }
	.contentlinks-bar ul.narrow { padding-bottom: 15px; }

	/*testimonial-bar*/
	.testimonial-bar { padding: 65px 0; background: url(images/testimonial-bg.webp) no-repeat; background-size: cover; }
	.testimonial-bar .testimonial { padding: 30px 15px 10px 20px; width: 100%; max-width: 756px; margin: 0 auto; border-radius: 10px; -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.3); box-shadow: 0 0 10px 5px rgba(0,0,0,0.3); background: #eeeeee; }
	.testimonial-bar .textbg { min-height: 370px; display: flex; flex-wrap: wrap; align-items: center; align-content: center;  padding: 80px 0px 70px 0px; position: relative; }
	.testimonial-bar .textbg:before { content: "\201C"; position: absolute; left: 50%; top: 25px; transform: translateX(-50%); color: #106eb4; font-family: "Poppins", sans-serif; font-weight: 700; font-size: 200px; line-height: 0.8; }
	.testimonial-bar .textbg:after { content: ""; position: absolute; left: 50%; bottom: 15px; transform: translateX(-50%); width: 260px; height: 50px; background: url(images/testimonialStars.png) no-repeat; background-size: 100%; }
	.testimonial-bar .textbg p { width: 100%; padding-bottom: 15px; color: #3f3f3f; font-size: 25px; line-height: 29px; font-style: italic; letter-spacing: -0.02em; }
	.testimonial-bar .textbg h4 { width: 100%; padding-right: 0px; padding-bottom: 10px; text-align: center; color: #106eb4; font-size: 35px; text-transform: uppercase; font-style: italic; font-weight: 400; letter-spacing: -0.04em; position: relative; }
	.testimonial-bar .textbg h4 span { display: inline-block; /*padding-left: 35px;*/  }
	.testimonial-bar .textbg h4 strong { display: inline-block; font-weight: 700;  font-style: normal; }
	/*.testimonial-bar .textbg h4 span:before { content: ""; position: absolute; left: 0px; top: 25px; width: 22px; height: 2px; background: #461118; }*/

	/*testimoniallist-bar*/
	.testimoniallist-bar { }
	.testimoniallist-bar .testimonial { padding: 36px 0px 61px 0px; overflow: hidden; background: #006845 url('images/testimonials_BlueBackground.jpg') repeat; }
	.testimoniallist-bar .textbg { padding: 115px 0px 0px 0px; width: 100%; }
	.testimoniallist-bar h2 { padding-bottom: 23px; color: #fff; }
	.testimoniallist-bar p { padding-bottom: 10px; color: #fff; font-size: 18px; line-height: 23px; }
	.testimoniallist-bar p strong { font-weight: 700; }
	.testimoniallist-bar h4 { padding-bottom: 42px; font-size: 35px; letter-spacing: -0.04em; color: #fff; text-transform: uppercase; text-align: center; }
	.testimoniallist-bar h4 em { font-weight: 400; font-style: italic; }
	.testimoniallist-bar h4 span { padding-left: 35px; display: inline-block; position: relative; }
	.testimoniallist-bar h4 span:before { content: ""; position: absolute; left: 0px; top: 25px; width: 22px; height: 2px; background: #fff; }
	.testimoniallist-bar h3 { padding: 0px; color: #fff; }
	.testimoniallist-bar p a { color: #fff; }
	.testimoniallist-bar .textbg:before { content: "\201C"; position: absolute; left: 50%; top: -25px; font-size: 200px; letter-spacing: -0.04em; font-family: "Poppins", sans-serif; font-weight: 700; color: #fff; line-height: 1; transform: translateX(-55%); }
	.testimoniallist-bar .testimonial:nth-child(even) { padding: 36px 0px 75px 0px; background: #fff; }
	.testimoniallist-bar .testimonial:nth-child(even) .textbg:before { color: #461118; }
	.testimoniallist-bar .testimonial:nth-child(even) h2, .testimoniallist-bar .testimonial:nth-child(even) h4, .testimoniallist-bar .testimonial:nth-child(even) h3 { color: #461118; }
	.testimoniallist-bar .testimonial:nth-child(even) p, .testimoniallist-bar .testimonial:nth-child(even) p a { color: #000; }
	.testimoniallist-bar .testimonial:nth-child(even) h4 { padding-bottom: 27px; }
	.testimoniallist-bar .testimonial:nth-child(even) h4 span:before { background: #461118; }
	.testimoniallist-bar img.stars { display: block; margin: 0 auto; max-width: 260px; }

	/*news-bar*/
	.news-bar { padding: 57px 0px 90px 0px; }
	.news-bar .centering { display: flex; flex-wrap: wrap; max-width: 1190px; }
	.news-bar .blogpost { padding: 0px 65px 0px 0px; width: 68%; }
	.news-bar .blogpost .post { padding: 10px 0px 96px; }
	.news-bar .blogpost .post h3 { padding-bottom: 18px; }
	.news-bar .blogpost .post h3 a { text-decoration: none; }
	.news-bar .blogpost .post p { font-size: 16px; line-height: 23px; letter-spacing: 0.025em; }
	.news-bar .blogpost .post a.button { padding: 10px 50px 10px 30px; margin-top: 1px; }
	.news-bar .blogpost .post { }
	.news-bar .blogpost .pages { display: none; }
	.news-bar .blogpost .wp-pagenavi { padding: 5px 40px 0 0; text-align: center; overflow: hidden; color: #981b1e; font-size: 20px; font-weight: 700; }
	.news-bar .blogpost .wp-pagenavi a { text-decoration: none; margin: 0 3px; }
	.news-bar .blogpost .wp-pagenavi a.previouspostslink { float: right; }
	.news-bar .blogpost .wp-pagenavi a.nextpostslink { float: left; }
	.news-bar .blogpost .wp-pagenavi span.current { color: #c1c1c1; border: 0px; font-size: 20px; font-weight: 700; margin: 0 3px; }
	.news-bar .blogpost .wp-pagenavi a:after { content: ","; }
	.news-bar .blogpost .wp-pagenavi a.previouspostslink:after,
	.news-bar .blogpost .wp-pagenavi a.nextpostslink:after { display: none; }
	.news-bar .rightside { padding: 0px 2px 0px 12px; width: 32%; }
	.news-bar .rightside .widget_block { padding: 21px 15px 10px 28px; margin-bottom: 23px; border: #461118 solid 3px; }
	.news-bar .rightside h2 { font-size: 30px; line-height: 1; }
	.news-bar .rightside ul { list-style: none; }
	.news-bar .rightside li { margin-bottom: 20px; font-size: 20px; line-height: 27px; letter-spacing: 0.025em; }
	.news-bar .rightside .widget_categories:before { content: "Categories"; font-size: 30px; line-height: 1; color: #461118; font-weight: 700;  }
	.news-bar .rightside .widget_categories ul { padding-top: 20px; }

	.content-bar { padding: 17px 0px 68px 0px; }
	.content-bar .centering { max-width: 1195px; }
	.content-bar h1 { padding-bottom: 15px; font-size: 30px; }
	.content-bar p { font-size: 16px; line-height: 23px; letter-spacing: 0.025em; }
	.content-bar .contentmid { padding-left: 2px; }
	.content-bar .contentmid h3 { padding-top: 20px; font-size: 20px; color: #000; }
	.content-bar .contentmid ul { padding: 4px 0px 5px 35px; list-style: none; }
	.content-bar .contentmid ol { padding: 4px 0px 5px 35px; }
	.content-bar .contentmid ul li { padding: 0px 0px 16px 12px; /*font-size: 18px;*/ line-height: 23px; position: relative; }
	.content-bar .contentmid ol li { padding: 0px 0px 16px 0px; font-size: 18px; line-height: 23px; position: relative; }
	.content-bar .contentmid ul li:before { content: ""; position: absolute; left: 2px; top: 8px; width: 5px; height: 5px; border-radius: 50%; -webkit-border-radius: 50%; background: #000; }
	.content-bar .relatedposts { padding: 18px 20px 20px 15px; margin: 53px 6px 0px 5px; border: #461118 solid 3px; }
	.content-bar .relatedposts ul { padding: 25px 0px 60px 0px; list-style: none; display: flex; flex-wrap: wrap; }
	.content-bar .relatedposts li { padding: 0px 20px 0px 5px; width: 33.33%; }
	.content-bar .relatedposts h4 { padding-bottom: 5px; font-size: 20px; }
	.content-bar .relatedposts h4 a { text-decoration: none; }
	.content-bar .relatedposts p { max-height: 46px; overflow: hidden; padding: 0px; margin-bottom: 30px; }
	.content-bar .relatedposts a.button { padding: 10px 43px 10px 35px; }

	/*logos-bar*/
	.logos-bar { background: #106eb4; }
	.logos-bar ul { padding: 65px 0; list-style: none; }
	.logos-bar li { max-width: calc(50% - 40px); padding: 0 10px;  display: flex !important; justify-content: center; align-items: center; }
	.logos-bar li img { width:100%; max-width: 450px; max-height: 105px; object-fit: contain; display: block; margin: 0 auto; }
	.logos-bar .no_slider { display: flex; flex-wrap:wrap; align-items:center; justify-content:center; }
	.logos-bar .no_slider li { display:inline-flex !important; padding: 0 20px; }	
	
	.logos-bar .slick-dots { padding: 0; text-align:center; line-height:0; margin-top:20px; }	
	.logos-bar .slick-dots li { width:auto; height:auto; display:inline-block !important; padding:0 5px; }
	.logos-bar .slick-dots li button { width:15px; height:15px; display:block; border-radius:20px; border:0; cursor:pointer; font-size:0; background:rgba(255,255,255,0.05); }
	.logos-bar .slick-dots li.slick-active button { background:rgba(255,255,255,1); }
	 img#logo-image-2 {max-height: 186px;}


	/*footerform-bar*/
	.footerform-bar { padding: 44px 0px 44px 0px; }
	.footerform-bar h3 { padding: 20px; line-height: 56px; font-size: 40px; text-align: center; color: #fff; background: #106eb4; }
	.footerform-bar h3 a { color: #fff; }
	.footerform-bar h3 span { text-decoration: underline; }
	.footerform-bar .wpcf7 { padding: 27px 23px 35px 21px; overflow: hidden; background: #e7e9e9; }
	.footerform-bar .wpcf7 fieldset { display: flex; flex-wrap: wrap; }
	.footerform-bar .wpcf7 .fieldbg { padding-bottom: 18px; padding-right: 58px; width: 52.6%; }
	.footerform-bar .wpcf7 .fcity { padding-right: 42px; width: 32.8%; }
	.footerform-bar .wpcf7 .fstate { padding-right: 0; width: 14.6%; }
	.footerform-bar .wpcf7 .fage { padding-right: 0px; width: 14.6%; }
	.footerform-bar .wpcf7 .phonenum { padding-left: 42px; padding-right: 0; width: 32.8%; }
	.footerform-bar .wpcf7 .emailfield { padding-right: 0px; padding-left: 58px; width: 52.6%; }
	.footerform-bar .wpcf7 .field { padding-bottom: 43px; width: 100%; float: left; }
	.footerform-bar .wpcf7 label { padding-bottom: 2px; display: block; color: #024638; font-weight: 700; font-size: 15px; }
	.footerform-bar .wpcf7 input.wpcf7-text, .footerform-bar .wpcf7 textarea { padding: 5px 15px; width: 100%; height: 46px; border: #024638 solid 2px; border-radius: 0px; font-size: 16px; background: #fff; }
	.footerform-bar .wpcf7 textarea { padding: 10px 15px; height: 114px; resize: none; }
	.footerform-bar .wpcf7 .textarea { padding-top: 5px; }
	.footerform-bar .wpcf7 .half { float: left; width: 47.5%; }
	.footerform-bar .wpcf7 .half + .half { float: right; }
	.footerform-bar .wpcf7 .submitbtn { float: right; margin-top: 32px; }
	.footerform-bar .wpcf7 .submitbtn .wpcf7-submit { padding: 15px 60px; }
	.footerform-bar .wpcf7 .textareab { padding-bottom: 30px; }
	.footerform-bar .wpcf7 .submitbtn:after { right: 50px;  }
	.footerform-bar.contactpage { padding: 52px 0px 75px 0px; }

	.footerform-bar .required_fields_title { font-size: 14px; display: block; padding: 15px 0 0px 0;  }
	.footerform-bar .required_fields_title cite { color: #f00; }

	.footerform-bar .wpcf7 .disclaimer { display: none; padding: 10px 0; }
	.footerform-bar .wpcf7-radio .wpcf7-list-item { position: relative; margin: 0 20px 0 0; padding: 0 0 0 30px; }
	.footerform-bar .wpcf7-radio .wpcf7-list-item input[type="radio"] { cursor: pointer; position: absolute; left: 0; top: 0; width: 22px; height: 22px; opacity: 0; }
	.footerform-bar .wpcf7-radio .wpcf7-list-item input[type="radio"] + span:before { cursor: pointer; box-sizing: border-box; position: absolute; left: 0; top: 0; width: 22px; height: 22px; content: ''; display: block; border: 2px solid #000; border-radius: 50%; }
	.footerform-bar .wpcf7-radio .wpcf7-list-item input[type="radio"] + span:after { box-sizing: border-box; position: absolute; left: 4px; top: 4px; width: 14px; height: 14px; content: ''; display: block; background: #000; border-radius: 50%; transition: all 0.3s; opacity: 0; }
	.footerform-bar .wpcf7-radio .wpcf7-list-item input[type="radio"] + span { cursor: pointer; line-height: 22px; font-weight: 400; }
	.footerform-bar .wpcf7-radio .wpcf7-list-item input[type="radio"]:checked + span:after { opacity: 100; }
	.footerform-bar .option { float: left; }
	.footerform-bar .option p { padding: 0; }
	.footerform-bar .option + p { float: right; padding: 0; }
	.footerform-bar .option + p .submitbtn { margin-top: 0; }
	.formcontent-bar.innerpage span.submitbtn { margin-top: 0; }

			/*Medicare Footer form*/
			.footerform-bar .disclaimer-container {
			max-height: 150px;
			overflow-y: auto;
			border: 2px solid #024638;
			padding: 15px;
			margin: 15px 0;
			background: #fff;
			font-size: 13px;
			line-height: 1.5;
			width: 100%;
			clear: both;
			}

		.footerform-bar .disclaimer-container h4 {
			font-size: 15px;
			font-weight: 700;
			color: #024638;
			margin-bottom: 10px;
			}

		.footerform-bar .disclaimer-container p {
			padding-bottom: 10px;
			}

		.footerform-bar .disclaimer-container::-webkit-scrollbar {
			width: 6px;
			}

		.footerform-bar .disclaimer-container::-webkit-scrollbar-track {
			background: #e7e9e9;
			}

		.footerform-bar .disclaimer-container::-webkit-scrollbar-thumb {
			background: #024638;
			border-radius: 3px;
			}

		.footerform-bar .form_disclaimer {
			display: none;
			}

	/*attorneyslist-bar*/
	.attorneyslist-bar { padding: 102px 0px 8px 0px; text-align: center; }
	.attorneyslist-bar .text { padding-bottom: 30px; }
	.attorneyslist-bar h2 { letter-spacing: 0.017em; }
	.attorneyslist-bar .attorneyslisting { margin: 0 -45px; }
	.attorneyslist-bar .attorneyslisting ul { list-style: none; overflow: hidden; }
	.attorneyslist-bar .attorneyslisting li { padding: 0 45px 69px; float: left; width: 33.33%; }
.attorneyslist-bar .attorneyslisting li:nth-child(3n+1) { clear: left; }
	.attorneyslist-bar .attorneyslisting li img { margin: 0 auto 20px; }
	.attorneyslist-bar .attorneyslisting li .img a { display: block; position: relative; max-width: 194px; margin: 0 auto; }
	.attorneyslist-bar .attorneyslisting li .img a:after { content: ""; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; opacity: 0; transition: 0.3s all; background: #006845; }
	.attorneyslist-bar .attorneyslisting li .img a:hover:after { opacity: 0.6; }
	.attorneyslist-bar .attorneyslisting a.button { padding: 0 8px; height: 50px; display: flex; align-items: center; text-align: center; justify-content: center; background-image: none; }
	.attorneyslist-bar .attorneyslisting a.button:after { display: none; }
	.attorneyslist-bar .attorneyslisting a.button span { padding-right: 12px; background: url(images/arrow1.png) right center no-repeat; }

	/*tabs-bar*/
	.tabs-bar { padding: 30px 0px 13px 0px; overflow: hidden; background: #e7f0f7; }
	.tabs-bar .tabslist { float: left; width: 48.1%; }
	.tabs-bar .tabdetails { float: right; width: 46.2%; }
	.tabs-bar .tabslist ul { list-style: none; }
	.tabs-bar .tabslist li { padding-bottom: 20px; }
	.tabs-bar .tabslist li a { padding: 0px 70px 0px 33px; min-height: 114px; color: #fff; font-size: 25px; font-weight: 700; text-decoration: none; display: flex; align-items: center; background: #981b1e url('images/arrow3.png') right 25px center no-repeat; }
	.tabs-bar .tabslist li a:hover, .tabs-bar .tabslist li a.active { background: #106eb4 url('images/arrow3.png') right 25px center no-repeat; }
	.tabs-bar .tabdetails .tabcontent { padding: 18px 0px 0px 0px; display: none; }
	.tabs-bar .tabdetails .tabcontent:first-child { display: block; }
	.tabs-bar .tabdetails a.mobiletitle { display: none; }
	.tabs-bar .tabdetails h2 {  font-size: 40px; }
	.tabs-bar .tabdetails h3 { text-transform: none; font-size: 25px; }
	.tabs-bar .tabdetails h4 { padding-bottom: 2px; font-size: 18px; color: #000000; }
	.tabs-bar .tabdetails ul { padding: 0 0 20px 36px; list-style: none; }
	.tabs-bar .tabdetails ul li { padding-left: 10px; position: relative; font-size: 18px; line-height: 26px; }
	.tabs-bar .tabdetails ul li:before { content: ""; width: 3px; height: 3px; border-radius: 50%; position: absolute; left: 0px; top: 12px; background: #000; }

	/*faqs-bar*/
	.faqs-bar { padding: 50px 0px 0px 0px; }
	.faqs-bar h2 { font-size: 40px; width: 100%; }
	.faqs-bar .centering { padding: 0 32px; }
	.faqs-bar .faqlist { padding: 15px 55px 15px 24px; margin-bottom: 34px; position: relative; background: #e7f0f7; }
	.faqs-bar .faqlist h3:after { content: ""; position: absolute; right: -35px; top: 8px; width: 26px; height: 25px; transition: 0.3s all; background: url(images/arrow-blue.png) no-repeat; }
	.faqs-bar h3 { padding: 0px; font-size: 25px; line-height: 32px; color: #106eb4; cursor: pointer; position: relative; }
	.faqs-bar .faqbg { padding: 5px 0px 45px 5px; }
	.faqs-bar .text { padding: 20px 0px 3px 0px; display: none; }
	.faqs-bar .faqlist:first-child .text { }
	.faqs-bar .text p { padding-bottom: 17px; }
	.faqs-bar .text .desktop_btn {}
	.faqs-bar .text .mobile_btn { display: none; }
	
	
	
	.faqs-bar .faqlist.active h3:after { background: url(images/arrow-blue-v.png) no-repeat; }
	.faqs-bar .faqlist.active h3 { color: #193967; }
	.faqs-bar .text ol { padding: 4px 0px 5px 35px; font-weight: 700; }
	.faqs-bar .text ul { padding: 4px 0px 5px 35px; list-style: none; }
	.faqs-bar .text ol li { padding: 0px 0px 16px 0px; /*font-size: 18px;*/ font-weight: 400; line-height: 23px; position: relative; }
	.faqs-bar .text ul li { padding: 0px 0px 16px 12px; /*font-size: 18px;*/ line-height: 23px; position: relative; }
	.faqs-bar .text ul li:before { content: ""; position: absolute; left: 2px; top: 8px; width: 5px; height: 5px; border-radius: 50%; -webkit-border-radius: 50%; background: #000; }
	.faqs-bar .text ol li::marker { font-weight:700; }
	
	/*locations-bar*/
	.locations-bar { padding: 60px 0px 80px 0px; overflow: hidden; background: #E7F0F7; }
	.locations-bar .location { }
	.locations-bar .map { float: left; width: 575px; }
	.locations-bar .info { padding: 16px 0px 0px 0px; float: right; width: 545px; }
	.locations-bar h2 { padding-bottom: 6px; }
	.locations-bar p { color: #000000; font-size: 20px; line-height: 25px; }
	.locations-bar p strong { font-size: 20px;  }
	.locations-bar h4 { padding-bottom: 18px; font-size: 20px; letter-spacing: 0.04em; line-height: 23px; font-weight: 700; color: #981b1e; }
	.locations-bar h4 strong, .locations-bar h5 strong, .locations-bar address strong { display: block; font-weight: 500; color: #981b1e; text-transform: uppercase; }
	.locations-bar h4 a { color: #981b1e; text-decoration: none; }
	.locations-bar p a:not(.button) { color: #981b1e; text-decoration: none; }
	.locations-bar address { padding-bottom: 15px; font-size: 20px; font-style: normal; line-height: 28px; }
	.locations-bar h5 { padding-top: 14px; padding-bottom: 0px; font-size: 20px; line-height: 28px; font-weight: 700; color:#461118; }
	.locations-bar p + p { padding-bottom: 18px; }
	.locations-bar a.button { padding: 10px 18px 10px 15px; }
	.locations-bar .timing { width: 50%; max-width: 205px; float: left; font-size: 20px; line-height: 28px; color: #000; }
	
	.locations-bar p strong a {display:table;}	
	.locations-bar p strong.phone { display:inline-block; vertical-align:top; }
	.locations-bar p strong.phone + strong.phone { padding-left:30px; }

	/*thankyou-bar*/
	.thankyou-bar { padding: 50px 0px 45px 0px; text-align: center; }
	.thankyou-bar p { padding-bottom: 16px; }
	.thankyou-bar a.wp-block-button__link { padding: 10px 42px 10px 28px; margin-top: 10px; line-height: 30px; font-size: 18px; }
	.thankyou-bar .buttonsbg { padding: 10px 0px 4px; }
	.thankyou-bar .buttonsbg a.button { margin: 0 7px; width: 248px; text-align: center; }
	.thankyou-bar.privacy { text-align: left; }
	.thankyou-bar.privacy h3 { padding-bottom: 10px; }
	.thankyou-bar ul { padding: 4px 0px 5px 35px; list-style: none; }
	.thankyou-bar ul li { padding: 0px 0px 16px 12px; /*font-size: 18px;*/ line-height: 23px; position: relative; font-weight: 700; }
	.thankyou-bar ul li:before { content: ""; position: absolute; left: 2px; top: 8px; width: 5px; height: 5px; border-radius: 50%; -webkit-border-radius: 50%; background: #000; }
	
	.page-template-faqs .testimonial-bar,
	.page-template-thank-you .testimonial-bar,
	.page-template-privacy-template .testimonial-bar { display: none; }
	
	
	

	/*footer-part*/
	#footer-part .footercols { padding: 60px 0px 0px 0px; overflow: hidden; text-align: center; background: url(images/contact-bg.webp) no-repeat; background-size: cover; }
	#footer-part .footercols .col1 { padding: 75px 47px 25px 50px; text-align: center; background: #024638 url(images/col1-bg.png) center no-repeat; }
	#footer-part .footercols h4 { color: #fff; font-size: 35px; letter-spacing: 0.04em;  }
	#footer-part .footercols .phones { padding-left: 20px; }
	#footer-part .footercols .phones .button { margin: 0 10px; }
	#footer-part .footercols .phones .button span { font-weight: 400; text-transform: none; }
	#footer-part .footercols .phones .button .tel { font-weight: 700; margin-left: 5px; }

	#footer-part .footercols a.button { } 
	#footer-part .footercols .colsbg { padding: 33px 0px 50px 0px; max-width: 900px; margin: 0 auto; display: flex; align-items: center; text-align: left; } 
	#footer-part .footercols .colsbg .cols { padding: 10px 20px 10px 0px; width: 50%; border-right: #fff solid 3px; } 
	#footer-part .footercols .colsbg .cols + .cols { padding: 10px 0px 10px 30px; width: 50%; border: 0px; } 
	#footer-part .footercols h5 { padding: 0px 0 0 0; text-transform: uppercase; color: #fff; }
	#footer-part .footercols .colsbg p { padding: 0px; font-size: 20px; line-height: 26px; color: #fff; text-transform: uppercase; letter-spacing: 0.04em; } 
	#footer-part .footercols .colsbg .cols + .cols p { letter-spacing: 0.08em; } 
	#footer-part .footercols .colsbg .cols + .cols p strong { font-weight: 700; } 
	#footer-part .footercols .colsbg .cols p br { display: none; }
	#footer-part .copyrightbg { padding: 40px 0px 35px 0px; overflow: hidden; background: #fff; }
	#footer-part .copyrightbg .centering { max-width: 1180px; display: flex; flex-wrap: wrap; }
	#footer-part .copyrightbg .col1 { padding: 10px 0px 0px 0px; width: 280px; }
	#footer-part .copyrightbg .copyright { padding: 0px 20px 0px 30px; width: calc(100% - 340px);  }
	#footer-part .copyrightbg p { padding-bottom: 25px; font-size: 14px; line-height: 23px; color: #000; font-style: italic; letter-spacing: 0.025em; }
	#footer-part .copyrightbg h5 { font-size: 13px; letter-spacing: 0.04em;  font-weight: 400; color: #58585a; }
	#footer-part .copyrightbg h5 a { padding-right: 0px; letter-spacing: 0.08em; border-bottom: #981b1e solid 1px; text-decoration: none; color: #990001; }
	#footer-part .copyrightbg h5 a:hover { color: #461118; }
	#footer-part .copyrightbg h5 span { margin: 0 0 0 180px; }
	#footer-part .copyrightbg h5 span a { letter-spacing: 0.04em; }
	#footer-part .copyrightbg .social { width: 60px; padding: 0px 0px 0 0; float: right; text-align: right; }
	#footer-part .copyrightbg .social ul { list-style: none; }
	#footer-part .copyrightbg .social li { display: inline-block; vertical-align: top; padding-left: 14px; }
	#footer-part .copyrightbg .social li a { display: block; width: 52px; position: relative; }
	#footer-part .copyrightbg .social li a img { display: block; transition: 0.3s all; }
	#footer-part .copyrightbg .social li a img + img { position: absolute; left: 0px; top: 0px; opacity: 0; }
	#footer-part .copyrightbg .social li a:hover img + img { opacity: 1; }

.wpcf7-response-output { display: none !important; }
.wpcf7-not-valid { border-color: #be1d2c !important; }
span.wpcf7-not-valid-tip { display: block; font-weight: 700; font-style: italic; padding-top: 5px; font-size: 12px; line-height: 1.2; color: #be1d2c !important; }
span.wpcf7-not-valid-tip:before { content: "*"; }

/* Alignment */ 
.alignleft {
	display: inline;
	float: left;
	margin-right: 1em !important;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1em !important;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 1.625em;
}
table, th, td {
	border: none
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
th {
	border-width: 0 1px 1px 0;
}
td {
	border-width: 0 1px 1px 0;
	vertical-align: top;
}
td img {
	width: 100%;
	max-width: 100%;
	vertical-align: top;
	margin: 0px;
	height: auto;
}
th, td {
	padding: 0.4em;
}
th {
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 28px;
}
td img.alignnone {
	margin: 0px
}
blockquote {
	/*font-style: italic;*/ 
	font-weight: normal;
	margin: 0 1em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
#blogWrapper {
	padding: 235px 0 45px 0;
	width: 100%;
	overflow: hidden;
}
.single #blogWrapper { padding: 0px; }
#blogWrapper .wrapper { max-width: 1387px; margin: 0 auto; padding: 0 6px 0 15px; }
/* blog container */ 
.patners_box {
	float: left;
	width: 100%;
	text-align: center;
	padding: 20px
}
#BlogCntr {
	width: 100%;
	position: relative;
	overflow: hidden;
}
#BlogCntr h1, #blogWrapper h1 { padding-bottom: 132px; line-height: 134px; max-width: 1050px; }
#blogWrapper h1 { padding-bottom: 114px; line-height: 129px; }
#BlogCntr .extraContent { padding: 0px 100px 0px 0px; }
#BlogCntr .extraContent p { padding-bottom: 48px; line-height: 47px; }
/* left blog box */ 
.leftBlogBox {
	padding-top: 56px;
	padding-left: 6px;
	width: 75.2%;
	float: left;
}
.single .leftBlogBox { padding: 0px; }

.leftBlogBox ul, .leftBlogBox ol {
	margin-bottom: 20px;
	list-style-position: inside;
}
.single .leftBlogBox h1 {
	padding-bottom: 5px;
	text-transform: capitalize
}
.single .leftBlogBox p {
	display: block;
	font-size: 22px;
	line-height: 32px;
	padding-bottom: 35px;
}
.leftBlogBox ul.dateBar {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0px
}
.single .leftBlogBox ul.dateBar {
	margin: 0 0 15px 0;
	padding-left: 0px
}
.leftBlogBox ul.dateBar li {
	font-size: 14px;
}
.leftBlogBox ul.dateBar li strong {
	color: #000;
}
.leftBlogBox p {
}
.leftBlogBox .postLoop {
	width: 100%;
	overflow: hidden;
	padding: 15px 0 82px;
	margin: 0px;
}
.leftBlogBox .postLoop:last-child, .leftBlogBox .postLoop:last-of-type {
	border-bottom: none;
}
.leftBlogBox .postLoop .image {
	width: 100%;
	margin-bottom: 40px;
}
.leftBlogBox .postLoop h2 {
	margin: 0px;
	font-size: 38px;
	line-height: normal;
	letter-spacing: -0.02em;
	font-weight: bold;
	font-family: 'Helvetica Neue Bold';
}
.leftBlogBox .meta { padding: 4px 0 6px; margin-top: 3px; margin-bottom: 40px; border-bottom: #000 solid 1px; border-top: #000 solid 1px; overflow: hidden; }
.leftBlogBox .meta span { float: left; color: #9f9f9f; font-size: 18px; margin-right: 5px; font-family: 'Helvetica Neue'; }
.single .leftBlogBox .meta { margin-bottom: 52px; }
.leftBlogBox .postLoop h2 a {
	color: #000;
	text-decoration: none
}
.leftBlogBox .postLoop h2 a:hover { color: #a40000; }
.leftBlogBox .postLoop a.read-more {
	display: inline-block; /*margin-left: 5px;*/
	color: #000;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: 600
}
.leftBlogBox .postLoop a.read-more:hover {
	color: #a40000;
}
.leftBlogBox .postLoop p {
	padding-bottom: 20px;
	font-size: 19px;
	line-height: 32px;
	letter-spacing: -0.01em;
}
.leftBlogBox h4.title {
	font-size: 16px;
	font-weight: normal;
	padding-top: 15px;
	color: #000;
	text-transform: capitalize;
}
/* comment form */ 
.leftBlogBox #commentform {
	width: 100%;
}
.leftBlogBox #commentform input[type="text"], .leftBlogBox #commentform input[type="email"], .leftBlogBox #commentform textarea, .leftBlogBox #commentform input[type="url"] {
	border: 1px solid #000;
	padding: 7px 10px;
	box-sizing: border-box;
	color: #000;
	font-size: 15px;
	border-radius: 0px;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	resize: none;
	margin: 0;
	width: 535px;
}
.leftBlogBox #commentform input[type="submit"] {
	width: auto;
	padding: 5px;
	border: none;
	background: #ea0000;
	color: #fff;
	cursor: pointer;
	border-radius: 0;
	font-size: 16px;
}
.leftBlogBox #commentform input[type="submit"]:hover, .leftBlogBox #commentform p.form-submit input[type="submit"]:hover {
	background: #0f86ff;
}
.leftBlogBox #commentform p.form-submit input[type="submit"] {
	width: auto;
	padding: 8px 15px;
	border: none;
	background: #5d3b05;
	color: #fff;
	cursor: pointer;
	margin-left: 100px;
}
.leftBlogBox #respond h3 {
	padding-bottom: 20px;
}
.leftBlogBox #commentform input[type="text"].error, .leftBlogBox #commentform input[type="email"].error, .leftBlogBox #commentform textarea.error {
	border: 1px solid #f00!important
}
.leftBlogBox div.error {
	display: none !important
}
.leftBlogBox h3#comments, .leftBlogBox #respond h3, h2.comments-title, h3#reply-title {
	border-bottom: 1px solid #000;
	font-size: 24px;
	font-weight: normal;
	line-height: 29px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #000;
}
.leftBlogBox #comments {
	clear: both;
	margin-bottom: 10px
}
.leftBlogBox #comments footer {
	border: none
}
.leftBlogBox .commentlist, .leftBlogBox .comment-list {
	list-style: outside none none;
	margin-top: 10px !important;
	margin-bottom: 10px;
}
.leftBlogBox .commentlist li {
	color: #34343f;
	font-size: 20px;
	line-height: 30px;
	list-style: outside none none;
	overflow: hidden;
}
.leftBlogBox .comment-list li {
	color: #34343f;
	font-size: 20px;
	line-height: 20px;
	list-style: outside none none;
	overflow: hidden;
}
.leftBlogBox img.avatar {
	float: left;
	margin: 3px 10px 10px 0;
	width: 50px;
	border: 1px solid #cccccc;
	max-width: 100%;
	height: auto;
	display: block
}
.leftBlogBox .commentlist cite.fn, .leftBlogBox cite.fn {
	color: #382db5;
	font-size: 16px;
}
.leftBlogBox span.says {
	font-size: 16px;
}
.leftBlogBox .commentlist a.url, .leftBlogBox .commentlist cite.fn, .leftBlogBox a.url, .leftBlogBox cite.fn {
	font-style: normal;
	text-decoration: none;
	font-size: 20px;
}
.leftBlogBox .comment-awaiting-moderation {
	font-size: 16px;
	line-height: 21px;
	color: #000;
	font-style: normal
}
.leftBlogBox .commentmetadata a {
	color: #000;
	cursor: default !important;
	font-size: 13px;
	line-height: 16px;
}
.leftBlogBox .commentlist p, .leftBlogBox .comment-list p {
	clear: both;
	font-size: 15px;
	line-height: 19px;
}
.comment-content p {
	padding-bottom: 5px;
}
#commentform p {
	padding-bottom: 15px !important;
	font-size: 16px;
	margin-bottom: 0;
}
.leftBlogBox .comment-list .comment-metadata {
	font-size: 16px;
	color: #000;
}
.leftBlogBox .comment-reply-link {
	font-size: 16px;
	text-decoration: none
}
.leftBlogBox .comment-reply-link:hover {
	text-decoration: none;
	color: #039be6;
}
#cancel-comment-reply-link {
	color: #000;
	text-decoration: none;
	font-size: 20px;
	line-height: 25px
}
#cancel-comment-reply-link:hover {
	text-decoration: underline
}
.leftBlogBox .reply {
	padding: 0px 0 15px;
}
.leftBlogBox .reply a {
	color: #000
}
.leftBlogBox #respond {
	margin-top: 10px; /*overflow: hidden;*/
	width: auto;
	padding: 0px
}
.leftBlogBox #cancel-comment-reply-link:hover {
	color: #039be6;
	text-decoration: none
}
.leftBlogBox .commentlist ul.children, .leftBlogBox .comment-list ol.children { /*margin-left: 25px;*/ /*float:left*/
}
.leftBlogBox label.screen-reader-text {
	display: none
}
.leftBlogBox #searchform {
	width: 100%;
	margin: 0 auto;
}
#commentform label {
	float: left;
	width: 100px;
	font-size: 16px;
	line-height: 21px
}
#commentform label.error {
	display: none!important
}
/* pagination */ 
.leftBlogBox .wp-pagenavi {
	margin: 25px 0 50px 0;
}
.leftBlogBox .wp-pagenavi a, .wp-pagenavi span {
	font-size: 15px;
	color: #000;
	border: 1px solid #7b7b7b
}
.wp-pagenavi1 a, .wp-pagenavi1 span {
	border-color: #3997db;
	padding: 5px 7px
}
.wp-pagenavi1 span.current {
	border-color: #3997db;
	font-weight: normal;
	color: #fff;
	background: #3997db;
}
.leftBlogBox .wp-pagenavi1 a:hover, .wp-pagenavi1 a:hover {
	background: #3997db;
	color: #fff;
	border-color: #3997db;
}
.wp-pagenavi1 span.pages:hover {
	border-color: #000;
}
/* right blog box */ 
   	 
.rightBlogBox {
	width: 21.1%;
	float: right;
	padding-top: 74px;
}
.single .rightBlogBox {
	padding-top: 130px;
}
.rightBlogBox ul {
	width: auto;
	padding-left: 0px;
	list-style: disc
}
.rightBlogBox .widget {
	text-align: left;
	margin-bottom: 58px;
	overflow: hidden
}
.rightBlogBox { }
.rightBlogBox { }
.rightBlogBox { }
.rightBlogBox { }
.rightBlogBox { }
.rightBlogBox { }
.rightBlogBox h3 {
	margin-bottom: 40px;
	text-align: center;
	color: #3f3f40;
	font-size: 18px;
	text-align: left;
	text-transform: uppercase;
	line-height: 40px;
	padding-bottom: 8px;
	border-bottom: #e6e6e6 solid 1px;
	position: relative;
}
.rightBlogBox h3:after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -1px;
	width: 78px;
	height: 3px;
	background: #000;
}
.rightBlogBox label.screen-reader-text {
	display: none;
}
.rightBlogBox select {
	display: block;
	width: 100%;
	margin: 0px;
	height: 40px;
	border: #dadada solid 1px;
	padding: 0px 25px 0px 7px;
	font-size: 18px;
	color: #827f7d;
	-webkit-box-shadow:inset 0 20px 20px 0 rgba(0,0,0,0.1);
	box-shadow:inset 0 20px 20px 0 rgba(0,0,0,0.1);
	background: url(images/arrow-updown.png) right 5px center no-repeat;
}
.rightBlogBox #searchform {
	width: 100%;
	margin: 0 auto;
}
.rightBlogBox #searchform input#s {
	width: 65%;
	border: 1px solid #7b7b7b;
	height: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 5px;
	float: left;
	margin-right: 5px;
	color: #7b7b7b;
	height: 33px;
}
.rightBlogBox #searchform input#searchsubmit {
	width: 27%;
	background: #dfb643;
	color: #fff;
	border: none;
	height: 30px;
	text-transform: capitalize;
	font-weight: bold;
	cursor: pointer;
	float: left;
}
.rightBlogBox #searchform input#searchsubmit:hover {
	background: #c70505;
}
.rightBlogBox ul {
	list-style: disc;
	margin-top: 0px
}
.rightBlogBox ul li {
	width: 100%;
	text-align: left;
	padding: 2px 0;
	color: #000;
	font-size: 16px;
	line-height: 19px;
	list-style-position: inside;
}
.rightBlogBox ul li a {
	color: #000;
	text-decoration: none;
	text-transform: capitalize;
	outline: none
}
.rightBlogBox ul li.current-cat a {
	color: #382db5;
}
.rightBlogBox ul li a:hover {
	text-decoration: none;
	color: #382db5;
}
.mobilesidebar {
	display: none;
}
.desktopsidebar {
	display: block
}
/* single page */ 
.search-form .screen-reader-text {
	display: none
}
.rightBlogBox .search-form { position: relative; }
.rightBlogBox .search-form input[type='Search'] {
	border-radius: 0px;
	padding: 5px 60px 5px 20px;
	font-size: 18px;
	border: 0px;
	color: #676968;
	width: 100%;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	height: 68px;
	background: #f4f4f4;
}
.search-form input[type='submit'] {
	background: url(images/search-icon.jpg) no-repeat;
	border-radius: 0px;
	font-size: 0px;
	border: 0px;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	height: 26px;
	width: 26px;
	position: absolute;
	right: 18px;
	top: 21px;
}
.search-form input[type='submit']:hover {
}
.search-form input[type='Search']:focus {
	border: solid 1px #000!important
}
.leftBlogBox .singleimage {
	width: 100%;
	margin-bottom: 15px;
}
.leftBlogBox .singleimage img {
	max-width: 100%;
	height: auto;
	width: 100%
}		
		
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }	

img { height: auto; }
.form_disclaimer {  }
.the_form_disclaimer, the_contact_notice { overflow: auto; position: fixed; left: 0; top: 0; width: 100%; height: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; background: rgba(0,0,0,0.8); z-index: 999; padding: 50px 20px;  transition: all 0.3s; visibility: hidden; opacity: 0; }
.the_form_disclaimer .popup_inner { position: relative; width: 100%; max-width: 500px; background: #fff; padding: 20px; }
.the_form_disclaimer .disclaimer_popup_close { width: 20px; height: 20px; font-size: 16px; line-height: 20px; text-align: center; display: block; position: absolute; right: 0px; top: 5px; color: #000; font-family: Arial, Helvetica, sans-serif; font-weight: 700; cursor: pointer ;}   
.the_form_disclaimer.show, the_contact_notice.show { visibility: visible; opacity: 100; }

.page-id-2063 .menu-bar .right {padding: 0 0px 0px 26px;}
.page-id-2063 .menu-bar .phones .phone {   width: 100%;}

.the_contact_notice {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
}
a.contact_notice {display: block;margin-top: 6px;}
.the_contact_notice .popup_inner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    /* border-radius: 5px; */
}

.the_contact_notice .disclaimer_popup_close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-weight: 700;
}

.phone-wrapper {
    display: flex;
    align-items: center;
    gap: 5px; /* Adjusts spacing between phone number and TTY text */
}

.tty-text {
    white-space: nowrap;
    margin-top: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #106eb4;
}