/*///////////////////////////////custom style*/

@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-stretch: normal;
    font-weight: normal;
    font-display: swap;
    src: url(../fonts/Open_Sans/OpenSans-Regular.ttf);
}
@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-stretch: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/Open_Sans/OpenSans-SemiBold.ttf);
}
@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-stretch: normal;
    font-weight: bold;
    font-display: swap;
    src: url(../fonts/Open_Sans/OpenSans-Bold.ttf);
}
/*********************************** LAYOUTS ****************************/
.f-col-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.justify-between {
    justify-content: space-between;
}
.text-block {
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: normal;
    color: #313131;
}

.column-count-3 {
    column-count: 3;
}
.column-count__child {
    break-inside: avoid-column;
}
@media (max-width: 767px) {
    .column-count-3 {
        column-count: 1;
    }
}
/*************************************** TEST STYLES ******************************/

.heading-22px {
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: 1px;
    text-align: left;
    color: #313131;
    margin-bottom: 20px;
}

/*********************************** BTN STYLES ******************************/
.btn-readmore {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.79;
    letter-spacing: 0.4px;
    text-align: left;
    color: #004a93;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
}
/*********************************** TABLE STYLES *********************************/

.rr-table {
    width: 100%;
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.73;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    border: solid 1px #004a93;
}
.rr-table thead tr {
    background-color: #004a93;
    color: #fff;
    font-weight: bold;
    line-height: 1.43;
}
.rr-table thead th {
    font-weight: bold;
}
.rr-table tr {
    background-color: #ebf5ff
}
.rr-table tr:nth-child(2n) {
    background-color: #ffffff;
}
.rr-table td,
.rr-table th {
    padding: 5px 10px;
    width: 33%;
}

@media (max-width: 767px) {
    .rr-table {
        font-size: 12px;
        line-height: 1.33;
    }
}

/*********************************** ACCORDION STYLES *****************************/

.accordion_panel {
    max-height: 0;
    -webkit-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
    overflow: hidden;
}
.accordion_btn {
    width: 100%;
    position: relative;
}
.accordion_btn:before {
    content: '';
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background-image: url("/wp-content/uploads/2021/06/arrow-up.png");
    transform: rotate(180deg);
    width: 25px;
    height: 25px;
    right: 8px;
    top: 4px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}
.accordion_btn.active:before {
    background-image: url("/wp-content/uploads/2021/06/arrow-up.png");
    transform: rotate(0deg);
}
.accordion_btn.border-bottom {
    border-bottom: 1px solid #000;
    padding-bottom: 6px;
}
.accordion-mobile .accordion_panel {
    max-height: unset;
    overflow: initial;
}
.accordion-mobile .accordion_btn {
    display: none;
}

@media screen and (max-width: 767px) {
    .accordion-mobile .accordion_panel {
        max-height: 0;
        -webkit-transition: max-height 0.2s ease-out;
        transition: max-height 0.2s ease-out;
        overflow: hidden;
    }
    .accordion-mobile .accordion_btn {
        display: block;
    }
}

/**************************************** MOBILE SLIDER STYLES ****************************/

.mobile-gallery {
    display: none;
}

.mobile-gallery__item {
    width: 100%;
    height: 189px;
}
.mobile-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-button-next,
.swiper-button-prev {
    border: solid 1px #313131;
    background-color: rgba(255, 255, 255, 0.75);
    background-repeat: no-repeat;
    background-size: contain!important;
    background-position: center;
    width: 26px!important;
    height: 26px!important;
    border-radius: 50%;
    top: calc(50% - 13px) !important;
}
.swiper-button-next {
    background-image: url(/wp-content/uploads/2021/06/tick.png)!important;
}
.swiper-button-prev {
    background-image: url(/wp-content/uploads/2021/06/arrow-left.png)!important;
}
@media (max-width: 767px) {
    .mobile-gallery {
        display: block;
    }
}
/**************************************** HOME PAGE STYLES*********************************/

.penci-grid li .item h2 a, .penci-masonry .item-masonry h2 a {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}

@media (max-width: 767px) {
    .penci-grid li .item .cat, .penci-masonry .item-masonry .cat {
        margin-bottom: 0;
    }
    .penci-grid li .item h2, .penci-masonry .item-masonry h2 {
        margin-top: 0;
    }
}

/**************************************** ARTICLE STYLES*********************************/

.container-single .single-post-title {
    font-family: OpenSans;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}
.container-single article.post .post-box-meta-single {
    margin: 16px 0 40px 0;
}
.post-box-meta-single span {
    margin: 0;
}
.post-box-meta-single>span:not(:first-child) {
    padding: 0 8px 0 10px;
    border-left: 1px solid #d3d6d9;
}
.post-box-meta-single>span:first-child {
    padding-right: 8px;
}
.post-box-meta-single span:first-child:after {
  content: unset;
}
.post-box-meta-single span:not(:first-child):after {
    content: "|";
    position: absolute;
    left: -10px;
    top: -1px;
}
.post-box-meta-single span:last-child:after {
    left: -10px;
    top: -1px;
}
.post-box-meta-single > span:before {
    content: unset;
}
.post-box-meta-single span:not(:first-child):after {
    content: unset;
}
@media (max-width: 767px) {
    .post-box-meta-single>span:not(:last-child) {
        margin-bottom: 15px;
    }
    .container-single article.post .post-box-meta-single {
        margin: 16px 0 30px 0;
    }
    .container-single .single-post-title {
        font-size: 24px;
        line-height: 1.33;
    }
}
@media only screen and (max-width: 479px) {
    .post-box-meta-single span:last-child {
        margin: 0;
    }
}

/************************************** SIDEAR STYLES *****************************/

