@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold.woff2') format('woff2'),
         url('../fonts/poppins-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppinsmedium';
    src: url('../fonts/poppins-medium.woff2') format('woff2'),
         url('../fonts/poppins-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular.woff2') format('woff2'),
         url('../fonts/poppins-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppinssemibold';
    src: url('../fonts/poppins-semibold.woff2') format('woff2'),
         url('../fonts/poppins-semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
html,body{
	/*overflow-x:hidden !important;*/
}
body{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'poppinsregular';
	font-size: 15px;
	font-weight: normal;
	line-height: 1.67;
	color: #000000;
}

.big-container {
    margin-right: auto;
    margin-left: auto;
	max-width:1580px;
}

.page-title.title-search-results{
    font-family: 'poppinssemibold';
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    color: #000000;
}
.page-header {
    border-bottom: 1px solid #ccc;
}

.search .navigation{
	margin-top:20px;
}
.help-center-outer{
	margin:0px -115px !important;
}
.search-by-cat select{
	border: 2px solid #385DA8;
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url(../images/down-arrow.svg) no-repeat scroll right 10px center !important;
	width: 100%;
    height: 60px;
    border-radius: 4px;
    background-color: #ffffff;
    font-family: 'poppinsregular';
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #666666;
    padding: 10px 20px;
	max-width: 500px;
    margin: 0 auto;
    display: block;
	font-size: 20px;
    color: #000;
}
.search-by-cat select option{
	font-size:15px;
}
.search-by-cat select option.parent-term{
	font-weight:bold;
}
.mfp-bg{
	z-index: 99999999999;
}
.grecaptcha-badge{display:none !important;}
.mfp-wrap{
	z-index: 9999999999;
}
.character-list{
	padding:0px;
	text-align:center;
	margin-top: 100px;
}
.character-list li {
    display: inline-block;
    margin-right: 15px;
}
.letter-content{
	width:50%;
	float:left;
}
.search-response h3{
	font-size: 30px;
}
.search-response{
	margin-top:30px;
}
.character-list li.disabled{
    display:none;
}
.search-outer{
	padding-top:30px;
}
.mcpup-content h3{
	font-family: 'poppinssemibold' !important;
}
.mcpup-content p,.mcpup-form input, .mcpup-content .mcpup-form input, input.mcpup-input,.mcpup-content p.mcpup-short-msg{
	font-family: 'poppinsregular' !important;
}
.letter-description{
	padding-left:0px;
	padding-right:20px;
}
.letter-description li{
	list-style: none;
    margin-bottom: 10px;
    line-height: 18px;
}
.letter-description li a:hover{
	color:#000;
}
.character-list li span {
    display: inline-block;
    margin-right: 10px;
    color: #385DA8;
    font-size: 20px;
    font-family: 'poppinssemibold';
    cursor: pointer;
}
.character-list li span:hover{
    color: #60a731;
}
.search-section input.auto-suggest-front{
	width: 100%;
	height: 70px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.19);
	background-color: #ffffff;
	margin:0px;
  }
.search-section {
	width: 100%;
	margin-top:0px;
}
.search-outer.affix{
	position: fixed;
    z-index: 999;
    left: 0px;
    right: 0px;
    top: 0px;
    background: #fff;
    border-bottom: 1px solid #000;
}
.home .entry-header{
	display:none;
}
h1.logo-head {
    font-size: inherit;
}
.search-section input.auto-suggest-front{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: rgba(0,0,0,0.7);
	padding-left: 30px;
}
.search-section .auto-suggest-submit {
    background: url(../images/search.svg) #60a731 no-repeat scroll 50% 50%;
    border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    border: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 58px;
    height: 58px;
    padding: 0;
    bottom: 6px;
    right: 6px;
    top: 6px;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.asr-container {
    border: 1px solid #f2f2f2;
    width: 100%;
	position: absolute;
	z-index:99999;
}
.search-outerbox{
	position:relative;
}
.top-slider-section-outer-row .slick-list{
	overflow:visible;
}
p.more-res a{
    padding: 10px;
	display:block;
}
p.more-res{
    padding: 0px;
	background:#385da8;
}
p.more-res:hover{
	background:#60a731;
}
.search-section .auto-suggest-submit:hover,.search-section .auto-suggest-submit:focus{
    background: url(../images/search.svg) #e78302 no-repeat scroll 50% 50%;
}
.result-section .col-right .post-title a {
    color: rgba(0,0,0,0.7);
}
.work-image{
	height:100px;
	display:table;
	vertical-align:middle;
	width:100%;
}
.work-image-inner {
    display: table-cell;
    vertical-align: middle;
}
.how-work-outer{
	position:relative;
}
.how-work-outer:after {
    content: " ";
	background: url(../images/right-arrow-purple.svg)no-repeat center center;
	height:36px;
	width:36px;
	position: absolute;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.06);
    border: solid 2px #e9e9e9;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	top: 33px;
    right: -20px;
}
.how-it-work-outer .lh-row{
	margin-left:-27px;
	margin-right:-27px;
	width:auto;
}
.how-to-work-section .col-md-3.col-xs-3:last-child .how-work-outer:after{
	display:none;
}
.container {
    padding-left: 25px;
    padding-right: 25px;
}
.home-testimonial .lh-widget-testimonial-carousel .lh-main-swiper{
	width:100%;
}
.home-testimonial .swiper-slide{
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.home-testimonial .swiper-slide{
	border-bottom-left-radius: 0px !important;
	-webkit-border-bottom-left-radius: 0px !important;
}
.home-testimonial .swiper-container-horizontal>.swiper-pagination-bullets{
	bottom:-10px !important;
}
.top-header-whatsapp-outer{
	background:#f9f8f8;
	text-align:center;
	padding:8px 0px;
}
.top-header-whatsapp-outer a{
	font-family: 'poppinssemibold';
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.34px;
	color: rgba(0,0,0,0.7);
	display: inline-block;
    vertical-align: middle;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.top-header-whatsapp-outer a:hover{
	color: #60a731;
}
.top-header-whatsapp-outer p{
	margin:0px;
}
.top-header-whatsapp-outer i{
	color: #60a731;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
	margin-right:5px;
}
.header-row{
	padding-top:14px;
	padding-bottom:14px;
}
.top-tel,.btn-type1,.btn-type2,.header-right-widget p{
	display:inline-block;
}
.header-right-widget-outer{
	text-align:right;
	    margin-top: 10px;
}
.header-right-widget-outer .btn-type1,.header-right-widget-outer .btn-type2{
	margin-left:20px;
}
.btn-type1,.btn-type2{
	font-family: 'poppinsbold';
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1px;
	text-align: center;
	color: #000;
	text-transform:uppercase;
	padding: 8px 25px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: solid 2px #6bb038;
	background:transparent;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.btn-type2{
	background:#6bb038;
	color:#fff;
}
.find-document .wpcf7-form-control-wrap {
}
.wpcf7 .find-document input[type="submit"] {
	width: 147px;
    display: inline-block;
    height: 50px;
}
.document-btn-outer .document-price span{
    color: #e78302;
}
.addtoany_shortcode{
	margin-top:40px;
}
.addtoany_shortcode .a2a_button_facebook{
	padding-left:0px;
}
.btn-type2:hover,.btn-type2:focus{
	background:transparent;
	color:#000;
}
.bottom-buttons-class .document-create{
	display:inline-block;
	margin-right:10px;
}
.bottom-buttons-class{
	margin-top:40px;
}
.btn-type1:hover,.btn-type1:focus{
	background:#6bb038;
	color:#fff;
}
.top-tel a{
	font-family: 'poppinssemibold';
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.34px;
	color: rgba(0,0,0,0.7);
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.top-tel a:hover{
	color: #6bb038;
}
.top-tel svg{
	margin-right:10px;
	vertical-align:middle;
}
.top-tel svg path{
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.top-tel a:hover svg path{
	fill: #6bb038;
}
.top-tel{
	position:relative;
	top:3px;
}
.logo-sideheader #secondary-header {
    margin-top: 0;
    padding-top: 0;
    background: #385da8;
}
header .big-container{
	padding-right:30px;
	padding-left:30px;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{
	font-family: 'poppinssemibold';
    letter-spacing: 1.25px;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item a{
    color: #141414;
    font-size: 13px;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item a:hover{
    color: #6bb038;
}
.header-side-menu #main-navigation ul li.current-menu-item > a{
    color: #6bb038 !important;
}
.header-side-menu #main-navigation ul li.current-menu-item li a, .header-side-menu #main-navigation ul li.current-menu-ancestor li a,#main-navigation ul li.menu-item-object-documents_taxonomies.current-documents-ancestor li a{
    color: #141414 !important;
}
#main-navigation ul li.menu-item-object-documents_taxonomies > a{
	color: #6bb038 !important;
}
#main-navigation ul li.menu-item-object-documents_taxonomies > ul{
	color: #6bb038 !important;
}
.header-side-menu #main-navigation ul li.current-menu-item li a:hover, .header-side-menu #main-navigation ul li.current-menu-ancestor li a:hover,#main-navigation ul li.menu-item-object-documents_taxonomies.current-documents-ancestor li a:hover{
    color: #6bb038 !important;
}
#header{
	position:relative;
}
#main-navigation ul li.menu-item-object-documents_taxonomies li.menu-item-type-taxonomy > a{
	color: #141414 !important;
}
#main-navigation ul li.menu-item-object-documents_taxonomies li.menu-item-type-taxonomy > a:hover{
	color: #6bb038 !important;
}
#main-navigation ul li.menu-item-object-documents_taxonomies li.menu-item-type-taxonomy:hover > li > a{
	color: #141414 !important;
}
#main-navigation ul li.menu-item-object-documents_taxonomies li.menu-item-type-taxonomy > li:hover > a{
	color: #141414 !important;
}

.header-side-menu #main-navigation ul li.current-menu-item li:hover li a{
	color: #141414 !important;
}
.header-side-menu #main-navigation ul li.current-menu-parent a{
	color: #6bb038 !important;
}
.header-side-menu #main-navigation ul li.current-menu-item li li:hover a{
	color: #6bb038 !important;
}
#main-navigation ul li.menu-item-object-documents_taxonomies li.menu-item-type-taxonomy.current-menu-parent > a{
	color: #6bb038 !important;
}
.header-side-menu #main-navigation ul li.current-menu-item li.current-menu-item a, .header-side-menu #main-navigation ul li.current-menu-ancestor li.current-menu-item > a,#main-navigation ul li.menu-item-object-documents_taxonomies.current-documents-ancestor li.current-menu-item a{
    color: #6bb038 !important;
}
#main-navigation ul li.menu-item-object-documents_taxonomies > a{
    color: #141414;
    font-size: 16px !important;
	font-family: 'poppinssemibold';
}
#main-navigation ul li.menu-item-object-documents_taxonomies li.menu-item-type-taxonomy a{
    color: #141414;
    font-size: 14px !important;
	font-family: 'poppinssemibold';
}
#main-navigation ul li.menu-item-object-documents_taxonomies li.menu-item-type-taxonomy li a{
    color: #141414;
    font-size: 13px !important;
	font-family: 'poppinsregular';
}
#main-navigation ul li.menu-item-object-documents_taxonomies a:hover{
    color: #6bb038;
}
#main-navigation ul li.menu-item-object-documents_taxonomies a{
    position:relative;
	padding-bottom:10px;
}
#main-navigation ul li.menu-item-object-documents_taxonomies li a::after{
    content: " ";
	width: 25px;
    height: 0px;
    background: #c9c9c9;
    bottom: 0px;
    left: 0px;
    position: absolute;
}
#main-navigation ul li.menu-item-object-documents_taxonomies li.menu-item-type-post_type a::after{
    display:none;
}
#main-navigation ul li.menu-item-object-documents_taxonomies li.menu-item-type-post_type a{
    margin-bottom: 0;
	padding-bottom: 0;
}
.rd-navbar-dropdown{
	margin-bottom:40px;
}
#main-navigation ul li.menu-item-object-documents_taxonomies li.menu-item-type-taxonomy li a::after{
    display:none;
}
#main-navigation ul li.menu-item-object-documents_taxonomies li.menu-item-type-taxonomy{
    margin-top:30px;
}
#main-navigation ul li.menu-item-object-documents_taxonomies li.menu-item-type-taxonomy:first-child{
    margin-top:0px;
}
#main-navigation ul li.menu-item-object-documents_taxonomies a {
    margin-bottom: 10px;
    display: inline-block;
}
#main-navigation ul li.menu-item-object-documents_taxonomies li.menu-item-type-taxonomy li a {
    margin-bottom: 0px;
	padding-bottom:0px;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item > ul.mega-sub-menu{
	
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu{
	left:-60px;
}
#main-navigation ul li.mega-menu-flyout .mega-current-menu-item a{
	color: #6bb038 !important;
}
#wpfront-notification-bar div{
	display:block;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-current-menu-item.mega-menu-megamenu.mega-menu-item .mega-menu-link{
	text-decoration:underline;
	text-underline-position: under;
}
#search-open{
	background: url('../images/white-search.svg')no-repeat center center;
	height: 20px;
    width: 20px;
    float: right;
    margin-top: 20px;
}
.cart-section{
	float:right;
}
#cart-icon {
    background: url(../images/cart.svg)no-repeat center center;
    height: 24px;
    width: 24px;
    float: right;
    margin-top: 18px;
}
.cart-section{
	margin-right:25px;
	position: relative;
}
.cart-section span{
	color: #fff;
    border-radius: 50%;
    background: #60a731;
    width: 18px;
    height: 18px;
    display: block;
    font-size: 12px;
    position: absolute;
    text-align: center;
    line-height: 18px;
    right: -10px;
    top: 10px;
}
.tel-no-menu{
	margin-top: 5px !important;
    padding-top: 10px !important;
    border-top: 1px solid #dcdcdc !important;
}
.tel-no-menu a{
	line-height: 24px !important;
}
.tel-no-menu a span{
	color:#385da8;
	font-family: 'poppinssemibold';
}
.tel-no-menu a:hover span{
	color:#60a731;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
	position:static;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children > a.mega-menu-link{
	position:relative;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:before{
	content: " ";
	opacity:0;
	position: absolute;
	
}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:before{
	content: " ";
	width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
	position: absolute;
	opacity:1;
    bottom: -2px;
    left: 50%;
    margin-left: -30px;
	transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
}
.left-footer{
	width:40%;
	float:left;
	background:#2d3341;
}
.right-footer{
	width:60%;
	float:left;
	background:#f1f6ff;
}
#footer-wrapper::before{
	content: " ";
	width:50%;
	left:0;
	top:0;
	height:100%;
	position: absolute;
	background:#2d3341;
	z-index:-1;
}
#footer-wrapper{
	position:relative;
}
#footer-wrapper::after{
	content: " ";
	width:50%;
	top:0;
	right:0;
	height:100%;
	position: absolute;
	background:#f1f6ff;
	z-index:-1;
}
.footer-widget-1{
	padding-top:40px;
}
.left-footer-inner{
	padding-right:100px;
}
.footer-widget-1 p{
	font-family: 'poppinsregular';
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.63;
	letter-spacing: normal;
	color: rgba(255,255,255,0.8);
}
.for-mobile-footer{
	display:none;
}
.footer-widget-1 a{
	display:block;
	margin-bottom:20px;
}
.footer-widget .menu li{
	list-style:none;
	display:block;
	line-height:normal;
	margin-bottom:10px;
}
.footer-widget .menu{
	padding:0px;
	margin:0px;
	margin-bottom: 20px;
}
.footer-widget .menu li a{
	display:inline-block;
	font-family: 'poppinsregular';
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 20px;
	letter-spacing: normal;
	color: #666666;
}
.footer-widget .menu li a:hover{
	color: #6bb038;
}
.footer-widget .menu li.current-menu-item a{
	color: #6bb038;
}
.right-footer-inner .widget-title .widget-header{
	font-family: 'poppinssemibold';
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.86px;
	color: #333333;
	margin-bottom: 10px;
}
.footer-widget .mc4wp-form-fields input[type="email"] {
    background: transparent;
    height: 36px;
    line-height: 36px;
    width: 100%;
    border-bottom: 1px solid #385DA8;
}
.footer-widget .mc4wp-form-fields {
    position: relative;
}
.right-footer-inner{
	padding-top:40px;
	font-size:0px;
}
.footer-widget .mc4wp-form-fields input[type=email] {
    border: 2px solid #385DA8;
    width: 100%;
    padding: 10px 20px;
    padding-right: 35px;
    letter-spacing: 1px;
    background: 0 0;
    height: 45px;
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    border-radius: 0;
	max-width:300px;
}
.social-media ul{
	padding:0px;
	margin:0px;
}

