/* ********************************* public styles ******************************** */
@import url('https://fonts.googleapis.com/css?family=Hind:400,600');
html {
    scroll-behavior: smooth; /* Enable smooth scrolling */
}
html,
body {
    height: 100%;
    background-color: #FFFFFF;
}

div:hover,
button:hover,
a:hover,
li:hover,
.card:hover {
    transition: 0.3s ease-in-out;
}

button,
link,
select,
a {
    cursor: pointer;
}

.card a,
.card img {
    cursor: pointer;
}

p {
    color: #000;
    line-height: 2.2em;
}
/* 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;
}

/* 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;
    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;
}

button {
    outline: none !important;
}

/* 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;
    }

}
@media screen and (max-width: 768px) {
    h1 {
        font-size: 24px;
    }
}
@media screen and (max-width: 576px) {
    h1 {
        font-size: 20px;
    }
}
/* ******************************** header ************************************/
/* top menu */
.div_header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
.header-top .header-bg-path-top {
    width: 100%;
    height: 20px;
    transform: rotate(180deg);
}
.header-top .header-bg-path-bottom {
    width: 100%;
    height: 20px;
    
}
.at--ring {
    position: absolute;
    border: 1px solid rgb(255 255 255 / .1);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    animation: at-animation-glow 3s infinite;
}
.at--ring-blue {
    animation: at-animation-glow-blue 3s infinite;
}
@keyframes at-animation-glow {
    0%, 100% {
        border-color: rgb(255 255 255 / .1);
        box-shadow: 0 0 8px rgba(255, 255, 255, 0.212);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.473);
        box-shadow: 0 0 15px rgba(255, 255, 255, 0.281);
    }
}
.at--ring:nth-child(1) {
    transform: scale(1);
    animation-delay: 0s;
    background: #ffffff1c;
    position: absolute;
}
.at--ring:nth-child(2) {
    transform: scale(1.4);
    animation-delay: 1s;
    background: #ffffff14;
    position: absolute;
}
.at--ring:nth-child(3) {
    transform: scale(1.8);
    animation-delay: 2s;
    position: absolute;
}

/* search */
.search-box {
    width: 100%;
}

.search_top form {
    margin-right: 5rem;
}

.search_custom {
    border-radius: 10px !important;
}

.search-main input {
    padding: 0.7rem;
    border: 0 !important;
    background: #fff;
}

.search_top input {
    font-size: 13px;
    width: 88% !important;
}

.search-main button {
    border: 0 !important;
    background: #fff;
}
.div_phone span,
.div_phone span a,
.div_phone span .large_text {
    font-weight: 500;
    color: #ffffff;
    font-size: 14px;
}
.div_phone2 i {
    color: #ffffff !important;
    font-size: 15px;
    vertical-align: middle;
    padding: 5px;
    background-color: #ffffff47;
    border-radius: 5px;
    margin-left: 8px;
}
.address_text {
    font-size: 12px;
    cursor: default !important;
}
/* phone i header */
.div_phone {
    margin: 10px 5px 10px 5px !important;
}

.phone_text {
    padding-right: 15px;
    font-size: 14px;
}
.logo_site {
    object-fit: contain;
    width: 65px;
    height: 65px;
    border-radius: 10px;
    background-color: #ffffff;
}
.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;
}
.div-social {
    text-align: left;
}
.div-address .address_text span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 599px) {
    
    .div-address {
        text-align: right;
    }
}

@media (max-width: 656px) {
    .phone_text {
        padding-right: 5px;
    }

    .address_text {
        font-weight: 300;
        color: #454545 !important;
        font-size: 11px !important;
    }
    .social_footer_ul,
    .footer_ul_amrc {
        margin-left: auto !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 {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/* menu header */
.nav-custom-style {
    padding-right: 0;
    padding-left: 0;
}

.nav-custom-style img {
    width: 133px;
    height: auto;
}

.nav-custom-style ul {
    padding-right: 2rem;
    margin-right: auto;
    margin-left: auto !important;
}
.nav-custom-style ul li {
    padding: 0.5rem;
}
.nav-custom-style ul li a {
    color: #2d2d2d;
    font-weight: 500;
    font-size: 15px;
    border-bottom: 1px solid transparent;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
.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: rgba(255, 255, 255, 0.8);

    }

    .nav-custom-style .dropdown-menu a {
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
        color: #000;
    }
}
.nav-custom-style .dropdown-menu a,
.nav-custom-style a {
    text-align: center !important;
    color: #000000;
    font-size: 14px;
}

.nav-custom-style .dropdown-menu a:hover {
    background-color: rgba(144, 144, 144, 0.1);

}
.navbar-toggler-icon {
    background-image: url(../images/menu-alt-svgrepo-com.png) !important;
    width: 1.3em;
    height: 1.3em;
}
.navbar-sticky {
    padding: 0;
    background-color: #fff !important;
    z-index: 1000;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.2);
}

.navbar-sticky .product-count {
    top: 0;
}

.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 {
    border-radius: 10px;
    padding: 8px !important;
}

@media (max-width: 991px) {
    .navbar-toggler {
        margin-right: 3rem !important;
    }

    .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,
    .navbar-nav .nav-link {
        padding-right: 1rem !important;
        font-weight: 500;
    }

    .nav-custom-style li {
        border-bottom: 2px dotted #00000024;
    }


    .nav-custom-style .dropdown-menu li {
        border-bottom: none !important;
    }

    .navbar-collapse {
        background: linear-gradient(0deg, rgb(229, 229, 229) 0%, rgba(190, 190, 190, 0.92) 35%, rgba(145, 145, 145, 0.74) 100%) !important;
        color: #fff;
    }

    .nav-custom-style ul {
        padding-top: 1rem;
        padding-right: 0 !important;
    }

    .nav-custom-style ul li a {
        font-weight: 400;
    }

    .nav-custom-style ul li {
        border: 0 !important;
        background-color: transparent !important;
    }

    .btn-turn {
        width: 100%;
    }

    .nav-custom-style .dropdown-menu {
        background-color: transparent !important;
    }

    .custom-style ul li a:hover {
        color: #cac8c8 !important;
    }

}
@media (max-width: 652px) {
    .navbar-toggler {
        margin-right: 2rem !important;
    }
}
@media (max-width: 480px) {
    .navbar-toggler {
        margin-right:0 !important;
    }
}
@media (max-width: 767px) {
    /* .large_text {
        display: none;
    } */

    .address_text {
        font-size: 13px !important;
    }
}

@media (max-width: 380px) {
    .div_phone {
        margin: 2px 5px 2px 0 !important;
    }
}

@media (max-width: 380px) {
    .navbar-toggler {
        margin-left: 0 !important;
    }
}

@media (max-width: 991px) {
    
    .search_top form {
        margin-right: 0;
    }
}
@media (min-width: 992px) {
    .nav-custom .navbar-nav li:hover > .dropdown-menu {
        display: block !important;
        box-shadow: 0px 2px 4px 1px rgba(255, 255, 255, 0.15);
        border: 1px solid #e9e9e9;
        margin-top: -10px;
        border-radius: 10px !important;
        padding: 3px 0px;
    }
        .nav_main .navbar-nav .dropdown-menu li {
        border-bottom: 1px solid #eeeeee;
    }
  
    .nav-custom  .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: 9rem;
        top: 16px;
    }

}
/**************************************** slider ******************************/
.container_slider {
    margin-top: 3rem;
    margin-bottom: 0;
}
.col-slider-text .title_banner {
    font-size: 30px;
    line-height: 3rem;
    font-weight: 900;
}

