.h4, h4 {
    font-size: 1.2rem;
}

#main_menu > ul > li + li {
    margin-right: 25px;
    margin-left: 0;
}

.topbar-info + .topbar-info {
    margin-right: 76px;
    margin-left: 0;
}

.phone-num {
    direction: ltr;
}

.hero-section {
    height: 430px;
}

.service-card .fas{
    color: #008fff;
}

#main_menu > ul > li > a {
    font-weight: 600;
}
#main_menu .dropdown-menu {
    
    left: auto;
}

/* Home  */
.carousel-caption {
    background: rgba(0,0,0,.5);
}
.service-card > h2 {
	font-size: 24px;
	font-weight: 700;
	color: #0a2e72;
}
.section-header > h2 {
    font-size: 35px;
}


/* Bread crumb*/
.breadcrumbs > a + a::before, .breadcrumbs > a + span::before {
    content: none;
}
/* Side Bar */

.service-widget > ul > li > a > i {
    padding-right: 0;
    padding-left: 4px;
    font-size: 10px;
}
.service-widget > ul > li.current_page_item > a,
.service-widget > ul > li > a:hover {
    background: #0088ff;
    color: #fff;
}
.pc-sidebar {
    display: block;
}
.mobile-sidebar {
    display: none;
}
/* Content */
.page_header section > h2 {
    font-size: 30px;
}
.single_service_content > ul {
    /* background: transparent;
    padding: 5px 0 5px 5px;
    margin: 40px 0 45px; */
}

.single_service_content > ul > li {
    position: relative;
    /* font-size: 20px; */
    font-weight: 500;
    /* color: #0a2e72; */
    width: auto;
    padding-right: 35px;
    padding-left: 0;
    margin-bottom: 7px;
    display: block;
}
.single_service_content > ul > li::before {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: #e2f0fb;
    top: 2px;
    left: auto;
    right:0;
}
.single_service_content > ul > li::after {
    position: absolute;
    content: "\f00e";
    font-family: IcoFont;
    font-size: 13px;
    color: #0088ff;
    top: 4px;
    right: 5px;
    left:auto;
}
.tax-site_sections .single_service_content > ul > li::after {
    position: absolute;
    content: "\f0c1";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    color: #0088ff;
    top: 4px;
    right: 5px;
    left: auto;
}


/* news bar*/
.breaking-news span.breaking-news-title {
    background: #F43D2A;
    display: block;
    float: right;
    padding: 5px 10px;
    color: #FFF;
    
    font-size: 14pt;
}
.breaking-news {
    background: #FFF;
    height: 25px;
    margin: -5px auto 25px;
    overflow: hidden;
    position: relative
}
.breaking-news {
    margin: 25px 24px;
-webkit-box-shadow: 0 0 2px #CACACA;
-moz-box-shadow: 0 0 2px #cacaca;
box-shadow: 0 0 2px #CACACA;
height:36px;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 10%;
    height: 80%;
}
.btn {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 10px 15px;
    border-radius: 0;
}