.social-media ul li{
	list-style:none;
	display: inline-block;
    margin-right: 15px;
}
.blog-sidebar{
	padding-left:0px;
}
.page-contact-us .live-chat .mega-menu-link{
	cursor:pointer !important;
	color: #385DA8;
    font-family: "Poppins";
    font-weight: 600;
}
.webdesign-lb{
	font-size:13px;
	top:20px;
	right:0px;
	position:absolute;
}
.webdesign-lb a:hover{
	color:#999;
}
.footer-widget-4 .footer-widget{
	position:relative;
}
.social-media ul li a i{
	color:rgba(255,255,255,0.8);
	font-size:16px;
	    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	line-height:35px;
}
.social-media{
	margin-top:30px;
}
.social-media ul li a{
	margin-bottom:0px;
	display:block;
	border: 1px solid rgba(255,255,255,0.8);
    height: 35px;
    width: 35px;
    line-height: 35px;
	    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
}
.social-media ul li a:hover{
	background:#fff;
	border: 1px solid rgba(255,255,255,0.8);
}
.social-media ul li a:hover i{
	color:#2d3341;
}
.footer-widget .mc4wp-form .mc4wp-response {
    position: absolute;
    max-width: 300px;
    font-size: 11px;
    text-align: left;
	margin-top: 5px;
	color: #666666;
	letter-spacing: 0.3px;
}
.inner-pages-pd.search-page .page-title{
	font-family: 'poppinssemibold';
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: normal;
    color: #141414;
    margin: 0px;
    margin-bottom: 5px;
}
.custom-overlay{
	background:rgba(0,0,0,0.5);
	text-align:center;
	height:100%;
	left:0;
	position:fixed;
	top:0px;
	width:100%;
	z-index:9999;
}
.custom-overlay td{
	border:0px;
	vertical-align:middle;
}
.custom-overlay img{
	vertical-align:middle;
}
.pagination-for-search{
	margin-top: 20px;
	clear:both;
}
.pagination-for-search .right-side{
	float:right;
}
.pagination-for-search .right-side,.pagination-for-search .left-side{
	cursor:pointer;
}
.class-search-outer-section{
	margin-bottom:40px;
	border-bottom:1px solid #ccc;
	padding-bottom:40px;
}
.search-details .search-title .post-title{
	margin-top:10px;
}
.homeicon a{
	padding-right:30px !important;
}
.homeicon a i{
	font-size:20px;
	line-height:60px;
}
#mega-menu-header-menu > .mega-current-menu-item > a{
	text-decoration: underline !important;
    text-underline-position: under !important;
}
#mega-menu-header-menu > .mega-current-menu-item > a i{
	text-decoration: underline !important;
    text-underline-position: under !important;
}
.page-thankyou #header {
    
}
optgroup option:first-child{
	font-weight:bold !important;
}
.page-thankyou .innerpage-middlebar{
	display:none;
}
.footer-widget .mc4wp-form{
	position:relative;
}
.footer-widget .mc4wp-form-fields input[type=submit] {
    border: 0;
    padding: 7px 20px;
    height: 40px;
    margin-top: 10px;
	background-color: #60A731;
	font-size: 14px;
	color:#fff;
}
.footer-widget .mc4wp-form-fields input[type=submit]:hover{
	background-color: #E78302;
}
.footer-widget-2,.footer-widget-3{
	width: 50%;
    display: inline-block;
    vertical-align: top;
}
.footer-widget-2,.footer-widget-4{
	padding-left:65px;
}
.footer-widget-4{
	margin-top:10px;
}
.footer-widget-4 .footer-widget{
	margin-bottom:20px;
}
.footer-widget-4 img{
	display:inline-block;
}
.footer-widget-4 .footer-imgs{
	margin-right:55px;
}
.copyright{
	font-family: 'poppinsregular';
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #939393;
	position: absolute;
    bottom: 25px;
}
.copyright a{
	color: #939393;
}
/* #header {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
    background: #fff;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.fixed-header #header{
	top:-124px;
} */
.menu-logo{
	display:none;
}
.for-mobile-menu{
	display:none !important;
}
/* Inner page banner Style */
.innerpage-middlebar {
    position: relative;
    margin-bottom: 10px;
}
.middlebar-innerpage {
    height: 300px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index:10;
}
.middlebar-innerpage:before{
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
}
.innerpage-middlebar .inner-middlebar-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0px;
    text-align: center;
}
.innerpage-middlebar .banner-title-group {
    display: table;
    height: 100%;
    width: 100%;
    max-width: 1170px;
    margin: 0px auto;
    padding: 0 25px;
}
.innerpage-middlebar .banner-title {
    display: table-cell;
    vertical-align: middle;
}
.innerpage-middlebar .banner-title h1 {
	font-family: 'poppinssemibold';
	font-size: 42px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 50px;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff;
	margin:0px;
}
#breadcrumbs{
	font-family: 'poppinsregular';
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1.08px;
	color: #6bb038;
	text-transform:uppercase;
}
#breadcrumbs .breadcrumb_last{
	color: #4f5050;
}
.top-banner #breadcrumbs .breadcrumb_last{
	color: #fff;
}
.cat-name-inner{
	padding: 30px;
    position: relative;
}
.cat-image{
    position: absolute;
}
.cat-content{
	padding-left:100px;
}
.cat-content-title{
	font-family: 'poppinssemibold';
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #ffffff;
	margin-bottom:10px;
}
.cat-content-view a{
	font-family: 'poppinssemibold';
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1px;
	color: #ffffff;
	border-radius: 4px;
	border: solid 1px #d0d0d0;
    padding: 4px 7px;
	display:inline-block;
}
.cat-content-view a:hover{
	color: #385da8;
	background:#fff;
}
.comment-date,.categories-name{
	display:inline-block;
}
.post-title a{
	font-family: 'poppinssemibold';
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.42;
	letter-spacing: normal;
	color: #000000;
}
.post-title a:hover{
	color: #60a731;
}
.comment-date,.categories-name{
	font-family: 'poppinsregular';
	font-size: 11px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1.16px;
	color: #385da8;
	text-transform:uppercase;
	line-height:13px;
}
.categories-name{
	padding-left: 8px;
    margin-left: 5px;
    border-left: 1px solid #385da8;
}
.top-cat-date-section-outer{
	padding-top:25px;
	padding-right:25px;
	margin-top: -54px;
    background: #fff;
	width: calc(100% - 30px);
    position: relative;
	border-top-right-radius:4px;
}
.top-cat-date-section{
	margin-bottom:15px;
}
.blog-listing-inner .entry-content .image{
	overflow:hidden;
}
.blog-listing-inner .entry-content .image img{
	transform: scale(1);
	-webkit-transform: scale(1);
    -o-transform: scale(1);
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.blog-listing-inner .entry-content .image:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.top-cat-date-section-outer .read-btn a{
	background: transparent;
    border: 0;
    padding: 0;
    height: auto;
    line-height: normal;
	font-family: 'poppinsbold';
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1px;
	color: #60a731;
}
.top-cat-date-section-outer .read-btn a:hover{
	color: #141414;
}
.navigation ul li{
	display:inline-block;
	margin-right: 10px;
}
.navigation ul{
	padding:0;
	text-align: center;
}
.navigation ul li a{
    padding: 0;
    border: 1px solid #60a731;
    width: 40px;
    height: 40px;
    line-height: 38px;
    display: block;
    color: #000;
    font-size: 16px;
}
.navigation {
    margin-top: 0;
}
.navigation ul li.active a,.navigation ul li a:hover{
    background:#60a731;
	color:#fff;
}
.blog-listing-inner .entry-content{
	margin-bottom:40px;
}
.top-cat-date-section-outer .read-btn a i{
	margin-left:7px;
	font-size:15px;
}
.top-cat-date-section-outer .read-btn{
	margin-top:10px;
}
.cat-content-view{
	margin-bottom:5px;
}
.documentcat-inner-title{
	font-family: 'poppinsregular';
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: normal;
	color: #141414;
}
.links-cat .view-detail{
	display:inline-block;
}
.links-cat .view-detail a{
	font-family: 'poppinsmedium';
}
.documentcat-box-item{
	padding: 0px 20px;
    height: 50px;
	display: table;
    width: 100%;
	cursor:pointer;
}
.documentcat-title{
	display: table-cell;
	vertical-align:middle;
	height:100%;
	border-bottom: solid 1px #dfdfdf;
}
.documentcat-box-item:hover{
	background:#f5f9ff;
}
.documentcat-outer{
	border-radius: 4px;
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.12);
	border: solid 1px #dfdfdf;
	background-color: #ffffff;
	margin-top: -2px;
}
.links-cat a{
	font-family: 'poppinsmedium';
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #666666;
	text-transform:uppercase;
}
.links-cat a:hover{
	color: #60a731;
}
.links-cat a.link-green{
	color: #60a731;
	margin-right:15px;
}
.document-category-outer .links-cat{
	display:block;
}
.documentcat-box-item:hover .links-cat{
	display:block;
}
.home .documentcat-box-item:hover .links-cat{display:block !important;}
.documentcat-box:last-child .documentcat-title{
	border-bottom:0px;
}
#breadcrumbs a:hover{
	color: #4f5050;
}
.cat-name-inner{
	background:#385da8;
}
.lh-text-editor ol{
	padding-left:15px;
}
.lh-text-editor ol li{
	font-size:15px;
}
.lh-text-editor ul{
	padding-left:0px;
	margin-top:15px;
}
.lh-text-editor ul li{
	color:rgba(0, 0, 0, 0.7);
	position:relative;
	list-style:none;
	padding-left: 20px;
}
.lh-text-editor ul li::before{
	content: "\f054";
	position:absolute;
	left:0px;
	color:#385da8;
	font-family: FontAwesome;
	display:block;
}
.help-center .live-chat a{
	font-family: 'poppinsregular';
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	color:#fff;
}
.help-center .live-chat a{
	background: url('../images/chat-bubble-user.svg') no-repeat left center;
    height: 100%;
    cursor: pointer;
    padding-left: 38px;
    background-size: 17px;
}
.help-center{
	margin-bottom: 15px !important;
    margin-top: -5px;
}
.help-span{
	margin-top: 10px;
    display: block !important;
}
.help-center-outer .lh-icon-list-text{
	line-height:22px;
}
.help-center-outer .lh-icon-list-icon{
	line-height:8px;
}
.wpcf7 input{
	width:100%;
	height: 50px;
	border-radius: 4px;
	background-color: #ffffff;
	border:0px;
	font-family: 'poppinsregular';
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #666666;
	padding:10px 20px;
}
.wpcf7 select{
	width:100%;
	height: 50px;
	border-radius: 4px;
	background-color: #ffffff;
	border:0px;
	font-family: 'poppinsregular';
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #666666;
	padding:10px 20px;
}
.wpcf7 input[type="submit"]{
	width: 197px;
	height: 49px;
	border-radius: 4px;
	background-color: #60a731;
	font-family: 'poppinsbold' !important;
	font-size: 13px !important;
	font-weight: normal !important;
	font-stretch: normal !important;
	line-height: normal !important;
	letter-spacing: 1.08px !important;
	text-align: center !important;
	color: #ffffff !important;
	text-transform:uppercase;
	padding:10px 35px !important;
	background:#60a731 !important;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.wpcf7 input[type="submit"]:hover{
	background:#E78302 !important;
}
.wpcf7 select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url(../images/down-arrow.svg) no-repeat scroll right 10px center !important;
}
.wpcf7-not-valid-tip {
    bottom: 0 !important;
    color: #fff !important;
    font-size: 12px !important;
    position: absolute !important;
    right: 0px !important;
    background: #e10001 !important;
    padding: 2px 4px 2px 4px !important;
}
.wpcf7-form-control-wrap{
	display:block;
	margin-bottom:20px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {

    background-color: #e10001 !important;
    color: #fff !important;
    border-color: #e10001 !important;
	margin: 0;
    font-size: 13px;
}
.wpcf7-mail-sent-ok{
	display:none !important;
}
.tax-name{
	font-family: 'poppinssemibold';
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.7;
	letter-spacing: normal;
	color: #141414;
	margin:0px;
	margin-bottom:15px;
}
.tax-desc{
	margin-top:15px;
}
.step-box{
	display:inline-block;
	display: inline-block;
    background: #f0f5ff;
    padding: 20px;
    margin-right: 25px;
	min-width:173px;
}
.state {
	font-family: 'poppinssemibold';
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.7;
	letter-spacing: normal;
	color: #141414;
}
.state-text{
	font-family: 'poppinssemibold';
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1.08px;
	color: #000000;
	text-transform:uppercase;
	margin-bottom:15px;
	display:block;
}
.step-box br{
	display:none;
}
.category-document-steps{
	margin-top:30px;
}
.document-lists{
	margin-top:70px;
}
.document-category-outer{
	padding-left:80px;
	margin-bottom:75px;
	background: #fff url(../images/left-cat.svg) no-repeat scroll left top !important;
}
.document-category-outer.for-inner-small-cat{
	background:none !important;
	padding-left:0px;
	margin:0px;
	margin-top:30px;
}
.document-category-name{
	font-family: 'poppinssemibold';
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 28px;
	letter-spacing: normal;
	color: #385da8;
	margin:0px;
}
.document-category-outer.for-inner-small-cat .document-category-name{
	font-size:16px;
	color: #000;
}
.document-category-outer.for-inner-small-cat .document-category-name{
	position:relative;
}
.document-category-outer.for-inner-small-cat .document-category-name::after{
	content: "\f061";
    font-family: 'fontawesome';
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    left: -30px;
}
.document-category-outer .view-detail{
	margin-top:-5px;
}
.view-detail a{
	font-family: 'poppinsbold';
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1px;
	color: #60a731;
	text-transform:uppercase;
}
#msform{
	position:relative !important;
	margin-top:0px !important;
}