#sidebar [id^="email-subscribers"] .es_lablebox {
    display: none;
}
#sidebar [id^="email-subscribers"] .es_widget_form {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#sidebar [id^="email-subscribers"] .es_textbox {
    padding: 0;
    width: calc(100% - 100px);
}
#sidebar [id^="email-subscribers"] .es_caption {
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
#sidebar [id^="email-subscribers"] .es_button {
    padding: 0;
    width: 100%;
    max-width: 100px;
}
#sidebar [id^="email-subscribers"] .es_button input {
    padding: 12px 0;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.79;
    letter-spacing: 0.4px;
    text-align: center;
    color: #ffffff;
}
#sidebar [id^="email-subscribers"] .es_widget_form .es_textbox input,
#sidebar [id^="email-subscribers"] .es_widget_form .es_button input {
    height: 40px;
}
#sidebar [id^="email-subscribers"] .es_msg {
    flex-basis: 100%;
}
@media (max-width: 960px) {
    #sidebar [id^="email-subscribers"] .es_widget_form {
        flex-direction: row;
    }
    #sidebar [id^="email-subscribers"] .es_textbox {
        margin-bottom: 0;
    }
    /*#sidebar [id^="email-subscribers"] .es_textbox {*/
    /*    padding: 0;*/
    /*    width: calc(100% - 100px) !important;*/
    /*}*/
}
/*
*
it's bad that hosting accesses don't work for me.
Maybe there are some more?
* HEADER NAVIGATION STYLES
*
*/

/*FLEX HEADER IF IT'S NEED*/
/*.inner-header-top {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: flex-end;*/
/*    position: relative;*/
/*}*/
/*.inner-header-top #top-search,*/
/*.container #logo,*/
/*.inner-header-btn-block {*/
/*    flex-basis: 30%;*/
/*}*/
/*.subscribe_link_header {*/
/*    width: 100%;*/
/*    max-width: 200px;*/
/*}*/
.advertise_link_header  a {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border: 1px solid #004a93;
}
.advertise_link_header a:hover,
.advertise_link_header a:focus {
    background-color: #fff !important;
    color: #004a93 !important;
    text-decoration: none;
}
.inner-header-top {
    position: relative;
}
#navigation .menu .sub-menu {
    width: 100%;
    text-align: left;
}
#navigation ul.menu ul a,
#navigation .menu ul ul a {
    margin: 0;
    min-width: unset;
}
#navigation.menu-style-2 ul.menu ul a,
#navigation.menu-style-2 .menu ul ul a {
    padding: 8px;
}
.container #logo {
    z-index: 200;
}
.subscribe_link_header {
    color: #004a93;
    line-height: 40px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.subscribe_link_header:hover,
.subscribe_link_header:focus {
    background: #004a93;
    color: #fff;
}
@media only screen and (max-width: 960px) {
    #logo h1,
    #logo h2 {
        margin-top: 10px;
    }
    .advertise_link_header {
        /*width: 27%;*/
        width: 100%;
        top: 30px;
        position: static;
        max-width: 174px;
    }
    .subscribe_link_header {
        position: static;
        width: 100%;
        margin-right: 15px;
        max-width: 146px;
    }
    .inner-header-top {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .inner-header-btn-block {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    /*navigation and search*/
    #header {
        margin-top: 0;
    }
    #navigation-sticky-wrapper {
        height: 45px;
        position: absolute;
        left: 0;
        top: 30px;
        width: 100%;
        z-index: 99;
    }
    .button-search-mobile {
        line-height: 60px;
        text-align: center;
        color: #313131;
        font-size: 24px;
        cursor: pointer;
        display: inline-block;
        float: right;
    }
    #navigation .container {
        /*text-align: end;*/
    }
    #top-search {
        display: none;
    }
    #navigation {
        background: transparent;
    }
    .sticky-wrapper.is-sticky #navigation {
        background: #fff;
    }
}

@media (max-width: 767px)  {
    .container #logo {
        margin-bottom: 20px;
    }
    #logo img  {
        max-width: 219px;
        height: auto;
        width: 100%;
    }
    .container.has-banner .header-banner {
        margin: 30px auto 0 auto;
    }
    /*NAVIGATION*/
    #navigation-sticky-wrapper {
        /*top: 35px;*/
        top: 27px;
    }
    #navigation .button-menu-mobile,
    .button-search-mobile {
        line-height: 45px;
    }
}
@media only screen and (min-width: 961px) {
    .button-search-mobile {
        display: none;
    }
}
/*SUBSCRIBE FORM*/
[id^="email-subscribers"] .es_widget_form {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}
[id^="email-subscribers"] .es_widget_form .es_textbox {
    padding: 0;
    width: 73%;
}
[id^="email-subscribers"] .es_widget_form .es_button {
    padding: 0;
    width: 27%;
    max-width: 160px;
}
[id^="email-subscribers"] .es_textbox input {
    margin-bottom: 0;
    max-width: unset;
    height: 50px;
}
[id^="email-subscribers"] .es_msg  {
    width: 100%;
    padding: 10px;
}
[id^="email-subscribers"] .es_lablebox {
    display: none;
}

[id^="email-subscribers"] input[type="submit"],
[id^="email-subscribers"] button[type="submit"] {
    height: 50px;
    background: #004a93;
    border-color: #004a93;
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border: 1px solid #004a93;
}
[id^="email-subscribers"] input[type="submit"]:hover,
[id^="email-subscribers"] input[type="submit"]:focus,
[id^="email-subscribers"] button[type="submit"]:hover,
[id^="email-subscribers"] button[type="submit"]:focus {
    color: #004a93!important;
    background: #fff!important;
}
[id^="email-subscribers"] input[type="email"] {
    border: solid 1px #dedede!important;
}
/*#email-subscribers-4 .es_widget_form {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    align-items: center;*/
/*    flex-wrap: wrap;*/
/*}*/
/*#email-subscribers-4 .es_widget_form .es_textbox {*/
/*    padding: 0;*/
/*    width: 73%;*/
/*}*/
/*#email-subscribers-4 .es_widget_form .es_button {*/
/*    padding: 0;*/
/*    width: 27%;*/
/*    max-width: 160px;*/
/*}*/
/*.es_widget_form .es_textbox input {*/
/*    margin-bottom: 0;*/
/*    max-width: unset;*/
/*    height: 50px;*/
/*}*/

