.header_main .current_page_item>a, .current-menu-parent>a  {
    background: #F4EBE2;
    color: #C78659 !important;
    border-radius: 50px;
}

.header_main .menu-item-has-children.current-menu-parent>a:after {
    content: "";
    background-image: url(../images/header_drp_color.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 16px;
    width: 16px;
    display: block;
    position: absolute;
    right: 10px;
}

.sub-menu .current_page_item a {
    background: transparent;
    color: #fff !important;
}

.menu-header-menu-container .menu-item a:hover {
    background: #F4EBE2;
    color: #C78659 !important;
    border-radius: 50px;
}

.menu-header-menu-container .sub-menu .menu-item a:hover{
    color: #3FD5D3 !important;
}

.admin-bar header {
    top: 32px
}
.menu_block .navigation ul .current-menu-parent .current-menu-item a {
    color: #3FD5D3 !important;
}
.footer .gravity-theme form .gform_footer {
    background: #5CD8DF;
    border-radius: 0px 30px 30px 0px;
    margin-top: 0;
    padding: 0;
}
.footer .gform_wrapper.gravity-theme .gform_footer .gform_image_button {
    height: 60px;
    margin-bottom: 0;
    padding: 10px;
}
.header_container .main_logo a img {
    height: 105px;
}
.pagination {
    display: flex; justify-content: center; flex-wrap: wrap;
}
.pagination .page-numbers {
    font-size: 20px;
    border: 1px solid #59c5c7;
    color: #59c5c7;
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin:  5px;
    border-radius: 5px;
    font-weight: 600;
}
.pagination .next.page-numbers {
    min-width: 80px;
}
.pagination .page-numbers:hover {
    background: #def3f4;
    color: #000;
}
.footer_det.bold_footer {
    width: 26%;
}
.footer_det.light_footer {
    width: 21%;
}
.contact_address p a {
    overflow-wrap: anywhere;
}
.contact_auto_width_data .owl-nav {
    width: 100%;
    position: absolute;
    top: calc(50% - 24px);
    transform: translate(0, -50%);
    height: 0;
    display: block;
}
.contact_auto_width_data .owl-nav button.owl-prev, .contact_auto_width_data .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.contact_auto_width_data .owl-nav button.owl-prev {
    left: 0;
}
.contact_auto_width_data .owl-nav button.owl-next {
    right: 0;
}
.img_contact_slider.owl-carousel .owl-item img {
    height: 488px;
}
.contact_form .form form .form_sublabel_below.description_below {
    display: flex !important;
    grid-column-gap: 0% !important;
    flex-wrap: wrap !important;
    margin: 0 -10px;
}
.contact_form .form form .gform-body .gfield .ginput_container input {
    border-radius: 50px;
    border: 1px solid #D8DEDE !important;
    background: #F8F8F8;
    padding: 20px 26px 20.5px 26px !important;
}
.contact_form .form form .gfield_contains_required {
    width: 50%;
    padding: 0 10px;
}
.contact_form .form form .gfield--type-textarea {
    padding: 0 10px;
    width: 100%;
}
.contact_form .form form .gform-body .gfield .ginput_container textarea {
    border-radius: 20px;
    border: 1px solid #D8DEDE !important;
    background: #F8F8F8;
    padding: 20px 26px 20.5px 26px !important;
}
@media (max-width: 1024px) {
    .header_container .main_logo a img {
        height: 58px;
    }
    .navbar_form.hidden_search_box {
        top: 80px;
    }
}
@media (max-width: 991px) {
    .footer_det {
        width: 50% !important;
    }
}
@media (max-width: 767px) {
    .footer_det {
        width: 100% !important;
    }
}
@media screen and (max-width:782px) {
    .admin-bar header { top: 45px  }
    .menu_block .navigation ul li a {
        font-size: 22px;
    }
}
@media (max-width: 400px) {
    .contact_form .form form .gfield_contains_required {
        width: 100%;
    }
}
@media (max-width: 370px) {
    .commod_grids_data {
        padding: 30px;
    }
    .plans_price {
        padding: 0 30px 30px 30px;
    }
}
@media (max-width: 350px) {
    .header_container .main_logo {
        width: 100%;
        margin-right: 10px;
    }
}

#wpadminbar {
    position: fixed;
    top: 0;
}