/* Enter Your Custom CSS Here */
.rcp_logged_in a {
    font-size: 26px !important;
}
/* Common CSS */
.main-header-bar:not([class$='ast-sticky-active']) {
    border-bottom-color: transparent;
}
#text-3 p {
	font-family: Montserrat;
	font-size: 13px;
}
#menu-footer-menu li {
	display: inline-block;
	margin-left: 5px;
}
#menu-footer-menu li a {
	font-family: Montserrat;
	font-size: 13px;
}
.zoom-social-icons-list {
		text-align: center;
}
/* Common CSS end */

/* Home page CSS */
.para-margin p {
	margin-bottom: 5px;
}
.li-margin-bottom li, .li-margin-bottom strong {
    padding-bottom: 5px;
}
/* Header CTA button */
#header-cta {
    font-size: 14px;
    padding: 10px 17px;
    color: #ffffff;
    border-color: #00b22d;
    background-color: #00b22d;
    border-radius: 4px;
    line-height: 40px;
}
#header-cta:hover {
    border-color: #00911b;
    background-color: #00911b;
}

/*My account menu custom CSS starts here*/

ul#menu-account-first {
    display: flex;
}

ul#menu-account-second {
    display: flex;
}


/*Account page menu CSS ends here*/

/* Home Page testimonials */
.testimonials .fa.fa-quote-left {
    color: #00b22d;
    font-size: 40px;
    margin-bottom: 20px;
}
/* Home page CSS end */

/* Service Page CSS */
.list-style-custom ul {
    list-style-type: none;
}
.list-style-custom ul li .ua-icon.ua-icon-checkmark-circle {
    position: absolute;
    transform: translateX(-30px);
    color: #00b22d;
    font-weight: 400;
    font-size: 18px;
    margin-right: 10px;
}
.list-style-custom ul .mark-it {
    background-color: rgba(0,178,45,0.2);
    padding: 5px;
}
.list-style-custom .uabb-info-list-content {
    margin-left: 14px;
    width: calc(100% - 80px) !important;
}
.list-style-custom ul li ul {
    margin-top: 15px;
}
.list-style-custom ul li ul li {
    margin-bottom: 10px;
}
.list-style-custom ul li ol li {
    margin-bottom: 10px;
}
/* Service Page CSS end */

/* FAQ page CSS */
.faq-page .uabb-adv-accordion-icon-wrap {
	vertical-align: top;
    padding-top: 5px;
}
/* FAQ page CSS end */

/* responsive CSS */
@media(max-width: 769px) {
	#header-cta {
	    padding: 10px 17px;
	}
}

@media(max-width: 767px) {
	.list-style-custom .uabb-info-list-content {
		width: calc( 100% - 66px );
		margin-left: 0px;
	}
	.blog .ast-title-bar-wrap {
    	padding-top: 90px;
    	padding-bottom: 90px;
	}
}
/* responsive CSS end  */
 body:not(.logged-in) .ast-custom-html {
    display: block;
}
.ast-custom-html {
    display: none;
}
@media (max-width:768px) {
		#text-3 p {
				text-align: center;
		}
		#menu-footer-menu {
				text-align:center;
		}
}
@media (min-width:922px) {
	body.logged-in .header-cta-btn {
			font-size: 14px;
			padding: 0px 17px;
			color: #ffffff;
			border-color: #00b22d;
			background-color: #00b22d;
			border-radius: 4px;
			line-height: 40px;
	}
	body.logged-in .header-cta-btn > a {
    color:#ffffff !important; 
}
}
@media (max-width:922px) {
	.ast-header-break-point .main-header-bar .main-header-bar-navigation .children, 
	.ast-header-break-point .main-header-bar .main-header-bar-navigation .sub-menu {
    line-height: 1.6em !important;
}
}
.header-main-layout-1 .main-navigation {
    vertical-align:middle;
}