/*#email-subscribers-4 .es_msg  {*/
/*    width: 100%;*/
/*    padding: 10px;*/
/*}*/
/*.widget input[type="submit"],*/
/*.widget button[type="submit"] {*/
/*    height: 50px;*/
/*    background: #004a93;*/
/*    border-color: #004a93;*/
/*    color: #fff;*/
/*    transition: all 0.3s;*/
/*    -webkit-transition: all 0.3s;*/
/*    border: 1px solid #004a93;*/
/*}*/
/*.widget input[type="submit"]:hover,*/
/*.widget input[type="submit"]:focus,*/
/*.widget button[type="submit"]:hover,*/
/*.widget button[type="submit"]:focus {*/
/*    color: #004a93!important;*/
/*    background: #fff!important;*/
/*}*/
/*.widget input[type="email"] {*/
/*    border: solid 1px #dedede!important;*/
/*}*/

@media (max-width: 960px) {

    /*#email-subscribers-4 .es_widget_form {*/
    /*    flex-direction: column;*/
    /*}*/
    /*#email-subscribers-4 .es_widget_form .es_button {*/
    /*    max-width: unset;*/
    /*    width: 100%;*/
    /*}*/
    /*#email-subscribers-4 .es_widget_form .es_textbox {*/
    /*    margin-bottom: 20px;*/
    /*    width: 100%;*/
    /*}*/
    /*#search-mobile .search-input {*/
    /*    width: 100%;*/
    /*}*/
    /*#search-mobile .search-click.close-search {*/
    /*    display: none;*/
    /*}*/
    [id^="email-subscribers"]  .es_widget_form {
        flex-direction: column;
    }
    [id^="email-subscribers"]  .es_widget_form .es_button {
        max-width: unset;
        width: 100%;
    }
    [id^="email-subscribers"] .es_widget_form .es_textbox {
        margin-bottom: 20px;
        width: 100%;
    }
    .modal [id^="email-subscribers"] input[type="submit"],
    .modal [id^="email-subscribers"] button[type="submit"] {
        max-width: unset;
    }
    #search-mobile .search-input {
        width: 100%;
    }
    #search-mobile .search-click.close-search {
        display: none;
    }

}



/********************************** FOOTER STYLES ***************************/

.getintouch .penci-border-arrow .inner-arrow {
    font-family: OpenSans;
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: center;
    color: #004a93;
}
.getintouch .es_caption {
    font-family: OpenSans;
    font-size: 14px!important;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #004a93;
    margin-bottom: 15px!important;
}
.getintouch [id^="email-subscribers"] {
    max-width: 674px;
    margin: auto;
}
.getintouch [id^="email-subscribers"] .es_widget_form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.getintouch [id^="email-subscribers"] .es_button, #email-subscribers-3 .es_textbox {
    margin: 0 0 10px;
    padding: 0;
}
.getintouch [id^="email-subscribers"] .es_button {
    flex-basis: 22%;
}
.getintouch [id^="email-subscribers"] .es_button input {
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.79;
    letter-spacing: 0.4px;
    text-align: center;
    color: #ffffff;
}
.getintouch [id^="email-subscribers"] .es_textbox {
    flex-basis: 78%;
    width: unset;
}
.getintouch [id^="email-subscribers"] .es_textbox input {
    height: 50px!important;
}
.getintouch [id^="email-subscribers"] .es_msg {
    flex-basis: 100%;
}
@media (max-width: 960px) {
    .getintouch {
        padding: 40px 0 22px!important;
    }
    .getintouch [id^="email-subscribers"] .es_widget_form {
        flex-direction: row;
    }
    .getintouch [id^="email-subscribers"] .es_widget_form {
        padding: 0;
    }
    .getintouch [id^="email-subscribers"] .es_textbox {
        flex-basis: 60%;
    }
    .getintouch [id^="email-subscribers"] .es_widget_form .es_button {
        flex-basis: 20%;
        width: unset;
    }
}


.footer-widget-wrapper .widget .widget-title .inner-arrow {
    font-family: OpenSans;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 1.5px;
    text-align: left;
    color: #ffffff;
}
.footer-widget-wrapper .widget .textwidget {
    padding-right: 20%;
}
.footer-widget-wrapper .widget .textwidget p {
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}
.footer-widget-wrapper #text-3 .textwidget a,
.footer-widget-wrapper #text-2 .textwidget a {
    text-decoration: underline;
    text-transform: uppercase;
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.79;
    letter-spacing: 0.4px;
    text-align: left;
    color: #ffffff;
}
.footer-widget-wrapper .widget .widget-title.penci-border-arrow .inner-arrow {
    border-color: #dedede!important;
}
.widget-social.pc_alignleft.show-text.remove-uppercase-text {
    border-top: none!important;
}
.footer-widget-wrapper .widget-social.show-text {
    padding-top: 40px;
}
.footer-widget-wrapper .widget-social.show-text a {
    width: fit-content;
    margin-right: 13px;
}
.widget-social a i {
    width: 20px;
}
.footer-widget-wrapper .widget-social.show-text a:hover i {
    color: #fff!important;
}
.footer-widget-wrapper .widget-social.show-text a span {
    text-transform: none;
    font-family: OpenSans;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
}
.footer-widget-wrapper a.btn_download {
    font-family: OpenSans;
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.88;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff!important;
    width: 235px;
    max-width: unset;
    display: block;
    text-transform: uppercase;
    background: #004a93 !important;
    border: 1px solid #fff;
    padding: 12px 25px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.footer-widget-wrapper #btn_download a.btn_download:hover {
    color: #004a93!important;
    background: #fff!important;
    text-decoration: none;
}
.footer-contact i.fa-phone {
    transform: rotate(99deg);
}
#footer-copyright p {
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
}
.footercuslink {
    position: relative;
}
.footercuslink:before {
    content: '|';
    position: relative;
    height: 100%;
    margin: 0 10px;
}
@media (max-width: 767px) {
    .getintouch .es_form_container .es_widget_form {
        padding: 0!important;
        float: none!important;
    }
    #widget-area {
        padding: 40px 0 ;
    }
    .footer-widget-wrapper .widget .textwidget {
        padding-right: 0;
    }
    #widget-area .footer-contact {
        padding: 0 0 12px;
    }
    .footer-contact i {
        font-size: 15px!important;
        margin-right: 10px;
    }
    .footer-widget-wrapper .widget-social.show-text {
        padding-top: 20px;
    }
    .footer-widget-wrapper .widget-social.show-text a {
        width: 45%;
    }
    #footer-copyright * {
        font-size: 14px;
    }
    .footercuslink {
        display: inline-block;
    }
    .footercuslink:first-child:before {
        display: none;
    }
    .footer-logo-copyright.footer-not-logo.footer-not-gotop {
        padding: 10px 0;
    }

}
    /*FOOTER STYLES END*/
