/* ********************************* public styles ******************************** */
/*@import url('https://fonts.googleapis.com/css?family=Hind:400,600');*/

.mapboxgl-map {
    font-family: 'IRANSans' !important;
}

/* MapLibre default fonts override برای فارسی */
.maplibregl-canvas {
    font-family: 'IRANSans' !important;

}

html,
body {
    height: 100%;
    background-color: #FFFFFF;
}
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}
div:hover,
button:hover,
a:hover,
li:hover,
.card:hover {
    transition: 0.3s ease-in-out;
}

button,
link,
select,
a {
    cursor: pointer;
}

p {
    line-height: 2.5em !important;
}

::-moz-selection {
    background-color: #2b4673;
    color: #fff;

}

::selection {
    background-color: #2b4673;
    color: #fff;
}

input:focus {
    box-shadow: none !important;
}
a:focus-within {
   outline: 0 !important;
   box-shadow: none !important;
}
.card a {
    cursor: pointer;
}

/* style dives */
.bg-div:hover,
.bg-div:focus {
    box-shadow: 0 4px 4px 0 rgba(56, 56, 56, 0.4), 0 6px 20px 0 rgba(86, 86, 86, 0.1);
}

.bg-div2:hover,
.bg-div2:focus {
    box-shadow: 0 4px 4px 0 rgba(56, 56, 56, 0.4), 0 6px 20px 0 rgba(86, 86, 86, 0.2);
}

/* style buttons */
button:hover,
button:focus {
    cursor: pointer;
    outline: none !important;
}

/* style textarea */
textarea {
    resize: none;
}

/* style plceholder */
input::placeholder,
textarea::placeholder {
    color: #848484 !important;
    font-weight: 400;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #d1d1d1 !important;
}

/* style blockqute */
blockquote {
    background: #fafafa;
    border-right: 2px solid #2b4673 !important;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    color: #6e6e6e;
    line-height: 2.5rem !important;
}

blockquote p {
    display: inline;
}

/* order first */
@media (max-width: 991px) {
    .order-first2 {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

}

@media (max-width: 767px) {
    .order-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

}

/* ******************************** header ************************************/
/* top menu */
.div_header {
    /* position: absolute;
    top: 0;
    left:0;
    right:0;
    z-index: 9999; */
}

header {
    position: absolute;
    width: 100%;
    z-index: 1000;
    top: 15px;
}

/* phone i header */
.div_header_info {
    background: #55efc300;
    padding: 0 1.3rem;
    border-radius: 10px;
    margin-bottom: 5px;
}

.div_phone {
    margin: 7px 5px 8px 5px !important;
}

.phone_text {
    padding-right: 15px;
    font-size: 14px;
}

.address_text {
    font-size: 12px;
    cursor: default !important;
}

.div_phone i {
    font-size: 15px;
    color: #ffffff;
    vertical-align: middle;
}

.div_phone i:hover,
.phone_text:hover {
    color: #FFFFFF;
}

.div_phone span,
.div_phone span a,
.div_phone span .large_text {
    font-weight: 300;
    color: #FFFFFF !important;
    font-size: 12px;
}

.div_phone a:hover,
.div_phone a .large_text:hover {
    color: #2b4673 !important;
}

.nav-custom {
    padding: 0 0.7rem;
}

.nav-custom-style [data-toggle="dropdown"]:after {
    padding-right: 5px;
    padding-top: 6px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f078";
    font-size: 10px;
}


.nav-custom-style .show [data-toggle="dropdown"]:after,
.form_search_job .show [data-toggle="dropdown"]:after,
.div_search_list_page .show [data-toggle="dropdown"]:after {
    content: "\f077";
}

.nav-custom-style .dropdown-toggle,
.form_search_job .dropdown-toggle,
.div_search_list_page .dropdown-toggle {
    display: flex;
}

.nav-custom-style .dropdown-toggle:after,
.form_search_job .dropdown-toggle:after,
.div_search_list_page .dropdown-toggle:after {
    border: none;
}

/* search */
.container_search {
    position: absolute;
    top: 0;
    z-index: 10000000;
    background-color: #fff;
    padding: 7rem;
    display: none;
}

.close_search {
    border-radius: 100%;
    position: ABSOLUTE;
    top: 10%;
    left: 10.5%;
    padding: 2px 7px 0 6px;
    border: 0;
}

.close_search i {
    vertical-align: middle;
}

.close_search:hover {
    border-color: #ffc3e1;
}

.search-box {
    width: 100%;
}

.search_custom {
    padding: 1rem;
    border-radius: 4px !important;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
    background-color: #e5e5e5 !important;
}

.search_custom input {
    background-color: transparent !important;
}

.search_custom input[type=text]:focus {
    border-color: rgba(0, 0, 0, .15);
}

.search-main button {
    border: 0 !important;
    background-color: #e5e5e5 !important;
    padding: 0;

}

.search-main input {
    padding: 0.7rem;
    border: 0 !important;
    background: #fff;
}

.search-main i {
    padding-top: 0;
    font-size: 35px;
    font-weight: 500;
    vertical-align: middle;
    color: #7a7a7a;

}

.search-main button:hover .icon-search {
    color: #2b4673;
}

.search-main input[type=text]:focus {
    border-color: #2b4673;

}

.relative_cart_div a {
    position: relative;
}

@media (max-width: 656px) {
    .container_search {
        padding: 6rem 1rem;
    }
}

@media (max-width: 599px) {
    .div_phone {
        text-align: center;
    }
}

@media (max-width: 656px) {
    .phone_text {
        padding-right: 5px;
    }

    .address_text {
        font-weight: 300;
        color: #FFFFFF !important;
        font-size: 11px !important;
    }

    .container_div_phone {
        padding: 0 !important;
    }

    .social_footer_ul,
    .footer_ul_amrc {
        margin-left: auto !important;
    }

    .div_phone {
        text-align: center;
        padding: 0;
        margin: 5px !important;
    }
}

/* Animation */
.container-banners {
    margin-top: 1rem;
    margin-bottom: 4rem;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 50px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 50px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

/* menu header */
.nav-custom-style {
    padding-right: 0;
    padding-left: 0;
    justify-content: space-between;
}

.wpml-ls-menu-item .wpml-ls-flag {
    display: inline;
    vertical-align: baseline;
    width: 18px;
    height: auto;
    margin-top: 6px !important;
}
.nav-custom-style .main-logo {
    width: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: white;
    padding: 5px;
    border-radius: 10px;
}

.nav-custom-style ul {
    padding-right: 1rem;
    margin-left: 0 !important;
}

.nav-custom-style ul li {
    padding: 0.5rem;
}

.list_header_links ul {
    padding-right: 0 !important;
}

.list_header_links ul li {
    padding: 0.5rem 1rem !important;
}

.nav-custom-style ul li a {
    color: #2b4673;
    font-weight: 500;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-size: 15px;
    border-bottom: 1px solid transparent;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.fixed-top .nav-custom-style ul li a {
    color: #2b4673 !important;
}

.fixed-top .nav-custom-style ul li a:hover {
    color: #2b4673 !important;
    border-radius: 10px;
}
.fixed-top .show-menu {
    background-color: #2b4673;
}
.nav-custom-style ul li a:hover {
    color: #000;
    background-color: #ffffff4f;
    border-radius: 10px;
}

.nav-custom-style .dropdown-toggle::after {
    vertical-align: middle;
    color: #FFFFFF !important;
}


.nav-custom-style .dropdown-menu {
    border-bottom: 0;
    border-radius: 0 0 2px 2px !important;
    padding-right: 0 !important;
}

.nav-custom-style .dropdown-menu li {
    padding: 0 !important;
}

.nav-custom-style .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #9494942e;
}

@media (min-width: 992px) {
    .nav-custom-style .dropdown-menu {
        background-color: rgb(0, 0, 0);
        margin-top: -8px;

    }

    .nav-custom-style .dropdown-menu a {
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
    }
}

.nav-custom-style .dropdown-menu a,
.nav-custom-style a {
    text-align: center !important;
    color: #E6E6FA;
    font-size: 14px;
}

.nav-custom-style .dropdown-menu a:hover {
    color: #FFFFFF;
    background-color: rgba(144, 144, 144, 0.1);

}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255, 255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.navbar-sticky {
    padding: 0;
    background-color:#e5e5e5 !important;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.2);
}

.navbar-sticky nav {
    padding: 0 1rem !important;
}

.border-top {
    border-top: 1px solid #dddddd !important;
}

.border-top a {
    color: #ffffff !important;
}

.fixed-top .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.9) !important;
}

.navbar-toggler {
    margin-right: 1rem !important;
    background-color: #2b4673;
}

.div_header_menu {
    background-color:#e5e5e5;
    border-radius: 15px;
    padding: 15px 0px;
}

@media (max-width: 991px) {
    .navbar-toggler {
        margin-right: 10px !important;
        border: 1px solid #2b4673;
        padding: 0 5px;
        margin-left: 1rem;
    }

    .nav-custom-style a,
    .dropdown-menu a,
    .nav-custom-style a,
    .nav-custom-style .dropdown-menu a {
        text-align: right !important;
    }

    .nav-custom-style li {
        border-bottom: 2px dotted #00000024;
    }

    .nav-custom-style .dropdown-menu li {
        border-bottom: none !important;
    }

    .navbar-collapse {
        color: #fff;
    }

    .nav-custom-style ul {
        padding-top: 1rem;
        padding-right: 0 !important;
        display: inline;
    }

    .nav-custom-style ul li a {
        font-weight: 400;
    }

    .nav-custom-style ul li {
        border: 0 !important;
        background-color: transparent !important;
        display: inline-flex;
    }

    .nav-custom-style ul li:hover {
        color: #2b4673 !important;
    }

    .nav-custom-style ul li a:hover {
        color: #2b4673 !important;
    }

    .btn-turn {
        width: 100%;
    }

    .nav-custom-style .dropdown-menu {
        background-color: transparent !important;
    }

}

@media (max-width: 767px) {
    .large_text {
        display: none;
    }

    .list_header_links ul {
        display: inherit;
        margin-bottom: 1rem;
        margin-right: 1rem !important;
    }

    .mb_parallax_overlay h2 {
        color: #2b4673;
        font-size: 2rem;
    }

    .mb_parallax_overlay {
        top: 25% !important;
    }
    .mb_parallax_overlay h2 {
        font-size: 24px !important;
    }
}

@media (max-width: 380px) {
    .div_phone {
        margin: 2px 5px 2px 0 !important;
    }
}


@media (max-width: 991px) {
    .form-inline {
        position: absolute;
        left: 7px;
        top: 5px;
    }

    /* .nav-custom-style {
        justify-content: flex-start !important;
    } */

}

@media (min-width: 992px) {
    .navbar-nav li:hover>.dropdown-menu {
        display: block !important;
        box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.15);
        border: 0;
    }

    .navbar-nav li:hover .dropdown-menu li:hover>.dropdown-menu {
        display: block !important;
        /* نمایش زیردسته دوم */
        box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.15);
        border: 0;
        right: 10rem;
        top: 0;
    }
}

.change-lan {
    display: none !important;
}

@media screen and (max-width: 992px) {
    .change-lan {
        display: block !important;
        margin-right: auto;
    }
}

.change-lan ul {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.collapse-menu-contaier {
    width: 250px;
    position: fixed;
    top: 0;
    right: -250px;
    z-index: 1000;
    background-color: #fff;
    height: 100vh;
    overflow-y: auto;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    padding: 40px 30px;
    border-radius: 20px 0 0 20px;
}

/* وقتی فعال شد (باز شد) */
.collapse-menu-contaier.active {
    right: 0;
}

/* استایل آیتم‌ها */
.collapse-menu-contaier ul.navbar-nav li {
    margin-bottom: 15px;
}

.collapse-menu-contaier ul.navbar-nav li a {
    color: #333;
    font-weight: 500;
    text-decoration: none;
}

.collapse-menu-contaier ul.navbar-nav li a:hover , .collapse-menu-contaier ul.navbar-nav li a:focus {
    color: #2b4673 !important;
    /* سبز نعناعی */
}
@media screen and (max-width: 768px) {
    .main-manu-content {
        display: none;
    }
}
.collapse-menu-contaier .collapse-main-menu ul {
    padding-inline-start: 0;
}

.collapse-menu-contaier .collapse-main-menu ul li {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 10px 5px;
}

.collapse-menu-contaier .collapse-main-menu ul li::before {
    padding: 5px;
    background-color: #e5e5e5;
    margin-left: 10px;
    border-radius: 5px;
    color: #2b4673;
}

.collapse-menu-contaier .collapse-main-menu ul li a {
    font-family: IRANSans !important;
}

.collapse-menu-contaier .close-btn {
    position: absolute;
    top: 20px;
    left: 20px;

}

.show-menu img {
    cursor: pointer;
}

.collapse-menu-contaier .close-btn img {
    background-color: #ededed;
    border-radius: 5px;
    cursor: pointer;
}

.collapse-menu-contaier .lang-menu {
    display: flex;
    flex-direction: row !important;
    justify-content: space-around;
    padding-inline-start: 0;
}

.lang-menu-container {
    position: absolute;
    width: 72%;
    bottom: 0;
}

.lang-menu-container .col-4 img {
    border-radius: 5px;
    padding: 5px;
    background-color: #ededed;
}

.main-menu-text {
    color: white;
    margin-right: 3px;
    font-weight: 400;
}

.show-menu {
    padding: 10px 8px;
    background-color: #2b4673;
    border-radius: 7px;
    cursor: pointer;
}

.main-banner-divider {
    position: absolute;
    bottom: -2px;
    transform: rotate(180deg);
}

#slider {
    position: relative;
}

/*********************** main index ******************************/

/**************************************index contact**************************************/

.index-contact .social_footer_ul i {
    border-radius: 5px;
    color: #ffffff;
    padding: 10px;
    background-color: #2b4673;
}

.index-contact .social_footer_ul i:hover {
    color: #fa9702;
    transition: all .4s;
}

.index-contact .social_footer_ul li {
    padding-right: 0px !important;
}

.index-contact .social_footer_ul {
    display: flex;
    justify-content: center;
    margin-top: 15px !important;
    padding: 0 !important;
}

.index-contact h5 {
    line-height: 2.5rem;
}

/*******************index search ********************************************/
.index-search {
    position: relative;
    margin-top:4rem;
}
.index-search .react-search ul {
    background-color: #f7f7f7;
    border-radius: 10px;
    margin-top: 10px;
    padding: 15px;
    list-style-type: none;
    box-shadow: 0 1px 4px 1px #2b467333;
    position: absolute;
   width:500px;
    z-index: 100;
    text-align: right;
    max-height: 500px;
    overflow-y: scroll;
}
.index-search .react-search ul li {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 500;
}
.index-search .react-search ul li a {
    color: #000;
}
.index-search .react-search ul li a:hover {
    color: #2b4673;
    transition: all .4s;
}
/***********************************************  featured index *******************************************/
.container-cats {
    padding-top: 5rem;
    padding-bottom: 6rem;

}

.container-cats h3 {
    font-size: 2rem;
    color: #353434;
    margin-top: 2rem;
    font-weight: 800;
}

.container-cats .div_posts .card {
    border: 0;
    outline: none !important;
}

.slick {
    outline: none;
}

.container-cats .div_posts {
    padding: 1rem;
    text-align: center;
}

.card-body-style_product h4 {
    font-size: 19px;
    color: #323232;
    font-weight: 600;
    line-height: 2rem;
}

.div-content-product a {
    font-size: 14px;
    font-weight: 600;
    color: #828080;

}

.card_product_info .title_price2 {
    font-size: 15px;
    color: #3b3b3b;
    font-weight: 500;
}

.card_product_info .title_price {
    font-size: 15px;
    color: #63b52a;
    font-weight: 500;
}

.card-body-style_product {
    margin: 1rem 0;
    text-align: center;
}

.old_price {
    color: #625e5e;
    text-decoration: line-through;
    font-weight: 500;
}

.div-title_price {
    margin-top: 1rem;
}

.div-title_price span {
    font-size: 17px;
    font-weight: 600;
    color: #2b4673
}

.slick-dots li button:before {
    font-size: 2.5rem !important;
    color: #313131 !important;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:hover:before {
    color: #2b4673 !important;
}

.container-cats .div_posts img {
    object-fit: contain;
    border-radius: 5px;
    border: 0 !important;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1rem;
    width: 100px;
    height: 100px;
}

.container-cats .div_posts:active {
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
}

.container-cats .div_posts:hover h4 {
    color: #2b4673 !important;
}

.container-cats .div_posts:hover .div-title_price span {
    color: green !important;
}

.line_bottom {
    border-top: 2px solid #2b4673;
    width: 20%;
    margin:auto;
}

.line_bottom_blog {
    border-top: 2px solid #e7832b;
    width: 50%;
    padding: 0;
    margin: 10px 0;
}

.line_bottom_list {
    border-top: 2px solid #2b4673;
    width: 8%;
    margin: 1.5rem auto;
}

.card_product_info button,
.components-button {
    box-shadow: none !important;
    background-color: #2b4673;
    /* width: 100%; */
    color: #fff;
    border-radius: 0;
    border: 2px solid #2b4673;
    margin-top: 1rem;
    border-radius: 5px;
    transition: all .4s;
}

.card_product_info button a,
.components-button span {
    color: #fff;
    font-size: 14px;
}

.card_product_info button:hover,
.components-button:hover {
    background-color: #E6E6FA;
    border: 2px solid #E6E6FA;
    border-radius: 5px;
}

.card_product_info button:hover a,
.components-button:hover a {
    color: #2b4673;
}

@media (max-width: 991px) {
    .container-cats .div_posts .card-body {
        padding: 0;
    }
}

@media (max-width: 850px) and (min-width: 657px) {
    .card-body-style_product h4 {
        line-height: 1.5rem;
    }

    .div-content-product {
        height: 75px;
    }

}

@media (max-width: 480px) {
    .container-cats h3 {
        font-size: 1.6rem;
    }

}

/***********************************************  services index *******************************************/

