/*
Theme Name: FPC
Theme URI: https://rayanita.com
Author: Rayanita
Author URI: https://rayanita.com
Description: FPC - Business  WordPress Theme
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, custom-background, cutom-header, custom-colors, custom-logo, custom-menu, editor-style, featured-images, post-formats, sticky-post, threaded-comments, translation-ready
Text Domain: fpc
*/
.top-bar {
    background: #1877f2;
    padding: 15px;
    text-align: center;
    position: relative;
}
.top-bar .logo_group {
    position: absolute;
    left: 15px;
}
.top-bar .center-block {
    display: inline-block;
    position: relative;
    padding-top: 4px;
    padding-bottom: 2px;
}
.top-bar .center-block .location-block {
    float: left;
    font-size: 16px;
    position: relative;
    top: 1px;
}
.top-bar .center-block .dashed.normal {
    margin-left: 23px;
}
.top-bar .center-block .dashed {
    float: left;
    height: 30px;
    margin: 0 20px 0 65px;
    border-left: 1px dashed #231f20;
}
.top-bar .center-block .phone {
    float: left;
    margin-top: 4px;
}

.phone {
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
}
.phone .fa.fa-phone{
    color: #fff;
    font-size: 20px;
    font: normal normal normal 20px/1 FontAwesome !important;
}
.top-bar .logo {
    height: auto;
    float: left;
    width: 170px;
}
.top-bar .center-block .location-block a span:hover {
    text-decoration: underline;
}

.top-bar .center-block .location-block a span {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    color: #231f20;
    font-weight: 500;
    line-height: 28px;
}
.top-bar a[href='#estimate'].cta.desk.desk, .top-bar a[href='#estimate'].cta.phone.desk, .top-bar a#desktop_top_cta.desk, .top-bar a#mobile_top_cta.desk {
    display: inline-block;
}
.top-bar .center-block .phone span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
}

.top-bar a[href='#estimate'].cta.desk:hover,.top-bar a[href='#estimate'].cta.phone:hover,.top-bar a#desktop_top_cta:hover, .top-bar a#mobile_top_cta:hover {
    background: #53750a !important;
}
.top-bar a[href='#estimate'].cta.desk,.top-bar a[href='#estimate'].cta.phone,.top-bar a#desktop_top_cta, .top-bar a#mobile_top_cta {
    background: #7db00e !important;
    color: #fff !important;
    font-size: 18px;
    border-bottom: 0 !important;
    border-radius: 3px;
    font-weight: 400;
    padding: 7px 20px 8px;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    top: 0 !important;
    right: 0;
    bottom: 0;
    border-radius: 0;
    margin: 0;
    width: 50%;
    line-height: 70px;
    padding: 0 2px;
    letter-spacing: 0px;
    max-width: 225px;
    font-weight: 600;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li {
    line-height: 53px !important;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li ul li{
    line-height: 18px !important;
}
.header-style-03 {
    text-align: center;
    background: #fff;
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 20%);
}
.header-style-03 .navbar-area .nav-container .navbar-collapse .navbar-nav li a, .header-style-03 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    font-size: 16px;
    font-weight: 500;
    color: #333 !important;
    letter-spacing: 0px;
    padding: 16px 20px 13px;
    text-decoration: none;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li:hover{
    background: #333;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li:hover a{
    color: #fff !important;

}
.navbar-area .nav-container .navbar-collapse .navbar-nav li a{
    transition:none;
}
.header-style-03 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before{
    content:none;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    background: rgba(59,51,51,.93);
    margin: 0;
    padding: 10px 5px 15px;
    text-align: left;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 20%);
    transition: none !important;
    border-bottom:none;
}

.header-style-03 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    background-color: transparent !important;
    transition: none !important;
    color: #ddd !important;
    text-transform: none;
    padding: 2px 15px;
    width: 100%;
    font-weight: 400;
    display: block;
    font-size: 15px;
    border: 0 !important;
    margin: 0;
}
.header-style-03 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover a{
    color:#1877f2 !important
}
@media (max-width: 450px){
    .top-bar {
        padding: 10px 8px 12px;
    }
}

@media (max-width: 900px){
    .top-bar {
        padding: 10px 10px 13px;
    }
}