/*
*
*MODAL STYLES
*
*/

/*SCROLLBARS*/
/*.tribe_events_filter_item*/
.modal .modal-content::-webkit-scrollbar {
    width: 5px;
}
/* Track */
.modal .modal-content::-webkit-scrollbar-track  {
    box-shadow: inset 0 0 5px #f4f4f4;
    border-radius: 0;
}
/* Handle */
.modal .modal-content::-webkit-scrollbar-thumb {
    background: #004a93;
    border-radius: 2.5px;
}
/* Handle on hover */
.modal .modal-content::-webkit-scrollbar-thumb:hover {
    background: #004a93;
}
.modal .modal-header,
.modal-header {
    border: none!important;
    padding: 5px!important;
}
.modal.modal-agent .col-right .modal-header {
    text-align: left;
}
.modal div.wpcf7,
div.wpcf7 {
    margin-top: 0;
}
.modal-dialog-centered {
    max-width: 674px;
    width: 90%;
    padding: 40px 10px;
    margin: auto;
    background: #fff;
    position: relative;
}
.modal-agent .modal-dialog-centered {
    max-width: 960px;
}
.modal .modal-content.advertise_inquiry p {
    margin-bottom: 0;
}
.modal.modal-agent .col-left .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.modal.modal-agent .col-right {
    max-width: 548px;
}
.modal .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0px 40px;
    width: 100%;
    max-width: unset;
    padding: 0 30px;
    border: 1px solid #888;
    border-radius: 0;
    overflow: auto;
    max-height: 80vh;
    border: unset;
    box-shadow: none;
}
.modal.modal-agent .modal-content {
    padding: 10px 45px;
}
.modal .modal-content
.modal .modal-footer {
    display: none;
}
.modal .close {
    color: #000;
    float: right;
    font-size: 42px;
    font-weight: normal;
    position: absolute;
    right: 28px;
    top: 5px;
    opacity: 1;
}
.modal-content .modal-title {
    font-family: OpenSans;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: normal;
    text-align: center;
    color: #313131;
    margin-bottom: 40px;
}
.modal-content .modal-text {
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: normal;
    text-align: center;
    color: #313131;
}
.modal.modal-agent .modal-content h4 {
    display: block;
}
.modal .modal-content.advertise_inquiry .modal-title {
    margin-bottom: 0px;
}
.modal .modal-content.advertise_inquiry {
    max-width: 674px!important;
    padding: 40px 57px 0!important;
}
.modal .modal-body {
    padding: 0;
}

/*2 colunm modal*/
.modal-agent__image {
    max-width: 250px;
    margin-bottom: 10px;
}
.modal-agent__image img {
    width: 100%;
}
.modal-agent__item {
    display: flex;
    align-items: center;
}
.modal-agent__key {
    font-family: OpenSans;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    margin-right: 10px;
    min-width: 50px;
}
.modal-agent__value {
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}
.modal-agent__value p {
    margin-bottom: 0;
    line-height: 1.4;
}
.modal-agent__value a {
    color: #313131;
}
.modal-agent__value a:hover {
    color: #313131;
    text-decoration: none;
}
.modal.modal-agent .modal-content .col-left .modal-title {
    text-align: left;
    margin-bottom: 15px;
}
.modal.modal-agent .modal-content .col-right .modal-title {
    margin-bottom: 15px;
    text-align: left
}
.modal.modal-agent .modal-content .col-left .modal-header {
    display: none;
}
.modal.modal-agent .modal-content .col-right .modal-text {
    margin-bottom: 15px;
}
.modal.modal-agent .wpcf7-form .wpcf7-form-control.btn-body {
    max-width: 100%;
    width: 100%;
}
@media (max-width: 991px) {
    .modal.modal-agent .col-left .content {
        flex-direction: row;
    }
    .modal-agent__image {
        max-width: 150px;
        width: 150px;
        margin-right: 10px;
    }
    .modal.modal-agent .modal-content .col-left .modal-header {
        display: block;
    }
    .modal.modal-agent .modal-content .col-right .modal-header {
        display: none;
    }
    .modal.modal-agent .modal-content .col-left .modal-header .modal-title {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .modal-dialog-centered {
        padding: 48px 0;
    }
    .modal.modal-agent .col-right .modal-header {
        text-align: center;
    }
    .modal-content .modal-title {
        line-height: 1.33;
        margin-bottom: 30px;
    }

    .modal.modal-agent .modal-content .col-left .modal-header .modal-title {
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: center;
        color: #313131;
        margin-bottom: 20px;
    }
    .modal .modal-content {
        padding: 0 16px;
    }
    .modal.modal-agent .modal-content {
        padding: 0 16px;
    }
    .modal .close {
        top: 10px;
        right: 10px;
    }
    .modal .modal-content.advertise_inquiry {
        padding: 0 16px!important;
    }
    .modal-agent__image {
        max-width: 80px;
        width: 80px;
        margin-right: 10px;
    }

    .modal.modal-agent .modal-content .col-left .modal-title {
        font-size: 14px;
        line-height: 1.43;
        margin-bottom: 10px;
    }
    .modal-agent__value {
        font-size: 12px;
    }
    .modal-agent__key {
        min-width: unset;
    }
    .modal-agent__item {
        align-items: flex-start;
        flex-wrap: wrap;
    }
}

/************************************ SHAREING MODAL **********************************/
#modal-share .heateor_sss_horizontal_sharing {
    display: flex;
    align-items: center;
    justify-content: center;
}
#modal-share .modal-content {
    overflow: hidden;
}
 .modal .post-share {
    display: flex;
    justify-content: center;
    position: relative;
    top: 0;
    padding-bottom: 20px;
}
.modal .post-share a {
    font-size: 36px;
    margin: 0 15px;
}
.modal .post-share a:hover .dt-share {
    bottom: -13px;
}