/*  parallax */
.mb_parallax_overlay {
    z-index: 1;
    position: relative;
    top: 30%;
}

.mb_parallax_overlay h2 {
    color: #2b4673;
    font-size: 2.5rem;
    font-weight: 500;
    text-shadow: 2px 2px #ffffff;
    text-align: center !important;
    line-height: 5rem;
    margin-bottom: 2rem;
}

.mb_parallax_overlay h5 {
    color: white;
    font-weight: 600;
    line-height: 2em;
}

.mb_parallax_overlay h1 {
    letter-spacing: 3px;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 500;
    text-shadow:2px 1px #000000;
    text-align: center !important;
    line-height: 5rem;
}

.paralsec1 {
    height: 900px;
    cursor: default;
    /*background-attachment: fixed;*/
    background-size: cover;
    background-position: 50%;
    position: relative;

}

.paralsec_list,
.paralsec_single {
    height: 35vh !important;
}

.paralsec_list .mb_parallax_overlay,
.paralsec_single .mb_parallax_overlay {
    top: 75% !important;
}

.paralsec2 {
    background-image: url("../images/faq.jpg");
    cursor: default;
    /*background-attachment: fixed;*/
    background-size: cover;
    background-position: 100%;
    position: relative;

}

.mb_parallax_overlay {
    padding: 1rem 0 0 0;
    z-index: 1;
    position: relative;
}

.form_dl_video {
    /* background-image: url(../images/newsletter_bg.jpg); */
    background-position: center;
    background-size: cover;
    border-radius: 1px;
}

.form_dl_video h3 {
    color: #ffffff;
    margin-bottom: 2rem;
}

.mb_parallax_overlay h2 {
    color: #ffffff;
    line-height: 4rem;
    text-shadow:2px 2px #000000;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
}

.paralsec1:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 0;
    /*background: linear-gradient(180deg, rgba(1, 58, 47, 0.63) 0%, rgba(44, 62, 80, 0.51) 36%);*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.paralsec2:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(180deg, rgba(230, 126, 34, 0.3) 0%, rgba(44, 62, 80, 0.51) 36%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.div_index_comments {
    cursor: default;
}

.div_index_comments h3 {
    color: #fff !important;
}

.col-index-comments .card {
    padding: .5rem .5rem 1rem .5rem;
    border: 0;
    border-radius: 15px;
}

.col-index-comments img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.col-index-comments .blog-content .text_blog {
    font-size: 14px;
    font-weight: 500;
    color: #747373;
    height: 70px;
    text-align: justify;
}

.col-index-comments .blog-content .comment_author {
    font-weight: 600;
    color: #2b4673;
    font-size: 14px;
    padding-top: 1rem;
}

.col-index-comments .quite_sign {
    height: 2rem;
    font-size: 5rem;
    line-height: 7rem;
    color: #747373;
    font-weight: 300;
}

.comment-label {
    padding: 10px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 30px;
}

.comment-label:before {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    right: 47%;
    bottom: -8%;
    border: 10px solid transparent;
    border-top-color: #fff;
}

/*datepicker */
.reservation-box{
    margin-top: 100px;
    color: #424242;
    height: auto;
    background-color: #f7f7f7;
    border-radius: 10px;
    padding-bottom: 1rem;
}
.title_price_estate1, .text_price_estate1{
    font-size:20px !important;
}
.property-details .container{
    padding: 0 !important;
}
.pwt-btn-calendar  i.fa{
    font-size:20px !important;
    padding-right: 10px;
}
.datepicker-plot-area .datepicker-day-view .table-days td span.other-month td{
    /*display: none !important;*/

}
.rssv_table_date{
    margin-bottom: 2rem;
}
.rssv_table_date   input[type=text] {
    width: 100%;
    padding: 7px;
    margin-top: 1rem;
}
.rssv_date_datepicker{
    padding:0
}
.selectdate_title{
    position: relative;
}
.selectdate_title.show{
    background: #e5e5e575 !important;
    text-align: center;
    padding: 10px;
}
.selectdate_title #selectdate_title , .selectdate_title #selectdate_title2{
    position: absolute;
    top: 1.1rem;
    right: 3%;
    color: #6e6c6c;
    font-weight: 500;
}
.selectdate_title #selectdate_title i , .selectdate_title #selectdate_title2 i{
    vertical-align: middle;
    color:green;
}

.ui-state-highlight {
    border: 0 !important;
}
#timesDates , #timesDates2{
    color:#2b4673 !important;
    font-size: 20px;
    border: 0;
    text-align: left;
    margin-bottom: 0;
    background: transparent;
    font-weight: 500;
    margin-top: 0;
    padding: 0;
    padding-left: 10px;
}
.ui-state-highlight a {
    background: #fff !important;
    color: #000 !important;
}
.datepicker-persian table tr{
    padding-right: 15px;
    display: flex !important;

}
.datepicker-persian table td{
    padding: 14px 0 !important;
    margin:  27px 0 !important;
}
.datepicker-persian table td span {
    background: none;
    border: 1px solid transparent;
    color: rgba(0,0,0,.8);
    flex-basis: 14.2857143%;
    position: relative;
    text-align: center;
    line-height: 26px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: rgb(237, 242, 245) !important;
    margin: 0 !important;
    width: 72px !important;
    max-width: 100% !important;
    height: 72px !important;
    font-weight: 600;
    color: #343333 !important;
    padding: 0 !important;
    border-radius: 5px !important;
}
.datepicker-persian table td.rssv_from_selected span{
    border:2px solid green !important;
    color:green !important;
}
.datepicker-persian table td .price_td{
    font-size: 9px;
    font-weight: bold;
    font-variation-settings: "wght" 900;
    color: rgb(32 32 32);
    bottom: -13px;
    position: relative;
    right: -1.39rem;
}
.datepicker-persian table td .price_td.selected2{
    right: -1.3rem !important;
}
.datepicker-persian table td.rssv_from_selected .tooltip2{
    position: absolute;
    z-index: 10;
    text-align: center;
    font-weight: 500;
    right: 5px;
    width: 70%;
    color: green;
}
.datepicker-persian table td.rssv_from_selected .tooltip2 i , .datepicker-persian table td.rssv_from_selected .tooltip2 .text{
    color: green !important;
}
.datepicker-persian table td.today span{
    border: 1px solid rgba(0,0,0,.3) !important;
}
.datepicker-plot-area .datepicker-day-view .table-days td span{
    border-radius: 5px !important;
    padding-right: 2.2rem !important;
}
.datepicker_radius  .datepicker-day-view .table-days td span {
    border-radius: 50% !important;
}
.datepicker-persian table td.disabled span{
    color: #ccc !important;
    pointer-events: none;
    background-color: unset;
    background-image: repeating-linear-gradient(45deg,currentColor 0 1px,transparent 0 50%);
    background-size: 6px 6px;
}
.datepicker-persian table td.taken_day span , .datepicker-persian table td.taken_day span:hover , .datepicker-persian table td.taken_day.today span ,
.datepicker-plot-area .datepicker-day-view .table-days td.disabled.today.taken_day span
{
    background-color: #d3192440 !important;
    color: #000 !important;
}
.datepicker-persian table td.friday span , .datepicker-persian table td.friday span:hover
{
    background-color: #d3192440 !important;
    color: rgba(0, 0, 0, 0.26) !important;
}
.datepicker-persian table td.selected span , .datepicker-persian table td.selected2 span ,
.datepicker-persian table .friday.selected span , .datepicker-persian table .friday.selected span:hover{
    background-color:  #2b4673 !important;
    color:#fff !important;
}
.datepicker-persian table td.selected span .price_td , .datepicker-persian td.selected2 span .price_td{
    color:#fff !important;
}
.datepicker-persian table td.selected.disabled span  {
    color: #ccc !important;
    pointer-events: none;
    background-color: unset;
    background-image: repeating-linear-gradient(45deg,currentColor 0 1px,transparent 0 50%) !important;
    background-size: 6px 6px;
    background-color: transparent !important;
}
.rssv_datepicker_button{
    background:  #2b4673 !important;
    color:#fff !important;
    border: 2px solid  #2b4673;
    padding: 5px 2rem;
    font-size: 18px;
    border-radius: 25px;
    cursor: pointer;
    margin-bottom: 1rem;
}
.rssv_datepicker_button:hover{
    color: #2b4673 !important;
    background: #fff !important;
}
.rsv_datepicker_cancel{
    padding: 5px 2rem;
    font-size: 18px;
    border-radius: 25px;
    cursor: pointer;
    color: #2b4673 !important;
    background: #fff !important;
    border: 2px dotted #aea9a9;
}
.rsv_datepicker_cancel:hover{
    border: 2px dotted #2b4673 !important;
}
.datepicker-persian table td span:hover {
    background: rgba(0,0,0,.1);
    transform: scale(1.15);
    z-index: 1;
    transition: .5s linear;
    cursor: pointer;
}
.datepicker-persian table td.disabled span:hover {
    background-color: rgb(237, 242, 245) !important;
    transform: scale(1) !important;
}
.datepicker-plot-area{
    border:0 !important;
    box-shadow: none !important;
}

.datepicker-plot-area-inline-view {
    width: max-content !important;
    margin: auto !important;
    text-align: center !important;
    float:inherit !important;
    max-width: 100%;
}
.datepicker-plot-area .datepicker-day-view .month-grid-box{
    width: auto !important;
}
.datepicker-persian  .last-week span{
    color:red !important;
}
.datepicker-plot-area .datepicker-navigator .pwt-btn-switch {
    font-size: 18px;
    width: 64.5% !important;
    font-family: IRANSans !important;
    pointer-events: none;

}
.datepicker-plot-area .datepicker-day-view .month-grid-box .header .header-row-cell{
    font-size: 18px;
    font-family: IRANSans !important;
}
.datepicker-plot-area .datepicker-navigator .pwt-btn-prev{
    float: right !important;
}

.header-row-cell:last-child{
    color:red !important;
}
.datepicker-plot-area .datepicker-navigator .pwt-btn-next , .datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
    background: rgb(237, 242, 245) !important;
    border: 1px solid transparent;
}
.datepicker-plot-area .datepicker-navigator .pwt-btn-next:hover , .datepicker-plot-area .datepicker-navigator .pwt-btn-prev:hover{
    border: 1px solid #e6e6e6;
}
.datepicker-plot-area .datepicker-day-view .table-days td.disabled.today span{
    background-color: rgb(237, 242, 245) !important;
    color: #ccc !important;
    border: none !important;
    text-shadow: none !important;
    cursor: default !important;
    pointer-events: none !important;
    background-image: repeating-linear-gradient(45deg,currentColor 0 1px,transparent 0 50%) !important;
    background-size: 6px 6px !important;
}
.container-date-picker td{
    padding:5px !important;
}

.badge_timepicker{
    background-color: #fff;
    padding:10px 5px;
    border-radius:5px;
    margin: 5px;
}
#timepicker{
    background: #fff;
    padding: 0;
    border-radius: 10px;

}
#timepicker fieldset {
    border: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

#timepicker legend {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 1rem;
}

#timepicker .checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 1rem;
}

#timepicker input[type="radio"] {
    visibility: hidden;
}
#timepicker input[type="radio"]:disabled + label{
    background-color: #ccc !important;
    border: 2px solid #ccc !important;
    color: #3c434a !important;
    cursor: default;
}
#timepicker label {
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 30px;
    background-color: #fff;
    border: 2px solid #ccc;
    cursor: pointer;
}
.checkbox-group-all{
    width: 100%;
}
.checkbox-group-all label{
    width: 50% !important;
    padding-bottom: 5px;
    font-weight: bold;
}
#timepicker input[type="radio"]:hover + label {
    border: 2px dotted;
    color: #2b4673;
}
#timepicker input[type="radio"]:checked + label {
    border: 2px solid;
    color: #fff;
    background-color:#2b4673;
}
.datepicker-plot-area .datepicker-day-view .table-days td.selected span{
    text-shadow: 1px 1px 1px #4c4a4aa8 !important;
}
.rsv_datepicker_button{
    background: #2b4673 !important;
    color:#fff !important;
    border: 2px solid #2b4673;
    padding: 5px 2rem;
    font-size: 18px;
    border-radius: 25px;
    cursor: pointer;
}
.rsv_datepicker_button:hover{
    color: #2b4673 !important;
    background: #fff !important;
}
.rssv_datepicker_cancel{
    margin-bottom: 1rem;
    padding: 5px 2rem;
    font-size: 18px;
    border-radius: 25px;
    cursor: pointer;
    color: #2b4673 !important;
    background: #fff !important;
    border: 2px dotted #aea9a9;
}
.rssv_datepicker_cancel:hover{
    border: 2px dotted #2b4673 !important;
}
.mobile-single-residence-datepicker{
    display: none;
}
.pay_btn {
    color: #fff !important;
    font-weight: 500;
    border: 2px solid #2b4673;
    padding: 10px 35px 8px 35px;
    border-radius: 10px;
    background-color: #2b4673;
    transition: all .4s;
    font-size: 18px;
}
.pay_btn:hover {
    color:#2b4673 !important;
    background-color: #fff ;
}
.card_rsv_desc , .card_rsv_desc .card-header{
    border:0;
    margin-bottom: 0;
}
.card_rsv_desc .card-header{
    background-color:#e5e5e575 !important;
}
.card_rsv_desc button .float-right{
    color:#2b4673;
    margin-left: 10px;
    font-weight: 500;

}
.card_rsv_desc button i{
    margin-left: 5px;
    vertical-align: middle;
}
.btn-product{
    box-shadow: none !important;
    border: 2px solid #2b4673;
    width: 100%;
    border-radius: 10px;
    margin-top: 10px;
    transition: all .4s;
    color:#2b4673;
    font-weight: 500;
    font-size: 17px;
}
.btn-product:hover{
    color:#fff;
    background-color:#2b4673;
}
.nav_rsv{
    padding: 0;
}
.title_rsv{
    margin: 10px 5px 15px 0;
}
.container_features{
    margin-top: 1rem;
}
.nav_rsv.nav-pills .nav-link.disabled{
    color: #868e96 !important;
}
.rsv_list_cats img{
    height: 250px !important;
    margin-bottom: 15px;
    object-fit: contain;
}
.rsv_list_services img{
    margin-bottom: 15px;
    height: 200px !important;
}
.rsv_list_cats .card , .rsv_list_services .card{
    border:0;
}
.rsv_list_cats h5{
    margin-bottom: 10px;
    height: 40px;
    font-size: 18px;
    text-align: center;
}

.rsv_col_providers img{
    height: 70px;
    width: 70px;
    margin: 0 0 0 10px;
    object-fit: cover;
}
.rsv_col_providers button{
    margin-bottom: 10px;
    outline: none;
    border: 2px solid transparent;
}
.price_percent{
    text-decoration: line-through;
    color: gray;
}
.rsv_form .nav_rsv .nav-link.active:after  {
    border-right-color:#2b4673 !important;
}
.rsv_form .nav_rsv .nav-link.active:after{
    border-right: 1.87rem solid  #2b4673 !important;
}

.rsv_col_providers .nav button.active , .nav_rsv.nav-pills .nav-link.active, .nav_rsv.show>.nav-pills .nav-link{
    background-color:#2b4673 !important;
    color:#fff !important;
}
.rsv_col_providers .nav button:hover , .rsv_col_providers .nav button.active {
    border:2px solid #2b4673 !important;
}
.rsv_service_title{
    text-align: center;
}
.rsv_service_title .price_main{
    color:green;
}
.rsv_service_title h6{
    color: #2b4673 !important;
    text-align: center;
    font-size: 16px;
}
.col-list-rsv:hover img{
    transition: .5s;
    opacity: .8;
}
.rsv_date_finally input:focus{
    border:2px solid #2b4673 !important;
}
.rsv_date_finally button , .reserve_factor h4{
    background-color: #2b4673;
    border: 2px solid #2b4673;
    color:#fff !important;
}
.breadcrumbs{
    display:none;
}
.container_list_reserves{
    margin-top: 1.5rem;
    margin-bottom: 3rem;

}
.col-single-residence-datepicker{
    position: relative;
}
.reservation-box{
    position: sticky;
    top: 6rem;
}
@media (min-width: 768px) {
    .rsv_form .nav_rsv .nav-link.before_active:after {
        border-top: 1.69rem solid #2b4673 !important;
        border-bottom: 1.8rem solid #2b4673 !important;
    }
}
@media (max-width: 656px){
    .contact_content {
        padding: 5px !important;
    }
}
@media(max-width: 1399px) {
    .paralsec1 {
        height: 800px;

    }
}
@media(max-width: 1199px) {
    .rsv_list_cats img {
        height: 200px !important;
    }
    .rsv_list_services img{
        height: 150px !important;
    }
    .col-list-rsv{
        padding: 5px;
    }
    .paralsec1 {
        height: 700px;
    }
    .mb_parallax_overlay {
        top: 25%;
    }
}
@media(max-width: 991px) {
    .rsv_list_cats img {
        height: 150px !important;
        margin: 0;
    }
}
@media(max-width: 767px) {
    .index-search {
        margin-top: 2rem;
    }
    .paralsec1 {
        height: 600px;
    }

    .card_rsv_desc2 .float-right , .card_rsv_desc2 .float-left{
        width: 100% !important;
    }
    .card_rsv_desc2 .float-right{
        margin-bottom: 1rem;
    }
    .wppq-user-forms{
        position: relative;
    }
    /* Force table to not be like tables anymore */
    .table_list_reserve table, .table_list_reserve thead, .table_list_reserve tbody, .table_list_reserve th, .table_list_reserve td, .table_list_reserve tr {
        display: block;
    }
    .table_list_reserve tr {
        border: 1px solid #b7b7b7;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .table_list_reserve thead tr {
        display: none;
    }


    .table_list_reserve td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
    }

    .table_list_reserve td:before {
        content: attr(data-label);
        float: right;
        font-weight: bold;
        text-transform: uppercase;
        padding-left: 2rem;
    }

    /*
    Label the data
    */
    .table_list_reserve   td:nth-of-type(1):before { content: "شماره رزرو:"; }
    .table_list_reserve   td:nth-of-type(2):before { content: "تاریخ رزرو:"; }
    .table_list_reserve   td:nth-of-type(3):before { content: "خدمات:"; }
    .table_list_reserve   td:nth-of-type(4):before { content: "وضعیت"; }

}
@media(max-width: 656px) {
    .rsv_list_cats img {
        height: 180px !important;
    }
    .mb_parallax_overlay {
        top: 22% !important;
    }
    .paralsec1 {
        height: 500px;
    }
    .index-search {
        margin-top: 1rem;
    }
}

