* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}
ul, li, ol {
	list-style-type: none;
}
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Geneva", Verdana, sans-serif;
}
:focus {
	outline: none !important;
}
a {
	text-decoration: none !important;
}
/* fonts satrt */
@font-face {
	font-family: 'Geneva';
	src: url('../fonts/Geneva.woff2') format('woff2'), url('../fonts/Geneva.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Lucida Sans';
	src: url('../fonts/LucidaSans.woff2') format('woff2'), url('../fonts/LucidaSans.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Lucida Sans';
	src: url('../fonts/LucidaSans-Bold.woff2') format('woff2'), url('../fonts/LucidaSans-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Lucida Sans';
	src: url('../fonts/LucidaSans-Demi.woff2') format('woff2'), url('../fonts/LucidaSans-Demi.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Lucida Sans';
	src: url('../fonts/LucidaSans.woff2') format('woff2'), url('../fonts/LucidaSans.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Lucida Grande';
	src: url('../fonts/LucidaGrande-Bold.woff2') format('woff2'), url('../fonts/LucidaGrande-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Lucida Grande';
	src: url('../fonts/LucidaGrande.woff2') format('woff2'), url('../fonts/LucidaGrande.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Lucida Sans Unicode';
	src: url('../fonts/LucidaSansUnicode.woff2') format('woff2'), url('../fonts/LucidaSansUnicode.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/* fonts end */
/* header css start */
header {
	padding: 0 0 21px;
}
.header-logo a {
	display: inline-block;
	padding-top: 24px;
}
.header-logo a img {
	width: 341px;
}
#network-header {
	padding: 0 0 21px;
}
#header-logo-network {
	padding-top: 9px;
}
header .row-bot {
	position: absolute;
	bottom: 0px;
}

.hide-class {
	display: none;
}
header .header-innerwrap.hide-class {
	display: block;
}
.header-innerwrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.header-top {
	position: relative;
}

.header-top ul li a:hover{
	color: #669ACC;
}

.header-top ul li:last-child a:hover{
	color: #000;
}
.header-top ul {
	margin-left: auto;
	height: 41px;
	margin-bottom: 0px;
	text-align: right;
}
.header-top ul li a {
	font-size: 14px;
	line-height: 41px;
	color: #000;
	padding: 0 6px;
	text-decoration: none;
}



.menu_top li{
	display: inline;
	background: url("../images/hedaer-top.png");
	padding: 10px;
	border-right: 1px solid #aaa;
}
.menu_top li:first-child{
	border-radius: 0px 0px 0px 20px;
}
.menu_top li:last-child{
	border-radius: 0px 0px 20px 0px;
	border: none;
}

.header-navbar .navbar-nav .nav-item a {
	font-size: 15px;
	line-height: 28px;
	color: #08077C;
	text-transform: capitalize;
	padding: 0 10px;
}
.header-navbar .navbar-nav .nav-item.parent::after {
	content: "\f107";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #950101;
	font-weight: 700;
}
.nav-child ul li a {
	font-size: 14px;
	line-height: 28px;
	color: #08077C;
	text-transform: capitalize;
	padding: 0 10px;
	border-bottom: 1px dotted #ccc;
}
.nav-child ul li a:hover {
	color: unset;
	text-decoration: unset;
}
.header-navbar .navbar-nav .nav-item a:hover, .nav-child li:hover a {
	color: #950101;
	border-bottom: 2px solid #950101;
}
.header-navbar .navbar-nav .nav-item.active > a {
	color: #950101;
	border-bottom: 2px solid #950101;
}
.header-navbar li.nav-item {
	position: relative;
	padding: 0 2px;
}
.header-navbar li.nav-item:hover .nav-child {
	display: block;
}
ul.nav-child {
	display: none;
}
ul.nav-child {
	position: absolute;
	left: 0;
	top: calc(100% - 2px);
	width: 200px;
	background-color: #fff;
	display: none;
	z-index: 9;
}
ul.nav-child li {
	padding: 0 10px 5px;
	border-bottom: 1px dotted #ccc;
}
ul.nav-child li a {
	font-size: 14px;
	line-height: 28px;
	color: #08077C;
	text-transform: capitalize;
	text-decoration: none;
}
.navbar-nav .nav-item:last-child ul.nav-child {
	left: auto;
	right: 0px;
	width: auto;
}
.navbar-nav .nav-item:last-child ul.nav-child li a {
	white-space: nowrap;
}
.header-navbar .navbar {
	padding: 0px;
}
.header-navbar .navbar-collapse {
	justify-content: flex-end;
	padding-bottom: 4px;
}
.header-navbar button {
	border: none;
	display: none;
	background-color: unset;
}
.header-navbar button svg {
	max-width: 60px;
	height: auto;
}
.line {
	fill: none;
	stroke: #950101;
	stroke-width: 6;
	transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
	stroke-dasharray: 60 207;
	stroke-width: 6;
}
.line2 {
	stroke-dasharray: 60 60;
	stroke-width: 6;
}
.line3 {
	stroke-dasharray: 60 207;
	stroke-width: 6;
}
.opened .line1 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 6;
}
.opened .line2 {
	stroke-dasharray: 1 60;
	stroke-dashoffset: -30;
	stroke-width: 6;
}
.opened .line3 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 6;
}
/* header css end */
/* shadow css start */
.shadow-img {
	padding-top: 6px;
	text-align: center;
}
.shadow-img img {
	width: 100%;
}
/* shadow css end */
/* strategic partner start */
.strategic-innerwrap h4 {
	font-size: 26px;
	line-height: 1;
	color: #595a5c;
	margin-bottom: 0px;
	font-family: 'Lucida Sans';
	letter-spacing: -1.1px;
}
.strategic-innerwrap h4 span {
	color: #bf202f;
}
.strategic-innerwrap p {
	font-size: 14px;
	line-height: 1.2;
	color: #595a5c;
	font-weight: 400;
}
.arrow-img-head {
	width: 100%;
	height: 48px;
	display: flex;
	align-items: center;
	background-repeat: no-repeat;
	background-position-x: -3px;
	background-size: 352px 48px;
}
.bg-arrow1 {
	background-image: url(../images/wealth-img-arrow1.png);
}
.bg-arrow2 {
	background-image: url(../images/wealth-img-arrow2.png);
	background-size: 342px 48px;
}
.arrow-img-head h2 {
	font-size: 35px;
	line-height: 1.2;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 0px;
	padding-left: 93px;
	font-family: 'Lucida Sans';
	font-weight: 400;
	letter-spacing: -2.1px;
}
.arrow-img-content {
	background-color: #eeeff0;
	padding: 14px 9px;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	max-width: 90%;
	min-height: 235px;
}
.arrow-img-content p {
	color: #333a62;
	font-size: 12px;
	line-height: 1.3;
	margin-bottom: 0px;
}
.arrow-img-content strong, .arrow-img-content ul li strong {
	color: #212855;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -0.9px;
	margin-bottom: 19px;
	display: inline-block;
}
.arrow-img-content ul li strong {
	margin-bottom: 0px;
}
.arrow-img-content ul {
	padding-left: 14px;
}
.arrow-img-content ul li {
	list-style-type: disc;
	font-size: 13px;
	line-height: 1.4;
	color: #19224f;
	letter-spacing: -0.9px;
}
/* strategic partner end */
/* profession css start */
.profession-innerwrap {
	padding: 9px 14px;
	width: 88%;
	margin: 0 auto;
}
.profession-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0 70px;
}
.bg-blue {
	background-image: radial-gradient(circle, #264c7f, #1a3a6c, #0d2858, #011845, #000033);
}
.bg-red {
	background-image: radial-gradient(circle, #ea5858, #c84341, #a62e2c, #851918, #660000);
}
.bg-darkgrey {
	background-image: radial-gradient(circle, #bdbdbd, #a6a6a6, #909090, #7b7b7b, #666666);
}
.bg-lightgrey {
	background-image: radial-gradient(circle, #c4c4c4, #b9b9b9, #aeaeae, #a4a4a4, #999999);
}
.bg-lightbrown {
	background-image: radial-gradient(circle, #cec7be, #c5bcb2, #bbb2a5, #b2a799, #a99d8d);
}
.profession-innerwrap h3 {
	font-size: 17px;
	line-height: 1.2;
	color: #fff;
	font-weight: 400;
	margin-bottom: 3px;
	text-shadow: 2px 2px 2px #000;
}
.profession-innerwrap p {
	font-size: 14px;
	line-height: 1.4;
	color: #fff;
	font-weight: 400;
	margin-bottom: 0px;
}
/* profession css end */
/* real stories start */
.success-outerwrap {
	padding-bottom: 40px;
}
.success-content span {
	font-size: 14px;
	line-height: 1;
	color: #003366;
	margin-bottom: 0px;
	font-weight: 600;
	letter-spacing: -0.7px;
}
.success-content h5 {
	font-size: 14px;
	line-height: 1;
	color: #fff;
	background-color: #003366;
	padding: 4px 4px 2px;
	letter-spacing: -0.9px;
	max-width: 92%;
}
.success-innerwrap {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
}
.bg-stories {
	background-image: url(../images/success-img-key.jpg);
}
.bg-liftConsulting {
	background-image: url(../images/lift.jpg);
}
.bg-bestPractice {
	background-image: url(../images/practice-img.jpg);
}
.bg-referralPaper {
	background-image: url(../images/referal-img.jpg);
}
.bg-revolution {
	background-image: url(../images/revolution.jpg);
}
.bg-advisor-toolbox {
	background-image: url(../images/advisor-toolbox.jpg);
}
.bg-case-planning {
	background-image: url(../images/case-planning.jpg);
}
.success-content {
	height: 102px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	border: 1px solid #e4e4e4;
}
.success-para {
	padding: 70px 0 0px;
}
.success-para p {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #333;
	margin-bottom: 15px;
	font-family: 'Lucida Sans Unicode';
	max-width: 82%;
}
.success-para h3 {
	font-size: 18px;
	line-height: 20px;
	color: #333;
	font-family: 'Lucida Sans';
}
.advisorsInsurance .success-para {
	padding: 0px;
}
.success-para-outerwrap {
	padding-top: 70px;
}
.success-para-intro-clip {
	width: 100%;
}
.success-para ul {
	padding-left: 23px;
}
.success-para ul li {
	font-size: 11px;
	line-height: 1.9;
	list-style-type: disc;
}
.success-para-intro-clip a {
	display: inline-block;
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
	background-color: #2c2964;
	font-weight: 700;
	width: 100%;
	padding: 4px 14px;
	letter-spacing: -0.9px;
}
.success-para-intro-clip a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 14px;
	border-color: transparent transparent transparent #ff0000;
	line-height: 0px;
	_border-color: #000000 #000000 #000000 #ff0000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	right: 60px;
	bottom: 6px;
}
.success-img-outerwrap {
	position: relative;
	width: 290px;
	height: 200px;
}
.success-para-img img {
	height: 200px;
	object-fit: cover;
}
.success-para-intro-clip {
	position: absolute;
	bottom: 0px;
}
.advisor-login {
	position: relative;
}
.advisor-login h3 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 13%;
	margin-bottom: 0px;
	color: #2c2964;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
	text-transform: capitalize;
	text-shadow: 1px 1px 3px #fff;
	display: flex;
	align-items: center;
	font-weight: 700;
}
.advisor-login h3::after {
	content: "";
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 18px;
	border-color: transparent transparent transparent #2c2964;
	line-height: 0px;
	_border-color: #000000 #000000 #000000 #2c2964;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.advisor-login h3 span {
	font-size: 19px;
}
/* real stories end */
/* banner css start */
.banner {
	padding: 30px 0;
}
.banner-innerwrap .row {
	align-items: center;
}
.banner-content {
	text-align: left;
	background-image: linear-gradient(to right, #f5f5f5, #f7f7f7, #fafafa, #fcfcfc, #ffffff);
	padding: 20px 50px 20px 70px;
	min-height: 298px;
	position: relative;
}
.banner-content h2, .banner-content h2 strong {
	font-size: 24px;
	line-height: 1.2;
	padding-bottom: 14px;
	color: #2c2964;
	font-weight: 700;
	font-family: 'Verdana';
	margin-bottom: 0px;
	letter-spacing: -1.1px;
}
.banner-content h2 strong {
	color: #bf2a2e;
}
.banner-content p {
	font-size: 16px;
	line-height: 1.2;
	color: #2c2964;
	font-weight: 500;
	font-family: 'Lucida Sans';
	letter-spacing: -0.9px;
	margin-bottom: 18px;
	max-width: 80%;
}
.banner-content p i {
	font-size: 28px;
	line-height: 1.2;
	font-weight: 400;
	font-style: italic;
	letter-spacing: -0.9px;
	font-family: 'Lucida Sans Unicode';
}
.banner-content-btn {
	position: absolute;
	bottom: 20px;
}
.banner-content-btn a {
	font-size: 16px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
	background-color: #2c2964;
	border: 2px solid #fff;
	border-radius: 9px;
	display: inline-block;
	padding: 4px 14px;
	font-weight: 400;
	font-family: 'Lucida Sans';
	text-decoration: none;
	letter-spacing: -1.1px;
}
.banner-img img {
	width: 100%;
	height: 298px;
	object-fit: contain;
}
.banner-img1 {
	background-image: url(../images/banner3.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 298px;
	width: 100%;
	padding-bottom: 61px;
}
.banner-content.bg h2 {
	font-size: 18px;
}
.banner-content.bg p {
	font-size: 17px;
}
.banner-content.bg .banner-content-btn a {
	font-size: 16px;
	text-transform: capitalize;
}
.banner-content.bg {
	background-image: url(../images/banner-overlay.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: unset;
	width: 470px;
	min-height: auto;
	margin-left: auto;
	margin-right: 44px;
	padding: 20px 10px;
}
/* banner css end */
/* financial group css start */
.financial-group-innerwrap {
	background-image: linear-gradient(to right bottom, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #eeeeee, #e9e9e9, #e4e4e4);
	border-bottom-right-radius: 14px;
	position: relative;
	box-shadow: 6px 6px 10px -1px #B9B9B9;
	padding: 20px;
}
.financial-group-innerwrap p {
	font-size: 16px;
	line-height: 20px;
	color: #003366;
	margin-bottom: 29px;
	padding: 9px;
}
.financial-group-innerwrap-home {
	margin-bottom: 45px;
}
.financial-group-innerwrap p:last-child {
	margin-bottom: 0px;
}
.financial-group-innerwrap p strong, .financial-group-innerwrap strong span {
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #003366;
	text-transform: capitalize;
}
.financial-group-innerwrap strong span {
	color: #cc0000;
}
/* financial group css end */
/* what-we-do css start */
.what-we-do_outerwrap {
	padding: 30px 0;
}
.what-we-do_content h1 {
	font-size: 27px;
	line-height: 30px;
	font-weight: 400;
	color: #000033;
	margin-bottom: 15px;
}
.what-we-do_content h4 {
	font-size: 16px;
	line-height: 20px;
	color: #333;
	margin-bottom: 15px;
}
.what-we-do_content p {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #333;
	margin-bottom: 15px;
	font-family: 'Lucida Sans Unicode';
}
.what-we-do_content p a {
	color: #000033;
}
.what-we-do_content p a:hover {
	color: #669ACC;
}
.what-we-do_img img {
	max-width: 100%;
}
/* what-we-do css end */
/* usadvisor start */
.usadvisors-outerwrap {
	padding-bottom: 60px;
}
.usadvisors-outerwrap a {
	text-decoration: none;
}
.usadvisors-block-content {
	border-radius: 14px;
	box-shadow: 0px 0px 5px 1px grey;
	padding: 12px 8px 4px;
}
.usadvisors-peoples {
	border-radius: 7px;
	position: relative;
}
.usadvisors-peoples img {
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	width: 100%;
	height: 137px;
	object-fit: cover;
}
.usadvisors-peoples::after {
	content: "";
	background-image: url(../images/blue-img1.png);
	position: absolute;
	width: 177px;
	height: 49px;
	display: block;
	background-repeat: no-repeat;
	right: 2px;
	bottom: -11px;
}
.enter-site {
	position: absolute;
	bottom: 0px;
	right: 55px;
	z-index: 99;
	text-align: center;
}
.enter-site h3 {
	font-size: 23px;
	line-height: 1;
	color: #fff;
	font-weight: 700;
	margin-bottom: 0px;
	letter-spacing: -0.9px;
	font-family: 'Lucida Sans Unicode';
}
.enter-site h6 {
	font-size: 12px;
	line-height: 1;
	color: #fff;
	font-weight: 400;
	margin-bottom: 0px;
	font-family: 'Geneva';
}
.usadvisors-logo {
	padding-bottom: 14px;
}
.usadvisors-logo img, .footer-img img {
	width: 100%;
}
.usadvisors-block-content p {
	font-size: 14px;
	text-align: center;
	line-height: 1.2;
	padding: 0 21px 18px;
	color: #000;
	margin-bottom: 0px;
	min-height: 108px;
}
/* usadvisor end */
/* contact-info css start */
.contact-info-img {
	padding: 3px 0 14px;
}
.strategic-images {
	text-align: center;
	padding: 3px 0 7px;
}
/* contact-info css end */
/* footer css start */
.contact-info-outerwrap {
	background-image: url(../images/footerbg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 20px 0 10px;
}
footer {
	background-color: #000;
	padding: 20px 0 40px;
}
footer .contact-info-content p {
	font-size: 14px;
}
footer .contact-info-content a {
	color: #6FABFC;
}
footer .contact-info-content a:hover {
	color: #fff;
}
.network-advisor h2 {
	border-bottom: 1px solid #fff;
	padding-bottom: 14px;
}
.contact-info-outerwrap.network-advisor {
	padding: 30px 0 30px;
}
a.broker-check {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 12px;
	font-weight: 400;
}
.contact-info-content h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 15px;
}
.contact-info-content h5, .contact-info-content p {
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0px;
	font-family: 'Lucida Sans Unicode';
}
.contact-info-content p {
	font-weight: 400;
}
.footer-img a:first-child {
	display: inline-block;
	border: 1px solid #fff;
	margin-bottom: 9px;
}
.footer-img {
	text-align: right;
}
.footer-copy-right p {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}
p.testimonial {
	font-size: 15px;
	line-height: 1.1;
	color: #fff;
	font-weight: 400;
}
p.testimonial::before {
	content: "“ ";
	font-size: 50px;
	font-weight: bold;
	color: inherit;
	position: absolute;
	top: 50px;
	left: -9px;
}
p.testimonial::after {
	content: " ”";
	font-size: 50px;
	font-weight: bold;
	line-height: 0px;
	position: absolute;
	bottom: 31px;
	right: 20px;
}
p.quote {
	font-size: 12px;
	line-height: 1.2;
	font-style: italic;
	color: #BF202F;
	text-align: right;
	padding-top: 14px;
}
/* footer css end */
/* Responsive section start */
@media only screen and (max-width:1366px) {}
@media only screen and (max-width: 1199px) {
	.banner-content p, .financial-group-innerwrap p {
		font-size: 14px;
		line-height: 1.2;
	}
	.header-logo a {
		display: inline-block;
		padding-top: 0;
	}
	.header-logo a img {
		width: 300px;
	}
	header .row {
		padding-top: 23px;
	}
	.header-top ul {
		width: 40%;
	}
	.advisor-login h3 {
		left: 15%;
		font-size: 13px;
	}
	.usadvisors-block-content p {
		min-height: 128px;
	}
	.profession-innerwrap {
		padding: 9px;
		width: 93%;
	}
	.success-para {
		padding: 40px 0 0px;
	}
	.single-item .carousel-control-next {
		right: 10px !important;
	}
}
@media only screen and (max-width: 1024px) {
	header .row {
		padding-top: 33px;
	}
	.header-logo a {
		display: inline-block;
	}
	.header-navbar {
		justify-content: flex-end;
	}
	.header-top {
		z-index: 10;
	}
	.usadvisors-outerwrap {
		padding-bottom: 30px;
	}
	.usadvisors-block-content p {
		min-height: 128px;
	}
}
@media only screen and (max-width: 991px) {
	.header-navbar button {
		display: block;
	}
	.header-logo a img {
		width: 270px;
	}
	.header-navbar .navbar-nav .nav-item a {
		font-size: 13px;
		line-height: 23px;
		color: #08077C;
	}
	.financial-group-innerwrap p {
		margin-bottom: 9px;
	}
	header .row {
		align-items: center;
		position: relative;
		padding-top: 63px;
	}
	header .row .col-md-8 {
		position: static;
	}
	.header-navbar .navbar {
		justify-content: flex-end;
		position: static;
	}
	.header-navbar li.nav-item {
		padding: 3px 2px;
	}
	header .header-navbar .navbar-collapse {
		justify-content: flex-end;
		padding-bottom: 13px;
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		z-index: 9;
		padding: 9px;
		background-image: linear-gradient(to right, #f5f5f5, #f7f7f7, #fafafa, #fcfcfc, #ffffff);
		box-shadow: 2px 3px 11px 3px #e4e4e4;
	}
	ul.nav-child {
		position: absolute;
		left: 0;
		top: calc(100% - 2px);
		width: 100%;
		background-image: linear-gradient(to right, #f5f5f5, #f7f7f7, #fafafa, #fcfcfc, #ffffff);
		box-shadow: 2px 3px 11px 3px #e4e4e4;
		display: none;
		z-index: 9;
	}
	ul.nav-child li a {
		color: #08077C;
	}
	.navbar-nav .nav-item:last-child ul.nav-child {
		left: 0;
		width: 100%;
	}
	.header-top ul {
		width: 100%;
		justify-content: space-around;
	}
	.banner-content {
		padding: 20px 50px 20px 30px;
	}
	.banner-content h2, .banner-content h2 strong {
		font-size: 18px;
	}
	.banner-img img {
		object-fit: contain;
	}
	.single-item .carousel-control-prev{
		left: 0 !important;
	}
	.success-img-outerwrap {
		position: relative;
		width: 230px;
		height: 230px;
	}
	.success-para-img img {
		height: 230px;
		object-fit: cover;
	}
	.success-para-intro-clip a {
		font-size: 14px;
	}
	.success-para-intro-clip a::after {
		right: 20px;
		bottom: 5px;
	}
	.advisor-login h3 {
		left: 22%;
	}
	p.testimonial {
		font-size: 13px;
	}
	p.testimonial::after {
		bottom: 41px;
	}
	.banner-content-btn a {
		font-size: 14px;
	}
	.usadvisors-block-content {
		text-align: center;
		margin-bottom: 23px;
	}
	.usadvisors-peoples img {
		width: 100%;
		object-fit: cover;
		height: auto;
	}
	.usadvisors-peoples::after {
		right: 4px;
		bottom: -18px;
		background-size: 140px;
		background-position-x: right;
	}
	.enter-site {
		bottom: 24px;
		right: 46px;
	}
	.enter-site h3 {
		font-size: 17px;
	}
	.enter-site h6 {
		font-size: 10px;
	}
	.usadvisors-block-content p {
		min-height: auto;
		font-size: 16px;
	}
	.profession-wrapper {
		flex-direction: column;
		padding: 15px 0 30px;
	}
	.profession-wrapper a {
		width: 100%;
		display: inline-block;
	}
	.profession-innerwrap {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 10px;
	}
	.success-content {
		margin-bottom: 10px;
	}
	.success-para {
		padding: 30px 0 0px;
	}
	.strategic-images {
		text-align: left;
	}
	.usadvisors-logo img {
		width: 370px;
	}
}
@media only screen and (max-width:768px){
	.single-item .carousel-control-next {
		right: 10px !important;
	}
	.banner-img img {
		position: relative;
		right: 33px;
	}
}
@media only screen and (max-width:767px) {
	header .row {
		flex-wrap: nowrap;
	}
	.banner-content {
		min-height: 258px;
	}
	.contact-info-outerwrap {
		padding: 30px 0;
	}
	.usadvisors-logo img {
		width: 270px;
	}
	.financial-group-innerwrap {
		margin-bottom: 35px;
	}
	.usadvisors-outerwrap {
		padding-bottom: 10px;
	}
	.usadvisors-block-content p {
		font-size: 14px;
	}
	.usadvisors-outerwrap .row .col-md-4:last-child p {
		min-height: 90px;
	}
	.what-we-do_outerwrap {
		padding: 10px 0 30px;
	}
	.advisorsInsurance .success-para {
		margin-bottom: 20px;
	}
	p.testimonial::after {
		bottom: 61px;
		right: 0px;
	}
	.banner-img {
		padding-top: 14px;
	}
    .single-item .carousel-control-next,.single-item .carousel-control-prev{
		top: 25% !important;
	}
	.footer-img {
		text-align: left;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.contact-info-content {
		padding-bottom: 44px;
	}
	footer .contact-info-content {
		padding-bottom: 0px;
	}
}
@media only screen and (max-width:640px) {
	.header-logo a {
		max-width: 100%;
		width: 170px;
	}
	.strategic-images {
		padding: 3px 0 15px;
	}
	.strategic-images a {
		max-width: 40%;
		display: inline-block;
	}
	.banner-content {
		min-height: 258px;
	}
	.banner-content p {
		max-width: 100%;
	}
	.banner-content p:last-child {
		margin-bottom: 40px;
	}
	.banner-content-btn {
		bottom: 20px;
	}
	.banner-content-btn a {
		font-size: 12px;
		line-height: 1.4;
	}
	.what-we-do_content h1 {
		font-size: 24px;
		line-height: 25px;
		margin-bottom: 14px;
	}
	.what-we-do_content p {
		margin-bottom: 7px;
	}
	.unique-outerwrap {
		padding: 10px 0;
	}
	.advisor-login a {
		max-width: 70%;
		display: inline-block;
	}
	.usadvisors-logo img {
		width: 100%;
	}
	.usadvisors-peoples img {
		height: auto;
	}
	.usadvisors-outerwrap .row .col-md-4:last-child p {
		min-height: unset;
	}
	.advisor-login h3 {
		left: 26%;
		font-size: 11px;
	}
	.advisor-login h3 span {
		font-size: 16px;
	}
	.advisor-login h3::after {
		right: -19px;
		border-width: 7px 0 7px 14px;
	}
	.usadvisors-logo {
		padding-bottom: 14px;
		max-width: 60%;
		margin: 0 auto;
	}
	p.testimonial::before, p.testimonial::after {
		content: unset;
	}
}
@media only screen and (max-width:480px) {
	.header-top ul li a {
		font-size: 10px;
	}
	.header-logo a img {
		width: 200px;
	}
	.usadvisors-logo {
		max-width: 70%;
	}
	.header-navbar button svg {
		max-width: 50px;
	}
	.banner-img img {
		object-fit: contain;
	}
	.banner-content {
		min-height: 338px;
	}
	.advisor-login h3 {
		left: 24%;
		font-size: 11px;
	}
	.banner {
		padding: 10px 0;
	}
	.financial-group-innerwrap{
		margin-top: 15px;
	}
	.advisor-login h3 span {
		font-size: 12px;
		padding-left: 4px;
		line-height: 1;
	}
	.advisor-login h3::after {
		border-width: 6px 0 6px 12px;
	}
	.usadvisors-block-content p {
		text-align: justify;
	}
}
@media only screen and (max-width:426px) {
	.banner-content {
		min-height: 278px;
	}
}
@media only screen and (max-width:375px) {
	.banner-content {
		min-height: 280px;
	}
}
@media only screen and (max-width:320px) {
	.banner-content {
		min-height: 340px;
	}
}
/* Responsive section end */