@media (max-width: 900px){
    .top-bar .logo_group {
        position: relative;
        float: left;
        left: 0;
        margin-left: -2px;
    }
}


@media (max-width: 900px){
    .top-bar .center-block {
        display: none;
    }
}

@media (max-width: 768px){
    .top-bar a[href='#estimate'].cta.desk.desk,.top-bar a[href='#estimate'].cta.phone.desk, .top-bar a#desktop_top_cta.desk,.top-bar a#mobile_top_cta.desk {
        display: none;
    }
    .top-bar a[href='#estimate'].cta.desk.desk, .top-bar a[href='#estimate'].cta.phone.desk, .top-bar a#desktop_top_cta.desk,  .top-bar a#mobile_top_cta.desk {
        display: inline-block;
    }
}

@media (max-width: 450px){
    .top-bar a[href='#estimate'].cta.desk,.top-bar a[href='#estimate'].cta.phone, .top-bar a#desktop_top_cta, .top-bar a#mobile_top_cta {
        text-transform: none;
        font-size: 17px;
    }
}

@media (max-width: 550px){
    .top-bar a[href='#estimate'].cta.desk, .top-bar a[href='#estimate'].cta.phone, .top-bar a#desktop_top_cta, .top-bar a#mobile_top_cta {
        width: 50%;
        line-height: 53px;
        font-size: 16px;
    }
}

@media (max-width: 768px){
    .top-bar a[href='#estimate'].cta.desk,  .top-bar a[href='#estimate'].cta.phone, .top-bar a#desktop_top_cta, .top-bar a#mobile_top_cta {
        line-height: 60px;
    }
}

@media (max-width: 900px){
    .top-bar a[href='#estimate'].cta.desk, .top-bar a[href='#estimate'].cta.phone, .top-bar a#desktop_top_cta, .top-bar a#mobile_top_cta {
        line-height: 60px;
    }
}

@media (max-width: 1100px){
    .top-bar a[href='#estimate'].cta.desk, .top-bar a[href='#estimate'].cta.phone, .top-bar a#desktop_top_cta, .top-bar a#mobile_top_cta {
        font-weight: 600;
        font-size: 17px;
    }
}

@media (max-width: 768px){
    .top-bar a[href='#estimate'].cta.desk.phone,.top-bar a[href='#estimate'].cta.phone.phone, .top-bar a#desktop_top_cta.phone, .top-bar a#mobile_top_cta.phone {
        display: inline-block;
        top: auto;
    }
    .top-bar a[href='#estimate'].cta.desk.phone,  .top-bar a[href='#estimate'].cta.phone.phone,  .top-bar a#desktop_top_cta.phone, .top-bar a#mobile_top_cta.phone {
        display: none;
    }
}


@media (max-width: 450px){
    .top-bar a[href='#estimate'].cta.desk, .top-bar a[href='#estimate'].cta.phone, .top-bar a#desktop_top_cta,  .top-bar a#mobile_top_cta {
        text-transform: none;
        font-size: 17px;
    }
}

@media (max-width: 550px){
    .top-bar a[href='#estimate'].cta.desk, .top-bar a[href='#estimate'].cta.phone, .top-bar a#desktop_top_cta, .top-bar a#mobile_top_cta {
        width: 50%;
        line-height: 53px;
        font-size: 16px;
    }
}

@media (max-width: 768px){
    .top-bar a[href='#estimate'].cta.desk, .top-bar a[href='#estimate'].cta.phone, .top-bar a#desktop_top_cta,.top-bar a#mobile_top_cta {
        line-height: 60px;
    }
}

@media (max-width: 900px){
    .top-bar a[href='#estimate'].cta.desk, .top-bar a[href='#estimate'].cta.phone, .top-bar a#desktop_top_cta,  .top-bar a#mobile_top_cta {
        line-height: 60px;
    }
}

@media (max-width: 1100px){
    .top-bar a[href='#estimate'].cta.desk, .top-bar a[href='#estimate'].cta.phone,.top-bar a#desktop_top_cta, .top-bar a#mobile_top_cta {
        font-weight: 600;
        font-size: 17px;
    }
}