@media(max-width: 480px) {
    .index-search {
        margin-top: 2rem;
    }
    .mb_parallax_overlay h2 {
        font-size: 20px !important;
    }
    .table_list_reserve td {
        font-size: 15px;
    }
    .rsv_list_cats .card h5{
        font-size: 16px;
        height: auto;
    }
    .rsv_list_cats img {
        height: 200px !important;
    }
    .rsv_list_services img {
        height: 190px !important;
    }
    .col-list-rsv{
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .col-list-rsv{
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}
@media(max-width: 1249px) and (min-width: 1200px){
    .datepicker-persian table td span {
        width: 65px !important;
        height: 65px !important;
    }
    .datepicker-persian table td {
        padding:  0 !important;
        margin: 25px 0 !important;
    }
}

@media(max-width: 1045px) and (min-width: 992px){

    .datepicker-plot-area-inline-view {
        width:100% !important;

    }
}
@media(max-width: 692px) and (min-width: 657px){

    .datepicker-plot-area-inline-view {
        width:100% !important;

    }
}
@media(max-width: 522px) and (min-width: 481px){

    .datepicker-plot-area-inline-view {
        width:100% !important;

    }
}
@media(max-width: 422px) {

    .datepicker-plot-area-inline-view {
        width:100% !important;

    }
}
@media(max-width: 351px) and (min-width: 331px){

    .datepicker-plot-area-inline-view {
        width:100% !important;

    }
}
@media(max-width: 656px){
    .datepicker-persian table td.rssv_from_selected .tooltip2 {
        right: 5px;
        width: 50%;
        top: -13px;
    }
    .datepicker-persian table td.rssv_from_selected .text{
        display: none;
    }

}

@media(max-width: 991px){
    .container-date-picker{
        width: 100%;
    }
    .rssv_date_desc{
        padding: 0;
        margin-bottom: 1rem;
    }
    .title_rssv {
        margin-bottom: 2rem;
    }
    .mobile-single-residence-datepicker{
        display: block;
        position: fixed;
        bottom: 1.2rem;
        width: 92%;
        right: 10px;
        left: 10px;
        margin: auto;
        z-index: 1000;

    }
    .reservation-box{
        width: max-content;
        max-width: 100%;
        margin: 0 auto !important;
        margin-bottom: 10rem !important;
        padding: 1rem;
    }
    #mobile_residence .reservation-box ,  #reserve_info  .reservation-box{
        width: 100% !important;
        margin: 0 !important;
    }
    #reserve_info  .reservation-box{
        margin-bottom: 1.5rem !important;
    }
    .mobile-single-residence-datepicker .reservation-box{
        background:rgb(158 158 158 / 45%);
        backdrop-filter: blur(6px);
        transform: translateY(0px);
        transition: transform 300ms;
        padding: 1rem;
        border-radius: 10px;
    }
    .mobile-single-residence-datepicker .old-price {
        color: #2c2c2c;
        font-weight: 700;
        font-size: 16px;
        text-decoration: line-through;
        margin-left: 15px;
    }
    .mobile-single-residence-datepicker  .main-price{
        color: #000000;
        font-weight: 700;
        font-size: 16px;
    }
    .mobile-single-residence-datepicker. .cost-box span{
        color:#fff !important;
    }
    .mobile-single-residence-datepicker .reservation-box .reservation-title  , .mobile-single-residence-datepicker .reservation-box .text_price_estate1 {
        color: #000;
    }
    .mobile-single-residence-datepicker .reservation-box .col-md-4 ,  .mobile-single-residence-datepicker .reservation-box .col-md-8{
        margin:auto;
    }
    .mobile-single-residence-datepicker .reservation-box .col-md-4{
        text-align:left;
    }
}
@media(max-width:656px) and (min-width: 481px) {
    .datepicker-persian table td span {
        width: 50px !important;
        height: 50px !important;
    }
    .datepicker-persian table td {
        padding: 2px 0 !important;
        margin: 17px 0 !important;
    }
}
@media(max-width:480px)  {
    .datepicker-persian table td span {
        width: 37px !important;
        height: 37px !important;
    }
    .datepicker-persian table td {
        padding:  0 !important;
        margin: 12px 0 !important;
    }
}
.datepicker-plot-area .datepicker-navigator .pwt-btn-next, .datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
    font-size: 11px;

}
.datepicker-plot-area .datepicker-navigator .pwt-btn-switch , .datepicker-plot-area .datepicker-day-view .month-grid-box .header .header-row-cell{
    font-size: 16px;
}
.datepicker-plot-area .datepicker-navigator {
    margin-top: 5px;
}
.reservation-box .datepicker-persian table td span {
    width: 40px !important;
    height: 40px !important;
    font-size: 10px;
    padding: 0 !important;
}
.reservation-box .datepicker-persian table td{
    margin: 13px 0 !important;
}
.reservation-box .datepicker-persian table td {
    padding:  0 !important;
}
.reservation-box .datepicker-plot-area-inline-view {
    padding:  0 !important;
}
@media(max-width:330px) {
    .datepicker-plot-area-inline-view {
        width: 100% !important;
    }

}
#timepicker {
    background: transparent !important;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .col-index-comments {
        padding: 0 !important;
    }

    .col-index-comments .blog-content .text_blog {
        height: 80px;
        font-size: 13px;
    }
    .col-single-residence-content{
        padding-right: 0;
        padding-left: 5px;
    }
    .col-single-residence-datepicker{
        padding-left: 0;
        padding-right: 5px;
    }
    .reservation-box .datepicker-persian table td {
        margin: 8px 0 !important;
    }
    .reservation-box.datepicker-persian table td span {
        width: 38px !important;
        height: 38px !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .col-index-comments {
        padding: 0 !important;
    }

    .col-index-comments .blog-content .text_blog {
        height: 90px;
        font-size: 13px;
    }
}

@media (max-width: 767px) and (min-width: 480px) {
    .col-index-comments .blog-content .text_blog {
        height: 50px;
    }

    .comment-label {
        margin-bottom: 1rem;
    }

    .comment-label:before {
        right: 48%;
        bottom: -10%;
    }
}

@media (max-width: 479px) {
    .col-index-comments .blog-content .text_blog {
        height: 75px;
        font-size: 13px;
    }

    .col-index-comments {
        padding: 0 !important;
    }

    .comment-label {
        margin-bottom: 1rem;
    }

    .comment-label:before {
        right: 46.5%;
        bottom: -9%;
    }
    .reservation-box {
        padding: 0;
    }
    #mobile_residence .title_price_estate1, #mobile_residence .text_price_estate1 {
        font-size: 17px !important;
    }
}

.col-service,
.row-services {
    margin: 0 !important;

}

.div_text_service {
    margin-top: auto;
    margin-bottom: auto;
}

@media (min-width: 768px) {
    .div_services .col-service:nth-child(2n) .div_text_service {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        border-left: 2px solid #2b4673;
    }

    .div_services .col-service:nth-child(2n) .services_title,
    .div_services .col-service:nth-child(2n) .services_text,
    .div_services .col-service:nth-child(2n+1) .div_icon_service {
        text-align: left;
        padding-left: 2rem;
    }

    .div_services .col-service:nth-child(2n) .div_icon_service,
    .div_services .col-service:nth-child(2n+1) .services_title,
    .div_services .col-service:nth-child(2n+1) .services_text {
        text-align: right;
        padding-right: 2rem;
    }

    .div_services .col-service:nth-child(2n+1) .div_icon_service {
        border-left: 2px solid #2b4673;
    }

}

@media (max-width: 656px) {
    .paralsec2 {
        margin-bottom: 0;
    }

    /* .mb_parallax_overlay h2{
        font-size: 2.1rem;
        line-height: 3.5rem;
    } */
    .mb_parallax_overlay .container-cats h3 {
        font-size: 1.5rem;
        line-height: 2em;
    }

    .mb_parallax_overlay p {
        font-size: 14px !important;
    }

    .mb_parallax_overlay h1 {
        font-size: 2rem;
    }
    .mobile-single-residence-datepicker .reservation-box {
        padding: 7px 0 6px 0;
    }
    .mobile-single-residence-datepicker {
        width: 94%;
        right: 2px;
        left: 0;
        bottom: .5rem;
    }
    .mobile-single-residence-datepicker .main-price  , .mobile-single-residence-datepicker .old-price{
        font-size: 14px;
    }
    .mobile-single-residence-datepicker .rsv_datepicker_button {
        background: #2b4673 !important;
        color: #fff !important;
        border: 2px solid #2b4673;
        padding: 5px 1rem;
        font-size: 17px;
    }
}

@media (max-width: 480px) {
    .mb_parallax_overlay {
        top: 35%;
    }

    .container-cats {
        padding-top: 3rem;
        padding-bottom: 4rem;
    }

    .mobile-single-residence-datepicker .main-price  , .mobile-single-residence-datepicker .old-price{
        display: block;
    }

    /* .mb_parallax_overlay h2{
        font-size: 2rem;
        line-height: 3.5rem;
    } */
}

@media (max-width: 380px) {
    .paralsec_list .mb_parallax_overlay {
        top: 45% !important;
    }
}

.div_icon_service i {
    color: #2b4673;
    font-size: 75px;
}

.div_text_service h5 {
    color: #2b4673;
    font-size: 25px;

}

.div_text_service p {
    color: #e0e0e0;
    font-size: 20px;
    line-height: 1.7rem;
    text-align: center !important;
    margin-bottom: 0;
    margin-top: auto;
    font-weight: 500;
}

.col-service:hover .services_icon,
.col-service:hover .services_title {
    color: #E6E6FA;
}

/*********************************************** stations in index *******************************************/
/*  titles */
.titles_style {
    cursor: default;
}

.titles_style h1 {
    margin: 0;
}

.container_stations .btn-product {
    font-weight: 500;
    padding: 10px 10px;
    border-radius: 10px;
    border: none;
    background-color: #2b46734a;
    color: #2b4673;
    margin-top: 10px;
    width: 100%;
}

.container_stations .btn-product:hover {
    background-color: #2b4673;
    color: white;
    transition: all .4s;
}

.titles_style h4,
.titles_style h2,
.titles_style h1 {
    font-size: 26px;
    font-weight: 500;
    color: #2a2a2a;
}

.titles_style2 {
    cursor: default;
}

.titles_style2 h4 {
    /* font-size: 35px; */
    font-weight: 600;
    color: #000000;
}

@media (max-width: 500px) {

    .titles_style h4,
    .titles_style2 h4,
    .titles_style h2 {
        font-size: 25px !important;
    }

    .mb_parallax_overlay h4 {
        font-size: 28px !important;
    }
}

.container_stations {
    margin-bottom: 3.5rem;
}

.container-text-cats {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
}

.col-stations {
    margin-bottom: 2rem;
}

.card-stations {
    border: 0;
}

.card-stations {
    margin-bottom: 1.5rem;
    text-align: center;
}

.card-stations .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgba(225, 162, 197, 0.19) 0%, rgba(155, 82, 133, 0.52) 100%);
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 5;
    transition: all .4s ease-in-out;
    opacity: 1;
    border-radius: 10px 10px 10px 10px;
}

.btn-more {
    background-color: #2b4673;
    padding: 15px 25px;
    color: white;
    border: 1px solid #2b4673;
    border-radius: 10px;
}

.btn-more:hover {
    color: #2b4673;
    background-color: white;
    transition: all .4s;
}

.btn-more:focus {
    box-shadow: none !important;
}

.card-stations h3 {
    margin-top: 20px;
    font-size: 19px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    transition: all 0.4s;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 100%;
    margin-bottom: 20px !important;
}

.card-stations h3:hover {
    color: #2b4673;
    transition: all .4s;
}

.card-text-title-content .taxonomy-link {
    color: #2b4673;
}

.card-text-title-content .taxonomy-link:hover {
    color: #000000;
    transition: all .4s;
}

.img-station {
    border: 0;
    border-radius: 10px;
}

.card-stations img {
    height: 320px;
}

.img-station,
.img-station2,
.img-pages {
    position: relative;
    width: 100%;
}

.img-station img {
    object-fit: cover;
    filter: brightness(80%);
    display: block;
    width: 100%;
    transition: .5s ease;
    backface-visibility: hidden;
}

.img-station2 img,
.img-pages img {
    filter: brightness(40%);
    display: block;
    width: 100%;
    transition: .5s ease;
    backface-visibility: hidden;
    opacity: 1;
}


.img-station:hover .img-station img,
.card-stations:hover .overlay {
    opacity: 0;
    transition: all .4s ease-out;
}

/* .img-station:hover .img-station img,
.card-stations:hover h3 {
    display: none;
} */

/* .img-station .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
} */

/* .img-station:hover .img-station img, .card-stations:hover .img-station img {
    opacity: 1;
    filter: brightness(40%);
    transition: .5s ease;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
} */

.img-station:hover .middle,
.card-stations:hover .middle {
    opacity: 1;
}

.img-station .middle i {
    font-size: 40px;
    color: #fff;
}

.img-station .middle p {
    font-size: 19px;
    color: #fff;
    font-weight: 500;
}
@media (max-width: 1450px) and (min-width: 1100px) {
    .row_list_services .col-list-services {
        flex: 0 0 auto !important;
        width: 33.33333333% !important;
    }
}
@media (max-width: 1300px) and (min-width: 1100px) {
    .card-stations img {
        height: 280px;
    }
}

@media (max-width: 1099px) and (min-width: 900px) {
    .card-stations img {
        height: 250px;
    }
    .row_list_services .col-list-services {
        flex: 0 0 auto !important;
        width: 50% !important;
    }
}

@media (max-width: 899px) and (min-width: 768px) {
    .card-stations img {
        height: 220px;
    }
    .row_list_services .col-list-services {
        flex: 0 0 auto !important;
        width: 50% !important;
    }
}

@media (max-width: 767px) and (min-width: 657px) {
    .card-stations img {
        height: 270px;
    }
    .row_list_services .col-list-services {
        flex: 0 0 auto !important;
        width: 50% !important;
    }
}

@media (max-width: 656px) and (min-width: 500px) {
    .card-stations img {
        height: 350px;
    }
}

@media (max-width: 499px) and (min-width: 375px) {
    .card-stations img {
        height: 280px;
    }
}

@media (max-width: 374px) {
    .card-stations img {
        height: 230px;
    }

    .img-station .middle p {
        font-size: 15px;

    }

}

/************************************property card **********************************************/
.property-card {
    padding: 20px;
    background-color: #f7f7f7;
    border-radius: 25px;
    position: relative;
    box-shadow: 0 1px 4px 1px #2b467333;
}

.property-card img {
    height: 270px;
    object-fit: cover;
    border-radius: 10px;
    position: relative;
}

.property-card .img-container {
    position: relative;
}

.property-card .img-container::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: 0;
    /*background: linear-gradient(180deg, rgb(1 58 47 / 0%) 0%, rgb(61 61 61) 100%);*/
    background: linear-gradient(180deg, rgb(1 58 47 / 0%) 0%, rgb(61 61 61 / 76%) 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.property-card .card-body {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0px;
}

.property-card .card-body .cost i {
    color: #2b4673;
    padding: 3px;
    border-radius: 5px;
    /* background-color: #00b89342; */
    margin-left: 4px;
}

.property-card .card-body .cost span {
    font-size: 12px;
    font-weight: 600;
    color: #2b4673;
}

.property-card .cost-box .old-price {
    text-decoration: line-through !important;
    color: rgb(255, 151, 151) !important;
    font-weight: 500;
    margin-left: 10px;
}

.property-card .cost-box .main-price {
    color: #ffffff;
    font-weight: 500;
}

.property-card .cost-box .card-text-title-content {
    color: #ffffff;
    font-weight: 500;
}

.property-card .cost-box i {
    color: #ffffff;
    padding: 3px;
    border-radius: 5px;
    background-color: #ffffff42;
    margin-left: 8px;
}

.property-card .cost-box {
    justify-content: center;
    margin-top: -35px;
    z-index: 1000;
}

.property-card .cost-box .card-text-title {
    color: white;
    font-size: 12px;
    font-weight: 500;
}

.property-card .cost-box {
    position: relative;
}

.property-card .discount-badge {
    background-color: red;
    padding: 3px 8px 0px 8px;
    font-weight: 400;
    font-size: 12px;
    color: white;
    border-radius: 6px;
    position: absolute;
    left: 30px;
    /* transform: rotateZ(-45deg); */
    top: 30px;
    z-index: 100;
}

.property-card .tag-container {
    position: absolute;
    z-index: 100;
}

.property-card .tag-container ul {
    list-style-type: none;
    margin-right: 10px;
    padding: 0;
}

.property-card .tag-container ul li {
    margin-top: 10px;
    background-color: #2b4673;
    padding: 4px 10px;
    font-weight: 600;
    font-size: 11px;
    border-radius: 6px;
}

.property-card .tag-container ul li a {
    color: #ffffff;
}

/* .property-card .property-card-details {
    display: none;
}
.property-card:hover .property-card-details {
    display: block;
    transition: ease-in-out 1.5s;
} */

.property-card .card-btn {
    width: 100%;
    border-radius: 10px;
    background-color: #2b4673;
    border: 1px solid #2b4673;
}

.property-card .card-btn:hover {
    transition: all .4s;
    background-color: white;
    color: #2b4673 !important;
    outline: none !important;
}

.feature-exist span i {
    color: #2b4673;
    margin-left: 4px;
}

.feature-exist p {
    color: #000;
    font-weight: 500;
    font-size: 15px;
}

.single-service-price .old-price {
    color: #dfdddd;
    font-weight: 700;
    font-size: 16px;
    text-decoration: line-through;
    margin-left: 15px;
}

.single-service-price .main-price {
    color: #ffffff;
    font-weight: 700;
    font-size: 19px;
}

.nav-pills .nav-link {
    color: #2b4673 !important;
}

.post-info .taxonomy-link {
    font-weight: 500;
    color: #fff;
}

.cats-property {
    border: none !important;
    margin-top: 20px;
}

.featuredcat {
    margin-top: 2rem;
}

.cats-property .nav-item {
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 10px;
}

.cats-property .nav-item .nav-link {
    color: #000;
    border-radius: 10px;
    font-weight: 500;
}

.cats-property .nav-item .nav-link:hover {
    color: #181300;
    border-radius: 10px;
    border-color: white !important;
}

.cats-property .nav-item .active {
    color: #181300;
    border-radius: 10px;
    border: none !important;
    border-color: white !important;
    font-weight: 500;
    background-color: #2b46732b;
}

.property-card .features-card {
    display: block;
    margin: 10px;
}
.property-card .features-card i {
    position: relative;
    margin-left: 5px;
}
.property-card .top-residence-badge {
    border-radius: 10px;
    background-color: #fff700;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
}
.property-card .top-residence-badge i {
    font-size: 18px;
}
.property-card .fast-reserve-badge {
    border-radius: 10px;
    background-color: #ff5e00;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 14px;
    color: white;
}
.property-card .fast-reserve-badge i {
    font-size: 18px;
    top: 3px;
}
.comments-box {
    position: absolute;
    left: 27px;
    z-index: 100;
    top: 55px;
    color: white;
}
.comments-box span {
    font-size: 13px;
    margin-left: 5px;
    position: relative;
    top: 3px;
    font-weight: 400;
}

/* timer */
/* ظرف اصلی تایمر */
.last-minute-timer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    direction: rtl;
}