.view-detail a:hover{
	color: #E78302;
}
.document-box{
	margin-top: 10px;
    border-bottom: solid 1px #dfdfdf;
    padding-bottom: 10px;
	width:31.33%;
	float:left;
}
.document-box{
	margin-right:2%;
	margin-bottom: 15px;
}
.document-row .links-cat{
	display:none;
}	
.home .document-row .links-cat{
	display:none !important;
}	
.document-title,.document-price{
	font-family: 'poppinsregular';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #141414;
}
.document-title{
	margin-bottom:3px;
}
.why-us-form{
	margin-top:75px;
	padding-bottom:30px;
}
.row1{
	margin-bottom:75px;
}
.why-us .lh-image-box-title{
	margin-top:0px;
}
.document-title a{
	color: #000000;
}
.document-title a:hover{
	color: #60a731;
}
.document-price{
	color:#385da8;
	margin-top:0px;
}
.document-create a,
.document-create .documentBtn{
	font-family: 'poppinsbold';
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff;
	padding: 8px 18px;
	background:#60a731;
	text-transform:uppercase;
	border-radius: 4px;
	margin-top:5px;
	display:inline-block;
}
.inner-content-document .document-create a,
.inner-content-document .document-create .documentBtn{
	font-size: 12px;
    font-family: 'poppinsbold';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    background-color: #e78302;
    border: solid 2px #e78302;
}
.inner-content-document .document-create a i ,
.inner-content-document .document-create .documentBtn i{
    font-size: 16px;
    margin-left: 10px;
}
.inner-content-document .document-create a:hover,
.inner-content-document .document-create .documentBtn:hover{
    border: solid 2px #d0d0d0;
    background: transparent;
    color: #000;
}
.inner-content-document .document-create.preview-doc a {
    border: solid 2px #d0d0d0;
    background: transparent;
    color: #000;
}
.inner-content-document .document-create.preview-doc a:hover{
    border: solid 2px #e78302;
    background: #e78302;
    color: #fff;
}
.document-create a:hover{
	background:#E78302;
}
.top-banner{
	background:#254990;
	padding-top:45px;
	padding-bottom:150px;
}
.top-banner .title{
	font-family: 'poppinssemibold';
	font-size: 42px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 50px;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	margin:0px;
}
.top-banner #breadcrumbs a:hover {
    color: #fff;
}
.top-banner #breadcrumbs{
	text-align: center;
    padding: 0;
    padding-top: 10px;
}
.document-btn-outer div{
	display:inline-block;
	margin-right: 20px;
}
.document-btn-outer{
	margin-top:25px;
	text-align: center;
    margin-left: -170px;
}
.document-btn-outer .document-price {
	font-family: 'poppinssemibold';
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
}
.document-btn-outer .document-create a {
	font-family: 'poppinsbold';
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff;
	text-transform:uppercase;
	padding:15px;
	min-width:215px;
	background:#e78302;
}
.document-btn-outer .document-create a {
	font-family: 'poppinsbold';
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff;
	text-transform:uppercase;
	padding:12px 20px;
	min-width:215px;
	background:#e78302;
	border-radius: 4px;
	border: solid 2px #e78302;
}
.document-btn-outer .document-create a i{
    font-size: 20px;
    margin-left: 10px;
}
.post-type-archive-documents .navigation{
	margin-bottom:70px;
}
.document-btn-outer .document-create a:hover{
	color: #ffffff;
	background:transparent;
	border: solid 2px rgba(255,255,255,0.2);
}
.document-btn-outer .document-create.preview-doc a{
	color: #ffffff;
	background:transparent;
	border: solid 2px rgba(255,255,255,0.2);
}
.document-btn-outer .document-create.preview-doc a:hover{
	color: #ffffff;
	background:#e78302;
	border: solid 2px #e78302;
}
.document-outer{
	padding:0 30px;
	margin-top: -110px;
}
.document-outer .content-area{
	margin:0 auto;
	max-width:1400px;
	border-radius: 6px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
	margin-top: -110px;
}
.affordtable-detail{
	margin-top:100px;
	padding-bottom:80px;
}
.wpcf7 .contact-form input,.wpcf7 .contact-form select{
	border:1px solid #dadada;
}
.wpcf7 .contact-form input[type="submit"]{
	border:0px solid #dadada;
}
.col-sm-12 .wpcf7-form-control-wrap.message{
	height:150px;
}
.col-sm-12 .wpcf7-form .wpcf7-response-output{
	border-color: #66c50e !important;
    color: #66c50e !important;
}
.col-sm-12 .wpcf7-form.invalid .wpcf7-response-output{
	border-color: #ff0000 !important;
	color: #ff4a4a !important;
}
/*****Comment Section******/

.comment-section .comments-title {
    display: none;
}
.comment-section .comment-section .commentlist {
    max-width: 925px;
    margin: 0 auto;
}
.comment-section .commentlist .avatar {
    border-radius: 50%;
    margin-right: 30px;
    margin-bottom: 30px;
	display:none;
}
.comment-section .comment-body .comment-meta em.comment-awaiting-moderation{
    font-weight:bold;
	font-size:14px;
}
.inner-content-document{
	padding-bottom:30px;
}
.statistics-info-box{
	font-family: 'poppinsregular';
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 24px;
	margin-bottom:7px;
	letter-spacing: normal;
	color: #000000;
	padding-left: 30px;
	background: #fff url(../images/document-left.svg) no-repeat scroll left top 5px !important;
}
.statistics-info-outer h3{
	font-family: 'poppinssemibold';
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #141414;
	margin-bottom:10px;
}
.content-docuement-inner{
	padding: 40px 150px;
	padding-bottom: 20px;
}
.statistics-info-outer{
	margin-top:20px;
}
.lh-191 .lh-element.lh-element-12bf9ea .lh-toggle .lh-toggle-icon.lh-toggle-icon-right {
    top: 3px !important;
    position: relative;
}
.comment-section .commentlist .fn,
.comment-section .commentlist .fn a{
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0px;
    color: #385da8;
    margin-bottom: 0px;
    text-decoration: none;
	text-transform:uppercase;
}
.comment-section .commentlist .fn a{
    pointer-events:none;
    cursor:default;
}
.comment-section .comment {
    border-bottom:none;
    margin-bottom: 0px;
}
.comment-section .parent {
    border-bottom: none;
    margin-bottom: 0;
}
.comment-section .commentlist .says {
    display: none;
}
.comment-section input[type="checkbox"]{
	position:relative;
	top:-4px;
}
.comment-section .reply {
    margin-bottom: 20px;
}
.comment-section .reply a {
	font-size: 12px;
	color:#385da8;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	border: 1px solid #385da8;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing:0.5;
	padding: 9px 15px 8px;
	line-height: 1;
	border-radius:25px;
}

.comment-section .reply a:hover{
    color: #FFF;
	background:#385da8;
}
.comment-section .comment-metadata a {
    font-size: 12px;
    line-height: 1.83;
    color: #9fa3a7;
    pointer-events: none;
    cursor: default;
    margin-bottom: 10px;
    text-decoration: none;
}
.comment-section .comment-content{
	font-size:13px;
	margin-top:10px;
}
.comment-section .comment-content,
.comment-section .reply {
    padding-left: 0px;
}
.comment-section .comment-content a{
    font-weight: 500;
}
.comment-section .children {
    padding-left: 50px;
}
.comment-section .commentlist li.alt > article {
    background: none;
}
.comment-section{
    max-width: 750px;
    margin: 0 auto;
	padding:15px 30px 0px;
	background:#f1f6ff;
	margin-top: 40px;
}
.blog-sidebar h3{
	color: #141414 !important;
    font-family: 'poppinssemibold' !important;
    font-weight: normal !important;
	font-size:24px !important;
	line-height:24px !important;
	margin-top:0px !important;
	margin-bottom: 20px;
}
.blog-sidebar ul{
	padding:0px;
	margin-bottom: 50px;
}
.blog-sidebar ul li{
	list-style:none;
	color: rgba(0, 0, 0, 0.7);
    position: relative;
    list-style: none;
    padding-left: 20px;
}
.blog-sidebar ul li a:hover{
	color: #141414;
}
.blog-sidebar.widget_recent_entries ul li {
    margin-bottom: 15px;
}
.blog-sidebar.widget_recent_entries ul li .post-date{
    display:block;
}
.blog-sidebar.widget_recent_entries ul li .post-date{
    position: relative;
    padding-left: 20px;
}
.blog-sidebar.widget_recent_entries ul li .post-date::before {
    content: "\f073";
    font-family: 'fontawesome';
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    left: 0;
}
.blog-sidebar ul li::before {
    content: "\f054";
    position: absolute;
    left: 0px;
    color: #385da8;
    font-family: FontAwesome;
    display: block;
}
.comment-section .comment-reply-title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 800;
}
.comment-section .comment-form .logged-in-as a{
    text-decoration: none;
}
.comment-section .comment-respond{padding-bottom:30px;}
.comment-section .post-inner-type1 .comment-section p {
    margin-bottom: 15px;
}
.comment-section p.comment-notes {
    margin-bottom: 30px;
    font-size: 14px;
}
.comment-section .comment-form label {
    padding-bottom: 6px;
    display:block;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.3px;
}
.comment-section .comment-form p{margin-bottom:20px;}
.comment-section .comment-form p:last-child{margin-bottom:0px;}
.comment-section .comment-form-cookies-consent label {
    padding-bottom: 6px;
    display: inline;
    margin: 0;
    margin-left: 10px;
    vertical-align: top;
    cursor: pointer;
}
.comment-section .comment-form-comment textarea {
    resize: none;
}
.comment-section .comment-form input[type="text"],
.comment-section .comment-form input[type="email"],
.comment-section .comment-form input[type="url"],
.comment-section .comment-form textarea {
    border-radius: 4px;
    color: #4c4c4c;
    background: #ffffff;
    border: solid 0px #cccccc;
    padding:15px;
    font-size: 14px;
    box-shadow: none;
    -webkit-box-shadow: none;
    width: 100%;
    line-height:normal;
    -webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
}
.news-detail .news-date.authorname .post-date::before {
    content: "\f2c0";
}
.post-info{
	margin-top:20px;
}
.comment-section .comment-form input[type="text"]:focus,
.comment-section .comment-form input[type="email"]:focus,
.comment-section .comment-form input[type="url"]:focus,
.comment-section .comment-form input[type="submit"]:focus,
.comment-section .comment-form textarea:focus {
    border-color:#858585;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.comment-section .form-submit {
    text-align: left;
}
.comment-section .form-submit input[type="submit"] {
	display: inline-block;
	background-color:#60a731;
	border: none;
	border-radius: 4px;
	box-shadow: none;
	font-family: 'poppinsbold' !important;
    font-size: 13px !important;
    font-weight: normal !important;
    font-stretch: normal !important;
    line-height: normal !important;
    letter-spacing: 1.08px !important;
    text-align: center !important;
    color: #ffffff !important;
    text-transform: uppercase;
	padding: 0 20px;
	min-height: 49px;
	line-height: 49px;
	min-width: 176px;
	text-align: center;
}
.comment-section .form-submit input[type="submit"]:focus {
    border:none;
}
.comment-section .form-submit input[type="submit"]:hover,
.comment-section .form-submit input[type="submit"]:focus:hover{
    background-color: #E78302;
    color: #FFF;
    text-decoration: none;
}