/*blockquote  */
.blockquote-box {
    font-family: OpenSans;
    padding-left: 57px;
    position: relative;
}
.blockquote-box:before {
    content: '\f10e';
    width: 45px;
    height: 32px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'FontAwesome';
    display: block;
    opacity: 0.4;
    color: #004a93;
    font-size: 40px;
}
.blockquote-text {
    font-family: OpenSans;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 0.4px;
    text-align: left;
    color: #000000;
    border-left: none;
    padding: 0;
    margin-bottom: 0px;
}
.blockquote-author {
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: normal;
    text-align: left;
    color: #888888;
    border-bottom: 6px solid #004a9366;
    display: inline-block;
}


/*FAQ*/
.faq-inline {
    padding: 40px 57px;
    object-fit: contain;
    border: solid 1px #dedede;
}
.faq-inline__item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.faq-inline__item:not(:last-child) {
    margin-bottom: 30px;
}
.faq-inline__quest {
    min-width: 80px;
    font-family: OpenSans;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-right: 40px;
}
.faq-inline__answ {
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}
@media (max-width: 767px) {
    .blockquote-text {
        font-size: 16px;
        line-height: 1.63;
    }
    .faq-inline__item {
        flex-direction: column;
    }
    .faq-inline {
        padding: 24px 16px;
    }
}

/* Advertise With Us Template - New Header */
.page-template-adevertise_withus_template {
    font-family: OpenSans;
}
.page-template-adevertise_withus_template #header {
    margin-bottom: 0;
}
.page-template-adevertise_withus_template .container.penci-breadcrumb {
    margin-top: 0;
}
.page-template-adevertise_withus_template .container.penci-breadcrumb {
    margin-bottom: 0;
}
.g-container,
.page-template-adevertise_withus_template #header .inner-header .container,
.post-template-real-estate #header .inner-header .container {
    padding-right: 15px!important;
    padding-left: 15px!important;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .g-container,
    .page-template-adevertise_withus_template .container,
    .post-template-real-estate .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .g-container,
    .page-template-adevertise_withus_template .container,
    .post-template-real-estate .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .g-container,
    .page-template-adevertise_withus_template .container,
    .post-template-real-estate .container {
        width: 1170px;

    }
}
@media (min-width: 1366px) {
    .g-container,
    .page-template-adevertise_withus_template .container,
    .post-template-real-estate .container {
        width: 1360px;
    }
    .page-template-adevertise_withus_template #header .inner-header .container{

    }
}


/*ADVERTISE HEADING BLOCK*/
.advertise__header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.advertise__header .advertise__header__content .advertise__header__heading {
    margin-bottom: 10px;
}
.advertise__header .advertise__header__content .advertise__header__heading p {
    font-family: OpenSans;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}
.advertise__header .advertise__header__content p {
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 0;
}
.advertise__header__content__btns {
    width: 100%;
}
.advertise__header .advertise__header__content .advertise__header__content__btns .advertise__header__content__btns--submit {
    font-family: OpenSans;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0;
    text-align: center;
    width: 47%;
    margin: 40px 5% 0 auto;
    text-transform: uppercase;
    background: #004a93;
    border: 1px solid #004a93;
    color: #FFF;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.advertise__header .advertise__header__content .advertise__header__content__btns .advertise__header__content__btns--submit:hover,
.advertise__header .advertise__header__content .advertise__header__content__btns .advertise__header__content__btns--submit:focus {
    background-color: #fff !important;
    color: #004a93 !important;
    text-decoration: none;
}
.advertise__header .advertise__header__content .advertise__header__content__btns .advertise__header__content__btns--mediakit {
    font-family: OpenSans;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0;
    text-align: center;
    width: 47%;
    margin: 40px auto 0 auto;
    text-transform: uppercase;
    box-shadow: 0px 0px 0px 1px rgb(0 74 147 / 75%) inset;
    -webkit-box-shadow: 0px 0px 0px 1px rgb(0 74 147 / 75%) inset;
    -moz-box-shadow: 0px 0px 0px 1px rgba(0,74,147,0.75) inset;
    border: 1px solid #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.advertise__header .advertise__header__content .advertise__header__content__btns .advertise__header__content__btns--mediakit:hover,
.advertise__header .advertise__header__content .advertise__header__content__btns .advertise__header__content__btns--mediakit:focus {
    background: #004a93;
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 1199px) {

    .advertise__header .advertise__header__content .advertise__header__content__btns .advertise__header__content__btns--submit,
    .advertise__header .advertise__header__content .advertise__header__content__btns .advertise__header__content__btns--mediakit {
        font-size: 14px;
        width: 45%;
    }

}

/*advertice advantages*/
.btn-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-body {
    font-family: OpenSans;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    max-width: 274px;
    margin: 10px;
    text-transform: uppercase;
}
.btn-body:focus {
    outline: none;
}
.btn-blue {
    background: #004a93!important;
    color: #FFF!important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border: 1px solid #004a93 !important;
}
.btn-blue:hover,
.btn-blue:focus {
    background-color: #fff !important;
    color: #004a93 !important;
    text-decoration: none;
}
.btn-white {
    color: #004a93!important;
    box-shadow: 0px 0px 0px 1px rgb(0 74 147 / 75%) inset;
    -webkit-box-shadow: 0px 0px 0px 1px rgb(0 74 147 / 75%) inset;
    -moz-box-shadow: 0px 0px 0px 1px rgba(0,74,147,0.75) inset;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.btn-white:hover,
.btn-white:focus {
    text-decoration: none;
    background: #004a93;
    color: #fff!important;
}
.g-2-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-gap: 12px;
}
.g-4-col {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 12px;
    grid-row-gap: 0px;
}
.advertise__section {
    margin-bottom: 40px;
    padding: 30px 0 0;
}
.border-bottom {
    border-bottom: 1px solid #dedede;
}


@media only screen and (max-width: 991px) {

    .g-2-col {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, auto);
    }
    .modal.modal-agent .col-right {
        max-width: unset;
    }
}
@media (max-width: 767px) {
    .btn-wrap.hide-mobile {
        display: none
    }
}
@media (min-width: 991px) {
    .g-2-col.repeat-auto {
        grid-template-columns: repeat(2, auto);
    }
}







.advertise__advantages__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.advertise__advantages__content.advertise__content {
    padding: 60px 0 60px 60px;
}
.list-wrap__2-col {
    column-count: 2;
}
.list-item__content {
    display: flex;
    flex-direction: column;
}
.list-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 25px;
    margin-right: 20px;
}
.list-item:last-child {
    margin-bottom: 0;
}