.timer-label {
    font-weight: bold;
    font-size: 14px;
    color: #444;
}

.flip-countdown {
    display: flex;
    align-items: center;
    gap: 4px;
    direction: ltr; /* برای نمایش درست ساعت از چپ به راست */
}

/* استایل باکس هر عدد */
.flip-unit {
    background: #2b4673; /* رنگ تیره مثل جاجیگا */
    color: #fff;
    padding: 10px 12px;
    border-radius: 6px;
    font-family: 'Tahoma', sans-serif;
    font-weight: 800;
    font-size: 18px;
    min-width: 35px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    position: relative;
    line-height: 1;
}

/* جداکننده دو نقطه */
.divider {
    font-weight: bold;
    font-size: 20px;
    color: #333;
    animation: blink 1s infinite;
}

@keyframes blink {
    50% { opacity: 0.3; }
}

/* افکت تغییر عدد (ساده) */
.flip-unit span {
    display: block;
    transition: transform 0.3s ease-in-out;
}
.card-title-desc{
    color: gray;
    font-weight: 500;
}

/********************************index property background******************************/
.property-background {
    /* background-image: url(../images/hero.webp);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding: 2rem 0;
    backdrop-filter: blur(5px);
    border-radius: 20px; */
}

/**********************************************index search *******************************************/
.index-search .react-search input {
    width: 500px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #2b467347;
    position: relative;
}
.index-search-input{
    margin-right:2rem;
}
@media screen and (max-width: 768px) {
    .index-search .react-search input , .index-search .react-search ul {
        width: 450px;
    }
}
@media screen and (max-width: 576px) {
    .index-search .react-search input , .index-search .react-search ul {
        width: 300px;
    }
    .index-search-input{
        margin-right:1.5rem;
    }
    .index-search .react-search input{
        font-size: 14px;
    }
    .flip-unit {
        padding: 5px 8px;
    }
    .card-title-desc {
        line-height: 1.5rem !important;
        font-size: 14px;
    }
    .flip-countdown {
        gap: 1px;
    }
    .index-search i {
        top: .42rem !important;
    }
    .index-search .react-search ul li a{
        font-size: 14px;
    }
    .image_react_result {
        width: 30px !important;
        height: 30px !important;
    }

}
@media screen and (max-width: 380px) {
    .index-search .react-search input , .index-search .react-search ul {
        width: 270px;
    }
    .index-search-input{
        margin-right:1.5rem;
    }
}
.index-search .react-search input:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.index-search i {
    padding: 5px;
    width: 30px;
    height: 30px;
    background-color: #2b4673;
    position: relative;
    left: 35px;
    top: 8px;
    color: white;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-search i::before {
    animation: scale 2s ease-in-out infinite alternate-reverse;
}

@keyframes scale {
    from {
        scale: 1;
    }

    to {
        scale: 1.1;
    }
}

/*********************************************** list blog in index *******************************************/
.container-index-blog {
    background: #fff !important;
    border: 0 !important;
}

.card-body-style_blog {
    text-align: right;
}

.card-body-style_blog h4 {
    font-size: 17px;
    color: #3e3e3e;
    font-weight: 600;
    line-height: 1.5rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.card-body-style_blog span {
    font-size: 12px;
    font-weight: 500;
    color: #818182;
}

/* .card-body-content-style_blog {
    height: 40px;
} */

.card-body-content-style_blog p {
    font-size: 13px;
    text-align: justify;
    font-weight: 500;
    margin: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.card_index_blog .card-body {
    padding: 1rem !important;
}

.card_index_blog .div_info_order {
    margin: .5rem 0 !important;
}

@media (max-width: 991px) {
    .card-body-style_blog h4 {
        font-size: 15px;
    }
}


.div-blog {
    margin-top: 1.3rem;
    margin-bottom: 1rem;
}

.col-blog {
    margin-bottom: 2rem;
}

.card-blog {
    border: 1px solid #9d9d9d;
    margin: 0 !important;

}

.blog-content {
    padding: 0;
    margin: 0;
    border: 0;
}

.col-blog img {
    border: 0;
    padding: 0;
    margin: 0;
}

.line_title {
    background-color: #2b4673;
    width: 50%;
    float: right;
    box-shadow: 0 2px 5px 1px rgba(255, 171, 125, 0.5);
}

.card-blog:hover .line_title {
    width: 90%;
    transition: 0.8s ease-in-out;
}

.title_blog {
    color: #2b4673;
    font-size: 16px;
    text-align: right;
    padding: 1rem 10px 1rem 10px;
    line-height: 1.5rem;
}

.text_blog {
    padding: 1rem 10px 1rem 10px;
    text-align: right;
    font-size: 13px;
    font-weight: 500;
    color: #303030;
}

.text_blog2 {
    font-size: 14px;
    margin-top: 1rem;
    font-weight: 400;
    height: 130px;
}

.btn-blog {
    text-align: center;
    border: 1px solid #2b4673;
    background-color: transparent;
    color: #ededed;
    border-radius: 30px;
    font-size: 24px;
    padding: 0.5rem 2rem;
}

.btn-blog:hover {
    color: #ededed;
    background-color: rgba(30, 166, 154, 0.3);
}

@media (min-width: 1300px) {
    .title_blog {
        height: 40px;
    }

    .text_blog {
        height: 80px;
    }
}

@media (max-width: 1299px) and (min-width: 1050px) {

    .title_blog {
        height: 60px;
    }

    .text_blog {
        height: 90px;
    }
}

@media (max-width: 1049px) and (min-width: 992px) {

    .title_blog {
        height: 65px;
    }

    .text_blog {
        height: 110px;
    }
}

@media (max-width: 991px) and (min-width: 360px) {
    .title_blog {
        height: 40px;
    }

    .text_blog {
        height: 70px;
    }
}

@media (max-width: 359px) {
    .title_blog {
        height: 60px;
    }

    .text_blog {
        height: 80px;
    }
}

@media (min-width: 1700px) {
    .col-blog img {
        height: 250px;
    }
}

@media (max-width: 1699px) and (min-width: 1480px) {
    .col-blog img {
        height: 220px;
    }

}

@media (max-width: 1479px) and (min-width: 1300px) {
    .col-blog img {
        height: 210px;
    }
}

@media (max-width: 1299px) and (min-width: 1199px) {
    .col-blog img {
        height: 185px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .col-blog img {
        height: 160px;
    }
}

@media (max-width: 991px) and (min-width: 750px) {
    .col-blog img {
        height: 280px;
    }
}

@media (max-width: 880px) and (min-width: 768px) {
    .text_blog2 {

        height: 170px;
    }
}

@media (max-width: 767px) and (min-width: 657px) {
    .text_blog2 {

        height: auto;
    }
}

@media (max-width: 749px) and (min-width: 657px) {
    .col-blog img {
        height: 210px;
    }

}

@media (max-width: 656px) and (min-width: 505px) {
    .col-blog {
        margin: 0.5rem 5rem;
    }

    .col-blog img {
        height: 270px;
    }
}

@media (max-width: 504px) and (min-width: 380px) {
    .col-blog img {
        height: 220px;
    }
}

@media (max-width: 379px) and (min-width: 330px) {
    .col-blog img {
        height: 180px;
    }
}

@media (max-width: 329px) {
    .col-blog img {
        height: 160px;
    }
}

/*********************************************** footer *******************************************/
#footer {
    background: #e5e5e5;
    border-radius: 40% 40% 0 0;
    padding-top: 20px;
    border-top: 3px solid #b3b2b2;
}

.footer {
    padding: 3rem 1rem;
    width: 100%;
    cursor: default;
}

@media screen and (max-width: 1500px) {
    .footer {
        background-size: 250px;
    }
}

@media screen and (max-width: 1300px) {
    .footer {
        background-size: 200px;
    }
}
@media screen and (max-width: 767px) {
    #footer {
        border-radius: 0;
    }
}

@media screen and (max-width: 576px) {
    .footer {
        background-size: 150px;
    }
}

.logo_footer img {
    width: 130px;
    margin-top: 0;
}

.run-in {
    line-height: 2rem;
    font-size: 16px;
    padding-bottom: 0px;
    display: inline;
    font-weight: 500;
    color: #000000;
    white-space: nowrap;
}

header .run-in {
    color: #87c9ff !important;
}

.run-in2 {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 2.5rem;
    margin-bottom: 0;
    margin-top: 10px;
}

.footer_ul_amrc li span,
.footer_ul_amrc li i {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
}

.footer_ul_amrc li i {
    font-weight: bold;
}

.logo_footer p {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 2.5rem;
}

.footer h5 {
    text-align: right;
    cursor: default;
    color: #000000;
    line-height: 2.5rem;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
}

.footer ul {
    list-style-type: circle;
}

.footer ul li a {
    font-size: 15px;
    color: #000000;
    list-style: circle;
    font-weight: 500;
}

.footer ul li a:hover {
    color: #2c2c2c;

}

.headin5_amrc img {
    width: 60px;
    background-color: white;
    padding: 5px;
    border-radius: 10px;
}

.footer_contact {
    margin-top: 1.3rem;
    padding: 0 3rem;
}

.footer_contact ul {
    padding-right: 0;
    text-align: right;
}

.footer_contact ul li {
    list-style-type: none;
    text-align: right;
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 2rem;
}

.footer_contact ul li a span:hover {
    color: #000 !important;
}

.footer_ul_amrc {
    margin-bottom: 0 !important;
}


.social-div img {
    border-radius: 4px;
}

.social_footer_ul {
    color: #d5d5d5;
    display: table;
    margin: 15px auto 0 0;
    list-style-type: none;
    text-align: center;
    padding: 0;
}

.social_footer_ul i {
    font-size: 18px;
    color: #ffffff;
    vertical-align: inherit;
}

.social_footer_ul i:hover {
    color: #2b4673;
}

.social_footer_ul li {
    padding-right: 1rem;
    padding-left: 5px;
    padding-top: 2px;
    float: left;
    cursor: pointer;
}

.social_footer_ul li a {
    color: #2346ca;
}

.line_footer {
    background-color: #fbfbfb !important;
    margin: 0;
    width: 60%;
    display: none;
}

.pt2 {
    margin-top: 25px;
}

.mb10 {
    padding-bottom: 15px;
}

.col_white_amrc ul {
    padding: 0;
}

.footer_ul_amrc {
    padding: 1rem;

}

.footer_ul_amrc2 {
    padding: 1rem 0 0 0;
}

.footer_ul_amrc {
    margin-top: 0 !important;
    list-style-type: circle;
}

.footer_ul_amrc li,
.footer_ul_amrc2 li {
    margin: 0;
    text-align: right;
    list-style-type: none;
    font-size: 16px;
}

.footer_ul_amrc li::before {
    /* content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: #e6e6fa;
    border-radius: 50%;
    margin-left: 7px;
    position: relative;
    top: 1px; */
}

.footer_ul_amrc {
    padding-right: 0px;
}

.footer_ul_amrc li {
    padding: 0 0 0.6rem 0;

}

.footer_ul_amrc li {
    padding: 0 0 .95rem 0;
    color: #2b4673 !important;
}

.footer_ul_amrc li::marker {
    color: #2b4673 !important;
}

.footer_ul_amrc li a,
.footer_ul_amrc2 li a {
    font-weight: 400;
    color: #8d8d8d;
    margin-top: 1rem;
}

.footer_ul_amrc li a:hover,
.footer_ul_amrc2 li a:hover {
    color: #e7832b !important;
    text-decoration: none;
    transition: 0.3s;
}

.footer_ul_amrc2 img {
    border-radius: 3px;
    width: 160px;
}

.footer_ul_amrc2 img:hover {
    opacity: 0.8;

}

.links-div {
    margin-top: 1rem;
}

.footer-info a {
    display: inline-flex;
}

.footer-info a i {
    padding: 5px 3px 3px 3px;
    background-color: #2b4673;
    margin-left: 5px;
    color: white;
    border-radius: 4px;
}


.footer-info span i {
    padding: 5px 3px 3px 3px;
    background-color: #2b4673;
    margin-left: 5px;
    color: white;
    border-radius: 4px;
}

.links-div h6 {
    color: #000000;
    padding: 10px;
    background-color: #2b467321;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
    font-weight: 500;
    margin-bottom: 0;
}

.footer_bottom {
    border-top: 1px solid #2b4673;
    padding-top: 0.3rem;
}

.footer_bottom p {
    font-weight: 400 !important;
    color: #000000 !important;
    font-size: 12px;
}

.footer_bottom p a {
    padding-right: 2px;
}

.copy_right p {
    color: #e1e1e1;
    font-size: 12px;
}

.fartak a {
    color: #000;
    font-weight: 500 !important;
    font-size: 12px;
}

.fartak a:hover {
    color: #FFFFFF;
}

.fartak p {
    color: #e1e1e1;
}

.work_times {
    text-align: right;
    margin-top: 1.7rem;
}

.work_times div {
    margin-bottom: 2px;
}

.work_times label {
    color: #2b4673;
    font-weight: 500;
    font-size: 14px;
}

.work_times span {
    font-size: 12px;
    color: #a9a9a9;
    font-weight: 300;
}

.instragram_image {
    text-align: right;
    margin-top: 1.8rem;
    padding: 0 1rem;
}

.instragram_image img {
    border-radius: 2px;
    width: 90%;
    height: 150px;
    margin-top: 2rem;
    object-fit: cover;
}

.instragram_url {
    width: 100%;
}

.instragram_url a,
.instragram_url span {
    color: #000000 !important;
    font-weight: 500;
    font-size: 15px !important;
}

.instragram_url a {
    font-size: 16px;
}

.instragram_url span {
    font-size: 15px;
}

.instragram_url a:hover {
    color: #fff;

}

@media (min-width: 992px) {
    .footer_contact ul {
        margin-right: 0 !important;
    }
}

@media (max-width: 1199px) and (min-width:992px) {
    .work_times span {
        font-size: 10px;

    }

}

@media (max-width: 1245px) and (min-width:992px) {
    .instragram_image img {
        height: 135px;
    }

    .instragram_url a {
        font-size: 16px;
    }

    .footer_contact {
        padding: 0.5rem 1rem 0 1rem;
    }

}

@media (max-width: 991px) and (min-width: 657px) {


    .footer_contact {
        padding: 0.5rem 1rem 0 1rem;
    }

    .logo_footer {
        padding: 0 1rem;
    }

    .instragram_url a {
        font-size: 16px;
    }

}

@media (max-width: 991px) and (min-width: 768px) {
    .instragram_image img {
        height: 150px;
        width: 100%;
    }
}

@media (max-width: 767px) and (min-width: 657px) {
    .instragram_image img {
        height: 130px;
        width: 100%;
    }

    .work_times span {
        font-size: 10px;

    }
}

@media (max-width: 656px) and (min-width: 521px) {
    .instragram_image img {
        height: 120px;
        width: 100%;
    }
}

@media (max-width: 520px) and (min-width: 440px) {
    .instragram_image img {
        height: 170px;
        width: 100%;
    }
}

@media (max-width: 439px) and (min-width: 400px) {
    .instragram_image img {
        height: 150px;
        width: 100%;
    }
}

@media (max-width: 399px) and (min-width: 361px) {
    .instragram_image img {
        height: 135px;
        width: 100%;
    }
}

@media (max-width: 360px) {
    .instragram_image img {
        height: 120px;
        width: 100%;
    }
}

@media (max-width: 656px) and (min-width: 521px) {
    .work_times span {
        font-size: 10px;

    }
}

@media (max-width: 520px) {
    .work_times span {
        font-size: 12px;

    }
}

@media (max-width: 656px) {

    .footer {
        padding: 2rem;
    }

    .run-in {
        font-size: 18px;
    }

    .footer_contact {
        padding: 0;
        margin-top: 1rem;
    }

    .work_times label {
        font-size: 13px;
    }

}

@media (max-width: 991px) {
    .footer p {
        margin: 3px 0 3px 0;
    }

    .links-div {
        margin-top: 0.5rem;
    }

    .col-border {
        border-right: 0;
    }

    .logo_footer,
    .div_instragram_image {
        margin-bottom: 2rem;
    }

    .footer_bottom {
        padding: .5rem !important;
    }

}

@media (max-width: 656px) and (min-width: 387px) {
    .line_footer {
        display: block;
    }

    .instragram_url a {
        font-size: 14px;
    }

}

@media (max-width: 386px) {
    .line_footer {
        display: block;
    }

    .instragram_url a {
        font-size: 14px;
    }

}

@media (max-width: 767px) {
    .footer_bottom {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

}

@media (max-width: 399px) {}

@media (max-width: 656px) and (min-width: 468px) {
    .line_footer {
        margin-right: 5rem;
    }
}

@media (max-width: 467px) and (min-width: 385px) {
    .line_footer {
        margin-right: 4rem;
    }
}

@media (max-width: 384px) {
    .line_footer {
        margin-right: 3rem;
    }
}

@media (max-width: 656px) {
    .social-div {
        margin-top: 0 !important;
    }

    .logo_footer p {
        line-height: 2rem;
    }

    .logo_footer,
    .links-div {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        text-align: center !important;
    }

    .links-div h6 {
        text-align: center;
    }

    .logo_footer,
    .div_instragram_image,
    .links-div {
        margin-bottom: 2rem;
    }

    .links-div .line_bottom_blog {
        margin: 10px auto !important;
    }

    .instragram_image,
    .work_times,
    .footer ul li {
        text-align: center !important;
    }

    .footer ul li {
        width: 150px;
        text-align: right;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 767px) {

    .footer_contact,
    .social_footer_ul,
    .footer_ul_amrc {
        text-align: center !important;
        margin-right: auto !important;
    }

    .footer ul {
        display: inline-flex;
    }

    /* .footer ul li a {
        margin-left: 2rem;
    } */
    .links-div h6 {
        text-align: center;
    }

    .links-div .line_bottom_blog {
        margin: auto;
        text-align: center;
    }

    .instragram_image {
        text-align: center !important;
    }

}


@media (min-width: 768px) and (max-width: 1199px) {
    .social_footer_ul li {
        padding-bottom: 3px;
    }

}

@media (max-width:1199px) and (min-width: 500px) {
    .footer_ul_amrc2 img {
        width: 140px;
        margin-top: 1rem;
    }

}

@media (max-width:991px) and (min-width: 768px) {
    .social-div {
        margin-top: 2rem;

    }

}


@media (max-width:767px) {


    .footer_ul_amrc li a {
        text-align: center !important;

    }

}


#to_top {
    right: auto !important;
    left: 30px;
}

#to_top {
    font-size: 0;
    z-index: 999;
    display: none;
    text-align: center;
    background-color: #2b4673;
    color: #fff;
    bottom: 30px;
    height: 44px;
    position: fixed;
    right: 30px;
    width: 44px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
    transform: 0.5s;
    box-shadow: 0 2px 3px 1px rgb(0 0 0 / 10%);
}

#to_top:before {
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    font-size: 15px;
    position: absolute;
    left: 0;
    right: 2px;
    margin: 0 auto;
    content: "\f077";
    text-align: center;
    padding-top: 10px;
}

#to_top:hover,
#to_top:focus {
    background-color: #fff;
    color: #2b4673;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
}