.comment-form-comment, .comment-form-author, .comment-form-email, .comment-form-url {
    position: relative;
}
.comment-section div.error {
    position: absolute;
    bottom: 0;
    color: red;
    right: 20px
}
#comment-error{bottom: 5px;}
.comment-section .comment-form-comment label::after{
    content:"*";
    display:inline-block;
    padding-left:5px;
}
/****comment css end*****/

.news-detail .alignleft,
.news-detail .alignright{
    margin-bottom: 10px;
    margin-top: 10px;
}
.news-detail .category-list{
    margin-bottom: 20px;
}
.news-detail .category-list .cat-list{
    position: relative;
    padding-left: 20px;
    line-height: 14px;
}
.news-detail .category-list .cat-list::before{
    content: "\f02b";
    font-family: 'fontawesome';
    display: inline-block;
    margin-right: 10px;
    color: #6bb038;
    position: absolute;
    left: 0;
    top: 3px;
}
.news-detail .category-list a,
.news-detail .category-list span{
    color: #6bb038;
    display: inline-block;
    margin: 2px 0;
    text-decoration: none;
}
.news-detail .category-list a:hover{
    text-decoration: underline;
}
.news-detail .news-date{
    margin-bottom: 5px;
}
.news-detail .news-date .post-date{
    position: relative;
    padding-left: 20px;
    color: #6bb038;
    margin-bottom: 5px;
}
.news-detail .news-date .post-date::before{
    content: "\f073";
    font-family: 'fontawesome';
    display: inline-block;
    margin-right: 10px;
    color: #6bb038;
    position: absolute;
    left: 0;
}
.news-detail .post-info > div {
    display: inline-block;
    margin-left: 12px;
    padding-left: 15px;
    border-left: solid 1px rgba(151,151,151,0.5);
    line-height: 14px;
}
.news-detail .post-info > div:first-child{
    margin-left: 0px;
    padding-left: 0px;
    border-left: 0;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
textarea:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
.wpcf7 textarea{
    width: 100%;
    height: 150px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 0px;
    font-family: 'poppinsregular';
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #666666;
    padding: 10px 20px;
	border:1px solid #dadada;
}
.document-outer .single-document-steps{
	padding:30px 150px;
	margin:0px;
	border-bottom: solid 1px #dadada;
	font-size:0px;
	padding-top: 40px;
}
.document-outer .step-box{
	width: 25%;
    margin-right: 0px;
    background: transparent;
    padding: 0;
	padding-right: 45px;
}
.single-right-side .state{
	line-height:30px;
	margin-bottom: 5px;
    display: block;
}
.document-outer .step-box{
	position:relative;
}
.document-outer .step-box::after{
	content: '';
    right: 40px;
    height: 40px;
    width: 1px;
    background: #dadada;
    position: absolute;
    top: 20px;
}
.document-outer .step-box:last-child::after{
	display:none;
}
.single-right-side .state-text{
	text-transform:capitalize;
}
.single-left-side{
	float:left;
	margin-right: 20px;
}
.header-row #site-branding,.post-name-sticky,.buttons-sticky{
	display:inline-block;
}
.buttons-sticky{
	float:right;
}
.buttons-sticky .document-create{
	display:inline-block;
}
.single-sticky-header {
    position: fixed;
    width: 100%;
    background: #fff;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
	top:-100px;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	z-index:99;
}
.single-sticky-header{
    padding-right: 30px;
    padding-left: 30px;
}
.single-sticky-header .header-row {
    padding-top: 0;
    padding-bottom: 0;
}
.single-sticky-header #site-branding {
    padding-top: 14px;
    padding-bottom: 14px;
}
.post-name-sticky{
	width: 60%;
    text-align: center;
	font-family: 'poppinssemibold';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #141414;
  position: absolute;
    height: 100%;
    width: 500px;
    left: 0px;
    right: 0;
    margin: 0 auto;
}
.post-name-sticky-table{
	display: table;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
.post-name-sticky-cell{
	display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
	padding-top:10px;
	padding-bottom:10px;	
}
.buttons-sticky .document-create a{
  font-family: Poppins;
  font-size: 12px;
  font-family: 'poppinsbold';
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
  background-color: #e78302;
  border: solid 2px #e78302;
}
.buttons-sticky .document-create.preview-doc a {
    border: solid 2px #d0d0d0;
	background:transparent;
	color:#000;
	
}
.buttons-sticky .document-create i{
    font-size: 16px;
    margin-left: 10px;
}
.buttons-sticky .document-create i{
    font-size: 16px;
    margin-left: 10px;
}
.buttons-sticky .document-create.preview-doc a:hover{
    border: solid 2px #e78302;
	background:#e78302;
	color:#fff;
	
}
.buttons-sticky .document-create a:hover{
    border: solid 2px #d0d0d0;
	background:transparent;
	color:#000;
	
}
.buttons-sticky .document-create{
  margin-left:15px;
}
.buttons-sticky .document-create a{
  margin-top:22px;
}
.fixed-header .single-sticky-header {
	top:0px;
}
.search-dcouemnt-section{
		background-size:cover !important;
}
#wpfront-notification-bar div.wpfront-close {
    border: 1px solid #fff !important;
    color: #fff !important;
	padding: 10px 6px;
    border-radius: 0px;
    top: 50%;
    right: 7px;
    margin-top: -12px;
}
#wpfront-notification-bar div.wpfront-close:hover{
    border: 1px solid #fff !important;
    color: #000 !important;
	background:#fff !important;
}
#wpfront-notification-bar.wpfront-fixed {
    padding: 0px 40px;
	z-index: 9;
}
#wpfront-notification-bar div.wpfront-message {
    line-height: 20px;
	font-size: 14px;
	margin-bottom: 0px;
}
.lh-widget-search-form .lh-search-form__submit{
	border-radius:0px !important;
	    padding-left: 34px;
}
.header-side-menu #main-navigation ul li.menu-item-object-blog_category > a {
    color: #6bb038 !important;
	font-size: 16px !important;
    font-family: 'poppinssemibold';
	margin-bottom:10px;
	padding-bottom:10px;
	display:inline-block;
}
.header-side-menu #main-navigation ul li.mega-menu-item-type-blog.current-menu-item > a {
    color: #fff !important;
}
.header-side-menu #main-navigation ul li.mega-menu-item-type-blog.current-menu-item .menu-item-object-blog_category > a{
    color: #6bb038 !important;
}
.header-side-menu #main-navigation ul li.mega-menu-item-type-blog.current-menu-item .menu-item-object-blog_category:hover li a{
    color: #141414 !important;
}
.header-side-menu #main-navigation ul li.mega-menu-item-type-blog.current-menu-item .menu-item-object-blog_category:hover li:hover a{
    color: #6bb038 !important;
}
@media (max-width: 1700px){
.big-container.search-doc-section{
	max-width:1300px;
}
}
@media (max-width: 1440px){
	h3.lh-heading-title,.home-testimonial .lh-icon-list-text,.home-testimonial .lh-icon-list-icon{
		font-size: 36px !important;
	}
	.home-testimonial .lh-icon-list-icon svg{
		width:80px !important;
	}
	.big-container.search-doc-section{
		max-width:1140px;
	}
	.search-section input.auto-suggest-front, .asr-container{
		font-size: 15px;
	}
	.slide-content{
		font-size: 15px !important;
	}
	.header-typ1{
		font-size: 36px;
	}
	h2.lh-heading-title{
		font-size: 42px !important;
	}
}

/* Mobile Menu */
.header-side-menu #main-navigation .main-nav .menu-logo,.header-side-menu #main-navigation .main-nav #mob-menu-closed,.site-navigation .mobilemenu-overlay{
	display: none;
}
#logo a{
	display: inline-block;
}
@media (max-width: 1300px) {
	.big-container.search-doc-section{
		max-width:1100px;
	}
}
@media (max-width: 1199px) {
		.header-right-widget-outer{
	    margin-top: 6px;
}
	.news-detail .col-sm-9{width:66.66%;}
	.news-detail .col-sm-3{width:33.33%;}
	.content-docuement-inner {
		padding: 40px;
	}
	.blog-sidebar h3 {
		font-size: 22px !important;
		line-height: 22px !important;
	}
	.why-us-form {
		margin-top: 60px;
		padding-bottom: 0px;
	}
	.webdesign-lb {
    font-size: 12px;
    top: 10px;
    right: 0px;
    position: relative;
}
.document-outer .single-document-steps {
    padding: 30px 30px;
}
	
	body,html{
		overflow-x:hidden;
	}
	.help-center-outer {
    margin: 0px -60px !important;	
	}
	.single-documents .help-center-outer {
    margin: 0px 0px !important;	
	}
	.single-sticky-header #site-branding{
		display:none;
	}
	.post-name-sticky-cell,.post-name-sticky-table{
		display:block;
		padding-bottom: 0px;
	}
	.buttons-sticky {
		float: none;
		display: block;
		margin-bottom: 20px;
		text-align: center;
	}
	.post-name-sticky{
		width:100%;
		position:relative;
	}
	.single-sticky-header{
		top: -120px;
	}
	

#mega-menu-wrap-header-menu #mega-menu-header-menu .menu-back-btn, #mega-menu-wrap-header-menu #mega-menu-header-menu .sub-menu-back-btn{
	display:none;
}