.header-style-style-03{
    position: fixed;
    top: 0;
    z-index: 999;
    right: 0;
    left: 0;
}
.page-content-wrap-12 {
    padding-top: 120px !important;
    padding-bottom: 0 !important;
    background-color: #ffffff;
}
.navbar-area.nav-fixed.navbar-default {
    background-color: #fff !important;
    width: 100%;
}
.navbar-area.nav-fixed {
    position: unset !important;

}
.zip-body.footer-zipbar .gray_bar {
    background: #231f20;
    padding: 20px;
    width: 100%;
    text-align: center;
    position: relative;
}

.zip-body.footer-zipbar .gray_bar p.sub {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0;
}
@media (max-width: 768px){
    .zip-body.footer-zipbar .gray_bar p.sub {
        margin-bottom: 10px !important;
    }
}
.zip-body p.sub, .zip-body h2.sub, .zip-body .sub {
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: none;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}
.zip-body .zip_form {
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
}
.zip-body.footer-zipbar .gray_bar .zip_form button.zip_submit {
    font-size: 21px;
    padding: 0 18px;
}
.zip-body.footer-zipbar .gray_bar .zip_form button {
    height: 45px;
}
.zip-body .zip_form button.zip_submit {
    background: #fdb913;
    color: #000;
    font-size: 23px;
    border-radius: 0;
    text-transform: uppercase;
    padding: 0 22px;
    outline: none;
    border:none
}
.footer-top {
    background: #1877f2;
}
.footer-area {
    background-color:unset !important
}
.widget.footer-widget .widget-title {
    font-family: 'Roboto',sans-serif;
    font-weight: 300 !important;
    font-size: 1.875em !important;
    margin-bottom: 17px;
}
.footer-widget.widget_nav_menu ul li a ,.footer-widget.widget ul li a{

    font-weight: 400;
}
.copyright-text{
    color: #333;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.5;
}
.footer-top {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
}
.copyright-area{
    background-color: #f4f4f4;
}
.modal-content {
    background-color: #f4f4f4 !important;
    border: unset;
    border-radius: .3rem;
    box-shadow: 0 1px 2px rgb(43 59 93 / 29%), 0 0 13px rgb(43 59 93 / 29%) !important;
}
.modal-backdrop {
    background-color:#fff;
    opacity:.85 !important
}
.modal .x_box {
    width: 29px;
    height: 29px;
    position: absolute;
    top: -9px;
    right: -9px;
    z-index: 2;
    padding: 7px;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0px 0px 2px #666;
    background: #d2232a;
}
.disclaimer{
    position: absolute;
    bottom: -75px;
    text-align: center;
    margin-top: 25px;
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    color: #333;
}
.estimate-form .frm_primary_label {
    font-size: 15px;
    font-family: 'Roboto',sans-serif;
    font-weight: 600;
    color: #1f1f1f;
    position:relative;
}
/* Flat Style Button */


.frm_radio {
    margin-left: 0px;
    margin-bottom: 15px !important;
    display:inline-block !important;
    float: left;
    text-align: center;
}


.frm_radio label {
    height: 25px;
    position: relative;
    padding: 0  !important;
    text-indent: 10px !important;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom;
    font-size: 15px !important;
    font-family: 'Roboto',sans-serif !important;
    font-weight: 400 !important;
    line-height: 42px;
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    height: 45px;
    margin-bottom: -4px;
    text-transform: none;
    border-radius: 0;
    transition: background-color .5s ease;
}


.frm_radio label.checked {
    color: #fff !important;
    background: #1877f2 !important;
    border-color: #f9b202 !important;
}

.frm_radio input[type=radio] {
    position: absolute !important;
    margin-left: -9999px;
    visibility: hidden;
}

/* Hide the browser's default checkbox */