.col-slider-text .title2_banner {
    font-weight: 500;
    font-size: 25px;
    line-height: 2.5rem;
    color: #454545;
}

.col-slider-text p {
    margin: 1rem 0 2rem 0;
    font-size: 15px;
    font-weight: 500;
}

.btn-banner {
    padding: 15px 2rem 12px 2rem;
    color: #fff;
    outline: none !important;
}
#slider .carousel-control-next-icon {
    background-image: url(../images/right-arrow.png);
    width: 30px;
    height: 30px;
    top: 40%;
    position: absolute;
}
#slider .carousel-control-prev-icon {
    background-image: url(../images/left-arrow.png);
    width: 30px;
    height: 30px;
    top: 40%;
    position: absolute;
}
@media screen and (max-width: 992px) {
    #slider .carousel-control-prev-icon, #slider .carousel-control-next-icon {
        top: 30%;
    } 
}
#slider .carousel-item svg {
    padding: 0px;
    transform: rotate(180deg);
    position: absolute;
    bottom: 0;
}
.btn-banner:hover,
.btn-banner:focus {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
    .col-slider-text {
        margin-bottom: 2rem;
    }
}

@media (max-width: 657px) {
    .container_slider {
        margin-top: 1rem;
    }
}

@media (max-width: 480px) {
    .col-slider-text .title_banner {
        font-size: 25px;
    }

    .col-slider-text .title2_banner {
        font-size: 20px;
    }

    .col-slider-text p {
        font-size: 14px;
    }
}
.container_slider .carousel-caption {
    cursor: default;
    width: 100%;
    left: 0;
    position: relative;
    display: flex;
    justify-content: center;
    right: 0;
   
}
.container_slider .carousel-inner {
    border-radius: 2px;
}
.container_slider h3,
.container_slider h2 {
    font-size: 21px;
    line-height: 2.2em;
    color: #ffffff !important;
    margin: 0 !important;
    text-shadow: 2px 2px #002444;
}
.container_slider .carousel-item img {
    height: 600px;
    object-fit: cover;
    border-radius: 20px;
}
@media screen and (max-width: 768px) {
    .container_slider .carousel-item img {
        height: 400px;
    }
}
.container_slider .carousel-indicators li {
    height: 10px;
    width: 10px !important;
    border-radius: 50%;
}
.container_slider .carousel-indicators .active {
    background-color: #fff;
}
.caption-container {
    position: relative;
    padding: 20px 0;
    border-radius: 20px;
    top: -50px;
    overflow: hidden;
    height: auto;
}
/* opacity background img carousel */
.item_img:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
/* carousel fade */
.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}
@media (max-width: 1199px) and (min-width: 801px) {
    .container_slider h3 .container_slider h2 {
        font-size: 19px;
        line-height: 2rem;
        color: #ffffff !important;
        margin: 5px;
        text-shadow: 2px 2px #343434;
    }
}
@media (max-width: 1200px) {
    .container_slider h3,
    .container_slider h2 {
        font-size: 19px;
        padding: 0 10px;
    }
}
@media (max-width: 992px) {
    .container_slider h3,
    .container_slider h2 {
        font-size: 18px;
        padding: 0 10px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .container_slider .carousel-item img {
        height: 266px;
    }
}
@media (max-width: 767px) {
    .div_slider {
        margin-bottom: 1rem;
    }
   .navbar-sticky {
    background-color: transparent !important;
    box-shadow: none !important;
   }
}
@media (max-width: 656px) {

    .container_slider h3,
    .container_slider h2 {
        font-size: 18px;
        line-height: 2.2rem;
    }

    .container_slider .carousel-item img {
        height: 320px;
    }
}
@media (max-width: 499px) and (min-width: 399px) {
    .container_slider .carousel-item img {
        height: 230px;
    }
    .container_slider h3,
    .container_slider h2 {
        font-size: 17px;
        line-height: 2.2rem;
    }

    .container_slider .carousel-indicators {
        display: none;
    }
}

@media (max-width: 398px) {
    .div_header_menu {
        padding-left: 15px !important;
    }

    .container_slider .carousel-item img {
        height: 200px;
    }


    .container_slider h3,
    .container_slider h2 {
        font-size: 14px;
        line-height: 2rem;
    }

    .container_slider .carousel-indicators {
        display: none;
    }

    .navbar-sticky.div_header_menu {
        padding-left: 10px !important;
    }

}
/* main index */
/***********************************************  featured index *******************************************/
.container-cats {
    padding-top: 2rem;
    padding-bottom: 0;
}

.container-cats h3, .container-cats h4 {
    font-size: 1.5rem;
    color: #001120;
    margin-top: 2rem;
    font-weight: 800;
    line-height: 2em;
}

.container-cats .div_posts .card {
    border: 0;
    outline: none !important;
    padding: 10px;
    border-radius: 20px;
}

.slick {
    outline: none;
}

.container-cats .div_posts {
    padding: 1rem;
    text-align: center;
}
.container-cats .div_posts .card .card-body {
    padding: 0px !important;
}
.card-body-style_product span {
    font-weight: 400;
}

.card-body-style_product {
    text-align: center;
}

.card-body-style_product h4 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0px !important;
    color: #001d36;
    font-weight: 600;
    text-align: center;
    padding: 15px 0;
    border-radius: 10px;
}
.card-body-style_product h4:hover {
    transition: all .4s;
}
.card_product_info h4 {
    line-height: 1.3rem;
    color: #000000de;
    font-size: 15px;
}
.div-title_price {

    margin-top: 1rem;
}

.div-title_price span {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}
.slick-dots li button:before {
    font-size: 2.5rem !important;
    color: #313131 !important;
}

.container-cats .div_posts img {
    margin-bottom: 0;
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius:10px;
    border: 0 !important;
}

.container-cats .div_posts a:focus {
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
}
.line_bottom {
    width: 20%;
}

.line_bottom2 {
    width: 20%;
    margin-left: auto;
    margin-right: 0;
}

.line_bottom_blog {
    width: 12%;
    padding: 0;
    margin: 10px 0;
}
@media (max-width: 991px) {
    .container-cats .div_posts .card-body {
        padding: 0;
    }
    #services .container-cats {
        margin-top: -100px;
    }
}

