html,
body{
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
body{
    background-color: #ffffff;
    overflow-x: hidden;
    color: #1b3151;
    font-size: 18px;
    line-height: 28px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

/*--- Elements ----*/

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
    margin: 0 0 24px;
    padding: 0;
    font-weight: 700;
}

h1,
.h1{
    font-size: 36px;
    line-height: 44px;
}

h2,
.h2{
    font-size: 36px;
    line-height: 44px;
}

h3,
.h3{
    font-size: 30px;
    line-height: 38px;
}

h4,
.h4{
    font-size: 24px;
    line-height: 32px;
}

h5,
.h5{
    font-size: 20px;
    line-height: 28px;
}

h6,
.h6{
    font-size: 18px;
    line-height: 26px;
}

b,
strong{
    font-weight: 700;
}

p{
    margin: 0 0 24px;
}

p:empty{
    display: none;
}

.wp-block-spacer{
    height: 20px !important;
}

a{
    text-decoration: none;
    outline: none;
    color: #0b7ba8;
    transition: all 0.4s ease-out;
            -moz-transition: all 0.4s ease-out;
            -webkit-transition: all 0.4s ease-out;
            -o-transition: all 0.4s ease-out;
}

a:hover,
a:focus{
    color: #999999;
}

ul,
ol{
    margin: 0 0 24px 15px;
    padding: 0 0 0 24px;
    list-style: disc;
}

li{
    margin: 0 0 5px;
    padding: 0;
}

ol{
    list-style: numeric;
}

img{
    border: none;
    height: auto;
    max-width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea{
    padding: 15px 20px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    border: 1px solid #1b3151;
    background-color: #ffffff;
    outline: none !important;
    border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
    color: #1F2131;
    width: 100%;
}
select{
    background-image: url('../images/chevron-down.svg');
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 20px;
    padding-right: 28px;
        -moz-appearance:none;
        -webkit-appearance:none;
        -o-appearance:none;
    appearance:none;
}
input[type=submit],
button[type=submit]{
    background-color: #0b7ba8;
    color: #ffffff;
    padding: 10px 20px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    display: inline-block;
    border: none;
    box-shadow: 0;
        -moz-box-shadow: 0;
        -webkit-box-shadow:0;
        -o-box-shadow: 0;
    letter-spacing: 1.8px;
}
input[type=submit]:hover,
button[type=submit]:hover{
    background-color: #b0c3d7;
    color: #ffffff;
}

::placeholder {
    color: #1b3151;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
    color: #1b3151;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #1b3151;
}

:-moz-placeholder { /* Firefox 18- */
    color: #1b3151;
}

/* =WordPress Core - Sassified.
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 24px 0;
}

.aligncenter, 
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 24px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 24px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a {
    img {
        &.alignright {
            float: right;
            margin: 5px 0 24px 20px;
        }

        &.alignnone {
            margin: 5px 20px 24px 0;
        }

        &.alignleft {
            float: left;
            margin: 5px 20px 24px 0;
        }

        &.aligncenter {
            display: block;
            margin-left: auto;
            margin-right: auto
        }
    }
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;

    &.alignnone {
        margin: 5px 20px 24px 0;
    }

    &.alignleft {
        margin: 5px 20px 24px 0;
    }

    &.alignright {
        margin: 5px 0 24px 20px;
    }

    img {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 98.5%;
        padding: 0;
        width: auto;
    }

    p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        margin: 0;
        padding: 0 4px 5px;
    }
}

/* Element */
.vfbp-form .vfb-help-block{
	color:#000 !important;
}
.cbtn{
    background-color: #0b7ba8;
    color: #ffffff;
    padding: 10px 20px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    display: inline-block;
    border: none;
    box-shadow: 0;
        -moz-box-shadow: 0;
        -webkit-box-shadow:0;
        -o-box-shadow: 0;
    letter-spacing: 1.8px;
}
.cbtn:hover,
.cbtn:focus{
    background-color: #b0c3d7;
    color: #ffffff;
}

.cbtn-white-border{
    background-color: transparent;
    border: 1px solid #b0c3d7;
}

.text-blue{
    color: #0b7ba8;
}

.text-orange{
    color: #c94301;
}

.text-right{
    text-align: right;
}

.mb-12{
    margin-bottom: 12px;
}

.mb-56{
    margin-bottom: 56px;
}

/**
* External link
*/
.external-left:before,
.external-right:after,
.menu-item.external-left > a:before,
.menu-item.external-right > a:after{
    display: inline-block !important;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    background: none !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin-top: 0 !important;
}
.external-left:before,
.menu-item.external-left > a:before{
    margin-right: 5px;
    content: "\f08e";
}
.external-right:after,
.menu-item.external-right > a:after{
    margin-left: 5px;
    content: "\f08e";
}
.menu-item.external-left:before,
.menu-item.external-right:after{
  display: none !important;
}

/**
* PDF link
*/
.pdf-left:before,
.pdf-right:after,
.menu-item.pdf-left > a:before,
.menu-item.pdf-right > a:after{
    display: inline-block !important;
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
    background: none !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin-top: 0 !important;
}
.pdf-left:before,
.menu-item.pdf-left > a:before{
    margin-right: 5px;
    content: "\f1c1";
}
.pdf-right:after,
.menu-item.pdf-right > a:after{
    margin-left: 5px;
    content: "\f1c1";
}
.menu-item.pdf-left:before,
.menu-item.pdf-right:after{
  display: none !important;
}

/** Header */
.site-header{
    position: relative;
}
.page-detail .site-header,
.blog .site-header {
    background-color: #ffffff;
    border-bottom: 4px solid #0b7ba8;
}
.site-header:after{
    width: 50%;
    left: 50%;
    top: 0;
    height: 100%;
    content:"";
    background-color: #0b7ba8;
    position: absolute;
    z-index: 1;
}
.header-inner{
    position: relative;
    z-index: 100;
}
.col-header{
    padding-left: 12px;
    padding-right: 12px;
}
.col-logo{
    width: 30%;
    display: flex;
    align-items: center;
}
.col-menu{
    width: 70%;
    background: url(../images/bg-header.png) no-repeat scroll 0 0 #0b7ba8;
    background-size: contain;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}

.header-info{
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #ffffff;
    padding-left: 60px;
    padding-bottom: 15px;
}
.info-availabel{
    font-size: 14px;
    font-weight: 400;
}
.header-info .info-phone{
    display: flex;
    justify-content: space-between;
	justify-content:center;
	font-size:22px;
}
.info-phone a{
    color: #ffffff;
}
.info-phone a:hover,
.info-phone a:focus{
    color: #dbf2f7;
}
.search-icon{
    cursor: pointer;
}
.search-icon:hover{
    color: #dbf2f7;
}

/**
* Menu
*/
.menu-wrap{
    padding-left: 60px;
}
.main-nav{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;  
    justify-content: space-between;
    align-items: center;
}
.main-nav > li{
    padding: 0;
    margin: 0;
    position: relative;
}
.main-nav > li > a,
.main-nav > li > span{
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    padding: 8px 0;
    display: inline-block;
}
.main-nav > li i{
    display: inline-block;
    padding-left: 6px;
    color: #ffffff;
}
.main-nav > li:hover > a,
.main-nav > li:hover > span,
.main-nav > li:hover i{
    color: #dbf2f7;
}
.sub-menu{
    display: none;
}
.menu-button,
.menu-title{
    display: none;
}

/* Glogbal */
.container.container-fluid{
    max-width: 100%;
    padding: 0;
}

/**
* Main
*/
.site-main{
    padding: 56px 0;
}
.main-home.site-main{
    padding: 0;
}

.sc-hero{
    padding: 56px 0;
    background: url(../images/bg-1.png) no-repeat scroll 0 0;
}
.hero-text h2,
.hero-text h4,
.hero-text h5,
.hero-text p{
    margin-bottom: 12px;
}
.sc-tagline{
    background-color: #f3f4f6;
    padding: 24px 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 1.8px;
}

.sc-services{
    padding: 56px 0;
    background: url(../images/bg-services.png) no-repeat scroll right center;
}
.entry-title{
    margin-bottom: 16px;
}
.entry-title a{
    color: #1b3151;
}
.entry-title a:hover{
    color: #999999;
}
.entry-thumb{
    margin-bottom: 16px;
}

.sc-lists{
    background-color: #134a84;
    position: relative;
    margin-top: 20px;
    color: #ffffff;
    padding: 56px 0;
}
.sc-lists:before{
    background: url(../images/bg-lists.png) no-repeat scroll left top;
    content:"";
    width: 300px;
    height: 100%;
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 1;
}
.sc-lists .container{
    position: relative;
    z-index: 10;
}
.col-lists{
    margin-bottom: 56px;
}
.list-title{
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 80px;
    background-attachment: scroll;
    padding-left: 110px;
    padding-top: 18px;
}
.domestic-violence .list-title{
    background-image: url(../images/domestic-violence.png);
}
.drug-possession .list-title{
    background-image: url(../images/drug-possession.png);
}
.dui .list-title{
    background-image: url(../images/dui.png);
}
.other .list-title{
    background-image: url(../images/other.png);
}
.california .list-title{
    background-image: url(../images/california.png);
}
.defense .list-title{
    background-image: url(../images/defense.png);
}
.court-house .list-title{
    background-image: url(../images/court-house.png);
}
.sc-news{
    padding-top: 56px;
    padding-bottom: 56px;
}
.sc-head{
    align-items: center;
}
.post-item .cbtn{
    color: #1b3151;
}
.post-item .entry-title{
    margin-bottom: 8px;
}
.post-item .entry-meta{
    margin-bottom: 12px;
    font-size: 15px;
}
.post-item .entry-meta a{
    font-weight: 600;
}
.post-item .entry-excerpt{
    margin-bottom: 20px;
}
.post-item .entry-thumb{
    margin-bottom: 0;
}
.post-item .entry-thumb a{
    position: relative;
    padding-top: 56.25%;
    width: 100%;
    display: block;
}
.post-item .entry-thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-item-inner{
    padding: 20px 20px 25px;
}
.single-thumb{
    margin-bottom: 16px;
}
.featured-video-plus{
    position: relative;
    padding-top: 56.25%;
}
.featured-video-plus .fluid-width-video-wrapper{
    padding-top: 0 !important;
    width: 100%;
    height: 100%;
    display: block;
    position: static;
}
.featured-video-plus iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sc-payment{
    position: relative;
    z-index: 10;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}
.sc-payment:after{
    width: 50%;
    height: 100%;
    content: "";
    background-color: #dbf2f7;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
}
.payment-inner{
    background-color: #dbf2f7;
    padding-top: 48px;
    padding-bottom: 32px;
    position: relative;
}
.payment-inner:before{
    width: 219px;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: -219px;
    background: url(../images/bg-payment.png) no-repeat scroll right top;
    z-index: 1;
}
.payment-inner .row{
    position: relative;
    z-index: 10;
}
.payment-inner h2{
    padding-left: 32px;
    font-size: 42px;
    line-height: 50px;
}
.iframe-wrap{
    position: relative;
    padding-top: 56.25%;
}
.iframe-wrap iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.qa-faqs form{
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
}
.modal-search form{
    display: flex;
    gap: 20px;
}
.modal-search .btn-close{
    position: absolute;
    top: -34px;
    right: 0;
    background: none;
    font-size: 32px;
    color: #ffffff;
    padding: 0;
    opacity: 1;
}
.modal-backdrop{
    --bs-backdrop-opacity: 0.7;
}
.page-content:after {
    display: block;
    clear: both;
    content: "";
}
/* Footer */
.main-footer{
    background-color: #1b3151;
    color: #ffffff;
    padding-top: 56px;
    padding-bottom: 36px;
    font-size: 16px;
    line-height: 24px;
}
.footer-widget .widget-title{
    margin-bottom: 20px;
}
.footer-widget a{
    color: #ffffff;
}
.footer-widget a:hover{
    color: #ffffff;
    text-decoration: underline;
}
.footer-widget-1 p{
    margin-bottom: 6px;
}
.iframe-wrap{
    margin-top: 24px;
}
.recent-post-list{
    margin: 0;
    padding: 0;
    list-style: none;
}
.recent-post-list li{
    padding: 0 0 16px;
    margin: 0;
}
.recent-post-list a{
    color: #ffffff;
}
.recent-post-list a:hover{
    color: #ffffff;
    text-decoration: underline;
}
.socials{
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.socials li{
    padding: 0;
}
.socials li a{
    color: #ffffff;
    font-size: 32px;
}
.socials li a:hover{
    color: #dbf2f7;
}
.copyright{
    font-size: 14px;
    line-height: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 56px 0;
}
.copyright span{
    position: relative;
}
.copyright span:after{
    height: 14px;
    width: 1px;
    background-color: #ffffff;
    content: "";
    display: inline-block;
    position: absolute;
    right: -10px;
    top: 0;
}
.copyright span.last:after{
    display: none;
}
.copyright a{
    color: #ffffff;
}
.copyright a:hover{
    color: #ffffff;
    text-decoration: underline;
}
.cookies-bar{
    background-color: #24426e;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    padding: 20px 0;
}

/* Fustion style */

.fusion-tabs-container {
    border: 1px solid #ccc;
    padding: 10px;
}

/* Align all headers in a row */
.fusion-tab-headers {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.fusion-tab-header {
    padding: 10px 20px;
    cursor: pointer;
    background-color: #eee;
    margin-right: 5px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: 1px solid #ccc;
    border-bottom: none;
}

.fusion-tab-header.active {
    background-color: #fff !important;
    font-weight: bold;
    border-bottom: 1px solid #fff;
}

.fusion-tab-content {
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ccc;
}
.fusion-tab-content:after{
    clear: both;
    content:"";
    display: block;
}
.page-id-10703 .custom-fusion-button{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.page-id-10703 .fusion-tab-content p{
    clear: both;
}

/**
* Blog
*/

.title-border{
    border-bottom: 1px solid #0b7ba8;
    padding-bottom: 40px;
    margin-bottom: 40px;

}
.post-item{
    box-shadow: 0px 10px 30px 0px #3D5B7D26;
    border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        -o-border-radius: 15px;
    margin-bottom: 40px;
}
.post-image img{
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    object-position: center;
    border-radius: 15px 15px 0 0;
        -moz-border-radius: 15px 15px 0 0;
        -webkit-border-radius: 15px 15px 0 0;
        -o-border-radius: 15px 15px 0 0;
}
.post-inner{
    padding: 15px 40px 40px;
}
.post-inner p{
    margin: 0;
}
.post-metas{
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 30px;
    padding-bottom: 16px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.post-metas span{
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
}
.post-category a{
    background: #0b7ba8;
    padding: 2px 12px 4px 12px;
    color: #ffffff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    display: inline-block;
}
.post-date{
    position: relative;
}
.post-date:before{
    display: inline-block;
    content:"";
    width: 5px;
    height: 5px;
    background-color: #0b7ba8;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    margin-right: 10px;
}
.post-excerpt {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}
.post-excerpt p{
    margin: 0;
}
.post-more{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E1E1E1;
    color: #0b7ba8;
    flex: 0 0 60px;
}
.post-more:hover{
    border: 1px solid #0b7ba8;
    color: #0b7ba8;
}
.wp-pagenavi{
    display:flex;
}
.wp-pagenavi span,
.wp-pagenavi a{
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DAE6F9;
    color: #1b3151;
}
.wp-pagenavi a.last{
	font-size:14px;
	line-height:22px;
}
.wp-pagenavi span,
.wp-pagenavi span.current{
    color: #0b7ba8;
    border: 1px solid #0b7ba8;
}
.wp-pagenavi span{
	font-size:12px;
	line-height:18px;
}
.blog-widget{
    margin-bottom: 48px;
}
.search-form{
    position: relative;
}
.search-form input[type=text]{
    width: 100%;
    background: #dbf2f7;
    border: none;
    padding: 18px 70px 18px 20px;
    margin: 0;
    outline: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
}
.search-form button{
    background: #0b7ba8;
    padding: 15px 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    color: #ffffff;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    border: none;
    outline: none;
}
.search-form button:hover,
.search-form button:focus{
    background-color: #999999;
    color: #ffffff;
}
.blog-widget .widget-title{
    margin-bottom: 20px;
    text-transform: uppercase;
}
.cat-list-item{
    margin-bottom: 14px;
}
.cat-thumb{
    width: 70px;
    flex: 0 0 70px;
    min-height: 70px;
    height: 100%;
    background-color: #0b7ba8;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    margin-right: 10px;
    display: inline-block;
    border-radius: 5px 0 0 5px;
        -moz-border-radius: 5px 0 0 5px;
        -webkit-border-radius: 5px 0 0 5px;
        -o-border-radius: 5px 0 0 5px;
}
.term-link-item{
    display: flex;
    width: 100%;
    position: relative;
    border: 1px solid #0b7ba8;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    align-items: center;
    color: #1b3151;
}

.term-link-item i{
    right: 10px;
    position: absolute;
}
.term-link-item:hover{
    color: #0b7ba8;
}
.popular-item{
    display: flex;
    margin: 0 0 16px;
}
.popular-thumb{
    width: 25%;
}
.popular-thumb img{
    border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
    width: 100%;
    height: 70px;
    object-fit: cover;
    object-position: center;
}
.popular-right{
    width: 75%;
    padding-left: 15px;
}
.popular-right .entry-title{
    line-height: 21px;
    margin-bottom: 4px;
}
.entry-date{
    font-size: 14px;
    line-height: 20px;
}

/*
Single post
*/
.single-thumb img{
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        -o-border-radius: 15px;
}

.post-nav-link{
    display: flex;
    gap: 250px;
    justify-content: space-between;
    border-top: 1px solid #DAE6F9;
    padding-top: 40px;
    margin-top: 40px;
}
.post-nav-right{
    text-align: right;
}
.post-nav-item span{
    display: block;
}
.post-nav-item a{
    color: #1b3151;
}
.post-nav-item a:hover{
    color: #0b7ba8;
}
.nav-label{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 30px;
    margin-bottom: 16px;
}
.nav-title{
    font-weight: 700;
    margin-bottom: 4px;
}
.nav-date{
    font-size: 14px;
    line-height: 20px;
}
.post-nav-left .nav-label{
    background-image: url(../images/post-arrow-left.svg);
    background-position: left center;
    padding-left: 40px;
}
.post-nav-right .nav-label{
    background-image: url(../images/post-arrow-right.svg);
    background-position: right center;
    padding-right: 40px;
}

.recent-posts{
    border-top: 1px solid #DAE6F9;
    padding-top: 40px;
    margin-top: 40px;
}
.post-grid-item .post-inner{
    padding-left: 15px;
    padding-right: 15px;
}
.post-grid-item .post-excerpt{
    display: block;
}
.post-grid-item .post-image a{
    display: block;
    position: relative;
    padding-top: 56.25%;
}
.post-grid-item .post-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

@media (min-width: 768px){
    .visible-sm{
        display: none;
    }
}

@media (min-width: 992px){
    .col-lists{
        padding-right: 32px;
    }
    .col-lists:nth-of-type(2n){
        padding-left: 32px;
        padding-right: 0;
    }
    .sidebar{
        padding-left: 25px;
    }
}

@media (min-width: 1024px){
    .container{
        max-width: 1024px;
    }
    .sub-menu{
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #ffffff;
        z-index: 99;
        min-width: 220px;
        list-style: none;
        box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.10), 0px 20px 25px -5px rgba(0, 0, 0, 0.10);
            -moz-box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.10), 0px 20px 25px -5px rgba(0, 0, 0, 0.10);
            -webkit-box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.10), 0px 20px 25px -5px rgba(0, 0, 0, 0.10);
            -o-box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.10), 0px 20px 25px -5px rgba(0, 0, 0, 0.10);
        border-radius: 0px 0px 8px 8px;
            -moz-border-radius: 0px 0px 8px 8px;
            -webkit-border-radius: 0px 0px 8px 8px;
            -o-border-radius: 0px 0px 8px 8px;
        margin: 0;
        padding: 10px 0 8px;
        display: none;
    }
    .nav-last-item .sub-menu{
        left: auto;
        right: 0;
    }
    .sub-menu > li{
        margin: 0;
        padding: 0;
        position: relative;
    }
    .sub-menu > li > a{
        color: #1b3151;
        font-size: 16px;
        line-height: 16px;
        font-weight: 600;
        display: block;
        padding: 16px 20px;
        white-space: nowrap;
    }
    .sub-menu > li > a:hover,
    .sub-menu > li > a:focus{
        color: #000000;
    }
    .main-nav > li:hover > .sub-menu{
        display: block;
    }
    .main-nav > li i{
        display: inline-block;
        padding-left: 4px;
    }
    .menu-title{
        display: none !important;
    }
}

@media (min-width: 1024px) and (max-width: 1199px){
    .header-info{
        padding-left: 90px;
        font-size: 18px;
        line-height: 24px;
    }
    .info-availabel {
        font-size: 12px;
        font-weight: 400;
    }
    .menu-wrap {
        padding-left: 90px;
    }
    .main-nav > li > a, .main-nav > li > span{
        font-size: 15px;
        line-height: 25px;
    }
}

@media (min-width: 1200px){
    .container{
        max-width: 1200px;
    }
    .col-menu{
        padding-left: 80px;
    }
}

@media (max-width: 1023px){
    body.menu-active:after{
        content:"";
        background-color: rgba(0, 0, 0, 0.8);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
    }
    .site-header{
        background-color: #ffffff;
        border-bottom: 4px solid #0b7ba8;
    }
    .site-header:after{
        display: none;
    }
    .header-inner{
        z-index: unset;
    }
    .col-menu{
        background: none;
    }
    .main-nav{
        position: fixed;
        top: 0;
        left: -325px;
        opacity: 0;
        background-color: #0b7ba8;
        border: 1px solid #D4D4D8;
        height: 100%;
        z-index: 999999;
        width: 320px;
        max-width: 320px;
        margin: 0;
        padding: 50px 16px 16px;
        transition: all 0.4s ease-out;
            -moz-transition: all 0.4s ease-out;
            -webkit-transition: all 0.4s ease-out;
            -o-transition: all 0.4s ease-out;
    }
    .main-nav > li{
        padding: 12px 0;
        border-bottom: 1px solid #CBD5E1;
        position: static;
    }
    .main-nav > li > a,
    .main-nav > li > span{
        padding: 0;
    }
    .main-nav > li:hover > a, 
    .main-nav > li:hover > span, 
    .main-nav > li:hover > i {
        color: #ffffff;
    }
    .main-nav > li i:before{
        content: "\f054";
    }
    .main-nav > li i,
    .main-nav > li.menu-item-has-children i{
        float: right;
        padding: 6px;
    }
    .sub-menu{
        box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            -o-box-shadow: none;
        padding: 0 16px 16px;
        margin: 0;
        list-style: none;
        position: absolute;
        top: 50px;
        left: -325px;
        opacity: 0;
        background-color: #0b7ba8;
        width: 100%;
        height: 100%;
        transition: all 0.4s ease-out;
            -moz-transition: all 0.4s ease-out;
            -webkit-transition: all 0.4s ease-out;
            -o-transition: all 0.4s ease-out;
    }
    .sub-menu > li{
        padding: 12px 0;
        margin: 0;
        border-bottom: 1px solid #dbf2f7;
    }
    .sub-menu > li > a{
        padding: 0;
        color: #ffffff;
        font-size: 16px;
        line-height: 16px;
    }
    .button-search,
    .button-open{
        display: block;
        font-size: 24px;
        line-height: 24px;
        float: right;
        color: #1b3151;
    }
    .button-search{
        margin-right: 20px;
    }
    .button-search:hover,
    .button-search:focus,
    .button-open:hover,
    .button-open:focus{
        color: #1b3151;
    }
    .button-close{
        position: fixed;
        top: 15px;
        left: 282px;
        z-index: 999999;
        font-size: 32px;
        line-height: 32px;
        color: #ffffff;
    }
    .menu-title{
        left: 12px;
        position: fixed;
        top: 20px;
        z-index: 999999;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        color: #ffffff;
    }
    .menu-title i{
        display: inline-block;
        margin-right: 4px;
    }
    .button-close:hover,
    .button-close:focus{
        color: #64748B;
    }
    .menu-active .button-close{
        display: block;
    }
    .menu-active .main-nav{
        display: block;
        left: 0;
        opacity: 1;
    }
    .menu-item-active .sub-menu{
        left: 0;
        opacity: 1;
    }
    .header-info{
        justify-content: flex-end;
        color: #1b3151;
    }
    .info-1,
    .info-3{
        display: none;
    }
    .info-phone{
        gap: 25px;
    }
    .info-phone a{
        color: #1b3151;
    }
    .info-phone a:hover{
        color: #1b3151;
    }
    .info-availabel{
        font-size: 11px;
    }
    .menu-wrap {
        padding-left: 0;
    }
}

@media (max-width: 991px){
    .service-item{
        margin-bottom: 40px;
    }
    .service-item .entry-thumb img{
        width: 100%;
    }
    .posts-grid .post-item{
        margin-bottom: 40px;
    }
    .posts-grid .entry-thumb img{
        width: 100%;
    }
    .sc-payment{
        background-color: #dbf2f7;
    }
    .sc-payment:after{
        display: none;
    }
    .payment-inner:before{
        display: none;
    }
    .payment-inner h2{
        padding-left: 0;
    }
    .footer-widget{
        margin-bottom: 40px;
    }
    .sc-hero{
        background: none;
    }
    .sidebar{
        padding-top: 48px;
    }
    .post-nav-link{
        gap: 30px;
    }
}

@media (max-width: 767px){
    body{
        font-size: 16px;
        line-height: 24px;
    }
    h1,
    .h1{
        font-size: 32px;
        line-height: 40px;
    }

    h2,
    .h2{
        font-size: 32px;
        line-height: 40px;
    }

    h3,
    .h3{
        font-size: 28px;
        line-height: 36px;
    }

    h4,
    .h4{
        font-size: 24px;
        line-height: 32px;
    }

    h5,
    .h5{
        font-size: 20px;
        line-height: 28px;
    }

    h6,
    .h6{
        font-size: 16px;
        line-height: 24px;
    }
    input[type=text], input[type=email], input[type=tel], select, textarea{
        padding: 15px 20px;
    }
    .visible-md{
        display: none;
    }
    .col-header {
        width: 100%;
    }
    .col-logo{
        justify-content: center;
    }
    .col-menu{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header-info{
        padding-left: 0;
        padding-bottom: 0;
    }
    .info-phone{
        display: block;
    }
    .info-phone span{
        display: block;
    }
    
    
}

@media (max-width: 567px){
    .sc-tagline {
        line-height: 24px;
        letter-spacing: 1.2px;
    }
    .post-nav-item span.nav-title,
    .post-nav-item span.nav-date{
        display: none;
    }
}