.list-item__icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    display: block;
    margin-right: 15px;
}
.list-item__icon img {
    width: 100%;
    height: 100%;
}
.list-item__heading {
    font-family: OpenSans;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    display: block;
    margin-bottom: 10px;
}
.list-item__text {
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    display: block;
}

.advertise__content {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 60px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.advertise__heading p {
    font-family: OpenSans;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 28px;
}


/*how it works*/
.advertise__works-item:not(:last-child) {
    margin-bottom: 20px;
}
.advertise__works .g-4-col {
    grid-gap: 30px;
}
.advertise__works .g-container {
    padding-bottom: 70px;
}
.advertise__works .advertise__heading p {
    font-family: OpenSans;
    text-align: center;
    margin-bottom: 40px;
}
.advertise__works-step p {
    font-family: OpenSans;
    font-size: 68px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.88;
    letter-spacing: normal;
    text-align: center;
    color: #004a93;
    opacity: .4;
}
.advertise__works-content:not(:last-child) {
    margin-bottom: 15px;
}
.advertise__works-heading p {
    font-family: OpenSans;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    /*margin-bottom: 25px;*/
    margin-bottom: 0;
}
.advertise__works-text p {
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: normal;
    text-align: center;
    color: #888888;
    margin-bottom: 0;
}
.advertise__works-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*ADVERTISE REVIEWS*/
.advertise__reviews .advertise__heading {
    text-align: center;
}
.advertise__reviews .blockquote-box {
    margin-bottom: 40px;
}
.advertise__reviews .g-2-col {
    grid-column-gap: 70px;
    grid-row-gap: 20px;
}
.advertise__reviews-content {
    padding-top: 40px;
}
.advertise__reviews .advertise__heading p {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .advertise__works-content:not(:last-child) {
        margin-bottom: 0;
    }
    .advertise__reviews.advertise__section {
        padding: 40px 0 40px;
    }
    .advertise__reviews .blockquote-box {
        margin-bottom: 30px;
    }
    .advertise__reviews-content {
        padding: 0;
    }
    .faq-inline__item:not(:last-child) {
        margin-bottom: 20px;
    }
}


/*Contact us*/
.contact-us {
    padding: 30px 0;
    text-align: center;
    background-color: #ebf5ff;
}
.contact-us .advertise__heading p {
    margin-bottom: 5px;
}
.contact-us .text-block {
    margin-bottom: 25px;
}
.contact-us__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.contact-us__item:not(:last-child) {
    margin-bottom: 20px;
}
.contact-us__icon {
    margin-right: 20px;
}
.contact-us__icon i {
    font-size: 30px;
}
.contact-us__link {
    font-family: OpenSans;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}
.contact-us__link:hover {
    color: #313131;
}




@media only screen and (max-width: 991px) {

    .advertise__content {
        padding: 40px;
    }
    .advertise__works .g-4-col {
        grid-gap: 12px;
    }
    .advertise__header {
        grid-template-rows: repeat(2, auto);
    }

}

@media (max-width: 767px) {
    .btn-body {
        max-width: 303px;
    }
    .list-wrap__2-col {
        column-count: 1;
    }
    .g-4-col {
        grid-template-columns: repeat(1, auto);
    }
    .list-item {
        margin-right: 0;
    }
    .advertise__advantages .advertise__heading {
        text-align: center;
    }
    .advertise__advantages .g-2-col {
        grid-gap: 40px;
    }
    .advertise__section {
        margin-bottom: 0;
    }
    .advertise__advantages .list-wrap {
        margin-bottom: 40px;
    }
    .advertise__works.advertise__section {
        padding: 40px 0 0;
    }
    .advertise__works .advertise__heading p {
        margin-bottom: 30px;
    }
    .advertise__works-item {
        flex-direction: row;
        align-items: flex-start;
    }
    .advertise__works-step p {
        font-size: 48px;
        margin-right: 25px;
        line-height: 1.4;
    }
    .advertise__works-heading p,
    .advertise__works-text p {
        text-align: left;
        margin-bottom: 5px;
    }
    .advertise__works .g-container {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 479px) {

    .advertise__content {
        padding: 20px;
    }
    .advertise__advantages__content.advertise__content {
        padding: 0;
    }

    .advertise__heading p {
        font-size: 24px;
        line-height: 30px;
    }

    .advertise__header .advertise__header__content .advertise__header__content__btns .advertise__header__content__btns--submit,
    .advertise__header .advertise__header__content .advertise__header__content__btns .advertise__header__content__btns--mediakit {
        display: block;
        width: 100%;
        margin: 16px auto 0 auto;
    }

}

/*
*
*FORM STYLES
*
*/
.wpcf7-form br {
    display: none;
}
.wpcf7-form label {
    font-family: OpenSans;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    text-transform: capitalize;
}
.wpcf7-list-item {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}
.wpcf7-form .wpcf7-list-item .wpcf7-list-item-label {
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    margin-left: 6px;
}
.page-template-adevertise_withus_template .wpcf7-form .wpcf7-form-control.wpcf7-select,
.wpcf7-form .wpcf7-form-control.wpcf7-select {
    padding: 12px 20px;
    border: 1px solid #DEDEDE;
    margin-bottom: 15px;
    font-size: 12px;
    width: 100%;
    font-weight: normal;
    font-family: 'PT Serif', serif;
    max-height: 50px;
    background: none;
    color: #939393!important;
    max-width: unset;
}
#respond textarea, .wpcf7 textarea, .widget_wysija textarea {
    margin-bottom: 20px!important;
}
#respond input,
.wpcf7 input,
.widget_wysija input {
    max-width: unset;
    font-weight: normal!important;
}
.wpcf7-form-control.wpcf7-radio {
    margin-bottom: 15px;
    display: inline-block;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    margin: 0 40px 0 0;
    padding-left: 2px;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item input {
    margin: 0!important;
}
.page-template-adevertise_withus_template .wpcf7-form .wpcf7-form-control.btn-blue {
    background: #004a93!important;
    color: #FFF!important;
    border: 1px solid #004a93;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.page-template-adevertise_withus_template .wpcf7-form .wpcf7-form-control.btn-blue:hover,
.page-template-adevertise_withus_template .wpcf7-form .wpcf7-form-control.btn-blue:focus {
    background-color: #fff !important;
    color: #004a93 !important;
    text-decoration: none;
}
.page-template-adevertise_withus_template .wpcf7-form .wpcf7-form-control.btn-body {
    max-width: 274px;
    width: 100%;
    font-weight: normal;
}


/*advertise with us form*/
.form-field {
    width: 100%;
    position: relative;
}
.form-field i {
    position: absolute;
    top: 15px;
    right: 10px;
}
.form-field.centered {
    text-align: center;
}
.form-field.w-48 {
    width: 48%;
}
.form-field.w-32 {
    width: 32%;
}
.form-field.w-16 {
    width: 16%;
}
.form-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .form-field.w-48,
    .form-field.w-32,
    .form-field.w-16 {
        width: 100%;
    }
    .page-template-adevertise_withus_template .wpcf7-form .wpcf7-form-control.btn-body {
        max-width: unset;
    }
}

/*VISIBLE FORM BLOCK*/
.form-block .modal-content .modal-title {
    margin-bottom: 5px;
}
.form-block .modal-content.advertise_inquiry {
    max-width: 674px;
    padding: 48px 57px;
}
.form-block .modal-content {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #dedede;
}
/*.form-block .modal-dialog-centered {*/
/*    padding: 40px 10px 0;*/
/*}*/
@media (max-width: 767px) {
    .form-block .modal-content.advertise_inquiry {
        max-width: 674px;
        padding: 0;
    }
    .form-block .modal-dialog-centered {
        padding: 0;
        width: 100%;
    }
    .form-block .modal-content {
        box-shadow: none;
        border: unset;
    }
}

/***********************************  LIGHTBOX STYLES  *************************/
body #colorbox.advgb_lightbox #cboxClose {
    bottom: unset;
    top: 10px;
    left: unset;
    right: 10px;
    background: url(/wp-content/uploads/2021/06/close-cross.png) no-repeat top center;;
}
body #colorbox.advgb_lightbox #cboxNext,
body #colorbox.advgb_lightbox #cboxPrevious {
    position: absolute;
    top: calc(50% - 18px);
    bottom: auto;
    width: 36px;
    height: 36px;
    text-indent: -9999px;
    opacity: 1;
    background-size: 27px;
    border-radius: 50%;
    border: solid 1px #313131;
    background-color: rgba(255, 255, 255, 0.75) !important;
}
body #colorbox.advgb_lightbox #cboxNext {
    left: auto;
    right: 10px;
    background: url(/wp-content/uploads/2021/06/tick.png) no-repeat center right;
}
body #colorbox.advgb_lightbox #cboxPrevious {
    right: auto;
    left: 10px;
    background: url(/wp-content/uploads/2021/06/arrow-left.png) no-repeat center right;
}