@media (max-width: 850px) and (min-width: 657px) {
    .card-body-style_product h4 {
        height: 45px;
        line-height: 1.5rem;
    }
    .container-cats .div_posts img {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .container-cats h3 {
        font-size: 1.2rem;
    }

    .container-cats .div_posts img {
        height: 150px;
    }
    .div_index_comments h3 {
        font-size: 18px !important;
        line-height: 2rem;
    }
}

/***********************************************  service index *******************************************/
.services-container .services-card .card_img img {
    padding: 10px;
    border-radius: 20px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.services-container .nav-pills .nav-link.active {
    margin-top: 10px !important;
    border-radius: 10px !important;
    border: 0 !important;
    margin-bottom: 10px !important;
    padding: 10px 0 !important;
    color: white;
}
.services-container .nav-pills .nav-link {
    margin-top: 10px !important;
    border-radius: 10px !important;
    border: 0 !important;
    background-color: #ffffff3f !important;
    margin-bottom: 10px !important;
    padding: 10px 0 !important;
    color: #001d3669;
}
/******************************index banner style **********************************************************/
.banner-container {
    border-radius: 20px;
    background-image: url(../images/Circles.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    margin-bottom: 10px;
}
.banner-container h3 {
    color: white;
}
.banner-container p {
    color: white;
    font-weight: 500;
}
.banner-container .col-banner-img img {
 width: 100%;
    height: 350px;
    object-fit: cover;
    position: absolute;
    z-index: 1;
    left: 0;
    top: -180px;
}
@media screen and (max-width: 992px){
    .banner-container .col-banner-img img {
        height: 300px;
        position: unset;
    }
}
.banner-row {
    position: relative;
}
.bg-container {
    width: 230px;
    height: 230px;
    position: absolute;
}
.banner-row .bg-container {
    left: 350px;
}
#banner {
    margin-top: 160px !important;
}
@media screen and (max-width: 768px) {
     .banner-container .col-banner-img img {
        height: 230px;
        top: 120px;
    }
}

@media screen and (max-width: 600px) {
     .banner-container .col-banner-img img {
        height: 160px;
        top: 80px;
    }
}
@media screen and (max-width: 576px) {
    #banner .container-cats h3 {
        font-size: 18px;
    }
}
@media screen and (max-width: 490px) {
     .banner-container .col-banner-img img {
        height: 110px;
        top: 70px;
    }
}
/***********************************************  services index *******************************************/

@media (max-width: 480px) {
    .container-cats {
        padding-top: 1rem;
    }
}
/*********************************************** list blog in index *******************************************/
.div-blog .div_posts img {
    height: 250px;
}
@media screen and (max-width: 400px) {
    .div-blog .div_posts img {
        height: 180px;
    }
}
.div-blog .div_posts .card {
    padding: 20px;
}
.div-blog .div_posts .card .card-body {
    text-align: right;
}
.div-blog .div_posts .card .card-body span {
    font-size: 14px;
    font-weight: 400;
}
.div-blog .div_posts .card .card-body .card-text {
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #001120;
    line-height: 2.2em;
    font-size: 15px;
}
.div-blog .card .card-body h5 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.div-blog .card .card-body h5:hover {
    color: #001120;
    transition: all .4s;
}
.card-body-style_blog {
    text-align: right;
}

.card-body-style_blog h4 {
    font-size: 17px;
    color: #3e3e3e;
    font-weight: 600;
    line-height: 1.5rem;
}

.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;
}

.card_index_blog .card-body {
    padding: 1rem !important;
}

.card_index_blog .div_info_order {
    margin: .5rem 0 !important;
}

@media (max-width: 1299px) {
    .card-body-style_blog h4 {
        height: 45px;
    }

    .card-body-content-style_blog {
        height: 55px;
    }
}

@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;
}
.card-blog:hover .line_title {
    width: 90%;
    transition: 0.8s ease-in-out;
}

.title_blog {
    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;
}

.btn-blog {
    text-align: center;
    background-color: transparent;
    color: #ededed;
    border-radius: 30px;
    font-size: 24px;
    padding: 0.5rem 2rem;
}

.btn-blog:hover {
    color: #ededed;
}
/***************************************** index map **************************/
.map-container {
    border-radius: 20px;
    padding: 50px;
    position: relative;
    overflow: hidden;
    background-image: url(../images/Circles2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 70px;
}
@media screen and (max-width: 768px) {
    .map-container {
        top: 20px;
    }
}
.map-container #wpfpm_map {
    border-radius: 10px;
    height: 250px !important;
    z-index: 1;
}
.map-container .map-text h4 {
    color: white;
}
.map-container .map_frame_title_phone a {
    color: white;
    font-size: 17px;
    font-weight: 500
}
.map-container .map_frame_title_phone  i {
    float: right;
    margin-left: 5px;
    position: relative;
    top: -5px;
    font-size: 20px;
    padding: 5px;
    background-color: #ffffff47;
    border-radius: 5px;
    margin-left: 8px;
}
.map-container .map_frame_title i {
    float: right;
    margin-left: 5px;
    position: relative;
    font-size: 20px;
    color: white;
}
.map-container .map_frame_title .icofont-location-pin {
    padding: 5px 6px;
    background-color: #ffffff47;
    border-radius: 5px;
    margin-left: 8px;
    top: -3px;
    left: 1px;
}
.map-container .map_frame_title .icofont-ui-message {
    padding: 5px 6px;
    background-color: #ffffff47;
    border-radius: 5px;
    margin-left: 8px;
    left: 1px;
}
.map-container .map_frame_title strong {
    color: white;
    font-weight: 500;
}
.map-container .map_frame_title a {
    color: white;
}
/*********************************************** footer *******************************************/
.footer {
    border-radius: 30% 30% 0 0;
    padding: 8rem 1rem 3rem 1rem;
    width: 100%;
}

.logo_footer img {
    width: 100px;
    margin-top: 0;
    border-radius: 15px;
    object-fit: cover;
}

.run-in a {
    font-size: 1.1rem !important;
    line-height: 2.2em;
    padding-bottom: 7px;
    display: inline;
    font-weight: 500;
    color: #001120;
}

.run-in2 {
    color: #2d2d2d;
    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: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
}

.footer_ul_amrc li i {
    font-weight: bold;
}

.logo_footer p {
    color: #494848;
    font-size: 14px;
    font-weight: 500;
    line-height: 2.3rem;

}

.footer h5 {
    text-align: right;
    cursor: default;
    color: #FFFFFF;
    line-height: 2.5rem;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
}

.footer ul {
    list-style-type: none;
}

.footer ul li a {
    font-size: 15px;
    color: #535252;
    list-style: circle;
    font-weight: 500;
}

.footer ul li a:hover {
    color: #2c2c2c;

}