.header-row {
    padding-top: 14px;
    padding-bottom: 20px;
}
.fixed-header #header{
	top:-121px;
}	
.search-section input.auto-suggest-front{
    font-size: 14px;
}
.affordtable-detail {
    margin-top: 70px;
    padding-bottom: 20px;
}
}
@media (max-width: 991px) {
	.document-btn-outer {
		margin-left: 0;
	}
	.tel-no-menu{
	margin-top: 0px !important;
    padding-top: 0px !important;
    border-top: 0px solid #dcdcdc !important;
}
	.content-docuement-inner {
		padding: 30px;
	}
	.document-outer .single-document-steps {
		padding-bottom: 0px;
	}
	.document-outer .step-box{
		width: 50%;
		margin-bottom: 30px;
	}
	.document-outer .step-box::after{
		display:none;
	}
	.document-category-outer {
		padding-left: 50px;
		background-size: 40px !important;
	}
	#wpfront-notification-bar div.wpfront-message {
		line-height: 18px;
		font-size: 13px;
	}
	#wpfront-notification-bar a.wpfront-button{
		font-size:12px;
	}
	.help-center-outer {
    margin: 0px -20px !important;	
	}
	#mega-menu-wrap-header-menu #mega-menu-header-menu .menu-back-btn, #mega-menu-wrap-header-menu #mega-menu-header-menu .sub-menu-back-btn{
		display:block;
	}
	#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a::after, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a:hover::after, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-ancestor > a::after{display:none;}
 #mega-menu-wrap-header-menu #mega-menu-header-menu{
        left: auto !important;
        width: 100% !important;
    }
     .mega-main-nav .menu-logo{
        display:block;
    }
    #main-navigation .max-mega-menu ul{
        display:block;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link,#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item .menu li a{
        font-size: 12px;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item{
        width: 100%;
    }
	#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{
		
	}
	#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{
		border-color:#ccc !important;
	}
	#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-current-menu-item.mega-menu-megamenu.mega-menu-item .mega-menu-link {
    text-decoration: underline;
    text-underline-position: under;
    text-decoration: none !important;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item a {

    font-family: 'poppinsregular';
}
    #mega-menu-wrap-header-menu .mega-main-nav{
        padding-top: 70px;
        overflow: hidden;
        overflow-y: auto;
        border-right: none;
        box-shadow: none;
        -webkit-transition: left 0.5s;
        transition: left 0.5s;
        width: 300px;
        z-index: 999999;
        background-color: #FFF;
        left: -300px;
        position: fixed;
        top: 0px;
        bottom: 0px;
		-webkit-box-shadow: inset -10px 0px 19px -10px rgba(0,0,0,0.3);
		-moz-box-shadow: inset -10px 0px 19px -10px rgba(0,0,0,0.3);
		box-shadow: inset -10px 0px 19px -10px rgba(0,0,0,0.3);
    }
	#mega-menu-wrap-header-menu .mega-main-nav{
		padding-bottom:150px;
	}
    #mega-menu-wrap-header-menu .mega-main-nav > ul{
        display: block;
        padding: 0;
        top: 0px;
        position: relative;
        right: auto;
        min-width: auto;
        border-top: none;
        box-shadow: none;
    }
    #mega-menu-wrap-header-menu .mega-main-nav > ul > li{
        margin: 0px;
    }

    #mega-menu-wrap-header-menu #mega-menu-header-menu li.menu-item,
    #mega-menu-wrap-header-menu #mega-menu-header-menu .sub-menu li,
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item{
        margin-bottom: 0px !important;
        border-bottom:none !important;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link,
    #mega-menu-wrap-header-menu #mega-menu-header-menu li.menu-item > a,
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item .menu-item > a,
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
        color: #000 !important;
        padding: 8px 35px 8px 20px !important;
        margin: 0px !important;
        line-height: 20px !important;
        height: auto !important;
        font-size: 15px !important;
        text-transform: capitalize !important;
        word-break: break-all;
        white-space: normal;
        font-weight: normal !important;
		display:block;
		font-family: 'poppinsbold';
		    border-bottom: 2px solid #ccc;
    padding: 15px 26px !important;
    }
	.mega-homeicon{
		display:none !important;
	}
    #mega-menu-wrap-header-menu #mega-menu-header-menu .menu-back-btn,
    #mega-menu-wrap-header-menu #mega-menu-header-menu .sub-menu-back-btn{
        font-size: 13px;
        color: #7a7984 !important;
        height: 43px;
        line-height: 43px;
        padding: 0px 15px !important;
        letter-spacing: normal;
        background: none;
        text-transform: capitalize;
		-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
		box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
		margin-bottom:15px;
		cursor:pointer;
    }
	#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.for-mobile-menu a{
		color:#385da8 !important;
	}
    #mega-menu-wrap-header-menu #mega-menu-header-menu .menu-back-btn .fa,
    #mega-menu-wrap-header-menu #mega-menu-header-menu .sub-menu-back-btn .fa{
        font-size: 22px;
        line-height: 42px;
        margin-right: 10px;
        vertical-align: top;
    }

    #mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open + .mega-main-nav{
        left: 0px;
        top: 0px;
    }
    #mega-menu-wrap-header-menu .mobilemenu-overlay {
        position: fixed;
        top: 0px;
        right: 0;
        bottom: 0px;
        background: rgba(0, 0, 0, 0.5);
        display: none;
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
        -webkit-transition: opacity 1s;
        transition: opacity 1s;
        left: 0;
        opacity: 0;
        z-index: 99999;
    }
    #mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open + .mega-main-nav + .mobilemenu-overlay {
        opacity: 1;
        display: block;
        right: 0;
    }
    #mega-menu-wrap-header-menu .mega-main-nav .menu-logo {
        position: absolute;
        top:0px;
        left: 0px;
        display: block;
		right:0px;
		padding:15px 20px;
    	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
		box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
	}
    #mega-menu-wrap-header-menu .mega-main-nav .menu-logo img {
        max-width: 200px;
    }
    #mega-menu-wrap-header-menu .mega-main-nav #mob-menu-closed {
        height: 40px;
    width: 40px;
    position: absolute;
    top: 15px;
    right: 15px;
    content: "X";
    font-size: 40px;
    color: #385da8;
    text-align: center;
    line-height: 39px;
    display: block;
    cursor: pointer;
    z-index: 99999;
    }

    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a{
       /*  padding:0px 15px; */
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item{
        margin:0px;
    }
    .header-side-menu #main-navigation ul li:last-child{
        border-bottom: none !important;
    }

    #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children:not(.mega-collapse-children) > a.mega-menu-link > span.mega-indicator, #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
            display: none;
    }
    .sub-nav-arrow{ line-height: 27px;padding: 7px 15px; position: absolute;
    right: 0px;
    top: 4px;
    display: inline-block;
    cursor: pointer;}
    #mega-menu-wrap-header-menu,
    #mega-menu-wrap-header-menu #mega-menu-header-menu,
    #mega-menu-wrap-header-menu #mega-menu-header-menu ul.mega-sub-menu,
    #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item,
    #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-row,
    #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-column,
    #mega-menu-wrap-header-menu #mega-menu-header-menu a.mega-menu-link{ color: #565563 !important; font-size:16px;}
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover,
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:focus,
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.current-menu-item-outer > a.mega-menu-link,
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > .sub-nav-arrow,
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover + .sub-nav-arrow,
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:focus ~ .sub-nav-arrow,
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > .sub-nav-arrow,
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.current-menu-item-outer > .sub-nav-arrow,
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link{
        background: transparent !important;
        color: #60a731 !important;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu ul.mega-sub-menu > li.mega-menu-item > div > ul.menu-widget > li.current-menu-parent > a,
    #mega-menu-wrap-header-menu #mega-menu-header-menu ul.mega-sub-menu li.current-menu-parent > ul.sub-menu > li.current-menu-item > a,
    #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-current-menu-ancestor > ul.mega-sub-menu > li.mega-current-menu-item > a.mega-menu-link,
    #mega-menu-wrap-header-menu #mega-menu-header-menu li.current-menu-item-outer > ul.mega-sub-menu > li > div > ul.menu-widget > li.current-menu-item > a{
        color: #60a731 !important;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu li.current-menu-parent > .sub-nav-arrow,
    #mega-menu-wrap-header-menu #mega-menu-header-menu li.current-menu-item-outer > ul.mega-sub-menu > li > div > ul.menu-widget > li.current-menu-item > .sub-nav-arrow,
    #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-current-menu-ancestor > .sub-nav-arrow{ color: #6bb038 !important; }

    #mobile-nav-button{display:none !important;}
    #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block{
        margin-right:0px !important;
    }
	#main-navigation ul li.menu-item-object-documents_taxonomies li.menu-item-type-taxonomy {
		margin-top: 0px;
		position:relative;
	}
    /* Remove animation from menu icon */
    #mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner{
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
    }
	.tel-no-menu a br{
		display:none;
	}
	.tel-no-menu a span {
		display: block;
		margin-bottom: 10px;
	}
    #mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::before{
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
                    opacity: 1;
    }
    #mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after{
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
    }
    #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner{
        background: url('../images/nav-hamburger.svg') no-repeat center center;
        height: 100%;
        width: 26px;
    }

    #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated,#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box{
        height: 40px;
        width: 40px;
    }
    #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner:after,#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner:before{
        display: none;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
        padding: 5px 10px;
        color: #fff;
		background:none;
		font-family: 'poppinsregular';
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
        padding: 10px 5px;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current_page_item a.mega-menu-link{
        color: #000;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.current-menu-item > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item .menu li.current-menu-item a{
        color: #000;
    }

    #mega-menu-wrap-header-menu #mega-menu-header-menu > li > ul.mega-sub-menu,
	#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu,
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li ul.mega-sub-menu ul.sub-menu,#mega-menu-wrap-header-menu #mega-menu-header-menu > li ul.mega-sub-menu ul.rd-navbar-dropdown,
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-fix-width-class.mega-menu-megamenu > ul.mega-sub-menu,
    #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-menu-flyout > ul.mega-sub-menu{
        position: fixed !important;
        top: 0px !important;
        width: 300px !important;
        bottom: 0px;
        left: -300px !important;
        height: 100vh;
        z-index: 999991 !important;
        opacity: 1;
        -webkit-transition: all .5s;
           -moz-transition: all .5s;
            -ms-transition: all .5s;
             -o-transition: all .5s;
                transition: all .5s;
		-webkit-box-shadow: inset -10px 0px 19px -10px rgba(0,0,0,0.3);
		-moz-box-shadow: inset -10px 0px 19px -10px rgba(0,0,0,0.3);
		box-shadow: inset -10px 0px 19px -10px rgba(0,0,0,0.3);
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu ul.mega-sub-menu ul.sub-menu{ top: 0px; }
	#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-toggle-on ul.mega-sub-menu,
    #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-toggle-on ul.mega-sub-menu,
    #mega-menu-wrap-header-menu #mega-menu-header-menu li.menu-item.menu-item-has-children.mega-toggle-on ul.sub-menu,
    #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-flyout.mega-toggle-on ul.mega-sub-menu,#mega-menu-wrap-header-menu #mega-menu-header-menu li.menu-item.menu-item-has-children.mega-toggle-on > ul.rd-navbar-dropdown{
        left: 0 !important;
        display: block !important;
        visibility: visible;
        overflow-y: auto;
    }
	#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-toggle-on ul.mega-sub-menu{
		overflow-y: hidden;
	}
	#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu{
		overflow-y: auto;
	}
    #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item{ top: auto;position: relative !important; }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu,
    #mega-menu-wrap-header-menu #mega-menu-header-menu ul.sub-menu,#mega-menu-wrap-header-menu #mega-menu-header-menu ul.rd-navbar-dropdown,
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu{
        background: #fff !important;
        padding: 0px !important;
        border: 0px !important;
        display: block !important;
        visibility: hidden;
    }
	#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-column > ul.mega-sub-menu{
		overflow-y:hidden;
	}
	#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0;
    width: 100%;
}
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item{ position: static; padding: 0px; }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item .menu-item{ color: #2c353e !important }
    #main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.current-menu-item > a.mega-menu-link,#main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.menu-item.current-menu-item > a,#main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.current-menu-item .menu-item > a,#main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.current-menu-item a.mega-menu-link{
        color: #60a731 !important;
    }
    #main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.current-menu-parent > a{color: #60a731 !important;}
	.for-mobile-menu{
		display:block !important;
	}
	.header-right-widget-outer .btn-type1, .header-right-widget-outer .btn-type2,header .widget p {
		display:none;
	}
	#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item > ul.mega-sub-menu {
		margin-left: 00px !important;
	}
	.logo-sideheader #secondary-header .big-container{
		position: absolute;
		right: 0;
		bottom: 20px;
		padding-left: 0;
	}
	.top-tel span,#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1::after{
		display:none;
	}
	#cart-icon {
		background: url(../images/cart-black.svg)no-repeat center center;
		margin-top:0px;
		height:26px;
	}
	#search-open {
		background: url('../images/blue-search.svg')no-repeat center center;
	}
	.header-right-widget-outer{
		display:none;
	}
	#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label .mega-toggle-label-closed{
		font-size:0px;
		background: url('../images/nav-hamburger.svg')no-repeat center center;
		height: 26px;
		width: 26px;
		display:block;
		background-size: 100% 100%;
	}
	.header-side-menu {
    float: right;
    margin-left: 20px;
}
	#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label .mega-toggle-label-open{
		font-size:0px;
		background: url('../images/nav-hamburger.svg')no-repeat center center;
		height: 26px;
		width: 26px;
	}
	.header-row .col-sm-9.col-xs-8 {
    width: auto;
    position: absolute;
    right: 140px;	
	}
	.header-right-widget-outer {
		margin-top: 10px;
	}
	.top-tel svg path{
		fill:#141414;
	}
	.cart-section {
		margin-right: 15px;
		margin-left:15px;
		height: 26px;
	}
	#mega-menu-wrap-header-menu .mega-menu-toggle{
		height:26px !important;
		line-height:26px !important;
	}
	#search-open{
		margin-top:0px;
		height: 26px;
	}
	#site-branding {
    width: auto;
    width: 260px;
	}
	.header-row {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.header-row .col-sm-9.col-xs-8{
		width:auto;
	}
	.cart-section span{
		top:-5px;
	}
	.top-header-whatsapp-outer i {
		font-size: 18px;
	}
	.top-header-whatsapp-outer a{
		font-size:12px;
	}
	header .header-search .searchform .search-field {
		height: 40px;
		margin-top: 11px;
	}
	.logo-sideheader #secondary-header {
		background: transparent;
	}
	.header-search{
		height: 60px;
		top: 47px;
		width: 100vw;
	}
	.header-search{
		right:-100vw;
	}
	header .header-search .searchform .search-field {
		height: 38px;
		margin-top: 10px;
	}
	.header-search{
		border-bottom:1px solid #eee;	
	}
	#main-navigation ul li.menu-item-object-documents_taxonomies::after {
		display: none;
	}
	#main-navigation ul li.menu-item-object-documents_taxonomies {
		padding-bottom: 0;
	}
	#main-navigation ul li.menu-item-object-documents_taxonomies a::after {
		display:none;
	}
	.top-tel svg {
		margin-right: 0px;
	}
	header .header-right-widget {
		margin-left: 0;
	}
	.top-tel {
		top: 0px;
	}
	.left-footer-inner {
		padding-right: 30px;
	}
	.footer-widget-2, .footer-widget-4 {
		padding-left: 30px;
	}
	.archive-post1 .col-sm-4{
	width:50%;
}
.document-row .col-sm-4{
	width:50%;
	margin-bottom:30px;
}
.search-dcouemnt-section .lh-column.lh-col-50{
	width:100%;	
}
.search-dcouemnt-section .big-container .lh-column-wrap{
	padding:0px !important;
	margin-bottom:30px;
}
.document-box {
    margin-top: 10px;
    border-bottom: solid 1px #dfdfdf;
    padding-bottom: 10px;
    width: 48%;
    float: left;
	margin-right:0px;
}
.document-box:nth-child(odd){
    margin-right: 4%;
}
}
@media (max-width: 820px) {
		#header {
    border-bottom: 1px solid #ddd;
}
}
@media (max-width: 800px) {
.container {
		padding-left: 20px;
		padding-right: 20px;
		width:100%;
	}
	header .big-container {
		padding-right: 20px;
		padding-left: 20px;
	}
	.header-row .col-sm-9.col-xs-8 {
		right: 130px;
	}
}
@media (max-width: 767px) {
	.post-title a {
    font-size: 16px;
}
.quick-fact-home{
	background:transparent;
	padding-bottom: 100px;
}
.quick-fact-home{
	background:transparent !important;
	padding-bottom: 100px !important;
}
/*.home-testimonial .lh-button-wrapper{
	margin-top: -120px;
    margin-bottom: 100px;
}*/
.home-testimonial .lh-icon-list--layout-traditional{margin-top:50px !important;}
.home-testimonial .lh-icon-list-icon{
	position: absolute;
    top: -90px;
}
.home-testimonial .lh-icon-list-text{
	padding-left:0px !important;
}
.home-testimonial .lh-icon-list-icon svg{
    max-width: 40px;
}
.innerpage-middlebar .banner-title h1{font-size: 28px;line-height: 36px;}
.news-detail .col-sm-9{width:100%;margin-bottom:30px;}
	.news-detail .col-sm-3{width:100%;}
	.lh-widget-search-form .lh-search-form__submit {
    padding-left: 20px;
}
	.document-btn-outer .document-price {
    display: block;
    margin-bottom: 10px;
}
.character-list {
    margin-top: 40px;
}
	.top-banner .title {
    font-size: 24px;
    line-height: 32px;
}
	.document-category-outer {
		margin-bottom: 50px;
	}
	.single-left-side img{
		max-width:50px;
	}
	.document-category-outer {
		padding-left: 75px;
		background-size: 60px !important;
	}
	.document-category-outer.for-inner-small-cat {
    margin-left: -70px;
	}
	.document-category-outer.for-inner-small-cat .document-category-name::after{
		display:none;
	}
	
	.first-layer-outer{
		margin-top:30px;
	}
	.archive-post1 .document-lists .col-sm-6 {
    width: 100%;
    height: auto !important;
	}
	.footer-widget .mc4wp-form-fields {
		position: relative;
		margin-top: 20px;
	}
	.footer-widget .mc4wp-form-fields input[type=submit] {
		margin-top: 0 !important;
		margin-left: 10px;
		height: 45px !important;
	}
	.footer-widget .mc4wp-form-fields input[type=email]{
		border:0px;
		border-radius:4px;
		background:#fff;
	}
	.left-footer {
		width: 100%;
		float: none;
		background: #2d3341;
		height: auto !important;
	}
	.left-footer-inner {
		padding-right: 0;
	}
	.left-footer::before {
		content: " ";
		width: 100px;
		left: -100px;
		top: 0;
		height: 100%;
		position: absolute;
		background: #2d3341;
		z-index: -1;
	}
	.left-footer::after {
		content: " ";
		width: 100px;
		right: -100px;
		top: 0;
		height: 100%;
		position: absolute;
		background: #2d3341;
		z-index: -1;
	}
	.left-footer,.right-footer{
		position:relative;
	}
	#footer-wrapper::before,#footer-wrapper::after{
		display:none;
	}
	.right-footer {
		width: 100%;
		height: auto !important;
	}
	.right-footer::before {
		content: " ";
		width: 100px;
		left: -100px;
		top: 0;
		height: 100%;
		position: absolute;
		background: #f1f6ff;
		z-index: -1;
	}
	.right-footer::after {
		content: " ";
		width: 100px;
		right: -100px;
		top: 0;
		height: 100%;
		position: absolute;
		background: #f1f6ff;
		z-index: -1;
	}
	.footer-widget-1 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.copyright{
		display:none;
	}
	.footer-widget{
		margin-bottom:0px;
	}
	.right-footer-inner {
		padding-top: 15px;
	}
	.footer-widget-2, .footer-widget-4 {
		padding-left: 0;
	}
	.footer-widget-2, .footer-widget-3 {
		width: 100%;
	}
	.footer-widget-4 .footer-widget {
		margin-bottom: 44px;
		text-align: center;
		margin-top: 50px;
	}
	.copyright.for-mobile-footer{
		display: block;
		position: relative;
		text-align: center;
		bottom: 15px;
	}
	.footer-widget-4 {
		margin-top: 20px;
	}
	h2.lh-heading-title {
		font-size: 34px !important;
	}
	h2.lh-heading-title br{
		display:none !important;
	}
	.how-work-outer::after{
		display:none !important; 
	}
	h3.lh-heading-title, .home-testimonial .lh-icon-list-text, .home-testimonial .lh-icon-list-icon {
		font-size: 34px !important;
    line-height: 42px !important;
	}
	h4.lh-heading-title {
		font-size: 18px !important;
	}
	.document-row .col-sm-4{
		width:100%;
	}
	.archive-post1 .col-sm-4 {
		width: 50%;
		float: left;
	}
	.letter-content {
    width: 100%;
    float: none;
}
.top-header-whatsapp-outer {
    background: #385da8;
}
.top-header-whatsapp-outer a{
	color:#fff;
}
.top-header-whatsapp-outer i {
    margin-right: 2px;
    color: #fff;
}
}
@media (max-width: 600px) {
.header-right-widget-outer {
    margin-top: 9px;
}
.document-outer .step-box {
    padding-right: 0;
}
.state-text {
    font-size: 11px;
}
.archive-post1 .col-sm-4 {
		width: 100%;
		float: none;
	}
	.post-title {
    height: auto !important;
}
.document-box {
    width: 100%;
    float: none;
	margin-right:0px;
	height:auto !important;
}
.document-box:nth-child(odd){
    margin-right: 0%;
}
.first-layer-outer {

    margin-left: -70px;
}
}
@media (max-width: 480px) {
	/* Mobile Menu */
	.footer-widget .mc4wp-form-fields input[type=submit] {
		margin-top: 10px !important;
		margin-left: 0px;
		height: 45px !important;
	}
	.footer-widget .mc4wp-form-fields input[type=email]{
		max-width:100%;
		width:calc(100% - 59px);
	}
	.footer-widget .mc4wp-form-fields input[type=submit] {
    font-size: 0px;
    margin-top: 0 !important;
    margin-left: 10px;
    vertical-align: top;
	background: #60a731 url(../images/form-arrow.svg)no-repeat center center;
}
	#site-branding {
		width: 200px;
	}
	.logo-sideheader #secondary-header .big-container{
		bottom: 14px;
	}
	.header-right-widget-outer {
		margin-top: 3px;
	}
	.header-search {
		top: 40px;
	}
	.header-right-widget-outer {
		margin-top: 9px;
	}
	.header-right-widget-outer {
    margin-top: 3px;
	}
	#footer .scroll-top {
		top: -20px;
	}
	#footer .scroll-top a {
		height: 40px;
		line-height: 45px;
		width: 40px;
	}
	#footer .scroll-top a svg {
    line-height: 40px;
    height: 40px;
}
	.footer-widget-4 img {
		display: block;
		margin: 0 auto;
		margin-right: auto !important;
		margin-bottom:20px;
	}
	.archive-post1 .col-sm-4 {
		width: 100%;
		float: none;
	}

