.blog-page{
    max-width: 1032px;
}
.blog-page p {
    color: #00285d !important;
    font-weight: 300 !important;
    font-size: 16px;
    margin: 0 0 11px;
    line-height: 1.8 !important;
}
.ssbp-wrap {
    padding-bottom: 20px;
}
.breadcrumb, #unique-header, .menu-right {
    display: none!important
}
.sidebar-top-header button {
    border-radius: 0px !important;
}
.footer-sidebar .background-overlay {
    background: #303030;
}
.footer-copyright {
    background-color: #575757;
}

.navigation .menubar .menu-wrap>li>a {
    font-weight: 700;
    color: #0c285d
}

.navigation .menubar .menu-wrap>li:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 0%;
    background: #0c285d;
    left: 0;
    bottom: 2px;
    right: 0;
    opacity: 0;
    margin: 0 auto;
    transition: .1s ease-in-out 0s
}

.navigation .menubar .menu-wrap>li:hover:after,.nav-specia .menubar .menu-wrap>.menu-item.active:after {
    width: 80%;
    opacity: .8;
    transition: .1s ease-in-out 0s
}

.nav-specia .menubar .menu-wrap>.menu-item:hover>a,.nav-specia .menubar .menu-wrap>.menu-item.active>a {
    background: transparent;
    color: #0c285d
}


.navigation:not(.pagination) {
    box-shadow: none!important;
    border-bottom: 1px solid #d8d8d8
}

.navigation .container {
    display: felx;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (min-width: 992px) and (max-width:1200px) {
    .menubar .menu-wrap>li.menu-item>a {
        font-size:12px
    }

    .navigation .col-md-9 {
        width: 57%!important;
        margin-top: 0px!important
    }

    sidebar-top-header input {
        width: 100%!important;
        display: block
    }

    .navigation .inline-cls.sidebar-top-header button {
        font-size: 8px;
        width: 40px!important;
        height: 100%;
        padding-left: 5px;
        padding-right: 5px
    }
}
@media (min-width: 1201px) and (max-width:1370px) {
    .menubar .menu-wrap>li.menu-item>a {
        font-size:13px
    }
}

@media (min-width: 992px) {
    .navigation .row {
        display:flex;
        align-items: center
    }
}

@media (min-width: 992px) {
    .navigation .menubar .menu-wrap .menu-partner-login {
        display:none
    }
}

.mobile-menu .menu-partner-login a {
    padding: 13px 40px 13px 20px;
    border: 1px solid #0c275d;
    display: inline-block!important;
    font-size: 14px;
    position: relative;
    line-height: normal;
    width: 170px!important;
    border-radius: 0
}

.mobile-menu .menu-partner-login a:after {
    position: absolute;
    content: "\f08e";
    right: 18px;
    font-family: fontawesome;
    color: #0c275d;
    font-size: 16px;
    top: 15px;
    font-weight: 100
}

.mobile-menu .menu-partner-login {
    padding-top: 20px;
    margin-left: 15px;
    border-bottom: none!important
}

.mobile-menu li>a {
    color: #0c275d
}

body a:focus,body a:hover {
    outline: none
}

.mobile-menu .dropdown>span>a:before {
    color: #0c275d
}

.mobile-menu .dropdown.current>a {
    color: #0c93c9
}

.searchm .searchsbtn {
    border-radius: 0px!important;
    right: 0;
    top: 0
}

.searchm .searchsbtn:hover {
    border: 0
}

.map-section .result-show-section .input_search input {
    padding: 3px 10px
}

header .dropdown-menu>.active>a {
    background: transparent
}
.fa-angle-right, .fa-angle-left{
    font-size: 28px !important;
}
.entry-header {
    padding-top: 40px;
    padding-bottom: 40px;
}
.cat-links {
    font-weight: 700;
    background-color: #f4f5f7;
    border-radius: 3px;
    font-size: 14px;
    padding: 5px 10px;
    text-transform: uppercase;
    margin: 0 8px 8px 0;
    display: inline-block;
    font-family: Montserrat, sans-serif;
}
.cat-links a{
    color: #8c9eb0 !important;
    text-decoration: none;
}
.entry-title{
    color: #0c2b5a !important;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
}
.serv_mainsub .author{
    margin-bottom: 2px;
    margin-top: 10px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
}
.serv_mainsub .author a{
    color: #0c285d;
}
.post_date{
    color: #0c285d !important;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
}
.entry-content{
    padding-top: 40px;
    color: #00285d;
}
.post-thumbnail-image{
   display: flex;
   justify-content: center;
   align-items: center;
}
/* .post-thumbnail-image img{
    width: 100%;
} */

.alignleft {
    margin: .5em 20px .5em 0 !important;
}
.serv_mainsub img{
    margin: auto;
}

.product_type_simple{
    padding: 10px;
    width: 100%;
    border: 1px solid #00285d;
    background: #00285d;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 0;
    transition: all .1s ease-in-out 0s;
    -webkit-transition: all .1s ease-in-out 0s;
    -moz-transition: all .1s ease-in-out 0s;
    -ms-transition: all .1s ease-in-out 0s;
    -o-transition: all .1s ease-in-out 0s;
}

.product_type_simple:hover{
    background: #fff;
    color: #00285d;
    transition: all .1s ease-in-out 0s;
    -webkit-transition: all .1s ease-in-out 0s;
    -moz-transition: all .1s ease-in-out 0s;
    -ms-transition: all .1s ease-in-out 0s;
    -o-transition: all .1s ease-in-out 0s;
}

.searchm {
    position: relative;
    width: 32%;
    float: left;
}

.searchs {
    padding: 10px;
    font-size: 17px;
    border: 1px solid grey;
    float: left;
    width: 100% !important;
}

.searchsbtn {
    font-size: 12px;
}

.searchsbtn i{
    font-size: 18px !important;
}
form.searchb::after {
    content: "";
    clear: both;
    display: table;
}
.pagination-cls span,
.pagination-cls a{
    padding-top: 2px;
}

.pagination-cls .next,
.pagination-cls .prev{
    padding: 0;
}