.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: flex;
    flex-direction: row;
    justify-content: end;
    margin: 10px 0;
    list-style-type: none;
    text-align: center;
    padding: 0;
    align-items: baseline;
    width: 100%;
}
@media screen and (max-width:450px) {
    .social-count .social_footer_ul {
        flex-wrap: wrap;
        justify-content: center;
    }
}
.social_footer_image{
    margin-top: -.1rem;
}
.social_footer_image a{
    color: #ffffff !important;
    font-size: 15px;
    vertical-align: middle;
    padding: .01rem 5px;
    background-color: #ffffff47;
    border-radius: 5px;
    margin-left: 8px;
}
.div_header .social_footer_ul li i {

    vertical-align: revert !important;
}

.social_footer_ul li {
    padding-right: 1rem;
    padding-left: 5px;
    padding-top: 2px;
    float: left;
    cursor: pointer;
}

.div_header .social_footer_ul li {
    padding-right: 0 !important;
}

.social_footer_ul li a {
    color: #2346ca;
}

.line_footer {
    background-color: #fbfbfb !important;
    margin: 0;
    width: 60%;
    display: none;
}
.col_white_amrc ul {
    padding: 0;
}
.footer_ul_amrc2 {
    padding: 1rem 0 0 0;
}
.footer_ul_amrc {
    padding-inline-start: 0px;
}
.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 {
    text-decoration: none;
    transition: 0.3s;
}

.footer_ul_amrc2 img {
    border-radius: 3px;
    width: 160px;
}
.footer_ul_amrc img {
    border-radius: 3px;
    width: 150px;
    height: 150px;
}

.footer_ul_amrc2 img:hover {
    opacity: 0.8;

}
.links-div h6 {
    padding: 15px;
    color: #001120;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
}

/* static footer */
.footer_ul_amrc li {
    padding: 7px 5px;
}
.col-static_footer li {
    text-align: center;
    list-style-type: none !important;
}

.col-static_footer li span,
.col-static_footer li strong {
    font-size: 15px;
    color: #535252;
    list-style: circle;
}

.col-static_footer .title_static {
    font-weight: 500 !important;
}

/* footer bottom */
.footer_bottom {
    padding-top: 0.3rem;
}

.footer_bottom p {
    font-weight: 400 !important;
    color: #4f4f4f !important;
    font-size: 12px;
}

.footer_bottom p a {
    padding-right: 2px;
}

.copy_right p {
    color: #e1e1e1;
    font-size: 12px;
}

.fartak a {
    color: #818182;
    font-weight: 500 !important;
    font-size: 12px;
}

.fartak a:hover {
    color: #5d5d5d;
}

.fartak p {
    color: #e1e1e1;
}

.work_times {
    text-align: right;
    margin-top: 1.7rem;
}

.work_times div {
    margin-bottom: 2px;
}

.work_times label {
    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;
}

.instragram_image img {
    width: 65%;
    height: 150px;
    object-fit: contain;
    text-align: right;
    margin-left: auto;
    margin-right: 0;
}

.instragram_url {
    width: 100%;
}

.instragram_url a {
    font-weight: 600;
    font-size: 18px;
}

.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;

    }

    .footer_ul_amrc li {
        padding: 0 0 .85rem 0;
    }
}

@media (max-width: 1245px) and (min-width:992px) {
    .instragram_url a {
        font-size: 16px;
    }

    .footer_contact {
        padding: 0.5rem 1rem 0 1rem;
    }

    .logo_footer {
        padding: 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;
    }

    .col-static_footer {
        margin-bottom: 2rem !important;
    }

}

@media (max-width: 991px) and (min-width: 768px) {
    .instragram_image img {
        height: auto;
        width: 100%;
    }
}

@media (max-width: 767px) and (min-width: 657px) {
    .instragram_image img {
        height: auto;
        width: 100%;
        text-align: right;
        margin-right: 0;
        margin-left: auto;
    }

    .work_times span {
        font-size: 10px;

    }

    .social_footer_ul li {
        padding-right: 5px;
    }
}

@media (max-width: 656px) {
    .instragram_image img {
        height: auto;
        width: 100%;
        text-align: right;
        margin-right: 0;
        margin-left: auto;
    }

    .col-static_footer li {
        display: block !important;
    }

    .col-static_footer {
        margin-bottom: 1rem !important;
    }
}

@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) {
    .logo_footer .col_white_amrc {
        text-align: center;
    }

    .links-div {
        margin-top: 0.5rem;
    }

    .col-border {
        border-right: 0;
    }

    .logo_footer,
    .div_instragram_image {
        margin-bottom: 3rem;
    }

    .footer_bottom {
        padding: .5rem !important;
    }

    .instragram_image {
        margin-top: .5rem;
    }

    .footer ul {
        margin-right: 0;
        text-align: right;
    }

}

@media (max-width: 991px) {
    .links-div h6 {
        text-align: center;
    }

    .links-div .line_bottom_blog {
        margin: 10px auto !important;
    }

    .instragram_image,
    .work_times,
    .footer ul li {
        text-align: center !important;
    }

    .footer ul {
        text-align: center;
    }

    .footer ul li {
        text-align: right;
        margin-right: auto;
        margin-left: auto;
    }

    .logo_footer,
    .links-div {
        text-align: center !important;
    }
}

@media (max-width: 656px) and (min-width: 387px) {
    .instragram_url a {
        font-size: 14px;
    }

}

@media (max-width: 386px) {
    .instragram_url a {
        font-size: 14px;
    }

}

@media (max-width: 767px) {
    .footer_bottom {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
@media (max-width: 520px) {
    .social-div {
        margin-top: 0 !important;
    }

    .logo_footer p {
        line-height: 2rem;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .social_footer_ul li {
        padding-bottom: 0;
    }

}

@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;

    }

}

@media (max-width:480px) {
    .footer_ul_amrc2 img {
        width: 100px;
    }

}

#to_top {
    right: auto !important;
    left: 30px;
}

#whatsup_bottom {
    left: auto !important;
    right: 30px;
}

#to_top,
#whatsup_bottom {
    font-size: 0;
    z-index: 999;
    display: none;
    text-align: center;
    color: #fff;
    position: fixed;
    right: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
    transform: 0.5s;
    bottom: 30px;
}

#to_top {
    box-shadow: 0 2px 3px 1px rgb(0 0 0 / 10%);
    height: 44px;
    width: 44px;
}

#whatsup_bottom {
    height: 54px;
    width: 54px;
}

#whatsup_bottom img:hover {
    filter: brightness(70%);
}

#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;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
}
/************************** contact page style **********************************/
#contact .social_ul li a:hover i {
    color: #ffffff70;
} 