#to_top:hover:before {
    color: #2b4673;
}

.map_frame {
    position: relative;
}

.map_frame iframe {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.map_frame .map_frame_text {
    position: absolute;
    bottom: 2%;
    left: 5%;
    width: 270px;
    cursor: default;
    border: 5px solid #E6E6FA;
    border-radius: 10px;
}

.map_frame .map_frame_text .card {
    border: 0;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1) !important;
    border-radius: 8px;
}

.map_frame .map_frame_text h4 {
    font-size: 25px;
}

.map_frame_title_phone a {
    color: #2b4673 !important;
    font-size: 22px;
}

.map_frame .map_frame_text strong {
    font-weight: 500;
}

.map_frame_title {
    margin-bottom: 1rem;
}

.map_frame_title a,
.map_frame_title {
    color: #737373;
    font-weight: 500;
}

@media (max-width:656px) {
    .map_frame iframe {
        height: 550px;
    }

    .map_frame_title a,
    .map_frame_title {
        font-size: 14px;
    }

    .map_frame .map_frame_text {
        left: 2%;
    }

    .map_frame .map_frame_text .card-body {
        padding: 0.5rem;
    }

    .footer ul {
        display: block;
    }
}

/* ********************************* list  page ******************************** */
/* breadcrump */
#breadcrumbs {
    text-align: center !important;
    font-size: 16px;
    font-weight: 400;
}

#breadcrumbs span a {
    color: #ffffff;
}

#breadcrumbs span.breadcrumb_last,
#breadcrumbs span a:hover {
    color: #fff;
}

.container_list_foods h2 {
    font-size: 2.2rem;
    color: #383838;
}

.container_list_foods .tag_description p {
    font-size: 14px;
    color: #535353;
    line-height: 2rem;
    font-weight: 400;
}

#list_foods .container_list_foods:nth-child(odd),
.div_index-foods_tax {
    background: #fff !important;
    border: 0 !important;
}

.col-foods-menu {
    transition: 0.5s;
}

.col-foods-menu .card {
    border: 0;
    margin-bottom: 2rem;
    background-color: transparent !important;
}

.col-foods-menu img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border: 10px solid #f2f2f2;
}

.col-foods-menu h3 {
    color: #2b4673;
    font-size: 16px;
    font-weight: 400;
}

.col-foods-menu p {
    font-size: 14px;
    font-weight: 400
}

.col-foods-menu .col-text-food {
    padding: 0;
    text-align: justify;
    margin-bottom: auto;
    margin-top: auto;
    background-color: transparent !important;
}

.col-foods-menu .div-price-food {
    margin-bottom: auto;
    margin-top: auto;
    text-align: center;
    background-color: transparent !important;
}

.col-foods-menu .div-price-food .title_price {
    padding: 1.65rem 1rem;
    border: 1px solid #ededed;
    border-radius: 50%;
    color: #191919;
    font-weight: 500;
    font-size: 19px;
}

.title_price_text {
    font-size: 16px !important;
}

.col-foods-menu:hover img {
    border: 10px solid #2b46734d;
}

.col-foods-menu:hover .title_price {
    color: green;
}

.carousel-list img {
    height: 450px;
    object-fit: cover;
}

.caption_contact {
    text-align: center;
}

.carousel-single img {
    max-height: 800px;

}

.div-list-blog .col-blog {
    margin-bottom: 2rem !important;
}

.div-list-blog .card-blog {
    border: 1px solid rgba(0, 0, 0, 0.16);
}

.card-border1 p {
    font-size: 17px;
    font-weight: 500;
    color: #252525;
}

@media (max-width:1199px) and (min-width:992px) {
    .col-foods-menu .div-price-food {
        padding: 0;
    }

    .col-foods-menu img {
        height: 80px;
    }

    .col-foods-menu p {
        font-size: 13px;
    }

    .col-foods-menu .div-price-food .title_price {
        font-size: 16px;
    }

    .title_price_text {
        font-size: 13px !important;
    }
}

@media (max-width:991px) and (min-width:768px) {
    .col-foods-menu img {
        height: 150px;
    }
}

@media (max-width:767px) and (min-width:657px) {
    .col-foods-menu img {
        height: 110px;
    }
    .property-card {
        padding:10px;
    }
}

@media (max-width:656px) and (min-width:540px) {
    .col-foods-menu img {
        height: 90px;
    }
}

@media (max-width:539px) and (min-width:480px) {
    .col-foods-menu img {
        height: 80px;
    }
}

@media (max-width:656px) {
    .col-foods-menu .div-price-food {
        padding: 0;
    }

    .col-foods-menu p {
        font-size: 13px;
    }

    .col-foods-menu .div-price-food .title_price {
        font-size: 16px;
    }

    .title_price_text {
        font-size: 13px !important;
    }
}

@media (max-width:479px) {

    .col-img-food,
    .div-price-food {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding: 0;
    }

    .col-text-food {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-top: 1rem !important;
    }

    .col-foods-menu img {
        height: 140px;
    }
}

@media (max-width:340px) {
    .col-foods-menu img {
        height: 130px;
    }
}

@media (max-width:991px) and (min-width:600px) {
    .carousel-list img {
        height: 320px;
    }

    .bread_contact {
        margin-top: 3rem !important;
    }
}

@media (max-width:599px) and (min-width:400px) {
    .carousel-list img {
        height: 250px;
    }

    .bread_contact {
        margin-top: 2rem !important;
    }

}

@media (max-width:399px) {
    .carousel-list img {
        height: 200px;
    }

    .bread_contact {
        margin-top: 2rem !important;
    }

    .col-blog {
        padding: 0 !important;
    }

    .carousel-list h2 {
        font-size: 22px;
    }
}


.div-list-doctors .col-doctors {
    margin-bottom: 2rem;
}

@media (max-width: 1199px) and (min-width: 1101px) {
    .div-list-doctors img {
        height: 180px !important;
    }

    .div-list-doctors p {
        height: 80px !important;
    }
}

@media (max-width: 799px) and (min-width: 768px) {
    .div-list-doctors p {
        height: 80px !important;
    }
}

@media (max-width: 330px) {
    .div-list-doctors p {
        height: 80px !important;
    }
}

@media (max-width: 1100px) and (min-width: 992px) {
    .div-list-doctors img {
        height: 160px !important;
    }
}

@media (max-width: 656px) and (min-width: 530px) {
    .div-list-doctors img {
        height: 280px !important;
    }
}

@media (max-width: 480px) and (min-width: 400px) {
    .div-list-doctors img {
        height: 220px !important;
    }
}

@media (max-width: 380px) {
    .div-list-doctors img {
        height: 170px !important;
    }
}

/* sidebar */
@media (min-width: 768px) {
    .div-sidebar {
        margin-top: 3.9rem;
    }
}



@media (max-width: 920px) and (min-width: 768px) {
    .div-list-blog img {
        height: 180px !important;
    }
}


/* search */
.search-blog button {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 0 !important;
    border-radius: 30px 0 0 30px !important;
    background: #fff;
    padding: 0.5rem;

}

.search-station button {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 0 !important;
    border-radius: 30px 0 0 30px !important;
    background: #fff;
    padding: 1rem;

}

.search-blog input {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 0 !important;
    border-radius: 0 30px 30px 0 !important;
    padding: 0.5rem;

}

.search-station input {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 0 !important;
    border-radius: 0 30px 30px 0 !important;
    padding: 1rem;

}

.search-blog i {
    font-size: 25px;
    color: #2b4673 !important;
    vertical-align: middle;
}

.search-blog button:hover .icon-search {
    color: #383838 !important;
}

.search-blog {
    margin-bottom: 5px
}

.btn-search {
    outline: none;
    box-shadow: none !important;
}

.btn-search i {
    cursor: pointer !important;
}

/* categories */
.cats_blog,
.most_popular {
    text-align: right;
    background-color: #fff;
    margin-top: 0.6rem;
    border: 0;
    border-radius: 3px;
    padding: 10px;
    box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 8%);
}

.sidebar_station {
    text-align: right;
    background-color: #fff;
    margin-top: 0.6rem;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    padding: 10px;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
}

.popular_txt {
    padding-right: 3px;
}

.cats_blog i,
.most_popular i {
    padding-left: 5px;
    cursor: default;
    font-size: 18px;
    color: #2b4673 !important;
    font-weight: 500;
    vertical-align: middle;
}

.sidebar_station i {
    padding-left: 5px;
    cursor: default;
    font-size: 25px;
    color: #2b4673 !important;
    font-weight: 500;
    vertical-align: middle;
}

.sidebar_station .icon-title-search {
    color: #292929 !important;
    font-size: 18px !important;
}

.cats_blog i:hover,
.most_popular i:hover,
.sidebar_station i:hover {
    color: #000 !important;
}

.cats_blog p,
.most_popular p,
.sidebar_station p {
    cursor: default;
    text-align: right;
    font-size: 15px;
    padding: 0.5rem 0.5rem 0 0.5rem;
    color: #3e3e3e;
    font-weight: 500;
}

.popular_txt p {
    padding: 0.5rem 0 0 0 !important;
}


.popular_txt p del {
    font-size: 13px;
    color: #888888;
}

.cats_blog ul,
.most_popular ul {
    padding-right: 0 !important;
}

.cats_blog ul li:last-child,
.most_popular ul li:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: 0;
}

.cats_blog ul li,
.most_popular ul li {
    padding-bottom: 1rem;
    border-bottom: 1px solid #e4e4e4;
    padding-right: 5px;
    margin-bottom: 1rem;
    color: #6d6d6d !important;
    font-size: 15px;
    list-style-type: none;
    cursor: pointer;
    font-weight: 300;

}

.cats_blog ul li img {
    width: 40px;
    height: 30px;
    padding: 0;
}

.most_popular ul li img {
    width: 60px;
    padding: 0;
    height: 50px;
}

.cats_blog ul li img:hover,
.cats_blog ul li:hover .img_cats,
.most_popular ul li img:hover,
.most_popular ul li:hover .img_cats {
    filter: brightness(80%);
}

.cats_blog ul li a {
    color: #606060 !important;
    font-size: 14px;
    font-weight: 400;
}

.most_popular ul li a {
    color: #585858 !important;
    font-size: 14px;
    font-weight: 500;
}

.cats_blog ul li a:hover,
.cats_blog ul li a:focus,
.cats_blog ul li:hover .link_cats,
.most_popular ul li a:hover,
.most_popular ul li a:focus,
.most_popular ul li:hover .link_cats {
    color: #303030 !important;
    transition: 0.2s;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .cats_blog ul li a {
        font-size: 13px;
    }

    .most_popular ul li a {
        font-size: 13px;
    }

    .cats_blog ul li img {
        width: 30px;
        height: 25px;
    }
}

@media (max-width: 1350px) and (min-width: 1200px) {
    .most_popular ul li a {
        font-size: 13px;
    }

    .most_popular ul li img {
        width: 50px;
        height: 45px;
    }
}

@media (max-width: 1199px) and (min-width: 850px) {

    .popular_txt {
        float: right !important;
    }

    .most_popular ul li img {
        width: 70px;
        height: 30px;
    }
}

@media (max-width: 849px) and (min-width: 768px) {

    .popular_txt {
        float: right !important;
    }

    .most_popular ul li img {
        width: 120px;
        height: 25px;
    }
}

@media (max-width: 767px) and (min-width:360px) {
    .popular_txt {
        float: right !important;
        padding-right: 1rem;
    }
}

@media (max-width: 460px) and (min-width:360px) {
    .most_popular ul li img {
        height: 35px;
    }
}

@media (max-width: 359px) {
    .popular_txt {
        float: right !important;
        padding-right: 1rem;
    }

    .most_popular ul li img {
        width: 40px;
        height: 23px;
    }

    .most_popular ul li a {
        font-size: 12px;
    }
}

/*custom pagination */
.custom-pagination {
    text-align: center;
    direction: rtl !important;
    padding-bottom: 1rem !important;
    margin:2rem 0;
}

.pagination {
    display: inline-block;
}

.custom-pagination ul {
    list-style: in;
}

.custom-pagination a,
.custom-pagination span {
    text-decoration: none;
    padding: 0 10px;
    border-radius: 3px;
}

.custom-pagination a {
    color: #6c6c6c;
    background-color: #fff;
    border: 1px solid #c9c9c9;
}

.custom-pagination span {
    border: 1px solid #2b4673;
    color: #FFFFFF;
    background-color: #2b4673;
}

.custom-pagination a:hover {
    background-color: #2b4673;
    border: 1px solid #2b4673;
    color: #fff;
}


/* ********************************* single ******************************** */
.slider_single_food h1 {
    font-size: 27px !important;
}

.glsr-summary-stars .glsr-star {
    display: inline-block;
}

.shortcode-site-reviews-summary {
    line-height: 1rem;
}

.glsr-default .glsr-summary-stars {
    margin-right: 0 !important;
}

.glsr-default .glsr-review>.glsr-review-avatar img {
    border-radius: 50%;
    margin: 0;
}

.glsr-default .glsr-review>.glsr-review-author span {
    font-size: 13px;
    color: #636060;
}

.glsr .glsr-reviews,
.glsr .glsr-reviews-wrap {
    margin-bottom: 1rem;
    grid-gap: 1rem !important;
    gap: 1rem !important;
}

.glsr-default .glsr-review {
    border: 1px solid #f3f3f3;

    padding: 1rem;
    border-radius: 12px;
}

.single-title_price {
    margin-bottom: .5rem;
}

.single-title_price .title_price {
    color: #2b4673;
    font-weight: 600;
    font-size: 1.2rem;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    border-radius: 2px;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    cursor: pointer;
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all .6s linear;
    transition: all .6s linear;
}

.container_gallery .modal img {
    height: auto !important;
    max-height: 600px;
}

.hovereffect a.info {
    margin: 3% 87% 0 0;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    color: #dedede;
    background-color: transparent;
    filter: alpha(opacity=0);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.hovereffect a.info i:hover {
    color: #fff;
}

.hovereffect a.info i {
    font-size: 30px;
}

.hovereffect_full:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
}

.hovereffect:hover a.info {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

/* open modal */


/* The Modal (background) */
.container_gallery .modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 100000;
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

/* Modal Content (image) */
.container_gallery .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
.container_gallery .caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.container_gallery .modal-content,
.container_gallery .caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.container_gallery .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    outline: none;
}

.container_gallery .close:hover,
.container_gallery .close:focus {
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .container_gallery .modal-content {
        width: 100%;
    }
}

.display-block {
    display: block !important;
}

.display-none {
    display: none !important;
}

.single_food_tabs {
    margin-top: 2rem;
}

.single_food_tabs .nav-link {
    font-weight: 500;
    color: #404040 !important;
}

.single-itm-comment {
    border: 0;
}

.glsr-default form.glsr-form input.glsr-input,
.glsr-default form.glsr-form textarea.glsr-textarea {
    border: 2px solid #e4e3e3 !important;
    box-shadow: none !important;
    outline: none !important;
}