/************************************** REAL ESTATE POST ******************************/
body.post-template-real-estate  {
     font-family: OpenSans;
 }

.real-estate__section {
    padding: 25px 0;
}
.real-estate__section .btn-body {
    margin-right: 0;
    margin-left: 0;
}
body.post-template-real-estate .container-single.container-single-fullwidth {
    display: none;
}
@media (max-width: 767px) {
    .real-estate__section {
        padding: 20px 0;
    }
    .real-estate__section .heading-block {
        display: none;
    }
    .facts-features.real-estate__section .heading-block {
        display: block;
    }
}

/*************************** real estate gallery **********************/

.real-estate__gallery .mobile-gallery {
    display: none;
}
.real-estate__gallery .wp-block-gallery,
.mobile-gallery {
    position: relative;
}
.mobile-gallery .gallery-image-counter,
.real-estate__gallery .wp-block-gallery .gallery-image-counter {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    bottom: calc(1em + 10px);
    right: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 3px 6px;
    font-family: OpenSans;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 0.5px;
    text-align: center;
    color: #004a93;
    z-index: 1;
}
.real-estate__gallery .wp-block-gallery .gallery-image-counter img {
    width: 16px;
    height: 13px;
    margin-right: 4px;
}
body.post-template-real-estate .post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body.post-template-real-estate .post-image {
    margin-bottom: 0;
}
body.post-template-real-estate .post-image {
    display: none;
}
body.post-template-real-estate .post-image.real-estate__post-iamge {
    display: block;
}
.real-estate__gallery .blocks-gallery-grid.gallery-5-images-visible .blocks-gallery-item:nth-child(5) figure {
    margin-right: -1em;
}
@media (max-width: 767px) {
    .real-estate__gallery .mobile-gallery {
        display: block;
    }
    .real-estate__gallery .wp-block-gallery {
        display: none;
    }
    .real-estate__video-wrap {
        margin-top: 15px;
    }
    .mobile-gallery .gallery-image-counter {
        bottom: 6px;
        right: 6px;
        padding: 1px 6px;
    }
    .mobile-gallery .gallery-image-counter img {
        width: 14px;
        height: 14px;
        margin-right: 3px;
    }
}
/*************************** real estate header ***********************/
.real-estate__header-top {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10px;
}
.real-estate__header-bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.real-estate__title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
}
.real-estate__title-address {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    display: inline-block;
}
.real-estate__title-region {
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: 1px;
    text-align: left;
    color: #313131;
}
.real-estate__price {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: right;
    color: #313131;
    display: inline-block;
    margin: 0;
}
.real-estate__header-price-mobile {
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.real-estate__info-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0;
}
.real-estate__info-item {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 0.5px;
    text-align: left;
    color: #313131;
    text-transform: uppercase;
    position: relative;
    margin-right: 10px;
    margin-bottom: 5px;

}
.real-estate__info-item a {
    cursor: pointer;
    color: #313131;
}
.real-estate__info-item a:hover {
    text-decoration: none;
    color: #313131;
    cursor: pointer;
}