.frm_radio label input[type=radio]{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */

.frm_radio span{
    height: 20px;
    border-radius: 50%;
    width: 20px;
    vertical-align: middle;
    margin-right: 3px;
    position: relative;
    display:none;
}


/* When the checkbox is checked, add a blue background */
.frm_checkbox label input[type=checkbox]:checked ~ span,
.frm_radio label input[type=radio]:checked ~ span{
    background-color: #fff;
    display: inline-block;
}

/* Create the checkmark/indicator (hidden when not checked) */
.frm_checkbox span:after,
.frm_radio span:after{
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.frm_checkbox label input[type=checkbox]:checked ~ span:after,
.frm_radio label input[type=radio]:checked ~ span:after{
    display: block;
}

/* Style the checkmark/indicator */
.frm_checkbox label span:after,
.frm_radio label span:after{
    left: 7px;
    top: 3px;
    width: 7px;
    height: 14px;
    border: solid #1877f2;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.dual-select .frm_radio,.dual-input{
    width:50%
}
.third-select .frm_radio{
    width:33.33333%
}
.fifth-select .frm_radio{
    width:20%
}
@media (max-width:768px){
.fifth-select .frm_radio{
    width:50%
}	
}
.ten-select .frm_radio{
    width:10%
}
@media (min-width: 576px){
    .modal-dialog {
        max-width: 450px;
    }
}
.frm_button_submit {
    background: #2c2c2c !important;
    color: #fff !important;
    width: 100% !important;
    font-size: 19px !important;
    font-family: 'Roboto',sans-serif !important;
    font-weight: 400 !important;
    height: 65px !important;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: 'Roboto',sans-serif !important;

}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'Roboto',sans-serif !important;

}

::-ms-input-placeholder { /* Microsoft Edge */
    font-family: 'Roboto',sans-serif !important;

}
.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=file], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style .frm-card-element.StripeElement {
    height: 32px;
    height: var(--field-height);
    line-height: 1.3;
    appearance: none;
    height: 45px;
    text-indent: 0px;
    width: 100%;
    margin: 0;
    font-size: 15px;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-weight: 400;
    outline: none;
    border: 1px solid #c9c9c9;
    border-radius: 0;
    padding: 0 0 0 15px;
}
.frm_combo_inputs_container, .frm_grid_container, .frm_form_fields .frm_section_heading, .frm_form_fields .frm_fields_container {
    display: grid;
    grid-template-columns: repeat(12, 8.3%) !important;
    grid-gap: 0 0 !important;
}
.no-label label {
    display:none !important
}
.frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 5px;
    margin-top: 20px;
}
.modal_main .modal_content form label span.toggle:hover, .modal_main .modal_content form .label span.toggle:hover {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: .7;
    cursor: pointer;
}
span.toggle.open,span.toggle.open {
    background-image: url(https://certapro.com/chesapeake/wp-content/themes/certapro/images/close_icon.svg);
}
span.toggle,span.toggle {
    background-image: url(https://certapro.com/chesapeake/wp-content/themes/certapro/images/add_icon.svg);
    background-size: cover;
    width: 26px;
    height: 26px;
    position: absolute;
    top: -2px;
    right:0;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.detail_input{
    display:none;
}
.frm_prev_page{
    position: absolute;
    height: 65px !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
}
.frm_grid_header {width:75%;float:right;font-weight:bold;}
.frm_grid_header div{
    float: left;
    width: 33.3%;
    display: inline-block;
    text-align: center;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
}
.frm_grid_first, .frm_grid_odd,.frm_grid{
    background-color:transparent !important;
    border:none !important;
    margin-top:10px !important
}
.horizontal_radio .frm_primary_label{
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
}
/* Flat Style Button */

.frm_checkbox{
    margin-left: 0px;
    margin-bottom: 15px !important;
}

.frm_checkbox label{
    height: 25px;
    position: relative;
    padding: 0 0 0 25px !important;
    text-indent: 10px !important;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom;
}

.frm_checkbox input[type=checkbox]{
    position: absolute !important;
    margin-left: -9999px;
    visibility: hidden;
}

/* Hide the browser's default checkbox */
.frm_checkbox label input[type=checkbox]{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.frm_checkbox span{
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    cursor: pointer;
    visibility:visible;
    width: 25px;
    border-radius:50%;
    transform: translateX(-50%);
    margin-left: 50%;
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */
.frm_checkbox label input[type=checkbox]:checked ~ span{
    background-color: #1877f2;
}

/* Create the checkmark/indicator (hidden when not checked) */
.frm_checkbox span:after{
    content: "";
    position: absolute;
    display: block;
}

/* Show the checkmark when checked */
.frm_checkbox label input[type=checkbox]:checked ~ span:after{
    display: block;
}

/* Style the checkmark/indicator */
.frm_checkbox label span:after{
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.repeater .frm_section_spacing{
    display:none;
}
.repeater{
    margin-top:0 !important
}
@media (min-width:1000px){
    .testimonial_section{
        padding: 20px 60px 0;
    }
    .bracket{
        border: 4px solid #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 80px;
    }
    .bracket.left {
        border-right: 0;
        left: 0;
    }
    .bracket.right {
        border-left: 0;
        right: 0;
    }
}
@media (min-width:990px){
    #rmp_menu_trigger-541{
        display:none !important
    }
}
#rmp-container-541{
    z-index:1000000
}
.red_button{
    background: #d2232a !important;
    border-bottom: 2px solid #bc1f26 !important;
    width: 90%;
    border-radius: 5px;
    margin-top: 20px;
    overflow: hidden;
    margin: 20px auto;
    text-align: center;
    font-weight: 600;
    color: #fff;
    display: block;
    padding: 15px 20px;
    font-size: 18px;
	color:#fff !important;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 0px;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
}
@media only screen and (max-width: 991px){
    .responsive-mobile-menu {
        position: absolute !important;
    }
}
@media only screen and (min-width: 900px){
    .responsive-mobile-menu {
        display: none !important;
    }
}
.responsive-mobile-menu .phone span,.responsive-mobile-menu .phone i.fa.fa-phone {
    color: #333 !important;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 0 !important;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
    border-top: none !important;
}
footer #footer-topbar {
    border-top: solid 0px #cdcdcd;
    padding: 1rem;
    background: #1877f2;
    margin-top: -15px;
}
footer #footer-topbar ul#social-icons li {
    display: inline-block;
    font-size: 2rem;
    margin: 0 15px;
    color: #fff !important;
}
.social-link .fa{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px !important;
}
@media screen and (min-width: 992px){
    #sidebar-wrapper {
        border-right: 1px solid #cdcdcd;
    }


}

#sidebar-wrapper li.sb-phone {
    border-top: solid 1px #cdcdcd;
    font-weight: 700;
}
.widget ul li a:hover{
    color:#333
}
#sidebar-wrapper li {
    margin: 0;
    width:100%
}
#sidebar-wrapper li>a[href='#estimate'],#sidebar-wrapper li>a[href='#estimate']:hover {
    background-color: #333;
    color: #fff;
}