.glsr-default form.glsr-form .glsr-toggle {
    display: none !important;
}

.glsr-default form.glsr-form [type=submit] {
    background-color: #2b4673 !important;
    border: 0 !important;
}

.glsr-default form.glsr-form [type=submit]:hover {
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
}

/* image single */
.box8 {
    cursor: pointer;
}

.box8 .icon,
.box8 .title {
    margin: 0 !important;
    position: absolute !important;
}

.box8 {
    position: relative;
}

.box8 img {
    margin-bottom: 0 !important;
    width: 100%;
}

.box8 .title,
.cat_box8 .title {
    background: #2b4673 !important;
    font-size: 14px !important;
    color: #fff !important;
    ;
}

.box8 .title:hover,
.cat_box8 .title:hover {
    background: #2b4673 !important;
    ;
    color: #fff !important;
    ;
    opacity: 1 !important;
    ;
}

.box8 .title,
.cat_box8 .title {
    opacity: 0.8;
    padding: 5px 7px;
    border-radius: 5px;
    font-weight: 600;
    top: 20px;
    right: 20px;
    transition: all .9s ease 0s;
}

.box8 .icon li a {
    transition: all .35s ease 0s;
}

@media only screen and (max-width:990px) {
    .box8 {
        margin-bottom: 20px;
    }
}

@media(max-width:991px)and (min-width:768px) {
    .box8 img {
        height: 150px;
    }
}

@media(max-width:656px)and (min-width:450px) {
    .box8 img {
        height: 300px;
    }
}

/* single post */
.post_top,
.post_rel {
    margin-top: 2px;
    padding: 1rem 2rem;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
    cursor: default;
}

.post_top2 {
    margin-top: 2px;
    margin-bottom: 1rem;
    padding: 0 !important;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
    cursor: default;
}

.post_top2 h1 {
    font-size: 30px !important;
    line-height: 3rem !important;
}

.post_top2 h2 {
    font-size: 22px !important;
    line-height: 2rem !important;
}

.doctor_info {
    padding-bottom: 1rem;
}

@media (max-width: 767px) {
    .single-content h1 {
        margin-top: 1rem;
    }

    .slider_single_food h1 {
        font-size: 24px !important;
        line-height: 3rem;
    }
}

.doctor_info .w-btn {
    width: 60%;
}

.title_info,
.title_social {
    color: #000000ed;
    font-weight: bold;
}

.title_social a {
    font-size: 18px;
    padding-right: 2px;
    font-weight: 400;
}

.title_info a {
    color: #515151;
    font-weight: 400;
    line-height: 1.5rem !important;
}

@media(max-width:656px) {

    .post_top,
    .post_rel {
        padding: 1rem 1rem;
    }
}


.rel_title p {
    font-weight: bold;
    color: #2c2c2c;
    font-size: 18px;
}

.card_header_style {
    padding: 0 0 0.5rem 0 !important;
    background: transparent !important;
}

.single-content h1 {
    font-weight: 500;
    font-size: 28px !important;
    line-height: 3rem !important;
}

@media (max-width: 500px) {
    .single-content h1 {
        font-size: 22px !important;
    }

    .single-content h2 {
        font-size: 20px !important;
    }

    .single-content h3 {
        font-size: 18px !important;
    }

    .single-content h4 {
        font-size: 17px !important;
    }

    .single-content p {
        font-size: 15px !important;
    }
}

.single-content img {
    max-width: 100%;
    height: 400px;
    cursor: pointer !important;
    border-radius: 5px;
    object-fit: contain;
}

.single-content img:hover {
    opacity: 0.8 !important;
}

.container_gallery .slider-nav .slick-list .slick-slide img {
    height: 120px !important;
    object-fit: cover;
}

@media screen and (max-width: 576px) {
    .container_gallery .slider-nav .slick-list .slick-slide img {
        height: 70px;
    }
}

/* single social */
.div-social p,
.div-social {
    color: #262626 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    margin: 0 !important;
}

.share-social i,
.share-social2 i {
    color: #2b4673;
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
    padding: 0 !important;
    margin: 0 !important;
}

.share-social a,
.share-social2 a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    margin-bottom: 5px !important;
    display: inline-block;
}

.share-social a {
    padding: 5px 10px !important;
}

.share-social2 a {
    padding: 0 18px !important;
}

.share-social a:hover,
.share-social2 a:hover {
    box-shadow: 0 2px 3px 1px rgba(81, 81, 81, 0.1);
    background-color: #2b4673;
    color: #2b4673;
    border-color: transparent;
}

.share-social a:hover i,
.share-social2 a:hover i {
    color: #FFFFFF;
}

/* single content */
.single-content {
    text-align: right;
}

.post_top blockquote {
    text-align: right;
}

.single-content img {
    margin-bottom: 2rem;
}

.single-content p,
.single-content {
    line-height: 3rem;
    font-size: 16px;
    color: #444444;
    font-weight: 400;
}

.single_food_tabs .glsr-reviews .glsr-no-margins {
    color: #2b4673 !important;
    font-size: 14px !important;
}

.single-content h2 {
    font-size: 24px;
    font-weight: bold;
    color: #403f3f;
    padding-top: 0.5rem;
    line-height: 2.5rem;
}

.single-content h3 {
    font-size: 22px;
    color: #2a2a2a;
    padding-top: 0.5rem;
}

.single-content h4 {
    font-size: 20px;
    color: #323232;
    padding-top: 0.5rem;
}

.single-content h5 {
    font-size: 18px;
    color: #414141;
    padding-top: 0.5rem;
}

.single-content h6 {
    font-size: 17px;
    color: #414141;
    padding-top: 0.5rem;
}

.single-content a {
    color: #323232;
    font-weight: 500;
}

.single-content a:hover {
    color: #2b4673;
}

.single-content img {
    /*height: 100%;*/
    cursor: pointer !important;
    /*border-radius: 2px;*/
    /*display: block;*/
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.single-content img:hover {
    opacity: 0.8 !important;
}

.container_gallery .slider-nav .slick-slide {
    padding: 5px !important;
}

.container_gallery .slider-nav .slick-list .slick-slide img {
    height: 120px !important;
    object-fit: cover;
}

.img-doctor img {
    max-height: 450px;
}

.img-blog img {
    object-fit: cover;
    max-height: 600px;
}

/* single post */
.single-post-info {
    margin-bottom: 0;
    padding-right: 1rem;
    padding-top: 0;
    font-size: 13px;
    font-weight: 400;
}

.single-post-info span,
.single-post-info a {
    color: #9c9c9c;
    padding-bottom: 10px;
}

.single-post-info a:hover {
    color: #2b4673;
}

.single-post-info i {
    color: #6a6a6a;
    cursor: default;
}

.single-post-info span {
    padding-left: 0.9rem;
    cursor: default;
    line-height: 1rem !important;
}

.single_info_icon {
    padding-top: 0;
}

.single_info_icon {
    padding-left: 3px;
}

.card-tags {
    text-align: right !important;
}

.card-tags i {
    padding-left: 5px;
    color: #2b4673;
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
}

.card-tags a {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    padding: 0;
    display: inline-block;
}

.card-tags a:hover {
    color: #2b4673;
    border-color: transparent;
}

.tags_div {
    text-align: center;
}

@media (max-width: 991px) {
    .cats_break {
        display: block;
    }
}


.card-body-style3 img {
    height: 200px !important;
}

@media (max-width:800px) and (min-width:768px) {
    .card-body-style {
        height: 120px;
    }

}

@media (min-width: 992px) {
    .card-body-style3 {
        height: 162px;
    }

}

@media (max-width:992px) and (max-width: 657px) {
    .card-body-style3 img {
        height: 300px !important;
    }
}

@media (max-width: 656px) and (min-width: 500px) {

    .card-body-style3 img {
        height: 350px !important;
    }
}

@media (max-width: 499px) and (min-width: 350px) {

    .card-body-style3 img {
        height: 250px !important;
    }
}

@media (max-width: 349px) {

    .card-body-style3 img {
        height: 200px !important;
    }
}

/* post relations*/
.post-rel p {
    font-weight: bold;
    color: #171717;
}

.post-rel i {
    padding-left: 2px;
    vertical-align: text-top;
}

.post-rel-list i {
    vertical-align: middle;
    color: #2b4673;
}

.post-rel-list span a {
    color: #686868;
    font-weight: 400;
    font-size: 14px;
}

.post-rel-list span a:hover {
    color: #2b4673;
}

/* comments */
.list-comments {
    margin-top: 0;
}

.comment-body {
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}


.title_comments {
    font-size: 23px;
    font-weight: 500;
    color: #494949;
}

.comment-list {
    margin-top: 2rem !important;
    padding-right: 0 !important;
    margin-bottom: 3rem;
}

.comment-list li {
    list-style-type: none;
}

.comment-list img {
    border-radius: 15px;
    margin-left: 0.5rem;
}

.comment-author {
    cursor: default;
    font-size: 14px;
    color: #636363;
}

.comment-metadata a {
    color: #636363 !important;
    margin-right: 2.6rem;
}

.comment-content {
    color: #636363 !important;
    font-weight: 400;
    margin-right: 2.6rem;
    margin-top: 1.5rem;
    cursor: default;
}

.comment-content p {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.comment-list .reply {
    float: left;
}

.comment-list .reply a {
    color: #2b4673 !important;
}

.comment-list .reply a:before {
    content: "\e912";
    font-family: 'icomoon';
    display: inline-block;
    width: 1.5em;
    color: #2b4673 !important;
    font-size: 14px;
    vertical-align: middle;
}

.logged-in-as a {
    color: #828282 !important;
    font-size: 14px;
}

.comment-reply-title {
    color: #828282 !important;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 2rem;
}

.logged-in-as a:hover {
    color: #2b4673 !important;
}

.comment-reply-title:before {
    content: "\e915";
    font-family: 'icomoon';
    display: inline-block;
    width: 1.7em;
    color: #2b4673 !important;
    font-size: 18px;
    vertical-align: middle;
}

.comment-form-cookies-consent {
    display: none;
}

.row_input_comment {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    margin-top: 0.6rem;

}

.comment-reply-title a {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: bold;

}

#cancel-comment-reply-link {
    color: #2b4673 !important;
    padding-right: 7px;
}


.screen-reader-text {
    display: none !important;
}

.comment-navigation .nav-links {
    text-align: center;
    font-size: 13px;

}

.comment-navigation .nav-links a {

    color: #adadad !important;
}

.comment-respond {
    margin-top: 3rem;
}

.btn_comment {
    padding: 1rem;
    margin-left: 0.1rem;
    background: #2b4673;
    border: 0;
    color: #ffffff;
}

.btn_comment:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: #2b4673;
    transition: 0.3s;
}

.ajax-success {
    color: #0ac335;
}

.ajax-error {
    color: red;
}

.comment-author a {
    color: #353535;
    font-weight: 500;
}

.comment-content a {
    color: #353535;
}

.comment-author a:hover {
    color: #353535;
    font-weight: 500;
}

.wc-block-components-button:hover span {
    color: #2b4673 !important;
}

@media (max-width:767px) {
    .row_input_comment {
        margin-top: 0;

    }
}

/*  **************** contact page **************************/
.contact_content {
    padding-top: 2rem;
}

.contact_content h2 {
    line-height: 2.5rem;
    font-size: 22px;
    width: 100% !important;
    display: block;
}

.contact_content p,
.contact_content {
    line-height: 3rem;
    color: #3b3b3b;
    font-weight: 400;
    font-size: 16px;
}

.contact_content a {
    color: #282828;
}

.single-content2 a:hover {
    color: #2b4673;
    width: 100%;
    min-height: 500px;
    border: 4px solid #2b4673;
}

.single-content iframe {
    width: 100%;
    min-height: 500px;
    border: 4px solid #2b4673;
}

.post_info i {
    padding-left: 5px;
    color: #2b4673;
    font-size: 30px;
    vertical-align: middle;
}

.post_info p,
.post_info a {
    color: #7a7a7a !important;
    font-size: 16px;
    font-weight: 500;
}

.post_info a:hover {
    color: #2b4673 !important;
}

.post_info span {
    font-size: 18px;
    font-weight: bold;
}

.div-contact {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.div-contact .post_info {
    border: 8px solid #2b467321;
    text-align: center;
    padding: 5.5rem 2rem 2rem 2rem;
    cursor: default;
    position: relative;
    border-radius: 10px;
}

.div-contact .contact_info {
    height: 50px;
}

.div-contact .contact_icon {
    position: absolute;
    left: 50%;
    top: -50px;
    width: 100px;
    height: 100px;
    border: 8px solid #2b467321;
    margin-left: -50px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 15px;
    background: #2b4673;
    color: #fff;
    font-size: 28px;
    text-align: center;
    line-height: 80px;
}

.div-contact img {
    object-fit: cover;
}

.hover_contact_item:hover .contact_info,
.hover_contact_item:hover .contact_info a {
    color: #2b4673 !important;
}

@media (max-width: 1350px) {

    .post_info p,
    .post_info a {
        font-size: 14px;
    }

}

@media (max-width: 991px) and (min-width: 768px) {
    .contact-style p {
        padding: 0 !important;
    }

    .div-contact .post_info {
        padding: 5.5rem .5rem 2rem .5rem;
    }

    .contact_info {
        font-size: 14px;
    }

    .div-contact {
        padding: 0 .2rem;
    }

    .single-content iframe {
        min-height: 400px;

    }
}

@media (max-width: 767px) {
    .div-contact {
        margin-bottom: 4rem !important;
    }

    .single-content iframe {
        min-height: 350px;

    }
}

@media (max-width: 656px) {
    .contact_content {
        padding: 0 1rem !important;
    }

    .single-content2 {
        padding: 0;
        padding: 0;
        font-size: 14px;
    }

    .single-content iframe {
        min-height: 250px;

    }

}

@media (max-width: 380px) {
    .container_contact {
        padding: 5px !important;
    }

    .col-contact-form {
        padding: 0;
    }

    .single-content iframe {
        min-height: 250px;

    }

}

/* form contact */

.form-div input[type=text]:focus,
.form-div input[type=email]:focus,
.form-div textarea:focus,
.comment-respond input:focus,
.comment-respond textarea:focus {
    border-color: #2b4673;
}

.form-div input[type=text],
.form-div input[type=email] {
    margin-bottom: 1.5rem;
    padding: 1rem;
    font-size: 14px;
    border: 1px solid #d6d6d6;
    width: 100%;
    border-radius: 10px;
    text-align: right;
}

.form-search input[type=text]:focus {
    border-color: rgba(0, 0, 0, 0.1);
}

.btn:focus,
.input-group-btn:focus {
    outline: none !important;
}

.form-div button,
.form-div input[type=submit] {
    background: #2b4673;
    border: 0;
    color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    padding: 15px;
    min-width: 100px;
}

.form-div button:hover,
.form-div input[type=submit]:hover {
    box-shadow: 0 4px 4px 0 rgba(56, 56, 56, 0.4), 0 6px 20px 0 rgba(86, 86, 86, 0.1);
    background: #2b4673;

}

.form-div textarea {
    padding: 1rem;
    font-size: 14px;
    margin-bottom: 2rem;
    border: 1px solid #d6d6d6;
    width: 100%;
    border-radius: 10px;
}

.form-div button {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.6s ease-in-out;

}

.submit_contact button,
.submit_contact input[type=submit] {
    padding: 1rem !important;
}


/*errors form */
.error {
    border-color: #2b4673 !important;
}

#form_contact label {
    width: 100%;
}

.form_contact h4 {
    font-size: 17px !important;
    font-weight: bold;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    border-color: #2b4673 !important;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

/*  **************** 404 page **************************/
/* 404 page */
.col-404-text {
    margin-bottom: auto;
    margin-top: auto;
}

.col-404-text h2 {
    font-size: 1.7rem;
    line-height: 2rem;
}

.link-404,
.btn-404 {
    margin-top: 2rem;
}

@media (min-width: 767px) {
    .container_404 {
        margin-bottom: 20rem;
        margin-top: 10rem;
    }

}

@media (max-width: 767px) {
    .container_404 {
        margin-bottom: 6rem;
        margin-top: 5rem;
    }

    .col-404-text {
        text-align: center;
    }

    .col-404-text h2 {
        font-size: 1.3rem;
        margin-top: 1rem;
    }
}

.btn-404:hover {
    background-color: #2b4673;
    border-color: transparent !important;
}

.link-404 {
    color: #2b4673;
}

.link-404 {
    color: #2b4673;
}

.link-404:hover {
    color: #000000;
}



/* gallery style for ios */
.wp-block-gallery {
    margin-top: 2rem !important;
}

.tag_description p {
    line-height: 2rem;
    font-size: 17px;
    font-weight: 500;
    color: #535252;
    text-align: justify;
}

.navbar-lang {
    list-style: none;
    display: inline-flex;
    margin-top: 1rem;
}

.navbar-lang li,
.navbar-lang li a {
    background: transparent !important;
}

.navbar-lang li a {
    padding: .5rem 0;
}

.wpml-ls-flag {
    margin: 0 !important;
}


/*************faq***********************/
#accordion .card-header {
    border: none;
    border-radius: 6px;
    color: #5f5f5f;
}

#accordion .card {
    border: 0;
    margin-bottom: 5px;
    background-color: transparent;
}

#accordion .card-header h5 button {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    white-space: inherit !important;
    padding-left: 5px;
    margin-left: 2rem;
    font-size: 17px;
    line-height: 2em;
}

#accordion .card-header {
    text-align: right;
    background-color: rgb(255 255 255 / 19%);
    padding-bottom: 9px;
}

#accordion .card-body {
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 2.2em;
}