#contact .contact-bg {
    background-repeat: repeat;
    background-image: url(../images/bg-home-eduma-03-1.webp);
    padding: 10px;
    margin-top: 50px !important;
    background-size: contain;
    background-position: center;
}
#contact .contact-info-container ul {
    padding-inline-start: 0px;
    padding-left: 0;
}
#contact .contact-info-container ul li {
    list-style-type: none;
}
#contact .contact_info {
    line-height: 2.2em;
}
#contact .contact-info {
    margin-top: 25px;
}
#contact .contact-info i {
    font-size: 20px;
    padding: 10px;
    border-radius: 5px;
    margin-left: 10px;
}
#contact .contact-info .contact_info_title {
    font-size: 16px;
    font-weight: 600;
}
#contact .contact-info a {
    font-weight: 500;
}
#contact #wpfpm_map {
    border-radius: 10px;
    height: 400px !important;
}
.social_ul li a {
    border-radius: 5px !important;
    margin-left: 5px !important;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.social_ul li a i {
    color: white ;
}
/* form contact */

.form-div .wpcf7 {
    background-color: #f6f6f6;
    padding: 6px 15px 20px 15px;
    border-radius: 10px;
    margin-top: -10px;
}
.form-div input[type=text],
.form-div input[type=email] {
    text-align: right;
    margin-bottom: 0;
    font-size: 14px;
    border: 1px solid #d6d6d6;
    /* height: 3rem; */
}
#form_contact h2 {
    font-size: 22px;
    margin-bottom: 0px;
}
#form_contact label {
    width: 100%;
    outline: none !important;
    border-radius: 10px;
    padding: 5px 10px;

}
#form_contact textarea {
    width: 100%;
    outline: none !important;
    border-radius: 10px;
    padding: 10px 10px;
    height: 120px;
}
#form_contact input{
    width: 100%;
    outline: none !important;
    border-radius: 10px;
    padding: 10px 10px;
}

.input_border_red {
    border: 1px solid red !important;
}

.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] {
    border: 0;
    color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    box-shadow: none !important;
}

.form-div input[type=submit]:hover,
.form-div input[type=submit]:focus {
    transition: .5s;

}

iframe {
    width: 100%;
}

.form-div textarea {
    font-size: 14px;
    margin-bottom: 1rem;
    border: 1px solid #d6d6d6;
}

.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: #c31510 !important;
}

@media (min-width: 1200px) {
    .contact_item {
        padding-right: 26px !important;
    }
}

#form_contact label {
    width: 100%;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    font-size: 14px;
    border-color: #c31510 !important;
}

.wpcf7-not-valid-tip {
    display: none !important;
}
#form_contact .wpcf7-submit:hover {
    background-color: white;
    transition: all .4s;
}
@media (min-width: 991px) {
    .col-contact-form {
        padding-left: 0 !important;
    }
}

/* ********************************* list  page ******************************** */
/* breadcrump */
#breadcrumbs {
    text-align: right !important;
    font-size: 16px;
    font-weight: 400;
}
#breadcrump nav{
    padding: 0px 15px 15px 15px;
    border-radius: 10px;
    margin-bottom: 1rem;
}
#breadcrumbs span a {
    color: #fff;
}

.container_list_foods {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.container_list_blog {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.container_list_foods h1,
.container_list_blog h1 {
    font-size: 1.8rem;
    color: #383838;
}

.container_list_foods .tag_description p {
    font-size: 14px;
    color: #535353;
    line-height: 2rem;
    font-weight: 400;
}
.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:399px) {
    .col-blog {
        padding: 0 !important;
    }

    .carousel-list h2 {
        font-size: 22px;
    }
}

/* 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;
    }
}
.sidebar-container {
    position: sticky;
    top: 70px;
}

/* search */
.search-blog button {
    border-right: 0 !important;
    border-radius: 5px 0 0 5px !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-left: 0 !important;
    border-radius: 0 5px 5px 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;
    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-radius: 10px;
    padding: 10px;
}

.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: 20px;
    font-weight: 500;
    vertical-align: middle;
}

.sidebar_station i {
    padding-left: 5px;
    cursor: default;
    font-size: 25px;
    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: 16px;
    color: #011629;
    font-weight: 600;
    border-radius: 10px;
    text-align: center;
    padding: 5px 0;
}

.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;
    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;
    object-fit: cover;
}

.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: #000000 !important;
    font-size: 14px;
    font-weight: 400;
}
.cats_blog ul li a:hover {
    transition: all .4s;
}
.most_popular ul li a {
    color: #585858 !important;
    font-size: 14px;
    font-weight: 500;
}
.most_popular ul li a:hover,
.most_popular ul li a:focus,
.most_popular ul li:hover .link_cats {
    color: #000000 !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: 1.5rem !important;
}

.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,
.custom-pagination a:hover {
    color: #FFFFFF;
}



/* ********************************* 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 {
    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;
    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%;
    }
}
@media (max-width: 480px) {
    #to_top,
    #whatsup_bottom {
        bottom: 80px;
        z-index: 10000000;
    }
}
.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] {
    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 {
    font-size: 14px !important;
    color: #fff !important;
}

.box8 .title:hover,
.cat_box8 .title:hover {
    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 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 {
    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 {
    text-align: right;
}

.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);
    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 p,
.single-content {
    text-align: justify;
    line-height: 3rem;
    font-size: 16px;
    color: #444444;
    font-weight: 400;
}

.single-content img {
    margin-bottom: 2rem;
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
}

.single_food_tabs .glsr-reviews .glsr-no-margins {
    font-size: 14px !important;
}

.single-content h2 {
    font-size: 24px;
    font-weight: bold;
    color: #403f3f;
    padding-top: 0.5rem;
    line-height: 2.5rem;
    transition-duration: 2s;
}

.single-content h3 {
    line-height: 1.7rem;
    font-size: 22px;
    color: #2a2a2a;
    padding-top: 0.5rem;
    transition-duration: 2s;
}

.single-content h4 {
    line-height: 1.7rem;
    font-size: 20px;
    color: #323232;
    padding-top: 0.5rem;
}

.single-content h5 {
    font-size: 18px;
    line-height: 1.7rem;
    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 .image_estate {
    max-width: 100%;
    cursor: pointer !important;
    border-radius: 2px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    height: 300px;
    width: 100%;
    border-radius: 20px;
}
.img-doctor img {
    max-height: 450px;
}

.img-blog img {
    object-fit: contain;
    max-height: 350px;
}

.single-content .nav-tabs {
    border-radius: 20px;
}
.single-content .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: #ffffff00  #ffffff00  #fff #ffffff00 ;
    border-radius: 10px;
}
/* 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: #000000;
    padding-bottom: 10px;
}
.single-post-info i {
    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;
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
}

.card-tags a {
    color: #858585;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    padding: 0;
    display: inline-block;
}

.card-tags a:hover {
    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;
}

.post-rel-list span a {
    color: #686868;
    font-weight: 400;
    font-size: 14px;
}

/* 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: #3f51b5 !important;
}

.comment-list .reply a:before {
    content: "\e912";
    font-family: 'icomoon';
    display: inline-block;
    width: 1.5em;
    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;
}

.comment-reply-title:before {
    content: "\e915";
    font-family: 'icomoon';
    display: inline-block;
    width: 1.7em;
    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;

}

.comment-reply-title a {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: bold;

}

#cancel-comment-reply-link {
    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;
    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);
    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;
}

@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 {
    width: 100%;
    min-height: 500px;
}

.single-content iframe {
    width: 100%;
    min-height: 500px;
}

.post_info i {
    padding-left: 5px;
    font-size: 30px;
    vertical-align: middle;
}

.post_info p,
.post_info a {
    color: #7a7a7a !important;
    font-size: 16px;
    font-weight: 500;
}


.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 #e8e8e8;
    text-align: center;
    padding: 5.5rem 2rem 2rem 2rem;
    cursor: default;
    position: relative;
}

.div-contact .contact_info {
    height: 50px;
}

.div-contact .contact_icon {
    position: absolute;
    left: 50%;
    top: -50px;
    width: 100px;
    height: 100px;
    border: 10px solid #f2f2f2;
    margin-left: -50px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #fff !important;
    font-size: 28px;
    text-align: center;
    line-height: 80px;
    padding: 0 !important;
}

.div-contact img {
    object-fit: cover;
}

.tag_description p {
    line-height: 2rem;
    font-size: 17px;
    font-weight: 500;
    color: #535252;
    text-align: justify;
}

.tax_description {
    text-align: right;
}

.title_samples_service {
    margin: 1rem 0;
}

.div_btn_samples {
    text-align: center;
    margin: 2rem 0;
}

.div_btn_samples button {
    border-radius: 35px !important;
}

.div_btn_samples button span {
    white-space: normal;
}

@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;
    }

    .div_btn_samples button {
        font-size: 17px;
    }

    .div_btn_samples img {
        width: 40px;
    }

}

/* form contact */
.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] {
    border: 0;
    color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
}