#sidebar-wrapper li>a[href='#estimate']:hover{
    text-decoration:underline
}
#sidebar-wrapper li>a,#sidebar-wrapper li>span{
    display: block;
    border-bottom: 0;
    padding: 5px;
    color: #333;
    font-size: 14px;
    font-family: 'Roboto';
}
#sidebar-wrapper li>a:hover,#sidebar-wrapper li>a:focus{
    color:#d2232a !important;
    text-decoration:underline;

}
li.get-estimate a{
    padding: 1rem 2rem !important;
}
#sidebar-wrapper li.sb-address {
    font-size: 90%;
    color: #333;
    border-top: solid 1px #cdcdcd;
    padding: 1.5rem 2rem;
}
#sidebar-wrapper li.sb-areas {
    font-size: 90%;
    color: #333;
    padding: 1.5rem 2rem;
    border-top: solid 1px #cdcdcd;
}
.widget{
    border:none !important
}
.sgpb-theme-1-overlay{
	background-image:none;
	opacity: 0.6;
}
.sgpb-theme-1-content{
	padding:30px !important;
	box-shadow: none !important;
	border-bottom-width: 5;
}
.sgpb-form-wrapper input[type="submit"]{
	    font-family: "Roboto",sans-serif;
    font-weight: 400 !important;
}
.sgpb-popup-close-button-1{
	bottom:unset;
	top:9px
}
.area-served li{
	min-width:200px
}
.elementor-lightbox .elementor-lightbox-image{
	display:none !important;
}
.sl-wrapper .sl-close{
	display:none !important
}
.single-post-details-item .entry-content .post-meta {
    margin-top: 25px !important;
}
.header-style-03{
	height:45px;
}
@media only screen and (max-width: 767px){
	.navbar-area .responsive-mobile-menu{
    margin-top: 40px !important;
}
}