#accordion .card-header h5 button::before {
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 auto;
    content: "\f077";
    text-align: center;
    padding: 20px 23px;
    background: #2b4673;
    color: #fff;
    border-radius: 5px;
}
.accordion_faq{
    border:0;
    margin-top: 1rem;
}
.accordion_faq .accordion-item{
    border:0;
    margin-bottom: 1rem;
}
.accordion_faq .accordion-button,
.accordion_faq .accordion-button:not(.collapsed) {
    background-color: #e5e5e575 !important;
    color: #2b4673 !important;
    border-radius: 10px !important;
    outline: none;
    box-shadow: none;
    font-weight: 500;
    line-height: 1.5em;
    border:0;
}
.accordion_faq .accordion-button::after{
    margin-right: auto !important;
    margin-left: 0 !important;
}
.accordion_faq .accordion-body p{
    font-size: 14px;
    font-weight: 500;
}

/* card img hover */
.hm-black-strong {
    position: relative;
}

.reserve_count{
    color:#2b4673;
}
.col-service .col-content{
    margin: auto;
}
.reserve_villa_btn{
    float: left;
}
.desc_pending_order{
    font-size: 14px;
    color: orange;
    font-weight: 500;
}
/*******************gallery style*********************?
/* gallery style*/
.index-gallery {
    margin-bottom: 80px;
    padding-top: 80px;
}

.index-gallery .big-box,
.small-box {
    height: 400px;
}

.index-gallery .main-gallery img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.index-gallery .carousel-main img {
    object-fit: cover;
    border-radius: 10px;
    height: 400px;
}

.index-gallery .flickity-prev-next-button.previous {
    left: 30px;
}

.index-gallery .flickity-prev-next-button.next {
    right: 30px;
}

.index-gallery .flickity-fullscreen-button {
    right: 20px;
}

.flickity-fullscreen-button {
    top: 12px !important;
}

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-exit {
    top: 100px !important;
}
.carousel-wrapper{
    position:relative;
}
.show-all-gallery{
    position:absolute;
    inset:0;
    z-index:20;
    display:flex;
    align-items:center;
    justify-content:center;
    pointer-events:none;
}

.open-gallery-btn{
    background:#e5e5e5;
    border: 0;
    padding: 12px 18px 9px 18px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    border-radius: 25px;
}
.open-gallery-btn i{
    font-size: 18px;
    vertical-align: middle;
}
.open-gallery-btn:hover{
    background: #f2f2f2;
}
.is-fullscreen .show-all-gallery , .flickity-fullscreen .show-all-gallery{
    display:none !important;
}

.open-gallery-btn{
    pointer-events:auto;
}
/* end gallery style*/

/*********************************************** categories *******************************************/

#features .container_features {
    padding-bottom: 2rem;
    padding-top: 0;
    /* background-color: #fafafa; */
    margin-top: 0 !important;
}

#features .card_services {
    cursor: pointer !important;
    border: 0 !important;
    display: table;
    width: 100%;
    background-color: transparent;
}

#features .col-services .card .card-title {
    padding: 10px;
    background-color: #2b4673;
    color: white;
    border-radius: 10px;
    font-size: 16px;
    transition: all .4s;
}
.tag-count{
    color: gray;
    font-weight: 500;
}

#features .col-services .card .card-title:hover {
    background-color: #e5e5e5;
    color: #333;
}

#features .col-services .card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    max-width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}
.card_tag_search img{
    height: 80px !important;
    width: 100px !important;
    margin: auto;
}
.card_tag_search .card-title {
    font-size: 14px !important;
}
.slider_search{
    margin-top: 1.3rem;
    margin-bottom: .5rem;
}
.card_tag_filter{
    border-radius: 25px;
    padding: 3px 3px 1px 3px;
    font-size: 14px;
    font-weight: 500;
    color: #2b4673;
    border:1px solid #e5e5e5;
}
.card_tag_filter.active{
    border:1px solid  #2b4673;
    background-color: #2b4673;
    color:#fff;
}
.card_tag_filter:hover{
    border:1px solid  #2b4673;
}
#features .slick-initialized .slick-slide {
    height: auto !important;
    margin-left: 5px;
    margin-right: 5px;
}

#banner .container-cats h3 {
    color: white !important;
}

#banner .container-cats h4 {
    color: white !important;
    margin-bottom: 25px;
    font-weight: 600;
}
.alert-dismissible .btn-close{
    float: left !important;
    top: 2rem;
    right: auto;
    left:1rem;

}
@media (max-width: 656px) {
    .card_tag_filter {
        margin-bottom: .7rem;
    }
    .slider_search {
        margin-top: 1.4rem;
        margin-bottom: 0;
    }
    .card_tag_filter {
        padding: 2px 1px 3px 1px;
        font-size: 12px;
        font-weight: 600;
    }
}
@media (max-width: 735px) {
    #banner video {
        width: 100%;
    }
}

.slick-initialized .slick-slide {
    height: auto !important;
    margin-left: 5px;
    margin-right: 5px;
}

.slick-arrow {
    display: none !important;
}

.container_about {
    padding-top: 4rem;
    padding-bottom: 4rem;
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.container_about .content_about .card-title {
    color: white;
    text-align: center;
    z-index: 100;
    position: relative;
}

.container_about .content_about p {
    color: white !important;
    z-index: 100;
    position: relative;
}

.container_about::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(180deg, rgba(1, 58, 47, 0.63) 0%, rgba(44, 62, 80, 0.51) 36%);
}

.container_about img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
    filter: brightness(0.7);
}

.img-container .title_about {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    bottom: 70px;
}

.slider_tag .card  img{
    width: 50px !important;
    height: 50px !important;
    margin-top: -1.5rem;
    margin-left: 10px;
}
.slider_tag .card .card-title{
    font-weight: 600;
    font-size: 15px !important;
    padding: 5px 0 !important;
    color: #2b4673 !important;
    background-color:transparent !important;
}
.slider_tag .card p{
    font-weight: 400;
    font-size: 13px;
}
.slider_tag .card-tag-text , .slider_tag img{
    display: inline-block;
}
@media screen and (min-width: 1750px) {}

@media screen and (max-width: 1600px) {
    .img-container .title_about h2 a {
        font-size: 28px;
    }
}

@media screen and (max-width: 1400px) {
    .img-container .title_about h2 a {
        font-size: 24px;
    }
}

@media screen and (max-width: 1200px) {
    .img-container .title_about h2 a {
        font-size: 20px;
    }
}

@media screen and (max-width: 991px) {
    .img-container .title_about h2 a {
        font-size: 16px;
    }
    .slider_tag .card  img{
        width:40px !important;
        height: 40px !important;
    }
    .slider_tag .card .card-title{
        font-size: 14px !important;
    }
}

@media screen and (max-width: 767px) {
    .img-container .title_about h2 a {
        font-size: 24px;
    }
}

@media screen and (max-width: 450px) {
    .img-container .title_about h2 a {
        font-size: 20px;
    }
    .slider_tag .card  img{
        width:30px !important;
        height: 30px !important;
        margin-left: 5px;
    }
    .slider_tag .card .card-title{
        font-size: 13px !important;
    }
}

@media screen and (max-width: 380px) {
    .img-container .title_about h2 a {
        font-size: 16px;
    }
}

.img-container .title_about h2 a {
    color: white;
}

.card-about {
    background-color: transparent !important;
    border: none;
}

.card-about-header {
    border: none;
}

.div_about_text {}

.title_about h4 {
    text-align: right;
    font-size: 28px;
    font-weight: 500;
}

.title_about span {
    font-size: 18px;
    color: #0c0c0c;
    font-weight: 500;
}

.container_about .content_about {
    font-weight: 400;
    padding: 0;
}

.container_about .content_about p {
    font-size: 16px;
    font-weight: 400;
    line-height: 2.2em;
    text-align: justify;
}

.card-about {
    border-radius: 7px;
}

.btn-about {
    float: left;
    color: #FFFFFF;
    border-radius: 7px;
    font-size: 22px;
}

.btn-about:hover {
    color: #ededed;
}

/* card img hover */
.hm-black-strong {
    position: relative;
}

.hm-black-strong img {
    width: 100%;
    vertical-align: top;
    border-radius: 10px;
    height: 450px;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .hm-black-strong img {
        height: 350px;
    }
}

@media screen and (max-width: 576px) {
    .hm-black-strong img {
        height: 250px;
    }
}

.hm-black-strong:after {
    border-radius: 5px;
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(43, 43, 43, 0.3);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.card-about:hover .hm-black-strong:after,
.card-blog:hover .hm-black-strong:after,
.hm-black-strong:hover:after {
    opacity: 1;
    transition: 0.7s ease-in-out;
}

@media (max-width: 1199px) and (min-width: 1070px) {
    .container_about img {
        height: 300px;
    }
}

@media (max-width: 1069px) and (min-width: 993px) {
    .container_about img {
        height: 280px;
    }
}

@media (max-width: 992px) and (min-width: 992px) {
    .container_about img {
        height: 550px;
    }
}

@media (max-width: 991px) and (min-width: 945px) {
    .container_about img {
        height: 300px;
    }

    .container_about .content_about {
        padding: 0;
    }
}

@media (max-width: 944px) and (min-width: 768px) {
    .container_about img {
        height: 250px;
    }

    .container_about .content_about {
        padding: 0;
    }
}

@media (max-width: 767px) and (min-width: 700px) {
    .div_about_text {
        margin-top: -3.2% !important;
    }

}

@media (max-width: 699px) and (min-width: 657px) {
    .div_about_text {
        margin-top: -3.5% !important;
    }

}

@media (max-width: 656px) and (min-width: 600px) {
    .div_about_text {
        margin-top: -4.4% !important;
    }

}

@media (max-width: 599px) and (min-width: 550px) {
    .div_about_text {
        margin-top: -4.9% !important;
    }

}

@media (max-width: 549px) and (min-width: 500px) {
    .div_about_text {
        margin-top: -5.3% !important;
    }

}

@media (max-width: 499px) and (min-width: 450px) {
    .div_about_text {
        margin-top: -5.9% !important;
    }

}

@media (max-width: 449px) and (min-width: 380px) {
    .div_about_text {
        margin-top: -6.5% !important;
    }

}

@media (max-width: 379px) and (min-width: 361px) {
    .div_about_text {
        margin-top: -7.6% !important;
    }

}

@media (max-width: 360px) and (min-width: 321px) {
    .div_about_text {
        margin-top: -8% !important;
    }

}

@media (max-width: 320px) {
    .div_about_text {
        margin-top: -8.9% !important;
    }

}

@media (max-width: 767px) {
    .container_about img {
        height: auto;
        max-height: 500px;
    }
}

@media (max-width: 656px) {
    .container_about .content_about {
        padding: 0;
    }

    .container_about {
        padding-top: 4rem;
        padding-bottom: 4rem;
        background-position: bottom;
        width: 100%;
        background-size: contain;
    }
    .reserve_villa_btn{
        display: block;
        float: inherit !important;
        text-align: left;
    }
    .col-desc-reserve img{
        margin-top: -3rem !important;
    }
}

@media (min-width: 1880px) {
    .card-about-header {
        padding: 0.6rem;
    }
}

@media (max-width: 1879px) and (min-width: 1828px) {
    .card-about-header {
        padding: 0.55rem;
    }
}

@media (max-width: 1827px) and (min-width: 1800px) {
    .card-about-header {
        padding: 0.54rem;
    }
}

@media (max-width: 1799px) and (min-width: 1765px) {
    .card-about-header {
        padding: 0.53rem;
    }
}

@media (max-width: 1764px) and (min-width: 1725px) {
    .card-about-header {
        padding: 0.5rem;
    }
}

@media (max-width: 1724px) and (min-width: 1680px) {
    .card-about-header {
        padding: 0.46rem;
    }
}

@media (max-width: 1679px) and (min-width: 1600px) {
    .card-about-header {
        padding: 0.42rem;
    }
}

@media (max-width: 1599px) and (min-width: 1500px) {
    .card-about-header {
        padding: 0.35rem;
    }
}

@media (max-width: 1499px) and (min-width: 1430px) {
    .card-about-header {
        padding: 0.3rem;
    }
}

@media (max-width: 1429px) and (min-width: 1390px) {
    .card-about-header {
        padding: 0.27rem;
    }
}

@media (max-width: 1389px) and (min-width: 1350px) {
    .card-about-header {
        padding: 0.24rem;
    }
}

@media (max-width: 1349px) and (min-width: 1285px) {
    .card-about-header {
        padding: 0.2rem;
    }
}

@media (max-width: 1284px) and (min-width: 1220px) {
    .card-about-header {
        padding: 0.15rem;
    }
}

@media (max-width: 1219px) and (min-width: 1050px) {
    .card-about-header {
        padding: 0.05rem;
    }
}

@media (max-width: 899px) and (min-width: 830px) {
    .div_about_text {
        margin-top: -3.3% !important;
    }
}

@media (max-width: 829px) and (min-width: 800px) {
    .div_about_text {
        margin-top: -3.4% !important;
    }
}

@media (max-width: 799px) and (min-width: 768px) {
    .div_about_text {
        margin-top: -3.5% !important;
    }
}

#blog .card img {
    cursor: auto;
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}


/*-------------------single-page------------------------------ */

.single-page .banner-header a {
    color: white;
}

.single-page p {
    color: white;
    text-align: center;
}

.single-page .banner-header {
    color: white;
    z-index: 2;
    text-align: center;
}

/* comments rating */
.comments-rating {
    border: none;
    padding: 0;
    margin-left: 0;
}

.comments-rating label {
    display: inline-block;
}

.rating-container {
    /* remove inline-block whitespace */
    font-size: 0;
    /* flip the order so we can use the + and ~ combinators */
    unicode-bidi: bidi-override;
    direction: rtl;
}

.rating-container * {
    font-size: 1.4rem;
}

.rating-container>input {
    display: none;
}

.rating-container>input+label {
    /* only enough room for the star */
    font-family: 'dashicons';
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 1em;
    white-space: nowrap;
    cursor: pointer;
    margin: 0;
}

.rating-container>input+label:before {
    display: inline-block;
    text-indent: -9999px;
    content: "\f154";
    color: #888;
}

.rating-container>input:checked~label:before,
.rating-container>input+label:hover~label:before,
.rating-container>input+label:hover:before {
    content: "\f155";
    color: #f8ae35;
    text-shadow: 0 0 1px #333;
}

.rating-container>.star-cb-clear+label {
    text-indent: -9999px;
    width: .5em;
    margin-left: -.5em;
}

.rating-container>.star-cb-clear+label:before {
    width: .5em;
}

.rating-container:hover>input+label:before {
    content: "\f154";
    color: #888;
    text-shadow: none;
}

.service_star_rating {
    margin-top: 1.5rem;
}

.service_star_rating span {
    text-shadow: none;
    font-size: 1.5rem;
    color: #cdc9c9;
}

.service_star_rating span.checked,
.dashicons.dashicons-star-filled {
    color: #f8ae35 !important;
}

.rating-container:hover>input+label:hover~label:before,
.rating-container:hover>input+label:hover:before {
    content: "\f155";
    color: #f8ae35;
    text-shadow: 0 0 1px #333;
}

.comment-respond .rating-container>.star-cb-clear+label,
.comment-respond .rating-container>input+label:before {
    text-indent: 9999px;
}

.comment-respond .rating-container>input+label {
    text-indent: -9999px;
}

.rating_lable {
    line-height: 1rem;
    margin: 0;
}

.custom-toc {
    border: 1px solid #e5ecf1;
    box-sizing: border-box;
    padding: 16px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-top: 0.5rem;
}

.top_list_content {
    list-style-type: none;
    padding-right: 10px;
    margin-bottom: 5px;
}

.top_list_content li {
    line-height: 2.5rem;
}

.top_list_content li::before {
    content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-left: 5px;
    background-color: #999999;
    border-radius: 50%;
}

.read_minutes {
    font-size: 14px !important;
}

@media (max-width: 480px) {
    .top_list_content li {
        line-height: 2rem;
        font-size: 14px;
    }

    .top_list_content {
        padding-right: 5px;
    }

    .custom-toc {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
}

/* /////////////////////////////////single-service-page////////////////////////////////////////////////// */

.single-banner h1 {
    text-align: center;
    color: white;
}

.single-banner p {
    color: white;
}

.info .post-info {
    color: white !important;
}

.info .post-info span i {
    font-size: 20px;
    position: relative;
    top: 3px;
    margin-left: 5px;
}

.property-features {
    margin-top: 100px;
}

.property-features .carousel-main img {
    object-fit: cover;
    border-radius: 10px;
}

.property-features .carousel-nav {
    margin-top: 50px;
}

.property-features .property-info span img {
    margin-left: 10px;
    position: relative;
    top: -3px;
}

.property-features .property-details span img {
    margin-left: 10px;
    position: relative;
    top: -3px;
}

/* .property-features h3 {
    background-color: #edf8f3;
    border-radius: 10px;
} */
.property-features .single-details {
    background-color: #2b4673;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
}

.property-features .single-details p {
    color: white !important;
}

.title_price_estate1,
.text_price_estate1 {
    font-size: 26px;
    font-weight: 700;
    color:#fff;
}

.title_price_estate,
.text_price_estate {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
}

.property-features2 ul li {
    list-style-type: none;
    font-size: 14px;
    line-height: 2.5em;
}

.property-features2 ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 5px;
}

.table-striped tbody tr {
    border-style: none !important;
    border-color: transparent !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f7f7f7 !important;
    --bs-table-accent-bg: transparent !important;
}

.description-property {
    margin-top: 50px;
    margin-bottom: 100px;
}

.description-property p {
    text-align: justify;
}

.description-property ul {
    line-height: 2.2em;
}

.single-tags {
    margin-top: 50px;
}

.single-tags .tag-container {
    display: flex;
}

.single-tags .tag-container ul {
    margin-bottom: 0px;
    padding-left: 0px;
}

.single-tags .tag-container ul li {
    list-style-type: none;
    float: right;
}

.single-tags .tag-container ul li a {
    background-color: #e9e9e9;
    border-radius: 8px;
    font-size: 12px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 6px 12px;
    transition: all .4s;
    color: #2b4673;
}

.single-tags .tag-container ul li a:hover {
    color: #002818;
}