.form-div button:hover,
.form-div input[type=submit]:hover {
    outline: none !important;
    box-shadow: 0 4px 4px 0 rgba(56, 56, 56, 0.4), 0 6px 20px 0 rgba(86, 86, 86, 0.1);

}

.form-div textarea {
    padding: 1rem;
    font-size: 14px;
    margin-bottom: 2rem;
    border: 1px solid #d6d6d6;
}

.form-div button {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.6s ease-in-out;

}
/*errors form */
.error {
    border-color: #c31510 !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 {
    border-color: transparent !important;
}

.link-404:hover {
    color: #000000;
}



/* gallery style for ios */
.wp-block-gallery {
    margin-top: 2rem !important;
}

.slider-for img {
    object-fit: contain;
    margin: 0;
    width: 100%;
    height: 300px;
    padding: 1rem;
    border-radius: 20px;
}
.slider-nav li{
    padding:0 3px;
}
.slider-nav img {
    width: 100%;
    object-fit: cover !important;
    height: 100px !important;
    margin-left: 15px;
}


@media (max-width: 1199px) and (min-width: 992px) {
    .slider-nav img {
        height: 80px !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .slider-nav img {
        height: 60px !important;
    }

    .slider-for img {
        height: 400px;
    }
}
@media (max-width: 767px) and (min-width: 668px) {
    .slider-nav img {
        height: 80px !important;
    }
    .slider-for img {
        height: 400px;
    }
}

@media (max-width: 667px) and (min-width: 566px) {
    .slider-nav img {
        height: 80px !important;
    }
    .slider-for img {
        height: 400px;
    }
}

@media (max-width: 565px) and (min-width: 500px) {
    .slider-nav img {
        height: 80px !important;
    }
    .slider-for img {
        height: 400px;
    }
}

@media (max-width: 499px) and (min-width: 450px) {
    .slider-nav img {
        height: 70px !important;
    }
    .slider-for img {
        height: 400px;
    }
}

@media (max-width: 449px) and (min-width: 385px) {
    .slider-for img {
        height: 350px;
    }
    .slider-nav img {
        height: 60px !important;
    }
}

@media (max-width: 384px) {
    .slider-for img {
        height: 300px;
    }

    .slider-nav img {
        height: 50px !important;
    }

    .single-content2 {
        padding: 0;
    }
}

.insta_btn {
    overflow-wrap: anywhere;
    margin-bottom: 1rem;
    margin-top: 1rem;
    margin-right: 1rem;
    box-shadow: 0 1px 1px 1px #ffffff45;;
    font-size: 18px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 500;
    border: 0;
    padding: 5px 10px;
    border-radius: 10px;
    min-width: 180px;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.div_telegram .insta_btn {
    background: -moz-linear-gradient(45deg, #d9e8ff 0%, #2AABEE 25%, #229ED9 40%, #0088CC 75%, #0088CC 100%);
    background: -webkit-linear-gradient(45deg, #d9e8ff 0%, #2AABEE 25%, #229ED9 40%, #0088CC 75%, #0088CC 100%);
    background: linear-gradient(45deg, #d9e8ff 0%, #2AABEE 25%, #229ED9 40%, #0088CC 75%, #0088CC 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9e8ff', endColorstr='#0088CC', GradientType=1);
}

.div_whatsapp .insta_btn {
    background: -moz-linear-gradient(45deg, #fff 0%, #25D366 25%, #43d395 50%, #075E54 95%, #075E54 100%);
    background: -webkit-linear-gradient(45deg, #fff 0%, #25D366 25%, #43d395 50%, #075E54 95%, #075E54 100%);
    background: linear-gradient(45deg, #fff 0%, #25D366 25%, #43d395 50%, #075E54 95%, #075E54 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#075E54', GradientType=1);
}

.div_eitaa .insta_btn {
    background: -moz-linear-gradient(45deg, #ffe2c4 0%, #e2914b 25%, #ef7f1a 50%, #ef5421 95%, #ef5421 100%);
    background: -webkit-linear-gradient(45deg, #ffe2c4 0%, #e2914b 25%, #ef7f1a 50%, #ef5421 95%, #ef5421 100%);
    background: linear-gradient(445deg, #ffe2c4 0%, #e2914b 25%, #ef7f1a 50%, #ef5421 95%, #ef5421 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe2c4', endColorstr='#ef5421', GradientType=1);
}

.div_rubika .insta_btn {
    background: -moz-linear-gradient(45deg, #f1f1f1 0%, #f6a925 25%, #e74b50 50%, #4c3683 95%, #4c3683 100%);
    background: -webkit-linear-gradient(45deg, #f1f1f1 0%, #f6a925 25%, #e74b50 50%, #4c3683 95%, #4c3683 100%);
    background: linear-gradient(45deg, #f1f1f1 0%, #f6a925 25%, #e74b50 50%, #4c3683 95%, #4c3683 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#4c3683', GradientType=1);
}

.div_index_comments .div_telegram p {
    color: #2AABEE !important;
}

.div_index_comments .div_whatsapp p {
    color: #25D366 !important;
}

.div_index_comments .div_eitaa p {
    color: #ef7f1a !important;
}

.div_index_comments .div_rubika p {
    color: #794387 !important;
}

.insta_btn:hover {
    text-shadow: 2px 2px #343434;
}

.breadcrumbs {
    font-weight: 400;
    cursor: default;
}

/*video */

.tablet-mockup {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.tablet-mockup img {
  width: 100%;
  height: auto;
  display: block;
}

.tablet-mockup .video-wrapper {
    position: absolute;
    top: 9%;
    left: 5%;
    width: 87%;
    height: 84%;
    overflow: hidden;
}

.tablet-mockup .video-wrapper iframe,
.tablet-mockup .video-wrapper video {
  width: 100%;
  height: 100%;
  border: none;
}
.wp-video,
video.wp-video-shortcode,
.mejs-container,
.mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}

.mejs-container {
    padding-top: 56.25%;
}

.wp-video,
video.wp-video-shortcode {
    max-width: 100% !important;
}

video.wp-video-shortcode {
    position: relative;
}

.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.mejs-controls {
    display: none;
}

.mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}

.comments_index {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 20px;
    height: 250px;
    background-image: url(../images/quote.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto;
}
#comments .slick-initialized .slick-slide {
    margin: 0 10px;
}
#comments .slick-dots {
    bottom: -35px;
}
.comments_index img {
    background-color: white;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
    width: 80px;
    height: 80px;
    padding: 3px;
}
#comments .slick-slider {
    -webkit-user-select: auto !important;
    user-select: auto !important;
}
.comments_index .author_comment {
    color: #012545;
    font-weight: 500;
}

.comments_index .text_comment {
    text-align: center;
    line-height: 1.5rem;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;

}

@media (max-width:480px) {
    .container-index-blog {
        padding-bottom: 0 !important;
    }

    .col-index-video {
        padding: 0;
    }
}

/* pwa */
.div_index_pwa {
    padding: 2rem 1rem;
    background: #f1f1f1;
}

.div_index_pwa h3 {
    font-size: 20px;
    color: #464646;
}

.div_index_pwa h2 {
    margin: 0;
    line-height: 3rem;
    font-size: 1.6rem;
}

.wp_web_app_version {
    cursor: pointer;

}

.wp_web_app_version:hover {
    filter: brightness(1.5);
}

.div_index_pwa .col-banner-text,
.div_index_pwa .col-banner-img,
.col-banner-text-img,
.col-banner-text-txt {
    margin-top: auto;
    margin-bottom: auto;
}

@media (max-width:991px) {
    .div_index_pwa h2 {
        font-size: 22px;
    }
}

@media (max-width:767px) {
    .col-banner-text-txt {
        margin-bottom: 1rem;
    }

    .col_app_version_android {
        text-align: left !important;
    }

    .col_app_version_ios {
        text-align: right !important;
    }

    .col_app_version_ios img {
        height: 60px;
        margin-top: 2px;
    }
}

@media (max-width:656px) {
    .comments_index .text_comment {
        text-align: center;
    }

    .comments_index {
        margin-top: 5px;
    }

    .div_index_pwa h3 {
        font-size: 18px;
    }

    .div_index_pwa h2 {
        font-size: 20px;
    }

    .col-banner-text-txt {
        padding-left: 1rem !important;
    }

    .col_app_version_android img {
        width: 150px !important;
        height: 48px !important;
    }

    .col_app_version_ios img {
        width: 150px !important;
        height: 44px !important;
    }

    .div_index_pwa h3,
    .div_index_pwa h2 {
        line-height: 2rem;
        margin: 0;
    }

    .col-banner-text-img {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
    }

    .col-banner-text-img img {
        width: 160px !important;
    }

    .col-banner-text-txt {
        padding: 1rem !important;
        text-align: center !important;
    }

    .col-banner-text-txt {
        margin-bottom: 0;
    }
}

@media (max-width:380px) {
    .col_app_version_android img {
        width: 130px !important;
        height: 41px !important;
    }

    .col_app_version_ios img {
        width: 130px !important;
        height: 36px !important;
        margin-top: 2px;
    }

    .div_index_pwa h3 {
        font-size: 18px;
    }

    .div_index_pwa h2 {
        font-size: 17px;
    }

    .div_index_pwa .col-banner-img {
        padding: 0 1rem !important;
    }
}


/* small nav menu */
@media screen and (min-width: 992px) {

    .closebtn,
    .logo_small {
        display: none !important;
    }

    .sidenav {
        margin-left: auto;
        text-align: center;
    }
}

@media screen and (max-width: 991px) {
    .logo_small img {
        width: 85px;

    }

    .logo_small {
        text-align: center;
    }

    .sidenav {
        height: 100vh;
        overflow-y: auto;
        position: fixed;
        z-index: 999999;
        top: 0;
        bottom: 0;
        left: -100%;
        padding-top: 2rem;
        background: #fff;
        box-shadow: 2px 0 10px rgb(0 0 0 / 10%);
        transition: all .4s ease;
        overflow: auto !important;
        /* Hide scrollbars */
        display: block !important;
        width: 0;
        right: 0;
    }


    .sidenav .dropdown-menu li {
        text-align: right;
        background-color: transparent !important;
    }

    .sidenav li {
        color: #fff !important;
        border: 0 !important;
    }

    .sidenav li a:hover {
        color: #ffc3e1;
    }

    .sidenav .dropdown-menu li:hover {}

    .sidenav a {
        padding: 8px;
        text-decoration: none;
        font-size: 18px !important;
        color: #fff !important;
        display: block;
        transition: 0.3s;
    }

    .sidenav a:hover {
        color: #f1f1f1;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 24px !important;
        margin-right: 50px;
    }

    .sidenav .closebtn i {
        color: #fff;
    }

    .sidenav .closebtn:hover {
        color: #ffc3e1;
    }

    .sidenav ul {
        text-align: right;
        margin-top: 0 !important;
    }

    .list_header_links,
    .list_header_links_menu {
        float: revert !important;
    }

    .div-nav-links-mobile .list_header_links {
        float: left !important;
    }

    .navbar-toggler:focus {
        outline: none !important;
    }

    /* width */
    .sidenav::-webkit-scrollbar {
        width: 7px;
    }

    /* Track */
    .sidenav::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #e2e2e2;
        border-radius: 10px;
    }

    /* Handle */
    .sidenav::-webkit-scrollbar-thumb {
        background: #d1d1d1;
        border-radius: 10px;
    }

    /* Handle on hover */
    .sidenav::-webkit-scrollbar-thumb:hover {
        background: rgba(133, 133, 133, 0.8);
    }
}

.navbar_mobile {
    background-color: #fff;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    display: none;

}

.navbar_mobile ul {
    text-align: center;
    margin-right: auto;
    display: contents;
}

.navbar_mobile nav {
    padding: 0;
}

.navbar_mobile ul li {
    margin-right: auto;
    margin-left: auto;
    padding: 0.2rem 0;
}

/* Style the links inside the navigation bar */
.navbar_mobile ul li .nav-link {
    background: transparent !important;
    padding-right: 0 !important;
    float: left;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #2d2d2d;
    font-weight: 500;
    font-size: 15px;
    border-bottom: 1px solid transparent;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* Change the color of links on hover */
.navbar_mobile a:hover {
    background-color: #ddd;
    color: black;
}

/* Add a green background color to the active link */
.navbar_mobile a.active {
    background-color: #04AA6D;
    color: white;
}

/* Hide the link that should open and close the navbar on small screens */
.navbar_mobile .icon {
    display: none;
}

@media only screen and (max-device-width: 480px) {
    .navbar_mobile {
        display: block;
    }
}


.row_navbar {
    justify-content: end !important;
    width: 100%;
}

.logo_text h1,
.logo_text h2 {
    display: inherit;
    margin-left: 1rem;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.5rem;
}
@media screen and (max-width: 576px) {
    .logo_text h1 {
        font-size: 15px;
        line-height: 1.8rem;
    }
}
.logo_text {
    padding: 0.3rem 1rem 0 0 !important;
    margin-top: auto;
    margin-bottom: auto;
}

.logo_text,
.logo-img,
.div_header_menu {
    margin: auto 0;
}
@media screen and (max-width: 992px) {
    .logo-img {
        text-align: left !important;
    }
}
@media (max-width: 991px) {
    .nav-custom-style {
        border-top: 0;
    }

    .logo_text {
        padding: 0 !important;
    }
    .navbar-sticky {
        margin: 0 !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding: 5px !important;
    }

    .navbar-sticky .navbar-toggler {
        margin-right: 0 !important;
    }

}

@media (max-width: 656px) {
    .navbar-sticky .small_header_phone {
        margin: 0.7rem;
        display: inline-block;
        padding: 0 !important;
    }

    .navbar-sticky nav {
        display: inline-block;
        float: left;
        margin-top: 0.8rem;
        margin-left: 0;
        padding: 0 !important;
    }

    .navbar-sticky .navbar-toggler {
        margin-left: 5px;
    }
    .logo_text {
        padding: 0 1rem !important;
    }

    .col-header-middle {
        padding: 0;
    }

    .order-first2 {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .container_nav_logo {
        border-bottom: 1px solid #eaeaea;
    }


}

@media (max-width: 380px) {
    .logo_text .navbar-brand {
        margin-right: 10px;
    }
}


.card_product_info {
    border: 0 !important;
}

.card_product_info button {
    box-shadow: none !important;
    width: 100%;
    color: #fff;
    border-radius: 0;
}

.card_product_info button:hover {
    background-color: #fff !important;
}

.card_product_info button a {
    font-weight: 500;
    color: #fff;
    font-size: 14px;
}

.card_product_info h4 {
    line-height: 1.3rem;
    color: #000000de;
    font-size: 15px;
}

.card_product_info span a {
    font-size: 15px;
    font-weight: 500;
    color: rgba(90, 90, 90, 0.87);
}

.card_product_info button {
    box-shadow: none !important;
    width: 100%;
    color: #fff;
    border-radius: 0;
}
.col_services {
    margin-bottom: 1.5rem;
}

.logo-img .navbar-brand {
    margin-right: 0 !important;
}

.navbar-brand-title {
    white-space: initial !important;
}

.symbol_icon {
    font-weight: 500 !important;
    font-size: 18px !important;
    vertical-align: middle;
}

.symbol_icon2 {
    font-weight: 500 !important;
    font-size: 16px !important;
    vertical-align: inherit;
}

.symbol_icon3 {
    font-weight: 500 !important;
    font-size: 20px !important;
    vertical-align: middle;
}

@media (min-width: 657px) {
    .small_header_phone {
        display: none;
    }
}

@media (max-width: 656px) {
    .small_header_phone {
        margin-bottom: 2em;
        text-align: left !important;
    }

    .small_header_phone .phone_text {
        font-size: 25px;
        color: gray;
        padding: 1px 10px;
        border-radius: 50%;
        box-shadow: 1px 1px 5px 1px rgb(146 146 146 / 20%);
        border: 1px solid #eeecec;
    }

    .small_header_phone .phone_text:hover {
        box-shadow: 1px 1px 5px 1px rgb(146 146 146 / 30%);
    }

    .small_header_phone .phone_text a {
        color: #3ac24e;
    }

    .small_header_phone .phone_text i {
        vertical-align: middle;
    }
}

@media (max-width: 480px) {
    .small_header_phone {
        text-align: right !important;
        padding: 0 !important;
    }
}

@media (max-width: 767px) {
    .image_adv_big {
        display: none;
    }

}

.site_banner_title {
    text-align: center;
    line-height: 2.5rem;
    margin-bottom: 1rem;
    font-size: 1.7rem;
    margin-top: 2rem;
}

.site_description {
    line-height: 2.2em;
    font-weight: 400;
    text-align: justify;
    color: #000000;
    margin: 0;
}

@media (max-width: 991px) {
    .site_banner_title {
        margin-top: 3rem !important;
    }
}

@media (max-width: 656px) {

    .logo-img .navbar-brand {
        margin-right: 1.3rem !important;
    }
}

@media (max-width: 480px) {
    .site_banner_title {
        font-size: 1.5rem;
        margin-top: 2.5rem !important;
    }
}

.col-index-video video {
    width: 100%;
}

/* 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: "\f192";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-left: 5px;
    vertical-align: bottom;
    color: #656464;
    font-size: 14px;
}
.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;
    }
}

/* sites hidden contact */
.archive_site .div_phone , .archive_site .social_footer_ul li a ,  .archive_site  ul li .suport_contact a ,
.archive_site  .backtotop2 a , .archive_site .col-banner-text .div-blog   a , .archive_site .container_map .leaflet-container a ,
.archive_site .map_frame_title a , .archive_site .div-contact .contact_info  a , .archive_site .form-div input[type=submit] ,
.archive_site  .google_map_link , .archive_site  .wpcf7-submit , .archive_site .small_header_phone .phone_text a{
    pointer-events: none;
    cursor: default !important;
}
.archive_site .social_footer_ul li{
    cursor: default !important;
}
.archive_site .large_text , .archive_site   .address_text span , .archive_site  ul li .suport_contact .text-white a ,
.archive_site .insta_btn span , .archive_site .map_frame_title a  , .archive_site .map_frame_title ,
.archive_site .div-contact .contact_info , .archive_site .div-contact .contact_info  a , .archive_site .social_footer_ul li .phone_span {
    filter: blur(3px);
    -webkit-filter: blur(3px);
}
.archive_site .social_footer_ul li .phone_span {
    color:#fff !important;
}
.archive_site .nav_main.logo-img{
    background-color: rgba(0, 0, 0, 0.7) !important;
}
.archive_site  .div_search_service{
    display:none;
}
.archive_site .div_text_service{
    margin: 0 !important;
}
.archive_site  .mb_parallax_overlay{
    top: 40% !important;
}
@media (min-width:656px) {
    .archive_site .mb_parallax_overlay .div_services, .archive_site .mb_parallax_overlay .row-services {
        justify-content: inherit !important;
        text-align: right !important;
    }
}
@media (max-width:656px) {
    .archive_site .paralsec1 {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 20%;
        height: 80vh;
    }
}