.blog-listing-inner .entry-content .image img {
    width: 100%;
}
.post-title{
	height:auto !important;
}
}
@media (max-width: 420px) {
	.header-right-widget-outer{
		display:none;
	}
	.header-side-menu {
    margin-left: 10px;
}
	.last-step-row .document-box {
		width: 100%;
	}
	.news-detail .post-info > div {
    display: block;
    border: 0;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}
	.search-outer.affix	.search-by-cat{
		padding: 0px 35px;
	}
	.character-list li span {
    font-size: 18px;
}
.character-list li {
    margin-right: 0;
}
	.document-btn-outer .document-create a i {
    display: none;
}
.document-btn-outer div {
    margin-right: 0px;
}
.document-btn-outer .document-create a{
	font-size: 14px;
    padding: 10px 20px;
	margin-bottom: 10px;
}
.document-outer .single-document-steps {
    padding: 20px;
}
.content-docuement-inner {
    padding: 20px;
}
.statistics-info-outer h3 {
    font-size: 15px;
}
.bottom-buttons-class {
    margin-top: 30px;
}
.document-create a {
    margin-top: 10px;
}
	.buttons-sticky .document-create a {
		margin-top: 10px;
		padding: 5px 8px;
		margin-left: 5px;
		font-size:10px;
	}
	.post-name-sticky{font-size:14px;}
	.buttons-sticky .document-create {
		margin-left: 0;
	}
	.single-sticky-header {
		top: -130px;
	}
	.buttons-sticky .document-create i {
		display: none;
	}
	.top-header-whatsapp-outer a {
		font-size: 11px;
	}
	.top-header-whatsapp-outer i {
		font-size: 14px;
	}
	.top-header-whatsapp-outer i{
		margin-right: 2px;
	}
	#search-open {
		height: 15px;
		margin: 0;
		background-size: 100% 100%;
		margin-top:4px;
	}
	#cart-icon {
		height: 20px;
		background-size: 100% 100%;
	}
	#site-branding {
		width: 200px;
	}
	.cart-section {
		margin-right: 15px;
		margin-left: 10px;
		height: 26px;
	}
	#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label .mega-toggle-label-closed {
		height: 20px;
		width: 20px;
		display: block;
		background-size: 100% 100%;
	}
	.header-row .col-sm-9.col-xs-8 {
		right: 100px;
	}
	.top-tel svg {
		width: 18px;
	}
	.logo-sideheader #secondary-header .big-container {
		bottom: 11px;
	}
	.header-search {
		top: 37px;
	}
	.header-right-widget-outer {
		margin-top: 3px;
	}
	.header-row .col-sm-9.col-xs-8 {
		right: 105px;
	}
	.search-section input.auto-suggest-front {
    font-size: 13px;
	padding-left: 15px;
	}
	.search-section input.auto-suggest-front {
		height: 60px;
	}
	.search-section .auto-suggest-submit{
		width: 48px;
		height: 48px;
	}
	.search-section input.auto-suggest-front {
		font-size: 11px;
		padding-left: 15px;
	}
	.home-testimonial .swiper-slide{
		padding:15px !important
	}
	h2.lh-heading-title {
    font-size: 29px !important;
}
.page-title.title-search-results {
    font-size: 24px;
}
.document-outer .step-box {
    width: 100%;
}
}
@media (max-width: 380px) {
#site-branding {
    width: 180px;
}
.cart-section {
    margin-right: 10px;
    margin-left: 8px;
}
.cart-section span {
    top: -4px;
}
.cart-section span {
    width: 15px;
    height: 15px;
    font-size: 11px;
    line-height: 16px;
    right: -8px;
}
.header-row .col-sm-9.col-xs-8 {
    right: 98px;
}
.header-right-widget-outer {
    margin-top: 0px;
}
}




/* Cookie Notice */
#cookie-notice{
	z-index: 10000;
	-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.25);
}
.cookie-notice-container {
    padding: 10px 10px;
}
#cn-notice-text{
	font-family: 'poppinsregular';
	font-weight: 500;
}
#cookie-notice .cn-button.bootstrap,
#cookie-notice .cn-button{
	font-family: 'poppinsregular' !important;
	vertical-align: middle !important;
	text-shadow: none !important;
	background-image: none !important;
	box-shadow: none !important;
	border-radius: 0px !important;
	margin-left: 5px !important;
	cursor: pointer !important;
	display: inline-block !important;
    background-color: #fff !important;
    border: none !important;
    box-shadow: none !important;
    color: #000 !important;
    padding: 0 10px !important;
    height: 34px !important;
    line-height: 34px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 1.33px !important;
    text-align: center !important;
}
#cookie-notice .cn-button.bootstrap:hover,
#cookie-notice .cn-button:hover{
	background-color: #385da8 !important;
	color: #ffffff !important;
}
#cookie-notice #cn-accept-cookie{
	margin-left: 10px !important;
}
#cn-close-notice{
	display: none;
}
.cn-buttons-container, .cn-text-container{
	vertical-align: middle;
}
.cn-text-container {
    margin: 0;
}
@media (max-width: 1199px) {
/* Cookie Notice */
	#cookie-notice #cn-notice-text{
		display: inline-block;
		margin-bottom: 10px;
	}
.cookie-notice-container #cn-notice-buttons {
    display: inline-block;
}
	#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{padding-right: 18px !important;font-size: 13px !important;}
}
@media (max-width: 991px) {
	#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{padding-right: 23px !important;font-size: 15px !important;}	
}
.round #tawkchat-minified-wrapper {
    right: 0 !important;
}
.top-header-myaccount p{display:inline-block;}

.lh-widget-container .document-row .col-sm-4{margin-bottom:30px;}
.blog-sidebar .document-box{width:100% !important;margin-right:0px !important;}
.lh-text-editor .home-testimonial ul li::before{display:none !important;}

/* Search form section lh custom style because, lh-pro default style conflict */
.search-form-sec .lh-search-form button.lh-search-form__submit{ padding: 17px 34px; }
@media(max-width:767px){
.search-form-sec .lh-search-form button.lh-search-form__submit{ padding: 15px 20px; }
}

.flag-section-outer{float: right; margin-top: 14px; margin-left: 30px;}
.flag-section-outer a{pointer-events: none;}

@media(max-width:1080px){
.cart-section{margin-right:15px;}
.flag-section-outer{margin-left: 15px; max-width:35px; margin-top: 18px;}
#search-open{margin-left:15px;}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{padding:0px 20px 0px 0px;}
}
@media(max-width:991px){
.flag-section-outer{margin-top:0; height:26px;}
}
@media(max-width:480px){
.flag-section-outer {margin-top: -3px; height: 23px; margin-right:7px; max-width: 26px;}
#search-open {margin-left: 10px;}
}
.common-btn .lh-button-icon svg{height:16px !important;}
.help-numbers ul li:last-child a {
    align-items: flex-start;
}


.footer-widget-4 img{
	visibility:hidden;
}
@media(max-width:1199px){
.footer-widget-4 img{
	display:none;
}
}
.blog-col .blog-listing-inner article:nth-child(3n+1) {
    clear: both;
}
.common-btn .lh-button-icon svg{height:16px !important;}
.help-numbers ul li:last-child a,
.help-center-outer ul li:last-child a{
    align-items: flex-start;
}