.property-info i {
    font-size: 22px;
    position: relative;
    top: 4px;
    margin-left: 5px;
}

.property-info p {
    margin-bottom: 0px;
}

.property-details {
    margin: 30px 0;
}

.single-feature-pill .active {
    border-radius: 10px;
    color: white !important;
    background-color: #2b4673 !important;
}

.time-role .time-content {
    background-color: #f7f7f7;
    padding: 10px 0px;
    border-radius: 10px
}

.time-role .time-content p {
    margin-bottom: 0px;
}

.time-role .time-content h6 i {
    position: relative;
    top: 3px;
}

.reservation-box {
    margin-top: 100px;
    height: auto;
    border-radius: 10px;
}

.reservation-box .reservation-header {
    padding: 15px;
    border-radius: 10px;
    background-color: #2b4673;
}


.reservation-box .reservation-header .reservation-title {
    color: white;
    margin-bottom: 0;
}

.reservation-box .reservation-header .reservation-cost {
    margin-bottom: 0px;
}

.bread-crump-content {
    position: relative;
    top: -70px;
}

.bread-custom {
    margin: 1rem 0 2rem 0;
    text-align: right !important;
    float: right;
    color: #fff;
}

.property-info-features-title {
    font-size: 22px;
    font-weight: 600;
}
.property-info-features-title i {
    padding: 3px;
    background-color: #2b467357;
    color: #2b4673;
    border-radius: 5px;
    margin-left: 5px;
}
.property-info-features .list-product-address li label {
    font-weight: 500;
    margin-left: 8px;
}
.property-info-features .list-product-address {
    list-style-type: none;
    padding-inline-start: 25px;
}
.property-info-features {
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 15px 0 0 0;
}

/* single page slider from imagegallery */

.carousel-cell1 {
    width: 100%;
    /* full width */
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel.is-fullscreen .carousel-cell1 {
    height: 100%;
}

.carousel.is-fullscreen .carousel-cell1 img {
    display: block;
    max-height: 100%;
    width: 900px;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}
@media (max-width: 991px) {
    .carousel.is-fullscreen .carousel-cell1 img {
        width: 100%;
    }
}
.single-service .single-gallery {
    -webkit-user-drag: none;
    border-radius: 10px;
    object-fit: cover;
    /*filter: grayscale(1);*/
    transition: all .4s;
    cursor: pointer;
}

.single-service .carousel-cell1 img {
    border-radius: 10px;
}

.single-service .single-gallery:hover {
    filter: grayscale(0);
}

.single-service .small-img {
    margin: 10px 0;
}

.single-service .big-img {
    margin-top: 10px;
}

.single-service .carousel-main::after {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    background: linear-gradient(160deg, rgba(233, 233, 233, 1) 0%, rgb(66 66 66) 100%);
    top: 0;
    position: absolute;
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    transition: all .4s;
    cursor: pointer;
}

.single-service .carousel-main:hover::after {
    opacity: 0;
}

.single-service .carousel-main:hover .flickity-fullscreen-button-view {
    z-index: 1;
}

.single-service .carousel-main:hover .flickity-fullscreen-button-exit {
    z-index: 1;
}

.single-service .carousel-main:not(.is-fullscreen) .flickity-page-dots {
    display: none;
}

.single-service .carousel-main:not(.is-fullscreen) .flickity-prev-next-button {
    display: none;
}

.single-service .is-fullscreen {
    margin-top: 0px;
    z-index: 100000;
}

.single-service .is-fullscreen::after {
    display: none;
}

.property-info-features .feature-empty i {
    color: #ffa3a3;
    margin-left: 4px;
}

.property-info-features .feature-empty p {
    color: #ffa3a3;
    font-size: 15px;
    font-weight: 500;
}

.property-features .residence-code p {
    padding: 0px 10px;
    font-size: 14px;
    color: white;
    border-radius: 8px;
    background-color: #2b4673;
}

.single-service .carousel-main:hover .flickity-fullscreen-button-view {
    z-index: 1;
}

.single-service .carousel-main:hover .flickity-fullscreen-button-exit {
    z-index: 1;
}

.index-gallery .flickity-fullscreen-button {
    right: 20px;
}

.single-banner-content {
    position: relative;
    z-index: 100;
}

.single-service-banner {
    height: 500px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.single-service-banner::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    right: 0;
    background-color:#0000004f;
}

.new-article h6 {
    padding: 10px;
    background-color: #e9e9e9;
    border-radius: 10px;
}

.new-article i {
    font-size: 20px;
    position: relative;
    top: 3px;
}

.new-article .card {
    flex-direction: row;
    align-items: center;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

.new-article .card .card-body {
    background-image: none !important;
}

.new-article .card a img {
    width: 100px !important;
    object-fit: cover;
    border-radius: 0px 10px 10px 0px;
    height: 100px;
    padding: 10px;
    border-radius: 15px;
}

.new-article .card .card-body .card-title {
    width: 100%;
    display: flex;
    font-size: 16px;
    margin-top: 0px;
}

.new-article .card .card-body .card-title a {
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 220px;
    transition: all .4s;
    color: #2b4673;
}


.discount-residence {
    /* background-image: url(../images/bg_7.png); */
    /* background-repeat: no-repeat; */
    /* background-size: contain; */
    /* background-position: center; */
    position: relative;
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: #e5e5e5;
    background-image: linear-gradient(rgb(85 85 85 / 36%), rgb(213 212 209 / 17%)), url(../images/back.webp);
    background-size: 150px;
    border-radius: 16px 16px 0px 0px;
}

/***********************************************  food index *******************************************/
.div_index-foods{
    background: #fafafa;
    padding-bottom: 7rem;
    background-image: url(../images/team_shape02-1.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}
.div_index-foods ul{
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    padding: 0;
}
.div_index-foods ul  .nav-link{
    padding: 13px 5px;
    margin: 10px;
    border: 1px solid #e7e7e7;
    font-weight: 600;
    color: #696868;
    font-size: 14px;
    border-radius: 10px;
}
.div_index-foods ul  .nav-link.active, .div_index-foods ul   .nav-link:hover{
    background-color: #032541;
    border: 1px solid #032541;
    color:#fff;
}
.div_index-foods .card_product{
    border-radius: 10px;
    margin-bottom: 2rem;
    border: 0;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
}
.div_index-foods .card_product:hover{
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
}
.div_index-foods .card_product img{
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    height: 300px;
    width: 100%;
    margin: 0;
    padding: 0;
}
.div_index-foods .div_info_order{
    margin-top: 1.5rem;
}
.div_index-foods .div-title_price span {
    font-size: 20px;
    font-weight: 600;
    color: #032541;
    line-height: 2.5rem;
}
/* image style */
.div_index-foods figure {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}
.div_index-foods figure:hover+span {
    bottom: -36px;
    opacity: 1;
}
/* Zoom In #1 */
.div_index-foods .hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .9s ease-in-out;
    transition: .9s ease-in-out;
}
.div_index-foods .card_product:hover img ,
.div_index-foods .hover01 figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.div_index-foods  .hover01 {
    position: relative;
}
.div_index-foods .middle {
    transition: .9s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 85%;
    height: 85%;
    opacity: 0;
}
.div_index-foods  .hover01:hover .middle {
    opacity: 1;
    background-color: rgb(247 14 14 / 32%);
}
.div_index-foods  .text_food {
    margin-top: 35%;
    color: white;
    font-size: 3rem;
}
.div_index-foods  .hover01:hover  .fa{
    transition: 0.9s;
    transform: rotateY(360deg);
}
.col-list-foods{
    padding: 1rem;
}
@media (max-width: 1300px){
    .div_index-foods .card-body-style_product h4 {
        font-size: 17px;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    .div_index-foods .card_product img {
        height: 250px;
    }
    .div_index-foods .card-body-style_product h4 {
        font-size: 15px;
    }
    .div_index-foods .div-title_price span {
        font-size: 17px;
    }
    .div_index-foods .card_product .card-body{
        padding: 1rem 5px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .div_index-foods .card_product img {
        height: 220px;
    }

    .div_index-foods .card-body-style_product h4 {
        font-size: 15px;
    }

    .div_index-foods .div-title_price span {
        font-size: 17px;
    }

    .div_index-foods .card_product .card-body {
        padding: 1rem 5px;
    }
    .div_index-foods .card-body-style_product h4 {
        height: 50px;
    }


}
@media (max-width: 767px) and (min-width: 657px){
    .div_index-foods .card_product img {
        height: 250px;
    }
}
@media (max-width: 655px) and (min-width: 480px){
    .div_index-foods .card_product img {
        height: 350px;
    }
}
@media (max-width: 479px) and (min-width: 380px){
    .div_index-foods .card_product img {
        height: 300px;
    }
    .col-list-foods{
        padding: 0;
    }
}
@media (max-width: 379px) {
    .div_index-foods .card_product img {
        height: 250px;
    }
    .col-list-foods{
        padding: 0;
    }
}
/***********************************************  about us index *******************************************/
.seo-comments .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  position: relative;
  width: 12px;
  height: 12px;
  cursor: pointer;
  background: #fff;
  border: 2px solid #aeaeae;
  border-radius: 50%;
  margin: 0;
  padding: 5px;
  text-indent: -9999px;
  outline: none;
}
.seo-comments .slick-dots li {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.seo-comments .slick-dots {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.seo-comments .slick-dots {
  position: relative;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 4rem;
  margin: 0;
  height: 12px;
  z-index: 1;
}
.seo-comments .slick-dots li button {
  background: #2b467324;
  border: 2px solid #2b467359;
}
.seo-comments .slick-dots li.slick-active button {
  background: #2b4673ad;
}
.seo-comments .author {
  direction: rtl;
}

.seo-comments .seo-comment {
  background-color: #2b46730a;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #2b467336;
    background-image: url(../images/quote1.svg);
    background-repeat: no-repeat;
    background-size: 120px;
    background-position: left bottom;
}
.seo-comments .seo-comment .author-name {
  font-weight: 600;
}
.seo-comments .seo-comment .author-comment {
     display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    font-size: 14px;
}
.seo-comments .seo-comment .comment-parent-page {
  font-weight: 600;
  color: #2b4673;
}
.seo-comments .seo-comment .comment-parent-page:hover {
  transition: all .4s;
   color: #2b467394;
}
.seo-comments .seo-comment .comment-parent-page i {
  font-size: 20px;
  position: relative;
  top: 3px;
}
#slider-seo-comment .slick-track {
  display: flex !important;
}

#slider-seo-comment .slick-slide {
  height: auto !important;
}

#slider-seo-comment .seo-comment {
  height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.seo-comments .slick-slider {
  margin-bottom: 0 !important;
}
.seo-comments  .slick-prev,
.seo-comments  .slick-next {
  bottom: auto !important;
  top: 50% !important;
}
.seo-comments .slick-prev:before,
.seo-comments .slick-next:before {
  font-weight: 700;
  font-size: 15px !important;
  font-family: "icomoon" !important;
  vertical-align: middle;
  cursor: pointer !important;
  background: white !important;
  padding: 12px;
  border: 2px solid #d32f2f75 !important;
  border-radius: 50% !important;
  color: #4366f259 !important;
}
.seo-comments  .slick-prev {
  left: auto !important;
  z-index: 1;
}
.seo-comments .slick-prev:before, .seo-comments .slick-prev:before {
    content: "\e906" !important;
}
.comments-section {
    margin-top: 100px;
}


.container-namad .card-namad img {
    width: auto;
    height: 60px;
    object-fit: contain;
}
.container-namad .card-namad span{
    font-size: 2.53rem;
    color: #2b4673;
    margin: auto;
}
.container-namad .card-namad p{
    font-size: 14px;
    font-weight: 400;
    color: rgb(136, 136, 136);
    margin: 0;
}
.container-namad .card-namad .card-title{
    font-size: 17px;
}
.container-namad .card-namad {
    flex-direction: row;
    border: none !important;
}
.bgaLEt {
    position: relative;
    margin-bottom: 1.5rem;
    padding:12px;
    border: 1px solid rgb(229, 229, 229);
    box-shadow: rgba(50, 50, 50, 0.08) 0px 2px 8px;
    border-radius: 16px;
}
.image_react_result{
    margin: 0 5px;
    border-radius: 5px;
}


/* range input */
.custom_filters{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.custom_filters label{
    width: 100%;
    text-align: right;
    font-weight: 400;
    color: #3a3a3a;
    font-size: 14px;
}
.custom_filters input{
    text-align: center;
    width: 80px;
    border:1px solid #e5e5e5;
    outline: none !important;
    box-shadow: none !important;
}
.div_filter_search{
    border-radius: 25px;
    padding:.5rem 1.4rem;
    font-size: 14px;
    font-weight: 500;
    color: #2b4673;
    border: 1px solid #e5e5e5;
    margin-bottom: .5rem;
    margin-top: 1.2rem;
}
.btn-filter{
    box-shadow: none !important;
    width: 120px;
    margin: 10px auto;
    border-radius: 10px;
    background-color: #2b4673;
    border: 1px solid #2b4673;
    color:#fff;
}
.btn-filter:hover{
    transition: all .4s;
    background-color: white;
    color: #2b4673 !important;
    outline: none !important;
}
.irs {
    position: relative; display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.irs-line {
    position: relative; display: block;
    overflow: hidden;
    outline: none !important;
}
.irs-line-left, .irs-line-mid, .irs-line-right {
    position: absolute; display: block;
    top: 0;
}
.irs-line-left {
    left: 0; width: 11%;
}
.irs-line-mid {
    left: 9%; width: 82%;
}
.irs-line-right {
    right: 0; width: 11%;
}

.irs-bar {
    position: absolute; display: block;
    left: 0; width: 0;
}
.irs-bar-edge {
    position: absolute; display: block;
    top: 0; left: 0;
}

.irs-shadow {
    position: absolute; display: none;
    left: 0; width: 0;
}

.irs-slider {
    position: absolute; display: block;
    cursor: default;
    z-index: 1;
}
.irs-slider.single {

}
.irs-slider.from {

}
.irs-slider.to {

}
.irs-slider.type_last {
    z-index: 2;
}

.irs-min {
    position: absolute; display: block;
    left: 0;
    cursor: default;
}
.irs-max {
    position: absolute; display: block;
    right: 0;
    cursor: default;
}

.irs-from, .irs-to, .irs-single {
    position: absolute; display: block;
    top: 0; left: 0;
    cursor: default;
    white-space: nowrap;
}

.irs-grid {
    position: absolute; display: none;
    bottom: 0; left: 0;
    width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
.irs-grid-pol {
    position: absolute;
    top: 0; left: 0;
    width: 1px; height: 8px;
    background: #000;
}
.irs-grid-pol.small {
    height: 4px;
}
.irs-grid-text {
    position: absolute;
    bottom: 0; left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px; line-height: 9px;
    padding: 0 3px;
    color: #000;
}

.irs-disable-mask {
    position: absolute; display: block;
    top: 0; left: -1%;
    width: 102%; height: 100%;
    cursor: default;
    background: rgba(0,0,0,0.0);
    z-index: 2;
}
.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}

.irs-disabled {
    opacity: 0.4;
}


.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

.irs {
    height: 55px;
}
.irs-with-grid {
    height: 75px;
}
.irs-line {
    height: 10px;
    top: 33px;
    background: #EEE;
    background: linear-gradient(to bottom, #f5f5f5 -50%, #eeeeef 150%);
    border: 1px solid #CCC;
    border-radius: 16px;
}
.irs-line-left {
    height: 8px;
}
.irs-line-mid {
    height: 8px;
}
.irs-line-right {
    height: 8px;
}

.irs-bar {
    height: 10px;
    top: 33px;
    border-top: 0;
    border-bottom: 1px solid #2b4673;
    background: #2b4673;
    background: linear-gradient(to top, rgb(7 57 135 / 87%) 0%, rgb(56 92 184 / 28%) 100%);
}
.irs-bar-edge {
    height: 10px; top: 33px;
    width: 14px;
    border: 1px solid #428bca;
    border-right: 0;
    background: #428bca;
    background: linear-gradient(to top, rgba(66,139,202,1) 0%,rgba(127,195,232,1) 100%); /* W3C */
    border-radius: 16px 0 0 16px;
    -moz-border-radius: 16px 0 0 16px;
}

.irs-shadow {
    height: 2px; top: 38px;
    background: #000;
    opacity: 0.3;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=30);
}

.irs-slider {
    top: 25px;
    width: 27px; height: 27px;
    border: 1px solid #AAA;
    background: #DDD;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(220,220,220,1) 20%,rgba(255,255,255,1) 100%); /* W3C */
    border-radius: 27px;
    -moz-border-radius: 27px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    cursor: pointer;
}

.irs-slider.state_hover, .irs-slider:hover {
    background: #FFF;
}

.irs-min, .irs-max {
    color: #333;
    font-size: 12px; line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 5px;
    background: rgba(0,0,0,0.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
    background: #ccc;
}
.range-slider{
    margin-top: .5rem;
}
.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 14px; line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background:#2b4673;
    border-radius: 3px;
    -moz-border-radius: 3px;
}
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
    background: #999;
}

.irs-grid {
    height: 27px;
}
.irs-grid-pol {
    opacity: 0.5;
    background: #428bca;
}
.irs-grid-pol.small {
    background: #999;
}

.irs-grid-text {
    bottom: 5px;
    color: #99a4ac;
}

.irs-disabled {
}
.range-slider label{
    width: 100%;
    text-align: right;
    font-weight: 400;
    color: #3a3a3a;
}
@media(max-width: 656px){
    .custom_filters .col-4 , .custom_filters label{
        text-align: center;
    }
}
@media(max-width:420px) {
    .custom_filters label {
        font-size: 13px;
    }
    .custom_filters input {
        width: 65px;
    }
    .div_filter_search {
        padding: .5rem .5rem;
    }
    .range-slider {
        padding: 0 .7rem;
    }
}
@media(max-width:360px) {
    .custom_filters label {
        font-size: 12px;
    }
    .custom_filters .col-4 {
        padding: 0 5px;
    }
}