.real-estate__info-item:not(:first-child):before {
    content: '|';
    margin-right: 10px;
    color: #313131;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
}
.real-estate__header .accordion_panel {
    max-height: 98px;
}
.btn-readmore {
    margin-top: 15px;
}
@media (max-width: 767px) {
    .real-estate__header-top {
        margin-bottom: 20px;
    }
    .real-estate__header-bottom {
        margin-bottom: 15px;
    }
    .real-estate__title-address {
        font-size: 24px;
    }
    .real-estate__title-region {
        font-size: 19px;
        line-height: 1.58;
    }
    .real-estate__price {
        font-size: 24px;
    }
    .real-estate__header-bottom .real-estate__info-item.share,
    .real-estate__header-bottom .contact-agent {
        display: none;
    }
    .real-estate__header-top .real-estate__price {
        display: none;
    }
    .real-estate__header-price-mobile {
        display: flex;
        flex-wrap: wrap;
    }
    .real-estate__header-price-mobile .contact-agent {
        flex-basis: 100%;
        margin: 30px 0;
        max-width: unset;
    }
    /*.real-estate__info-item:not(:last-child) {*/
    /*    margin-bottom: 5px;*/
    /*}*/
}

/* ***************Facts & Features *********************** */

.facts-features__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.facts-features__item:not(:last-child) {
    margin-bottom: 15px;
}
.facts-features__icon {
    width: 38px;
    height: 38px;
    margin-right: 5px;
    display: inline-block;
}
.facts-features__icon img {
    width: 100%;
    height: 100%;
}
.facts-features__name {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    margin-right: 10px;
    display: inline-block;
}
.facts-features__value {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    display: inline-block;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .real-estate__section .column-count-3 {
        column-count: 2;
    }
}
@media (max-width: 767px) {
    .facts-features__icon {
        width: 25px;
        height: 25px;
    }
    .facts-features__name {
        font-size: 14px;
        line-height: 1.43;
    }
    .facts-features__value {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.79;
        letter-spacing: normal;
        text-align: left;
        color: #313131;
        display: inline-block;
    }
}
/******************************** Facts & Features *****************************/


.real-estate__details-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.real-estate__details-item:not(:last-child){
    margin-bottom: 10px;
}
.real-estate__details-title {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    display: inline-block;
    margin-bottom: 5px;
}
.real-estate__details-content p {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}

/************************************************* AGENT FORM ***************************************/

.agent-form .modal-dialog-centered {
    max-width: unset;
    width: 100%;
    padding: 0;
}
.agent-form .modal-dialog-centered .modal-content {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #dedede;
    border-radius: 0;
    padding: 48px 57px 0;
}
.agent-form .wpcf7-form .wpcf7-form-control.btn-body {
    max-width: 100%;
    width: 100%;
}
.agent-form .modal-content .col-left .modal-header {
    display: none;
}
.agent-form .modal-content .modal-title {
    text-align: left;
}
.agent-form .col-left .modal-title {
    margin-bottom: 10px;
}
.agent-form .col-right .modal-header {
    padding: 0!important;
}
.agent-form .col-right .modal-header  .modal-title {
    margin-bottom: 20px;
}
.agent-form .col-right .modal-body {
    padding: 0;
}
.agent-form .col-left {
    margin-right: 48px;
}
@media (max-width: 1300px) {
    .agent-form .col-left {
        margin-right: 5px;
    }
    .agent-form .modal-agent__image {
        max-width: 200px;
    }
}
@media (max-width: 990px) {
    .agent-form .modal-dialog-centered .modal-content {
        padding: 40px 15px 0;
    }
    .agent-form .modal-dialog-centered .modal-body {
        padding: 15px 0;
    }
    .agent-form .modal-content .col-left .modal-header {
        display: block;
    }
    .agent-form .modal-content .col-left .content {
        display: flex;
        flex-direction: row;
        text-align: left;
    }
    .agent-form .modal-content .col-left .content .modal-title {
        text-align: left;
        margin-bottom: 15px;
    }
    .agent-form .modal-content .col-right .modal-header {
        display: none;
    }
}

/********************************************** Similar Listings *************************************/

.similar-listings__item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid #dedede;
}
.similar-listings__item:first-child {
    border-top: 1px solid #dedede;
}
.similar-listings__image {
    width: 100%;
    max-width: 385px;
    height: 100%;
    max-height: 257px;
}
.similar-listings__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.similar-listings__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    max-width: 56%;
    width: 100%;
}
.similar-listings__category {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: left;
    color: #004a93;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.similar-listings__title {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    margin: 0 0 10px;
}
.similar-listings__pubdate {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: normal;
    text-align: left;
    color: #888888;
    margin: 0 0 10px;
    display: inline-block;
}
.similar-listings__category .similar-listings__pubdate {
    display: none;
}
.similar-listings__readmore {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.79;
    letter-spacing: 0.4px;
    text-align: left;
    color: #004a93;
    text-transform: uppercase;
}
.similar-listings__item .real-estate__info-list {
    margin: 0 0 10px;
}
.similar-listings__item .real-estate__info-list {
    margin: 0 0 10px;
}
.similar-listings .btn-body {
    margin-top: 40px;
}

@media (max-width: 1360px) {
    .similar-listings__content p {
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    .similar-listings__item {
        flex-direction: column;
    }
    .similar-listings__item:first-child {
        border-top: none;
        padding-top: 0;
    }
    .similar-listings__body {
        max-width: 100%;
        padding: 0;
    }
    .similar-listings__pubdate {
        font-size: 12px;
        line-height: 1.33;
        margin: 0;
        display: none;
    }
    .similar-listings__category {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .similar-listings__category .similar-listings__pubdate {
        display: block;
        text-transform: capitalize;
    }
    .similar-listings__image {
        margin-bottom: 10px;
    }
    .similar-listings .btn-body {
        max-width: unset;
    }
}