/* New Changes */
.document-category-outer .view-detail{margin-top:0px;}
.document-category-outer .links-cat a.link-black,
.document-category-outer .links-cat a.link-green{
	padding: 8px;
    font-size: 10px;
    line-height: 15px;
	display:inline-block;
}
.links-cat a.link-green {
	display:inline-block;
    background-color: #60a731;
    margin-right: 12px;
    color: #fff;
    padding: 5px 7px;
    border-radius: 4px;
    font-size: 11px;
    line-height: 18px;
    border: 1px solid #60a731;
}
.links-cat a.link-green:hover, .links-cat a.link-green:focus {
    background-color: #E78302;
    color: #fff;
    border: 1px solid #E78302;
}
.content-docuement-inner{
	padding: 60px 120px;
	padding-bottom: 20px;
}
.updated-ui .content-docuement-inner .document-btn-outer{
	margin-top: 30px;
	text-align: left;
	margin-left: 0;
}
.updated-ui .content-docuement-inner .document-btn-outer .document-price{color:#000000;font-family: 'poppinsmedium';}
.updated-ui .document-btn-outer .document-price span{margin-left:6px;}
.updated-ui .bottom-buttons-class {margin-top: 5px;}
.updated-ui .bottom-buttons-class .document-create .iframe-popup{
	font-family: 'poppinsmedium';
    background-color: transparent;
    color: #60a731;
    letter-spacing: 1px;
    border: 0px;
    font-size: 12px;
}
.updated-ui .bottom-buttons-class .document-create .iframe-popup:hover,
.updated-ui .bottom-buttons-class .document-create .iframe-popup:focus{
	border: 0px;
    background: transparent;
    color: #e78302;
}
.updated-ui .inner-content-document p{
	color:rgba(0,0,0,0.7);
	font-family: 'poppinsregular';
}
.view-detail.float-right .whatsapp-section p{margin-bottom:0px;}
.listing-outer{
	padding: 0 30px;
    margin-top: -110px;
}
.listing-outer .content-area{
	margin: 0 auto;
    max-width: 1400px;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
    background-color: #ffffff;
    margin-top: -110px;
}
.listing-outer .listing-inner{
	padding: 42px 110px;
    margin: 0px;
    border-bottom: solid 1px #dadada;
    font-size: 0px;
}
.listing-outer .listing-inner .row1{margin-bottom:0px;}
.document-title a{display:block;margin-bottom:10px;}
.document-price{margin-bottom:15px;display:block;color: #2d4b9b;}
.listing-outer .listing-inner .document-box{
	border-bottom: solid 1px rgb(151 151 151 / 20%);
    padding-bottom: 11px;
}
.links-cat a.link-black{
	background-color: #fff;
    color: #000;
    padding: 5px 7px;
    border-radius: 4px;
    border: 2px solid #d5d5d5;
    margin: 0px !important;
    font-size: 11px;
    line-height: 16px;
}
.links-cat a.link-black:hover,
.links-cat a.link-black:focus{
	background-color: #000;
    color: #fff;
	border: 2px solid #000;
}
.view-detail.learnmore a.single-link{
	margin-top:13px;
	font-family: 'poppinsmedium';
	margin-top:13px;
	display:inline-block;
}
.inner-content-document .book-consultsection{
	display:block;
	margin:30px 0px;
}
.inner-content-document .book-consultsection .inner-header{
	font-family: 'poppinsmedium';
	display: block;
    margin-bottom: 20px;
    font-size: 18px;
    text-transform: uppercase;
	line-height:20px;
	color:#000;
}
.inner-content-document .book-consultsection .book-consultation-section p{margin:0px;}
.inner-content-document .book-consultsection .need-helpbtn{
	font-family: 'poppinsbold';
	background-color: #60a731;
    margin-right: 13px;
	letter-spacing:1px;
    color: #fff;
    padding: 7px 15px 10px 15px;
    border-radius: 4px;
    font-size: 15px;
    line-height: 15px;
    border: 1px solid #60a731;
    text-transform: uppercase;
    display: inline-block;
}
.inner-content-document .book-consultsection .need-helpbtn span,
.inner-content-document .book-consultsection .need-helpbtn i{
	display:inline-block;
	vertical-align:middle;
}
.inner-content-document .book-consultsection .need-helpbtn .fa-whatsapp{
	font-size:22px;margin-right:5px;
}
.inner-content-document .book-consultsection .need-helpbtn .fa-angle-right{margin-left:5px;}
.inner-content-document .book-consultsection .need-helpbtn:hover,
.inner-content-document .book-consultsection .need-helpbtn:focus{
	background-color: #E78302;
    color: #fff;
    border: 1px solid #E78302;
}

.single-sticky-header{display:none;}
.fixed-header .single-sticky-header{top:auto;bottom:0px;}
.top-banner .title a{color:#fff;text-decoration:none;}
.top-banner .title a:hover,
.top-banner .title a:focus{color:#6bb038;text-decoration:none;}
.document-price-section{
	min-height:35px;
	display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
}
.links-cat{
	display: flex !important;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
@media(max-width:1320px){
	.links-cat a.link-green,
	.links-cat a.link-black,
	.document-category-outer .links-cat a.link-black, .document-category-outer .links-cat a.link-green{
		padding: 5px;
		font-size: 10px;
		margin-right: 0px;
	}
}
@media(max-width:1199px){
	.document-box{width:calc(50% - 2%);}
	.links-cat .view-detail.learnmore{display:block;}
	
}
@media(max-width:991px){
	.updated-ui .content-docuement-inner{padding: 40px;}
	.listing-outer .listing-inner {padding: 40px 30px;}
	.links-cat a.link-green,
	.links-cat a.link-black,.document-category-outer .links-cat a.link-black, .document-category-outer .links-cat a.link-green{font-size:10px;margin-right:0px;}
	.inner-content-document .book-consultsection .inner-header{line-height:25px;}
	.updated-ui .inner-content-document{padding-bottom:0px;}
	.document-lists.listing-inner .document-price{display:inline-block;}
}
@media(max-width:767px){
	.listing-outer .listing-inner .mobile-title{
		display: block;
		font-size: 14px;
		color: #141414;
		font-family: 'poppinsmedium';
		line-height: 1.57;
		padding-bottom: 16px;
		border-bottom: 1px solid #979797;
		margin-bottom: 8px;
	}
	.updated-ui .content-docuement-inner{padding: 40px;}
	.listing-outer .listing-inner {padding: 40px;}
	.view-detail.float-right{float:left;}
	.links-cat a.link-green{margin-right:0px;}
	.inner-content-document .book-consultsection .inner-header {line-height: 22px;font-size: 18px;}
	.inner-content-document .book-consultsection .need-helpbtn{padding:10px 15px;}
	.links-cat a.link-green, .links-cat a.link-black,.document-category-outer .links-cat a.link-black, .document-category-outer .links-cat a.link-green {font-size: 9px;padding:5px 7px;line-height:12px;}
	.view-detail.learnmore a.single-link {margin-top: 10px;font-size: 10px;}
	.vsz-buttons-sticky-not-visible{display:block;}
	.single-sticky-header{
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
		display:block;
	}
	.post-name-sticky-cell{
		font-family: 'poppinsmedium';
		font-size:13px;
		line-height:20px;
		color:rgba(0,0,0,0.8);
		margin-bottom:14px;
		padding-top:15px;
	}
	.fixed-header .single-sticky-header{text-align:center;}
	.fixed-header .single-sticky-header .preview-doc{display:none;}
	.buttons-sticky .document-create a{margin-top: 0px;
    vertical-align: middle;}
	.single-sticky-header .document-btn-outer{display:inline-block;margin-top:0px;}
	.single-sticky-header .document-btn-outer .document-price {font-size:12px;color:#000;margin-bottom:0px;margin-right:8px;}
	.buttons-sticky {display: inline-block;margin-bottom:28px;}
	.single-sticky-header .book-consultsection{display:inline-block;margin-left:10px;}
	.single-sticky-header .book-consultsection .need-helpbtn {
		font-family: 'poppinsbold';
		background-color: #60a731;
		letter-spacing: 1px;
		color: #fff;
		padding: 7px 8px;
		border-radius: 4px;
		font-size: 13px;
		line-height: 14px;
		border: 1px solid #60a731;
		text-transform: uppercase;
		display: inline-block;
	}
	.single-sticky-header .book-consultsection p{margin-bottom:0px;}
	.single-sticky-header .book-consultsection .need-helpbtn span,
	.single-sticky-header .book-consultsection .need-helpbtn .fa-angle-right{display:none;}
	.buttons-sticky .document-create i{
		display: inline-block;
		margin-top: 0px;
		top: 2px;
		position: relative;
		margin-left: 2px;
	}
	.buttons-sticky .document-create a{padding:4px 8px;}
	.buttons-sticky .document-create{margin-left:0px;}
	.single-sticky-header .sticky-btn{
		width: 134px;
		height: 5px;
		opacity: 0.1;
		border-radius: 100px;
		background-color: #000;
		position: absolute;
		left: 50%;
		bottom: 10px;
		transform: translateX(-50%);
	}
	.document-price-section,.links-cat{flex-direction:row-reverse;}
	
}
@media(max-width:690px){
	.updated-ui .content-docuement-inner{padding: 30px;}
	.links-cat a.link-green{margin-right:0px;}
	.links-cat a.link-green, .links-cat a.link-black,.document-category-outer .links-cat a.link-black, .document-category-outer .links-cat a.link-green{padding:6px;}
	.links-cat .view-detail.learnmore{display:block;}
	.document-box {width: 100%;}
	.listing-outer {padding: 0 15px;}
	.updated-ui.document-outer{padding:0px 15px;}
	.document-lists.listing-inner .document-price{text-align:left;}
	.document-outer.listing-outer .document-category-name{font-size:30px !important;}
}
@media(max-width:600px){	
	.updated-ui .inner-content-document .document-create a{padding:8px 12px;}
	.updated-ui .bottom-buttons-class .document-create{margin:0px !important;}
	.listing-outer .listing-inner {padding: 25px;}
	.inner-content-document .book-consultsection .inner-header {line-height: 20px;font-size: 15px;}
}
@media(max-width:576px){
	.document-outer.listing-outer .document-category-name {font-size: 20px !important;}
}
@media(max-width:375px){
	.links-cat a.link-green, .links-cat a.link-black {font-size: 9px;padding:5px 7px;}
	.inner-content-document .book-consultsection .need-helpbtn{font-size: 12px;line-height: 15px;}
	
}
@media(max-width:350px){
	.links-cat a.link-green, .links-cat a.link-black {
		padding: 2px 4px;
		font-size: 9px;
		line-height: 22px;
		display: inline-block;
	}
	.view-detail.learnmore a.single-link {font-size: 9px;}
}
.document-price-section .inner-flex.owner-price{display:inline-block;}
.document-price-section .inner-flex,
.view-detail.float-right{display:none;}
.term-marriage .document-price-section .inner-flex{display:block;}
.term-marriage .view-detail.float-right{display:inline-block;}
.term-marriage .links-cat{display:flex !important;}
.links-cat{display:inline-block !important;}
.view-detail.learnmore{display: inline-block;float: right;}
.view-detail.learnmore a.single-link{margin-top: 6px;}
.term-marriage .view-detail.learnmore{display:block;float:none;}
.term-marriage .view-detail.learnmore a.single-link{margin-top:13px;}
.document-category-outer .first-layer-outer.marriage .document-price-section .inner-flex{display:flex;}
.document-category-outer .first-layer-outer.marriage .view-detail.float-right{display:inline-block;}
.document-category-outer .first-layer-outer.marriage .view-detail.learnmore{display: block;float: none;}
.document-category-outer .first-layer-outer.marriage .view-detail.learnmore a.single-link{margin-top:13px;}
.first-layer-outer.marriage .links-cat{display:flex !important;}
.term-how-to .document-price-section,.term-how-to .links-cat,
.term-articles .document-price-section,.term-articles .links-cat{display:none;}
.term-how-to .view-detail.learnmore,
.term-articles .view-detail.learnmore{float:left;}
@media(max-width:767px){
	.document-price-section, .links-cat {flex-direction: row !important;}
	.term-marriage .document-price-section, .links-cat {flex-direction: row-reverse !important;}
	.document-category-outer .first-layer-outer.marriage .document-price-section{flex-direction: row-reverse !important;}
	.document-category-outer .first-layer-outer.marriage .links-cat{display:flex !important;}
}
/* Timer css start here */

.countdown-timer-section .uael-item{height:45px !important;position: relative;}
.countdown-timer-section .uael-item:not(:last-child) {margin-right: calc( 20px / 2 ) !important;}
.countdown-timer-section .uael-item:not(:first-child) {margin-right: calc( 20px / 2 ) !important;}
.countdown-timer-section .uael-item.uael-countdown-hours:before{
	content: 'hours';
    position: absolute;
    bottom: -20px;
    left: 50%;
    color: rgba(255,255,255,0.5);
    transform: translateX(-50%);
    font-size: 10px;
    font-weight: 500;
}
.countdown-timer-section .uael-item.uael-countdown-minutes:before{
	content: 'min';
    position: absolute;
    bottom: -20px;
    left: 50%;
    color: rgba(255,255,255,0.5);
    transform: translateX(-50%);
    font-size: 10px;
    font-weight: 500;
}
.countdown-timer-section .uael-item.uael-countdown-seconds:before{
	content: 'sec';
    position: absolute;
    bottom: -20px;
    left: 50%;
    color: rgba(255,255,255,0.5);
    transform: translateX(-50%);
    font-size: 10px;
    font-weight: 500;
}
.countdown-timer-section .uael-item .uael-countdown-item{height: 45px !important;width: 45px !important;line-height: 45px !important;}
.contact-form.coupes-code-form .wpcf7-form-control-wrap{margin-bottom:0px !important;}
.contact-form.coupes-code-form .wpcf7-form-control-wrap .wpcf7-form-control{
	border: 0px;
    border-radius: 4px;
    height: 40px;
    padding: 7px 16px;
    font-size: 14px;
    color: #333;
}
.wpcf7 .contact-form.coupes-code-form input[type="submit"]{
	display: inline-block;
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    padding: 10px 7px !important;
    background-color: #e78302 !important;
    font-size: 12px !important;
    font-weight: bold !important;
    letter-spacing: 1px !important;
    text-align: center !important;
    color: #fff !important;
    line-height: 17px !important;
}
.wpcf7 .contact-form.coupes-code-form input[type="submit"]:focus, .wpcf7 .contact-form.coupes-code-form input[type="submit"]:hover {
    background-color: #fff !important;
    color: #e78302 !important;
    border-color: #e78302 !important;
}
.contact-form.coupes-code-form .wpcf7-spinner{display:none;}
.contact-form.coupes-code-form .row{margin-left: -6px;margin-right: -6px;}
.lh-shortcode .wpcf7-response-output{
	padding: 5px;
	border: 1px solid #ffb900;
	font-size: 10px;
	color: #fff;
	margin: 0px !important;
	border: 0px !important;
}
.contact-form.coupes-code-form .row > div{padding-left: 6px;padding-right: 6px;}
.close-banner{
	background: url(../images/multiply.svg) no-repeat;
    height: 17px;
    width: 17px;
    display: inline-block;
    position: absolute;
    top: -8px;
    left: 0px;
}
.announcement-banner.show{display:block;}
@media(max-width:1024px){
	.close-banner {
		position: absolute;
		top: -64px;
		left: auto;
		right: 30px;
	}
}
@media(max-width:767px){
	.countdown-timer-section .uael-item{height:40px !important;position: relative;}
	.countdown-timer-section .uael-item:not(:last-child) {margin-right: calc( 20px / 2 ) !important;}
	.countdown-timer-section .uael-item:not(:first-child) {margin-right: calc( 20px / 2 ) !important;}
	.contact-form.coupes-code-form .wpcf7-form-control-wrap .wpcf7-form-control{
		height: 30px;
		padding: 7px 16px;
		font-size: 11px;
	}
	.wpcf7 .contact-form.coupes-code-form input[type="submit"]{
		padding: 6px 7px !important;
		font-size: 9px !important;
		line-height: 16px !important;
	}
	.countdown-timer-section .uael-item .uael-countdown-item {
		height: 35px !important;
		width: 35px !important;
		line-height: 35px !important;
		font-size: 17px !important;
	}
	.close-banner {
		top: -130;
		left: auto;
		right: 20px;
	}
	.countdown-timer-section .uael-countdown-items-wrapper .uael-item{
		padding: 2px 5px !important;
		height: 35px !important;
	}
	.annou-banner-text .lh-heading-title,.annou-banner-text .lh-heading-title span{font-size:14px !important;}
}
@media(max-width:576px){
	
	.close-banner {
		right: 7px;
	}
	.inner-content-document .book-consultsection .need-helpbtn{font-size:13px;}
}
.announcement-banner.show.hide{display:none !important;}


/* exit to intet popup */
.team-popup-outer{
    max-width: 450px;
    background: #FFF;
    padding: 30px;
    margin: 50px auto 50px;
    position: relative;
	border-radius: 9px;
}
.mfp-bg{background-color:rgba(41, 53, 76, 0.7); !important;}
.team-popup-outer .popup-modal-dismiss{
    background: url(../images/multiply.svg) no-repeat center center !important;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-size: cover;
}
.team-popup-outer .popup-modal-dismiss:hover{
    background: url(../images/multiply-hover.svg) no-repeat center center !important;
}
.exitintent-form{
	text-align:center;
}
.pd-0{padding-bottom:0px !important;}
.maxwidth300{
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
}
.exitintent-form .sub-header{
	font-size: 18px;
	line-height: 1.44;
	letter-spacing: normal;
	color: #141414;
	display:block;
}
.exitintent-form .control-label{
	font-size: 22px;
	font-family: 'poppinssemibold';
	font-stretch: normal;
	font-style: normal;
	line-height: 1.36;
	letter-spacing: normal;
	text-align: center;
	color: #141414;
	padding-bottom:20px;
}
.exitintent-form .wpcf7-list-item .wpcf7-list-item-label {
	display: inline-block;
    width: 100px;
    background-color: #eff2f9;
    padding: 10px;
    height: 44px;
    font-size: 15px;
    font-weight: bold;
    line-height: 21px;
    letter-spacing: 1px;
    text-align: center;
    color: #000;
    font-family: "Poppins";
    border: solid 1px #eff2f9;
    border-radius: 6px;
}
.exitintent-form .wpcf7-list-item > label > input[type="radio"]{
	opacity: 0.011;
    z-index: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
}
.exitintent-form .wpcf7-list-item > label > input[type="radio"]:checked + .wpcf7-list-item-label{
	background-color:#fff;
	border: solid 1px #385da8;
}
.exitintent-form .wpcf7-form-control-wrap{margin-bottom: 15px;}
.exitintent-form .wpcf7-form-control.submit-btn{
	background-color: #E78302 !important;
    width: 150px;
    font-size: 13px !important;
    font-weight: bold !important;
    letter-spacing: 1.08px !important;
    text-align: center !important;
    color: #fff !important;
}
.exitintent-form .wpcf7-form-control.submit-btn:hover {
    background: #60A731 !important;
}
.exitintent-form .form-control{
	border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    border: solid 1px #bbb;
    background-color: #fff;
}
div.rating-cancel,div.star-rating{float:left;width:30px;height:30px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden;margin:0px 12px;}
.exitintent-form .star-rating, .exitintent-form .star-rating a {
    background: url('../images/emoji-rattin-new.png') no-repeat 0 -35px;
}

div.rating-cancel a,div.star-rating a{display:block;width:30px;height:100%;background-position:0 0px;border:0}

div.star-rating-on a{background-position:0 0px!important}

div.star-rating-hover a{background-position:0 0px !important;}

div.rating-cancel.star-rating-hover,div.rating-cancel.star-rating-hover a{background-position:0 -35px}
.exitintent-form .rating-cancel{display:none !important;}
.exitintent-form .wpcf7-spinner{display:none;}

/* New blog section 11/05/2022 */
.new-innerbanner{
	padding: 44px 0px 67px 0px;
    background-repeat: no-repeat !important;
    background-size: 50% 100% !important;
	background-position: top right !important;
}
@media(min-width: 1200px){
.new-innerbanner .container{width:1580px;}	
}

.new-innerbanner .dflex{
	display: flex;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
}
.new-innerbanner .dflex .innerflex{
	align-items: stretch;
    word-break: break-word;
    flex-basis: 50%;
    max-width: 633px;
	padding-left: 0px;
}
.new-innerbanner .doc-title{
	font-family: 'poppinssemibold';
    font-size: 42px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 49px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom:10px;
	display:block;
}
.new-innerbanner .doc-desc{
	font-family: 'poppinsregular';
	font-size: 15px;
	display:block;
	line-height: 1.67;
	letter-spacing: normal;
	color: #fff;
	margin-bottom:18px;
}
.new-innerbanner .doc-box{
	position:relative;
	background-color:#fff;
	border-radius:6px;
	display:inline-block;
	padding:24px 15px 30px 124px;
	min-width:450px;
}
.new-innerbanner .doc-box:before{
	background:url('../images/documents.svg') no-repeat;
	content: '';
    position: absolute;
    top: 50%;
    left: 30px;
    display: inline-block;
    width: 75px;
    height: 84px;
    transform: translateY(-50%);
}

.new-innerbanner .doc-box .inner-doc-title{
	display:block;
	font-family: 'poppinsmedium';
	font-size: 18px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: normal;
	color: #000;
	margin-bottom:5px;
}
.new-innerbanner .doc-box .doc-price{
	display:block;
	font-family: 'poppinsmedium';
	font-size: 18px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: normal;
	color: #e66d09;
	margin-bottom:14px;
	vertical-align:middle;
}
.new-innerbanner .doc-box .doc-price .price-txt{color:#000;margin-right:9px;}
.new-innerbanner .doc-box a,
.new-innerbanner .doc-box a:focus{
	display: inline-block;
    font-size: 13px;
    font-family: 'poppinsbold';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    background-color: #e78302;
    border: solid 2px #e78302;
    padding: 8px 18px;
    text-transform: uppercase;
    border-radius: 4px;
}
.new-innerbanner .doc-box a i {
    font-size: 16px;
    margin-left: 10px;
}
.new-innerbanner .doc-box a:hover{
	border: solid 2px #d0d0d0;
    background: transparent;
    color: #000;
}
.blog-section .blockdocs{margin-top:20px;}
.blockdocs .widget-title h4{color:rgba(0,0,0,0.7);}
.blog-section .blockdocs .document-box{
	margin-right: 0;
    margin-bottom: 0;
    border-bottom: 0px;
    width: 100%;
    display: block;
    padding-bottom: 0px;
}
.blog-section .blockdocs .document-box .document-title a,
.blog-section .blockdocs .document-box .document-title a:focus{
	display: inline-block;
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #6bb038;
    margin-bottom: 0px;
}
.blog-section .blockdocs .document-box:last-child {
    margin-bottom: 20px;
}
.blog-section .blockdocs .document-box .document-title a:hover{color:#000;}
.blog-section .blockdocs .document-box .document-title a:before{
	content: "\f054";
    position: absolute;
    left: 0px;
    color: #385da8;
    font-family: FontAwesome;
    display: block;
}
.download-slider{margin:0px -10px;}
.download-slider > .lh-container.slick-slider{display: block !important;}
.download-slider .slick-list {padding-bottom: 10px;}
.download-slider .slick-track .slick-slide.list-section{margin:0px 10px !important;}
.download-slider .slick-slider .custom-arrow.slick-arrow{
	width: 40px;
	height: 40px;
	padding: 14px;
	border-radius: 30px;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
	background-color: #fff;
	border:2px solid #fff;
	color:#385da8;
	display:inline-block;
	position: absolute;
    padding: 0px;
    z-index: 2;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    box-shadow: none;
    background-position: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.download-slider .slick-slider .custom-arrow.post-next {
    background-image: url(../images/blog-next-arrow.svg);
    right: -12px;
}
.slick-slider .custom-arrow.post-next:hover {
    background-color: #29529b;
	background-image: url(../images/blog-next-arrow-hover.svg);	
}
.download-slider .slick-slider .custom-arrow.post-prev {
    background-image: url(../images/blog-prev-arrow.svg);
    left: -12px;
}
.slick-slider .custom-arrow.post-prev:hover {
    background-color: #29529b;
	background-image: url(../images/blog-prev-arrow-hover.svg);	
}
.download-section {
    background-color: transparent !important;
    position: relative;
}
.download-slider .slick-slider .slick-dots{margin: 0px;padding: 0px;text-align: center;}
.download-slider .slick-slider .slick-dots li{display:inline-block;margin:0px 5px;}
.download-slider .slick-slider .slick-dots li button{
	font-size: 0px;
    padding: 3px;
    border-radius: 50%;
    box-shadow: none;
    border: 2px solid #29529b;
    width: 10px;
    height: 10px;
    background-color: #29529b;
}
.download-slider .slick-slider .slick-dots li.slick-active button{
	background-color: #f6f9ff;
}
@media(max-width: 1400px){
	.new-innerbanner .doc-title{font-size:35px;line-height:42px;}
	.new-innerbanner .doc-box{padding: 20px 15px 20px 100px;min-width: 420px;}
	.new-innerbanner .doc-box .inner-doc-title,.new-innerbanner .doc-box .doc-price{font-size:15px;}
	.new-innerbanner .doc-box:before{background-size: 80%;left:20px;}
}
@media(max-width: 991px){
	.new-innerbanner{background-image:none !important;}
	.new-innerbanner .dflex{justify-content: center;}
	.new-innerbanner .doc-title,.new-innerbanner .doc-desc{text-align:center;}
}
@media(max-width: 767px){
	.single-blog .single-sticky-header {padding-top:10px;}
	.single-sticky-header .doc-box{
		position: relative;
		margin: 0px auto 35px;
		text-align: left;
		display: inline-block;
		padding-left: 54px;
	}
	.single-sticky-header .doc-box:before {
		background: url(../images/documents.svg) no-repeat;
		content: '';
		position: absolute;
		top: 7px;
		left: 0;
		display: inline-block;
		width: 38px;
		height: 40px;
		background-size: 38px;
	}
	.single-sticky-header .doc-box .inner-doc-title{
		font-family: 'poppinssemibold';
		font-size: 13px;
		line-height: 14px;
		text-align: center;
		color: #000;
		display:block;
	}
	.single-sticky-header .doc-box .doc-price{
		display: block;
		font-family: 'poppinsmedium';
		font-size: 14px;
		font-stretch: normal;
		font-style: normal;
		line-height: 28px;
		letter-spacing: normal;
		color: #e66d09;
		margin-bottom: 2px;
		vertical-align: middle;
	}
	.single-sticky-header .doc-box .doc-price .price-txt {
		color: #000;
		margin-right: 9px;
	}
	.single-sticky-header .doc-box a{
		border-radius: 4px;
		font-family: Poppins;
		font-size: 12px;
		font-family: 'poppinsbold';
		font-stretch: normal;
		font-style: normal;
		line-height: normal;
		letter-spacing: 1px;
		text-align: center;
		color: #ffffff;
		background-color: #e78302;
		border: solid 2px #e78302;
		padding: 4px 8px;
		margin-top: 0px;
		vertical-align: middle;
	}
	.single-sticky-header .doc-box .need-helpbtn {
		margin-left:10px;
		font-family: 'poppinsbold';
		background-color: #60a731;
		letter-spacing: 1px;
		color: #fff;
		padding: 7px 8px;
		border-radius: 4px;
		font-size: 13px;
		line-height: 13px;
		border: 1px solid #60a731;
		text-transform: uppercase;
		display: inline-block;
	}
}
@media(max-width: 576px){
	.download-section {
		background-color: #F6F9FF !important;
		position: relative;
	}
	.download-section:after{
		content: '';
		position: absolute;
		left: -99vw;
		width: 100vw;
		background: #F6F9FF;
		height: 100%;
		top: 0;
		z-index: -1;
	}
	.download-section:before{
		content: '';
		position: absolute;
		right: -99vw;
		width: 100vw;
		background: #F6F9FF;
		height: 100%;
		top: 0;
		z-index: -1;
	}
	.new-innerbanner .dflex .innerflex{flex-basis: 100%;max-width: 100%;}
	.new-innerbanner{padding: 40px 0px 50px 0px;}
	.new-innerbanner .dflex {justify-content: left;}
	.new-innerbanner .doc-title, .new-innerbanner .doc-desc {text-align: left;}
	.new-innerbanner .doc-title {font-size: 22px;line-height: 32px;}
	.new-innerbanner .doc-box .inner-doc-title, .new-innerbanner .doc-box .doc-price {font-size: 16px;}
	.new-innerbanner .doc-box {padding: 12px 30px 20px 100px;min-width: auto;}
	.download-slider{margin:0px;}
	.download-slider .slick-track .slick-slide.list-section{margin:0px 5px !important;}
	.download-slider .slick-list{padding: 0 25% 0 0 !important;margin-right: -25px;}
}